Repository: cristiroma/countries Branch: main Commit: 18cc8fe61fb0 Files: 17 Total size: 711.7 KB Directory structure: gitextract_8clto9od/ ├── .gitignore ├── ChangeLog ├── LICENSE ├── README.md ├── bibliography/ │ ├── NOCS_EXPORT.xls │ ├── README.md │ └── m49regin.html ├── data/ │ ├── countries.csv │ ├── countries.json │ ├── country-regions-m49.json │ ├── css/ │ │ └── countries.css │ ├── mysql/ │ │ └── countries.sql │ └── regions-m49.json ├── util-build.php ├── util-sql-dump.sh ├── util-validate-flags.php └── util.inc ================================================ FILE CONTENTS ================================================ ================================================ FILE: .gitignore ================================================ .idea/ apache.conf config.json countries.geany fabfile.pyc Sandbox/ vendor/ .DS_Store ================================================ FILE: ChangeLog ================================================ 2022-04-06 Cristian Romanescu * Fix Eswatini and Macedonia country names * Simplify database export and CSV/JSON generation 2019-11-10 Cristian Romanescu * New build system to generate the Github pages based on Twig * Remove redundant PNG-32, PNG-128 columns from MySQL * Add SVG flags 2019-11-09 @sekhargullapalli * Add support for SQLite format for countries table 2016-06-30 Stefan Radu Popescu * Added translations * Added table countryname * Added mysql foreign keys for all tables where required * Added mysql unique constraint on countryname table (country, language) * Changed metadata configuration to annotation based in bootstrap.php * Removed YAML ORM configuration files * Changed and added ORM entities. They now contain relationship and constraint annotations as well as one-to-many collections. * Added function get_countries_full in bootstrap.php 2014-07-07 Cristian Romanescu * Fixed flag names to use the actual ISO code instead of country name * Streamlined the build process * Added latitude/longitude to the country table 2012-09-30 Cristian Romanescu * Fixed names and official names from ISO & EU sites * Changed DB structure to separate name and official names 2012-09-26 Cristian Romanescu * Added JSON and CSV formats for country data 2012-08-27 Cristian Romanescu * Updated flags to hi-quality version, manually adjusted * Added sample script for PHP language 2011-12-27 Cristian Romanescu * Organized with sub-directories for each DB * Added language table with ISO 639-1 and ISO 639-2 languages * Updated README and ChangeLog 2011-04-02 Cristian Romanescu * Added the README and ChangeLog files 2011-04-01 Cristian Romanescu * Initial import into the GitHub.com repository Copyright 2011 Cristian Romanescu Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved. ================================================ FILE: LICENSE ================================================ GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . ================================================ FILE: README.md ================================================ # About [View the list of countries](http://cristiroma.github.io/countries) Data set with world countries (multilingual names, flags, coordinates) in popular formats to integrate in projects. Features: * MySQL and SQLite3 database dumps * JSON format * CSV format * Flags in SVG, PNG (128x64 and 32x16), and CSS sprite * Country 'center' coordinates & zoom hand-picked to optimally fit into a square Google Maps viewport * List of official UN Regions & assignment of countries to regions * Country codes from ISO 3166-1 / 3166-2 (ie. RO, ROU for România) # How to use Look into the ```data/``` directory for various formats. MySQL: `$> cat data/mysql/country.sql | mysql -u username -p database` # Similar projects - https://github.com/hjnilsson/country-flags - https://github.com/mledoze/countries - https://github.com/umpirsky/country-list # License The national flags images cannot be copyrighted, while other parts are licensed as GPL v3 or newer. ================================================ FILE: bibliography/README.md ================================================ The names and official names of the country were retrieved from different sources: 1. http://unstats.un.org/unsd/geoinfo/UNGEGN/docs/26th-gegn-docs/WP/WP54_UNGEGN%20WG%20Country%20Names%20Document%202011.pdf 2. http://unstats.un.org/unsd/methods/m49/m49regin.htm 3. http://termportal.fao.org/faonocs/appl/ ================================================ FILE: bibliography/m49regin.html ================================================ United Nations Statistics Division- Standard Country and Area Codes Classifications (M49)
   
Countries or area codes
  Composition of regions

Countries or area codes
added or changed

Franais

revised 31 October 2013

 

Composition of macro geographical (continental) regions, geographical sub-regions, and selected economic and other groupings

   Geographical region and composition

001 World
 
002 Africa a/

       014 Eastern Africa

       017 Middle Africa

       015 Northern Africa

       018 Southern Africa

       011 Western Africa

019 Americas   

       

419 Latin America and the Caribbean     

       029 Caribbean

       013 Central America

       005 South America

      

021 Northern America b/   

 

142 Asia

       143 Central Asia

       030 Eastern Asia

       034 Southern Asia

       035 South-Eastern Asia

       145 Western Asia

       

150 Europe

       151 Eastern Europe

       154 Northern Europe

       039 Southern Europe

       155 Western Europe

       

009 Oceania

       053 Australia and New Zealand

       054 Melanesia

       057 Micronesia

       061 Polynesia

 

   Selected economic and other groupings

...   Developed and developing regions c/

199 Least developed countries

432 Landlocked developing countries

722 Small island developing states

 

Numerical code

   Geographical region and composition of each region

002

Africa a/

014

Eastern Africa

108

Burundi

174

Comoros

262

Djibouti

232

Eritrea

231

Ethiopia

404

Kenya

450

Madagascar

454

Malawi

480

Mauritius

175 Mayotte

508

Mozambique

638

Runion

646

Rwanda

690

Seychelles

706

Somalia

728

South Sudan

800

Uganda

834

United Republic of Tanzania

894

Zambia

716

Zimbabwe

   

017

Middle Africa

024

Angola

120

Cameroon

140

Central African Republic

148

Chad

178

Congo

180

Democratic Republic of the Congo

226

Equatorial Guinea

266

Gabon

678

Sao Tome and Principe

   

015

Northern Africa

012

Algeria

818

Egypt

434

Libya

504

Morocco

729

Sudan

788

Tunisia

732

Western Sahara

   

018

Southern Africa

072

Botswana

426

Lesotho

516

Namibia

710

South Africa

748

Swaziland

   

011

Western Africa

204

Benin

854

Burkina Faso

132

Cabo Verde

384

Cote d'Ivoire

270

Gambia

288

Ghana

324

Guinea

624

Guinea-Bissau

430

Liberia

466

Mali

478

Mauritania

562

Niger

566

Nigeria

654

Saint Helena

686

Senegal

694

Sierra Leone

768

Togo

   

019

Americas

419

Latin America and the Caribbean

   

029

Caribbean

660

Anguilla

028

Antigua and Barbuda

533

Aruba

044

Bahamas

052

Barbados

535 Bonaire, Saint Eustatius and Saba

092

British Virgin Islands

136

Cayman Islands

192

Cuba

531

Curaao

212

Dominica

214

Dominican Republic

308

Grenada

312

Guadeloupe

332

Haiti

388

Jamaica

474

Martinique

500

Montserrat

630

Puerto Rico

652

Saint-Barthlemy

659

Saint Kitts and Nevis

662

Saint Lucia

663 Saint Martin (French part)

670

Saint Vincent and the Grenadines

534 Sint Maarten (Dutch part)

780

Trinidad and Tobago

796

Turks and Caicos Islands

850

United States Virgin Islands

   

013

Central America

084

Belize

188

Costa Rica

222

El Salvador

320

Guatemala

340

Honduras

484

Mexico

558

Nicaragua

591

Panama

   

005

South America

032

Argentina

068

Bolivia (Plurinational State of)

076

Brazil

152

Chile

170

Colombia

218

Ecuador

238

Falkland Islands (Malvinas)

254

French Guiana

328

Guyana

600

Paraguay

604

Peru

740

Suriname

858

Uruguay

862

Venezuela (Bolivarian Republic of)

   

021

Northern America b/

060

Bermuda

124

Canada

304

Greenland

666

Saint Pierre and Miquelon

840

United States of America

   

142

Asia

143 Central Asia

398

Kazakhstan

417

Kyrgyzstan

762

Tajikistan

795

Turkmenistan

860

Uzbekistan

   

030

Eastern Asia

156

China

344

China, Hong Kong Special Administrative Region

446

China, Macao Special Administrative Region

408

Democratic People's Republic of Korea

392

Japan

496

Mongolia

410

Republic of Korea

   

034

Southern Asia

004

Afghanistan

050

Bangladesh

064

Bhutan

356

India

364

Iran (Islamic Republic of)

462

Maldives

524

Nepal

586

Pakistan

144

Sri Lanka

   

035

South-Eastern Asia

096

Brunei Darussalam

116

Cambodia

360

Indonesia

418

Lao People's Democratic Republic

458

Malaysia

104

Myanmar

608

Philippines

702

Singapore

764

Thailand

626

Timor-Leste

704

Viet Nam

   

145

Western Asia

051

Armenia

031

Azerbaijan

048

Bahrain

196

Cyprus

268

Georgia

368

Iraq

376

Israel

400

Jordan

414

Kuwait

422

Lebanon

512

Oman

634

Qatar

682

Saudi Arabia

275

State of Palestine

760

Syrian Arab Republic

792

Turkey

784

United Arab Emirates

887

Yemen

   

150

Europe

151

Eastern Europe

112

Belarus

100

Bulgaria

203

Czech Republic

348

Hungary

616

Poland

498 Republic of Moldova

642

Romania

643

Russian Federation

703

Slovakia

804

Ukraine

   

154

Northern Europe

248

land Islands

830 Channel Islands

208

Denmark

233

Estonia

234

Faeroe Islands

246

Finland

831 Guernsey

352

Iceland

372

Ireland

833

Isle of Man

832 Jersey

428

Latvia

440

Lithuania

578

Norway

680

Sark

744

Svalbard and Jan Mayen Islands

752

Sweden

826

United Kingdom of Great Britain and Northern Ireland

   

039

Southern Europe

008

Albania

020

Andorra

070

Bosnia and Herzegovina

191

Croatia

292

Gibraltar

300

Greece

336

Holy See

380

Italy

470

Malta

499

Montenegro

620

Portugal

674

San Marino

688

Serbia

705

Slovenia

724

Spain

807

The former Yugoslav Republic of Macedonia

   

155

Western Europe

040

Austria

056

Belgium

250

France

276

Germany

438

Liechtenstein

442

Luxembourg

492

Monaco

528

Netherlands

756

Switzerland

   

009

Oceania

053

Australia and New Zealand

036

Australia

554

New Zealand

574

Norfolk Island

   

054

Melanesia

242

Fiji

540

New Caledonia

598

Papua New Guinea

090

Solomon Islands

548

Vanuatu

   

057

Micronesia

316

Guam

296

Kiribati

584

Marshall Islands

583

Micronesia (Federated States of)

520

Nauru

580

Northern Mariana Islands

585

Palau

   

061

Polynesia

016

American Samoa

184

Cook Islands

258

French Polynesia

570

Niue

612

Pitcairn

882

Samoa

772

Tokelau

776

Tonga

798

Tuvalu

876

Wallis and Futuna Islands

   

Developed and developing regions c/

Developing regions

002

Africa

019

Americas excluding Northern America (numerical code 021)

029

Caribbean

013

Central America

005

South America

142

Asia excluding Japan

009

Oceania excluding Australia and New Zealand

(numerical code 053)

   

Developed regions

021

Northern America

150

Europe

392

Japan

053 Australia and New Zealand
   
199

Least developed countries

004 Afghanistan

024

Angola

050 Bangladesh

204

Benin

064 Bhutan

854

Burkina Faso

108

Burundi

116 Cambodia

140

Central African Republic

148

Chad

174

Comoros

180

Democratic Republic of the Congo

262

Djibouti

226

Equatorial Guinea

232

Eritrea

231

Ethiopia

270

Gambia

324

Guinea

624

Guinea Bissau

332 Haiti
296 Kiribati
418 Lao People's Democratic Republic

426

Lesotho

430

Liberia

450

Madagascar

454

Malawi

466

Mali

478

Mauritania

508

Mozambique

104 Myanmar
524 Nepal

562

Niger

646

Rwanda

678

Sao Tome and Principe

686

Senegal

694

Sierra Leone

090 Solomon Islands

706

Somalia

728 South Sudan
729 Sudan

626

Timor-Leste

768

Togo

798 Tuvalu

800

Uganda

834

United Republic of Tanzania

548 Vanuatu
887 Yemen

894

Zambia

   
432

Landlocked developing countries

004

Afghanistan

051

Armenia

031 Azerbaijan
064 Bhutan
068 Bolivia (Plurinational State of)
072 Botswana

854

Burkina Faso

108

Burundi

140 Central African Republic
148 Chad

231

Ethiopia

398 Kazakhstan
417 Kyrgyzstan
418 Lao People's Democratic Republic
426 Lesotho
454 Malawi
466 Mali
496 Mongolia
524 Nepal
562 Niger
600 Paraguay
498 Republic of Moldova
646 Rwanda
728 South Sudan
748 Swaziland
762 Tajikistan
807 The former Yugoslav Republic of Macedonia
795 Turkmenistan
800 Uganda
860 Uzbekistan
894 Zambia
716 Zimbabwe
   
722

Small island developing States

016 American Samoa
660 Anguilla
028 Antigua and Barbuda
533 Aruba
044 Bahamas
052 Barbados
084 Belize
092 British Virgin Islands
132 Cabo Verde
174 Comoros
184 Cook Islands
192 Cuba
212 Dominica
214 Dominican Republic
242 Fiji
258 French Polynesia
308 Grenada
316 Guam
624 Guinea-Bissau
328 Guyana
332 Haiti
388 Jamaica
296 Kiribati
462 Maldives
584 Marshall Islands
480 Mauritius
583 Micronesia (Federated States of)
500 Montserrat
520 Nauru
540 New Caledonia
570 Niue
580 Northern Mariana Islands
585 Palau
598 Papua New Guinea
630 Puerto Rico
659 Saint Kitts and Nevis
662 Saint Lucia
882 Samoa
678 Sao Tome and Principe
690 Seychelles
702 Singapore
090 Solomon Islands
670 Saint Vincent and the Grenadines
740 Suriname
626 Timor-Leste
776 Tonga
780 Trinidad and Tobago
798 Tuvalu
850 United States Virgin Islands
548 Vanuatu

a/ The designation sub-Saharan Africa is commonly used to indicate all of Africa except northern Africa, with the Sudan included in sub-Saharan Africa.

b/ The continent of North America (003) comprises Northern America (021), Caribbean (029), and Central America (013).

c/ There is no established convention for the designation of "developed" and "developing" countries or areas in the United Nations system. In common practice, Japan in Asia, Canada and the United States in northern America, Australia and New Zealand in Oceania, and Europe are considered "developed" regions or areas. In international trade statistics, the Southern African Customs Union is also treated as a developed region and Israel as a developed country; countries emerging from the former Yugoslavia are treated as developing countries; and countries of eastern Europe and of the Commonwealth of Independent States (code 172) in Europe are not included under either developed or developing regions.



================================================ FILE: data/countries.csv ================================================ Afghanistan,"Islamic Republic of Afghanistan",AF,AFG,33.98299275,66.39159363,6 "Åland Islands","Åland Islands",AX,ALA,60.25403213,20.35918350,9 Albania,"Republic of Albania",AL,ALB,41.00017358,19.87170014,7 Algeria,"People's Democratic Republic of Algeria",DZ,DZA,27.89861690,3.19771194,5 "American Samoa","The United States Territory of American Samoa",AS,ASM,-14.30634641,-170.69501750,11 Andorra,"Principality of Andorra",AD,AND,42.54057088,1.55201340,11 Angola,"Republic of Angola",AO,AGO,-12.16469683,16.70933622,6 Anguilla,Anguilla,AI,AIA,18.22053521,-63.06861300,12 Antarctica,Antarctica,AQ,ATA,-45.13806295,10.48095703,2 "Antigua and Barbuda","Antigua and Barbuda",AG,ATG,17.48060423,-61.42014426,9 Argentina,"Argentine Republic",AR,ARG,-38.01529308,-64.97897469,4 Armenia,"Republic of Armenia",AM,ARM,40.13475528,45.01072318,7 Aruba,"Aruba of the Kingdom of the Netherlands",AW,ABW,12.52109661,-69.96833800,12 Australia,Australia,AU,AUS,-26.29594646,133.55540944,4 Austria,"Republic of Austria",AT,AUT,47.63125476,13.18776731,7 Azerbaijan,"Republic of Azerbaijan",AZ,AZE,40.35321757,47.46706372,7 Bahamas,"Commonwealth of the Bahamas",BS,BHS,24.45991732,-77.68192453,7 Bahrain,"Kingdom of Bahrain",BH,BHR,25.90740996,50.65932354,9 Bangladesh,"People's Republic of Bangladesh",BD,BGD,24.08273251,90.49915527,7 Barbados,Barbados,BB,BRB,13.19383077,-59.54319600,11 Belarus,"Republic of Belarus",BY,BLR,53.58628747,27.95338900,6 Belgium,"Kingdom of Belgium",BE,BEL,50.49593874,4.46993600,8 Belize,Belize,BZ,BLZ,17.21153631,-88.01424956,8 Benin,"Republic of Benin",BJ,BEN,9.37180859,2.29386134,7 Bermuda,Bermudas,BM,BMU,32.31995785,-64.76182765,12 Bhutan,"Kingdom of Bhutan",BT,BTN,27.50752756,90.43360300,8 "Bolivia (Plurinational State of)","Plurinational State of Bolivia",BO,BOL,-16.74518128,-65.19265691,6 "Bonaire, Saint Eustatius And Saba","Bonaire, Saint Eustatius and Saba",BQ,BES,12.17229702,-68.28831170,11 "Bosnia and Herzegovina","Bosnia and Herzegovina",BA,BIH,44.00040856,17.81640910,7 Botswana,"Republic of Botswana",BW,BWA,-22.18279485,24.22344422,6 "Bouvet Island","Bouvet Island",BV,BVT,-54.42316906,3.41319600,12 Brazil,"Federative Republic of Brazil",BR,BRA,-11.80965046,-53.33152600,4 "British Indian Ocean Territory","The British Indian Ocean Territory",IO,IOT,-7.33461519,72.42425280,12 "Brunei Darussalam","Brunei Darussalam",BN,BRN,4.54189364,114.60132823,9 Bulgaria,"Republic of Bulgaria",BG,BGR,42.70160678,25.48583200,7 "Burkina Faso","Burkina Faso",BF,BFA,12.22492458,-1.56159100,7 Burundi,"Republic of Burundi",BI,BDI,-3.40499707,29.88592902,8 "Cabo Verde","Republic of Cabo Verde",CV,CPV,15.11988711,-23.60517010,10 Cambodia,"Kingdom of Cambodia",KH,KHM,12.83288883,104.84814273,7 Cameroon,"Republic of Cameroon",CM,CMR,7.38622543,12.72825915,6 Canada,Canada,CA,CAN,60.36196817,-106.69833150,4 "Cayman Islands","The Cayman Islands",KY,CYM,19.31322102,-81.25459800,11 "Central African Republic","Central African Republic",CF,CAF,6.82541830,20.64281514,6 Chad,"Republic of Chad",TD,TCD,14.80342407,18.78714064,5 Chile,"Republic of Chile",CL,CHL,-38.01760790,-71.40014474,4 China,"People's Republic of China",CN,CHN,36.71457440,103.55819197,4 "Christmas Island","Territory of Christmas Island",CX,CXR,-10.49170619,105.68083796,11 "Cocos (Keeling) Islands","Territory of Cocos (Keeling) Islands",CC,CCK,-12.12890685,96.84689104,12 Colombia,"Republic of Colombia",CO,COL,3.68182320,-73.53927436,5 Comoros,"Union of the Comoros",KM,COM,-11.64529989,43.33330200,10 Congo,"Republic of the Congo",CG,COG,-0.68967806,15.69033190,6 "Cook Islands","Cook Islands",CK,COK,-21.23673066,-159.77766900,13 "Costa Rica","Republic of Costa Rica",CR,CRI,9.98427463,-84.09949534,8 "Côte d'Ivoire","Republic of Côte d'Ivoire",CI,CIV,7.59684148,-5.49214636,7 Croatia,"Republic of Croatia",HR,HRV,44.81372482,16.29039507,7 Cuba,"Republic of Cuba",CU,CUB,21.54513189,-79.00064743,6 Curaçao,Curaçao,CW,CUW,12.20710309,-69.02160369,11 Cyprus,"Republic of Cyprus",CY,CYP,35.12450768,33.42986100,9 Czechia,"Czech Republic",CZ,CZE,49.76026136,15.53888197,7 "Democratic People's Republic of Korea","Democratic People's Republic of Korea",KP,PRK,40.00785500,127.48812834,6 "Democratic Republic of the Congo","Democratic Republic of Congo",CD,COD,-4.05373938,23.01110741,5 Denmark,"Kingdom of Denmark",DK,DNK,54.71794021,9.41938953,6 Djibouti,"Republic of Djibouti",DJ,DJI,11.75959257,42.65344839,8 Dominica,"Commonwealth of Dominica",DM,DMA,15.41473963,-61.37097400,10 "Dominican Republic","Dominican Republic",DO,DOM,18.73076761,-70.16264900,8 Ecuador,"Republic of Ecuador",EC,ECU,-1.22919037,-78.55693916,6 Egypt,"Arab Republic of Egypt",EG,EGY,26.71650873,30.80250000,6 "El Salvador","Republic of El Salvador",SV,SLV,13.79043561,-88.89652800,8 "Equatorial Guinea","Republic of Equatorial Guinea",GQ,GNQ,1.65068442,10.26789700,9 Eritrea,"State of Eritrea",ER,ERI,15.21227764,39.61204792,7 Estonia,"Republic of Estonia",EE,EST,58.74041141,25.38165099,7 Eswatini,"Kingdom of Eswatini",SZ,SWZ,-26.53892570,31.47960891,9 Ethiopia,"Federal Democratic Republic of Ethiopia",ET,ETH,9.10727589,39.84148164,6 "European Union","European Union",EU,EUR,48.76380654,14.26843140,3 "Falkland Islands (Malvinas)","Falkland Islands",FK,FLK,-51.78838251,-59.52361100,8 "Faroe Islands (Associate Member)","Faroe Islands",FO,FRO,61.88590482,-6.91180400,8 Fiji,"Republic of Fiji",FJ,FJI,-17.71219757,178.06503600,9 Finland,"Republic of Finland",FI,FIN,64.69610892,26.36339137,5 France,"French Republic",FR,FRA,46.48372145,2.60926281,6 "French Guiana","French Guiana",GF,GUF,4.01114381,-52.97746057,7 "French Polynesia","Territory of French Polynesia",PF,PYF,-17.66243898,-149.40683900,10 "French Southern and Antarctic Lands","Territory of the French Southern and Antarctic Lands",TF,ATF,-49.27235903,69.34856300,8 Gabon,"Gabonese Republic",GA,GAB,-0.43426435,11.43916591,7 Gambia,"Islamic Republic of the Gambia",GM,GMB,13.15921146,-15.35956748,8 Georgia,Georgia,GE,GEO,41.82754301,44.17329916,7 Germany,"Federal Republic of Germany",DE,DEU,50.82871201,10.97887975,6 Ghana,"Republic of Ghana",GH,GHA,7.69154199,-1.29234904,7 Gibraltar,Gibraltar,GI,GIB,36.14864641,-5.34404779,12 Greece,"Hellenic Republic",GR,GRC,38.52254746,24.53794505,6 Greenland,Greenland,GL,GRL,71.42932629,-34.38651956,3 Grenada,Grenada,GD,GRD,12.11644807,-61.67899400,11 Guadeloupe,"Department of Guadeloupe",GP,GLP,16.26472785,-61.55099400,10 Guam,"Territory of Guam",GU,GUM,13.44410137,144.80747791,10 Guatemala,"Republic of Guatemala",GT,GTM,15.72598421,-89.96707712,7 Guernsey,"Bailiwick of Guernsey",GG,GGY,49.46565975,-2.58527200,12 Guinea,"Republic of Guinea",GN,GIN,9.94301472,-11.31711839,7 Guinea-Bissau,"Republic of Guinea-Bissau",GW,GNB,11.80050682,-15.18040700,8 Guyana,"Republic of Guyana",GY,GUY,4.47957059,-58.72692293,6 Haiti,"Republic of Haiti",HT,HTI,19.07430861,-72.79607526,8 "Heard Island And McDonald Islands","Heard and McDonald Islands",HM,HMD,-53.08168847,73.50415800,11 "Holy See","Holy see",VA,VAT,41.90377810,12.45340142,16 Honduras,"Republic of Honduras",HN,HND,14.64994423,-87.01643713,7 "Hong Kong","Hong Kong Special Administrative Region of the People's Republic",HK,HKG,22.33728531,114.14657786,11 Hungary,Hungary,HU,HUN,46.97670384,19.35499657,7 Iceland,"Republic of Iceland",IS,ISL,64.99294495,-18.57038755,6 India,"Republic of India",IN,IND,20.46549519,78.50146222,4 Indonesia,"Republic of Indonesia",ID,IDN,-2.46229680,121.18329789,4 "Iran (Islamic Republic of)","Islamic Republic of Iran",IR,IRN,31.40240324,51.28204814,5 Iraq,"Republic of Iraq",IQ,IRQ,32.90170182,43.19590056,6 Ireland,Ireland,IE,IRL,53.10101628,-8.21092302,6 "Isle of Man","The Isle of Man",IM,IMN,54.23562697,-4.54805400,10 Israel,"State of Israel",IL,ISR,30.85883075,34.91753797,7 Italy,"Republic of Italy",IT,ITA,41.77810840,12.67725128,5 Jamaica,Jamaica,JM,JAM,18.10838487,-77.29750600,9 Japan,Japan,JP,JPN,37.51848822,137.67066061,5 Jersey,"Bailiwick of Jersey",JE,JEY,49.21440771,-2.13124600,12 Jordan,"Hashemite Kingdom of Jordan",JO,JOR,31.31616588,36.37575510,7 Kazakhstan,"Republic of Kazakhstan",KZ,KAZ,45.38592596,68.81334444,4 Kenya,"Republic of Kenya",KE,KEN,0.19582452,37.97212297,6 Kiribati,"Republic of Kiribati",KI,KIR,1.87085244,-157.36259310,10 Kuwait,"State of Kuwait",KW,KWT,29.43253341,47.71798405,8 Kyrgyzstan,"Kyrgyz Republic",KG,KGZ,41.11509878,74.25524574,6 "Lao People's Democratic Republic","Lao People's Democratic Republic",LA,LAO,17.76075593,103.61611347,6 Latvia,"Republic of Latvia",LV,LVA,56.86697515,24.54826936,7 Lebanon,"Lebanese Republic",LB,LBN,34.08249284,35.66454309,8 Lesotho,"Kingdom of Lesotho",LS,LSO,-29.60303205,28.23361200,8 Liberia,"Republic of Liberia",LR,LBR,6.44154681,-9.39103485,7 Libya,Libya,LY,LBY,27.06902914,18.19513987,5 Liechtenstein,"Principality of Liechtenstein",LI,LIE,47.16587383,9.55537700,11 Lithuania,"Republic of Lithuania",LT,LTU,55.25095948,23.80987587,7 Luxembourg,"Grand Duchy of Luxembourg",LU,LUX,49.81327712,6.12958700,9 Macao,"Macau Special Administrative Region",MO,MAC,22.19872287,113.54387700,12 Madagascar,"Republic of Madagascar",MG,MDG,-19.79858543,46.97898228,5 Malawi,"Republic of Malawi",MW,MWI,-12.48684092,34.14223524,6 Malaysia,Malaysia,MY,MYS,4.97345793,106.54609050,5 Maldives,"Republic of Maldives",MV,MDV,-0.64224221,73.13373313,12 Mali,"Republic of Mali",ML,MLI,17.69385811,-1.96368730,5 Malta,"Republic of Malta",MT,MLT,35.89706403,14.43687877,11 "Marshall Islands","Republic of the Marshall Islands",MH,MHL,7.30130732,168.75512619,10 Martinique,"Department of Martinique",MQ,MTQ,14.64128045,-61.02417600,10 Mauritania,"Islamic Republic of Mauritania",MR,MRT,20.28331239,-10.21573334,5 Mauritius,"Republic of Mauritius",MU,MUS,-20.28368188,57.56588291,10 Mayotte,"Overseas Department of Mayotte",YT,MYT,-12.82744522,45.16624200,11 Mexico,"United Mexican States",MX,MEX,22.92036676,-102.33305344,5 "Micronesia (Federated States of)","Federated States of Micronesia",FM,FSM,6.88747377,158.21507170,12 Monaco,"Principality of Monaco",MC,MCO,43.70463620,6.75444978,9 Mongolia,Mongolia,MN,MNG,46.80556270,104.30808978,5 Montenegro,Montenegro,ME,MNE,42.71699590,19.09699321,8 Montserrat,Montserrat,MS,MSR,16.74774077,-62.18736600,12 Morocco,"Kingdom of Morocco",MA,MAR,31.95441758,-7.26839325,6 Mozambique,"Republic of Mozambique",MZ,MOZ,-19.07617816,33.81570282,5 Myanmar,"Republic of Union of Myanmar",MM,MMR,19.20985380,96.54949272,5 Namibia,"Republic of Namibia",NA,NAM,-22.70965620,16.72161918,6 Nauru,"Republic of Nauru",NR,NRU,-0.52586763,166.93270463,13 Nepal,"Federal Democratic Republic of Nepal",NP,NPL,28.28430770,83.98119373,7 Netherlands,"Kingdom of Netherlands",NL,NLD,52.33939951,4.98914998,7 "New Caledonia","Territory of New Caledonia and Dependencies",NC,NCL,-21.26104020,165.58783760,8 "New Zealand","New Zealand",NZ,NZL,-40.95025298,171.76586181,5 Nicaragua,"Republic of Nicaragua",NI,NIC,12.91806226,-84.82270352,7 Niger,"Republic of Niger",NE,NER,17.23446679,8.23547860,6 Nigeria,"Federal Republic of Nigeria",NG,NGA,9.02165273,7.82933373,6 Niue,Niue,NU,NIU,-19.04976362,-169.86585571,11 "Norfolk Island","Norfolk Islands",NF,NFK,-29.02801043,167.94303023,13 "North Macedonia","Republic of North Macedonia",MK,MKD,41.60059479,21.74527900,8 "Northern Mariana Islands","Commonwealth of the Northern Mariana Islands",MP,MNP,15.09783636,145.67390000,11 Norway,"Kingdom of Norway",NO,NOR,65.04680297,13.50069228,4 Oman,"Sultanate of Oman",OM,OMN,20.69906846,56.69230596,6 Pakistan,"Islamic Republic of Pakistan",PK,PAK,29.90335974,70.34487986,5 Palau,"Republic of Palau",PW,PLW,7.49856307,134.57291496,10 "Palestinian Territory, Occupied","Occupied Palestinian Territory",PS,PSE,32.26367103,35.21936714,8 Panama,"Republic of Panama",PA,PAN,8.52135102,-80.04603702,7 "Papua New Guinea","Independent State of Papua New Guinea",PG,PNG,-6.62414046,144.44993477,7 Paraguay,"Republic of Paraguay",PY,PRY,-23.38564782,-58.29551057,6 Peru,"Republic of Peru",PE,PER,-8.50205247,-76.15772412,5 Philippines,"Republic of Philippines",PH,PHL,12.82361200,121.77401700,6 "Pitcairn Islands","Pitcairn Group of Islands",PN,PCN,-24.37673925,-128.32423730,13 Poland,"Republic of Poland",PL,POL,52.10117636,19.33190957,6 Portugal,"Portuguese Republic",PT,PRT,39.44879136,-8.03768042,6 "Puerto Rico","Commonwealth of Puerto Rico",PR,PRI,18.21963053,-66.59015100,9 Qatar,"State of Qatar",QA,QAT,25.24551555,51.24431480,8 "Republic of Korea","Republic of Korea",KR,KOR,36.56344139,127.51424646,7 "Republic of Moldova","Republic of Moldova",MD,MDA,47.10710437,28.54018109,7 Réunion,"Department of Reunion",RE,REU,-21.11480084,55.53638200,10 Romania,Romania,RO,ROU,45.56450023,25.21945155,6 "Russian Federation","Russian Federation",RU,RUS,57.96812298,102.41837137,3 Rwanda,"Republic of Rwanda",RW,RWA,-1.98589079,29.94255855,8 "Saint Barthélemy","Territorial collectivity of Saint Barthélemy",BL,BLM,17.90042417,-62.83376215,13 "Saint Helena, Ascension and Tristan da Cunha","Saint Helena, Ascension and Tristan da Cunha",SH,SHN,-37.10521846,-12.27768580,12 "Saint Kitts and Nevis","Saint Kitts and Nevis",KN,KNA,17.33453669,-62.76411725,12 "Saint Lucia","Saint Lucia",LC,LCA,13.90938495,-60.97889500,11 "Saint Martin","Saint Martin",MF,MAF,18.07637107,-63.05019106,12 "Saint Pierre and Miquelon","Saint Pierre and Miquelon",PM,SPM,46.88469499,-56.31590200,10 "Saint Vincent and the Grenadines","Saint Vincent and the Grenadines",VC,VCT,13.25276143,-61.19709800,11 Samoa,"Independent State of Samoa",WS,WSM,-13.57998954,-172.45207363,10 "San Marino","Republic of San Marino",SM,SMR,43.94223356,12.45777700,11 "Sao Tome and Principe","Democratic Republic of Sao Tome and Principe",ST,STP,0.23381910,6.59935809,10 "Saudi Arabia","Kingdom of Saudi Arabia",SA,SAU,24.16687314,42.88190638,5 Senegal,"Republic of Senegal",SN,SEN,14.43579003,-14.68306489,7 Serbia,"Republic of Serbia",RS,SRB,44.06736041,20.29725084,7 Seychelles,"Republic of Seychelles",SC,SYC,-4.68053204,55.49061371,11 "Sierra Leone","Republic of Sierra Leone",SL,SLE,8.45575589,-11.93368759,8 Singapore,"Republic of Singapore",SG,SGP,1.33873261,103.83323559,11 "Sint Maarten","Sint Maarten",SX,SXM,18.04433885,-63.05616320,12 Slovakia,"Slovak Republic",SK,SVK,48.66923253,19.75396564,7 Slovenia,"Republic of Slovenia",SI,SVN,46.14315048,14.99546300,8 "Solomon Islands","Solomon Islands",SB,SLB,-9.64554280,160.15619400,10 Somalia,"Federal Republic of Somalia",SO,SOM,2.87224619,45.27676444,7 "South Africa","Republic of South Africa",ZA,ZAF,-27.17706863,24.50856092,5 "South Georgia and the South Sandwich Islands","South Georgia and the South Sandwich Islands",GS,SGS,-54.38130284,-36.67305304,9 "South Sudan","Republic of South Sudan",SS,SSD,7.91320803,30.15342434,6 Spain,"Kingdom of Spain",ES,ESP,39.87299401,-3.67089492,6 "Sri Lanka","Democratic Socialist Republic of Sri Lanka",LK,LKA,7.61264985,80.83772497,7 Sudan,"Republic of Sudan",SD,SDN,15.96646839,30.37145459,5 Suriname,"Republic of Suriname",SR,SUR,4.26470865,-55.93988238,7 "Svalbard and Jan Mayen","Svalbard and Jan Mayen",SJ,SJM,77.92215764,18.99010622,4 Sweden,"Kingdom of Sweden",SE,SWE,61.42370427,16.73188991,4 Switzerland,"Swiss Confederation",CH,CHE,46.81010721,8.22751200,8 "Syrian Arab Republic","Syrian Arab Republic",SY,SYR,34.71097430,38.66723516,6 Taiwan,"Republic of China",TW,TWN,23.71891402,121.10884043,7 Tajikistan,"Republic of Tajikistan",TJ,TJK,38.68075124,71.23215769,7 Thailand,"Kingdom of Thailand",TH,THA,14.60009810,101.38805881,5 Timor-Leste,"Democratic Republic of Timor-Leste",TL,TLS,-8.88926365,125.99671404,9 Togo,"Togolese Republic",TG,TGO,8.68089206,0.86049757,7 "Tokelau (Associate Member)",Tokelau,TK,TKL,-9.16682644,-171.83981693,10 Tonga,"Kingdom of Tonga",TO,TON,-21.17890075,-175.19824200,11 "Trinidad and Tobago","Republic of Trinidad and Tobago",TT,TTO,10.43241863,-61.22250300,10 Tunisia,"Republic of Tunisia",TN,TUN,33.88431940,9.71878341,6 Türkiye,"Republic of Türkiye",TR,TUR,38.27069555,36.28703317,5 Turkmenistan,Turkmenistan,TM,TKM,38.94915421,59.06190323,6 "Turks and Caicos Islands","Turks and Caicos Islands",TC,TCA,21.72816866,-71.79654471,9 Tuvalu,Tuvalu,TV,TUV,-8.45968122,179.13310944,12 Uganda,"Republic of Uganda",UG,UGA,1.54760620,32.44409759,7 Ukraine,Ukraine,UA,UKR,48.89358596,31.10516920,6 "United Arab Emirates","United Arab Emirates",AE,ARE,24.64324405,53.62261227,7 "United Kingdom","United Kingdom of Great Britain and Northern Ireland",GB,GBR,53.36540813,-2.72184767,6 "United Republic of Tanzania","United Republic of Tanzania",TZ,TZA,-6.37551085,34.85587302,6 "United States Minor Outlying Islands","United States Minor Outlying Islands",UM,UMI,19.46305694,177.98631092,5 "United States of America","United States of America",US,USA,37.66895362,-102.39256450,4 "United States Virgin Islands","Virgin Islands of the United States",VI,VIR,18.01000938,-64.77411410,9 Uruguay,"Eastern Republic of Uruguay",UY,URY,-32.49342987,-55.76583300,7 Uzbekistan,"Republic of Uzbekistan",UZ,UZB,41.30829147,62.62970960,6 Vanuatu,"Republic of Vanuatu",VU,VUT,-15.37256614,166.95916000,8 "Venezuela (Bolivarian Republic of)","Bolivarian Republic of Venezuela",VE,VEN,5.98477766,-65.94152264,6 "Viet Nam","Socialist Republic of Viet Nam",VN,VNM,17.19931699,107.14012804,5 "Virgin Islands","British Virgin Islands",VG,VGB,17.67004187,-64.77411010,10 "Wallis and Futuna","Territory of the Wallis and Futuna Islands",WF,WLF,-14.29378486,-178.11649800,12 "Western Sahara","Western Sahara",EH,ESH,24.79324356,-13.67683563,6 Yemen,"Republic of Yemen",YE,YEM,15.60865453,47.60453676,6 Zambia,"Republic of Zambia",ZM,ZMB,-13.01812188,28.33274444,6 Zimbabwe,"Republic of Zimbabwe",ZW,ZWE,-19.00784952,30.18758584,6 ================================================ FILE: data/countries.json ================================================ [ { "id": "1", "enabled": true, "code3l": "AFG", "code2l": "AF", "name": "Afghanistan", "name_official": "Islamic Republic of Afghanistan", "center": { "latitude": "33.98299275", "longitude": "66.39159363", "zoom": "6" }, "names": { "ar": { "name": "أفغانستان", "name_official": "جمهورية أفغانستان الإسلامية " }, "es": { "name": "Afganistán", "name_official": "la República Islámica del Afganistán" }, "fr": { "name": "Afghanistan", "name_official": "la République islamique d'Afghanistan" }, "it": { "name": "Afghanistan", "name_official": "Repubblica Islamica di Afghanistan " }, "ru": { "name": "Афганистан", "name_official": "Исламская Республика Афганистан" }, "zh": { "name": "阿富汗", "name_official": "阿富汗伊斯兰共和国" } } }, { "id": "199", "enabled": false, "code3l": "ALA", "code2l": "AX", "name": "Åland Islands", "name_official": "Åland Islands", "center": { "latitude": "60.25403213", "longitude": "20.35918350", "zoom": "9" }, "names": [] }, { "id": "2", "enabled": false, "code3l": "ALB", "code2l": "AL", "name": "Albania", "name_official": "Republic of Albania", "center": { "latitude": "41.00017358", "longitude": "19.87170014", "zoom": "7" }, "names": { "ar": { "name": "ألبانيا", "name_official": "ألبانيا جمهورية " }, "es": { "name": "Albania", "name_official": "la República de Albania" }, "fr": { "name": "Albanie", "name_official": "la République d'Albanie" }, "it": { "name": "Albania", "name_official": "Repubblica d'Albania" }, "ru": { "name": "Албания", "name_official": "Республика Албания" }, "zh": { "name": "阿尔巴尼亚", "name_official": "阿尔巴尼亚共和国" } } }, { "id": "3", "enabled": false, "code3l": "DZA", "code2l": "DZ", "name": "Algeria", "name_official": "People's Democratic Republic of Algeria", "center": { "latitude": "27.89861690", "longitude": "3.19771194", "zoom": "5" }, "names": { "ar": { "name": "الجزائر", "name_official": "الجمهورية الجزائرية الديمقراطية الشعبية " }, "es": { "name": "Argelia", "name_official": "la República Argelina Democrática y Popular" }, "fr": { "name": "Algérie", "name_official": "la République algérienne démocratique et populaire" }, "it": { "name": "Algeria", "name_official": "Repubblica algerina democratica e popolare" }, "ru": { "name": "Алжир", "name_official": "Алжирская Народная Демократическая Республика" }, "zh": { "name": "阿尔及利亚", "name_official": "阿尔及利亚民主人民共和国" } } }, { "id": "197", "enabled": false, "code3l": "ASM", "code2l": "AS", "name": "American Samoa", "name_official": "The United States Territory of American Samoa", "center": { "latitude": "-14.30634641", "longitude": "-170.69501750", "zoom": "11" }, "names": [] }, { "id": "4", "enabled": false, "code3l": "AND", "code2l": "AD", "name": "Andorra", "name_official": "Principality of Andorra", "center": { "latitude": "42.54057088", "longitude": "1.55201340", "zoom": "11" }, "names": { "ar": { "name": "أندورا", "name_official": "أندورا إمارة " }, "es": { "name": "Andorra", "name_official": "el Principado de Andorra" }, "fr": { "name": "Andorre", "name_official": "la Principauté d'Andorre" }, "it": { "name": "Andorra", "name_official": "Principato d'Andorra" }, "ru": { "name": "Андорра", "name_official": "Княжество Андорра" }, "zh": { "name": "安道尔", "name_official": "安道尔公国" } } }, { "id": "5", "enabled": false, "code3l": "AGO", "code2l": "AO", "name": "Angola", "name_official": "Republic of Angola", "center": { "latitude": "-12.16469683", "longitude": "16.70933622", "zoom": "6" }, "names": { "ar": { "name": "أنغولا", "name_official": "أنغولا جمهورية " }, "es": { "name": "Angola", "name_official": "la República de Angola" }, "fr": { "name": "Angola", "name_official": "la République d'Angola" }, "it": { "name": "Angola", "name_official": "Repubblica d'Angola" }, "ru": { "name": "Ангола", "name_official": "Республика Ангола" }, "zh": { "name": "安哥拉", "name_official": "安哥拉共和国" } } }, { "id": "195", "enabled": false, "code3l": "AIA", "code2l": "AI", "name": "Anguilla", "name_official": "Anguilla", "center": { "latitude": "18.22053521", "longitude": "-63.06861300", "zoom": "12" }, "names": [] }, { "id": "196", "enabled": false, "code3l": "ATA", "code2l": "AQ", "name": "Antarctica", "name_official": "Antarctica", "center": { "latitude": "-45.13806295", "longitude": "10.48095703", "zoom": "2" }, "names": [] }, { "id": "6", "enabled": false, "code3l": "ATG", "code2l": "AG", "name": "Antigua and Barbuda", "name_official": "Antigua and Barbuda", "center": { "latitude": "17.48060423", "longitude": "-61.42014426", "zoom": "9" }, "names": { "ar": { "name": "أنتيغوا وبربودا ", "name_official": "أنتيغوا وبربودا " }, "es": { "name": "Antigua y Barbuda", "name_official": "Antigua y Barbuda" }, "fr": { "name": "Antigua-et-Barbuda", "name_official": "Antigua-et-Barbuda" }, "it": { "name": "Antigua e Barbuda", "name_official": "Antigua e Barbuda" }, "ru": { "name": "Антигуа и Барбуда", "name_official": "Антигуа и Барбуда" }, "zh": { "name": "安提瓜和巴布达", "name_official": "安提瓜和巴布达" } } }, { "id": "7", "enabled": false, "code3l": "ARG", "code2l": "AR", "name": "Argentina", "name_official": "Argentine Republic", "center": { "latitude": "-38.01529308", "longitude": "-64.97897469", "zoom": "4" }, "names": { "ar": { "name": "الأرجنتين", "name_official": "جمهورية الأرجنتين " }, "es": { "name": "Argentina", "name_official": "la República Argentina" }, "fr": { "name": "Argentine", "name_official": "la République argentine" }, "it": { "name": "Argentina", "name_official": "Repubblica argentina" }, "ru": { "name": "Аргентина", "name_official": "Аргентинская Республика" }, "zh": { "name": "阿根廷", "name_official": "阿根廷共和国" } } }, { "id": "8", "enabled": false, "code3l": "ARM", "code2l": "AM", "name": "Armenia", "name_official": "Republic of Armenia", "center": { "latitude": "40.13475528", "longitude": "45.01072318", "zoom": "7" }, "names": { "ar": { "name": "أرمينيا", "name_official": "أرمينيا جمهورية " }, "es": { "name": "Armenia", "name_official": "la República de Armenia" }, "fr": { "name": "Arménie", "name_official": "la République d'Arménie" }, "it": { "name": "Armenia", "name_official": "Repubblica d'Armenia" }, "ru": { "name": "Армения", "name_official": "Республика Армения" }, "zh": { "name": "亚美尼亚", "name_official": "亚美尼亚共和国" } } }, { "id": "198", "enabled": false, "code3l": "ABW", "code2l": "AW", "name": "Aruba", "name_official": "Aruba of the Kingdom of the Netherlands", "center": { "latitude": "12.52109661", "longitude": "-69.96833800", "zoom": "12" }, "names": [] }, { "id": "9", "enabled": false, "code3l": "AUS", "code2l": "AU", "name": "Australia", "name_official": "Australia", "center": { "latitude": "-26.29594646", "longitude": "133.55540944", "zoom": "4" }, "names": { "ar": { "name": "أستراليا", "name_official": "أستراليا" }, "es": { "name": "Australia", "name_official": "Australia" }, "fr": { "name": "Australie", "name_official": "l'Australie" }, "it": { "name": "Australia", "name_official": "Australia" }, "ru": { "name": "Австралия", "name_official": "Австралия" }, "zh": { "name": "澳大利亚", "name_official": "澳大利亚" } } }, { "id": "10", "enabled": false, "code3l": "AUT", "code2l": "AT", "name": "Austria", "name_official": "Republic of Austria", "center": { "latitude": "47.63125476", "longitude": "13.18776731", "zoom": "7" }, "names": { "ar": { "name": "النمسا", "name_official": "النمسا جمهورية " }, "es": { "name": "Austria", "name_official": "la República de Austria" }, "fr": { "name": "Autriche", "name_official": "la République d'Autriche" }, "it": { "name": "Austria", "name_official": "Repubblica d'Austria" }, "ru": { "name": "Австрия", "name_official": "Австрийская Республика" }, "zh": { "name": "奥地利", "name_official": "奥地利共和国" } } }, { "id": "11", "enabled": false, "code3l": "AZE", "code2l": "AZ", "name": "Azerbaijan", "name_official": "Republic of Azerbaijan", "center": { "latitude": "40.35321757", "longitude": "47.46706372", "zoom": "7" }, "names": { "ar": { "name": "أذربيجان", "name_official": "الجمهورية الأذربيجانية " }, "es": { "name": "Azerbaiyán", "name_official": "la República de Azerbaiyán" }, "fr": { "name": "Azerbaïdjan", "name_official": "la République d'Azerbaïdjan" }, "it": { "name": "Azerbaigian", "name_official": "Repubblica dell'Azerbaigian" }, "ru": { "name": "Азербайджан", "name_official": "Азербайджанская Республика" }, "zh": { "name": "阿塞拜疆", "name_official": "阿塞拜疆共和国" } } }, { "id": "12", "enabled": false, "code3l": "BHS", "code2l": "BS", "name": "Bahamas", "name_official": "Commonwealth of the Bahamas", "center": { "latitude": "24.45991732", "longitude": "-77.68192453", "zoom": "7" }, "names": { "ar": { "name": "البهاما جزر ", "name_official": "البهاما جزر كمنولث " }, "es": { "name": "Bahamas", "name_official": "el Commonwealth de las Bahamas" }, "fr": { "name": "Bahamas", "name_official": "le Commonwealth des Bahamas" }, "it": { "name": "Bahamas", "name_official": "Commonwealth delle Bahamas" }, "ru": { "name": "Багамские Острова", "name_official": "Содружество Багамских Островов" }, "zh": { "name": "巴哈马", "name_official": "巴哈马国" } } }, { "id": "13", "enabled": false, "code3l": "BHR", "code2l": "BH", "name": "Bahrain", "name_official": "Kingdom of Bahrain", "center": { "latitude": "25.90740996", "longitude": "50.65932354", "zoom": "9" }, "names": { "ar": { "name": "البحرين", "name_official": "مملكة البحرين " }, "es": { "name": "Bahrein", "name_official": "el Reino de Bahrein" }, "fr": { "name": "Bahreïn", "name_official": "le Royaume de Bahreïn" }, "it": { "name": "Bahrein", "name_official": "Regno del Bahrein" }, "ru": { "name": "Бахрейн", "name_official": "Королевство Бахрейн" }, "zh": { "name": "巴 林", "name_official": "巴林王国" } } }, { "id": "14", "enabled": false, "code3l": "BGD", "code2l": "BD", "name": "Bangladesh", "name_official": "People's Republic of Bangladesh", "center": { "latitude": "24.08273251", "longitude": "90.49915527", "zoom": "7" }, "names": { "ar": { "name": "بنغلاديش", "name_official": "الشعبية بنغلاديش جمهورية " }, "es": { "name": "Bangladesh", "name_official": "la República Popular de Bangladesh" }, "fr": { "name": "Bangladesh", "name_official": "la République populaire du Bangladesh" }, "it": { "name": "Bangladesh", "name_official": "Repubblica popolare del Bangladesh" }, "ru": { "name": "Бангладеш", "name_official": "Народная Республика Бангладеш" }, "zh": { "name": "孟加拉国", "name_official": "孟加拉人民共和国" } } }, { "id": "15", "enabled": false, "code3l": "BRB", "code2l": "BB", "name": "Barbados", "name_official": "Barbados", "center": { "latitude": "13.19383077", "longitude": "-59.54319600", "zoom": "11" }, "names": { "ar": { "name": "بربادوس", "name_official": "بربادوس" }, "es": { "name": "Barbados", "name_official": "Barbados" }, "fr": { "name": "Barbade", "name_official": "la Barbade" }, "it": { "name": "Barbados", "name_official": "Barbados" }, "ru": { "name": "Барбадос", "name_official": "Барбадос" }, "zh": { "name": "巴巴多斯", "name_official": "巴巴多斯" } } }, { "id": "16", "enabled": false, "code3l": "BLR", "code2l": "BY", "name": "Belarus", "name_official": "Republic of Belarus", "center": { "latitude": "53.58628747", "longitude": "27.95338900", "zoom": "6" }, "names": { "ar": { "name": "بيلاروس", "name_official": "بيلاروس جمهورية " }, "es": { "name": "Belarús", "name_official": "la República de Belarús" }, "fr": { "name": "Bélarus", "name_official": "la République du Bélarus" }, "it": { "name": "Bielorussia", "name_official": "Repubblica di Bielorussia" }, "ru": { "name": "Беларусь", "name_official": "Республика Беларусь" }, "zh": { "name": "白俄罗斯", "name_official": "白俄罗斯共和国" } } }, { "id": "17", "enabled": false, "code3l": "BEL", "code2l": "BE", "name": "Belgium", "name_official": "Kingdom of Belgium", "center": { "latitude": "50.49593874", "longitude": "4.46993600", "zoom": "8" }, "names": { "ar": { "name": "بلجيكا", "name_official": "بلجيكا مملكة " }, "es": { "name": "Bélgica", "name_official": "el Reino de Bélgica" }, "fr": { "name": "Belgique", "name_official": "le Royaume de Belgique" }, "it": { "name": "Belgio", "name_official": "Regno del Belgio" }, "ru": { "name": "Бельгия", "name_official": "Королевство Бельгия" }, "zh": { "name": "比利时", "name_official": "比利时王国" } } }, { "id": "18", "enabled": false, "code3l": "BLZ", "code2l": "BZ", "name": "Belize", "name_official": "Belize", "center": { "latitude": "17.21153631", "longitude": "-88.01424956", "zoom": "8" }, "names": { "ar": { "name": "بليز", "name_official": "بليز" }, "es": { "name": "Belice", "name_official": "Belice" }, "fr": { "name": "Belize", "name_official": "le Belize" }, "it": { "name": "Belize", "name_official": "Belize" }, "ru": { "name": "Белиз", "name_official": "Белиз" }, "zh": { "name": "伯利兹", "name_official": "伯利兹" } } }, { "id": "19", "enabled": false, "code3l": "BEN", "code2l": "BJ", "name": "Benin", "name_official": "Republic of Benin", "center": { "latitude": "9.37180859", "longitude": "2.29386134", "zoom": "7" }, "names": { "ar": { "name": "بنن", "name_official": "جمهورية بنن " }, "es": { "name": "Benin", "name_official": "la República de Benin" }, "fr": { "name": "Bénin", "name_official": "la République du Bénin" }, "it": { "name": "Benin", "name_official": "Repubblica del Benin" }, "ru": { "name": "Бенин", "name_official": "Республика Бенин" }, "zh": { "name": "贝 宁", "name_official": "贝宁共和国" } } }, { "id": "201", "enabled": false, "code3l": "BMU", "code2l": "BM", "name": "Bermuda", "name_official": "Bermudas", "center": { "latitude": "32.31995785", "longitude": "-64.76182765", "zoom": "12" }, "names": [] }, { "id": "20", "enabled": false, "code3l": "BTN", "code2l": "BT", "name": "Bhutan", "name_official": "Kingdom of Bhutan", "center": { "latitude": "27.50752756", "longitude": "90.43360300", "zoom": "8" }, "names": { "ar": { "name": "بوتان", "name_official": "بوتان مملكة " }, "es": { "name": "Bhután", "name_official": "el Reino de Bhután" }, "fr": { "name": "Bhoutan", "name_official": "le Royaume du Bhoutan" }, "it": { "name": "Bhutan", "name_official": "Regno del Bhutan" }, "ru": { "name": "Бутан", "name_official": "Королевство Бутан" }, "zh": { "name": "不 丹", "name_official": "不丹王国" } } }, { "id": "182", "enabled": false, "code3l": "BOL", "code2l": "BO", "name": "Bolivia (Plurinational State of)", "name_official": "Plurinational State of Bolivia", "center": { "latitude": "-16.74518128", "longitude": "-65.19265691", "zoom": "6" }, "names": { "ar": { "name": "بوليفيا - دولة - المتعددة القوميات ", "name_official": "دولة بوليفيا المتعددة القوميات " }, "es": { "name": "Bolivia (Estado Plurinacional de)", "name_official": "Estado Plurinacional de Bolivia" }, "fr": { "name": "Bolivie (État plurinational de)", "name_official": "l'État plurinational de Bolivie" }, "it": { "name": "Bolivia (Stato plurinazionale della)", "name_official": "Stato plurinazionale della Bolivia" }, "ru": { "name": "Боливия (Многонациональное Государство)", "name_official": "Многонациональное Государство Боливия" }, "zh": { "name": "玻利维亚(多民族国)", "name_official": "玻利维亚多民族国" } } }, { "id": "202", "enabled": false, "code3l": "BES", "code2l": "BQ", "name": "Bonaire, Saint Eustatius And Saba", "name_official": "Bonaire, Saint Eustatius and Saba", "center": { "latitude": "12.17229702", "longitude": "-68.28831170", "zoom": "11" }, "names": [] }, { "id": "21", "enabled": false, "code3l": "BIH", "code2l": "BA", "name": "Bosnia and Herzegovina", "name_official": "Bosnia and Herzegovina", "center": { "latitude": "44.00040856", "longitude": "17.81640910", "zoom": "7" }, "names": { "ar": { "name": "والهرسك البوسنة ", "name_official": "والهرسك البوسنة " }, "es": { "name": "Bosnia y Herzegovina", "name_official": "Bosnia y Herzegovina" }, "fr": { "name": "Bosnie-Herzégovine", "name_official": "la Bosnie-Herzégovine" }, "it": { "name": "Bosnia-Erzegovina", "name_official": "Bosnia-Erzegovina" }, "ru": { "name": "Босния и Герцеговина", "name_official": "Босния и Герцеговина" }, "zh": { "name": "波斯尼亚和黑塞哥维那", "name_official": "波斯尼亚和黑塞哥维那" } } }, { "id": "22", "enabled": false, "code3l": "BWA", "code2l": "BW", "name": "Botswana", "name_official": "Republic of Botswana", "center": { "latitude": "-22.18279485", "longitude": "24.22344422", "zoom": "6" }, "names": { "ar": { "name": "بوتسوانا", "name_official": "بوتسوانا جمهورية " }, "es": { "name": "Botswana", "name_official": "la República de Botswana" }, "fr": { "name": "Botswana", "name_official": "la République du Botswana" }, "it": { "name": "Botswana", "name_official": "Repubblica del Botswana" }, "ru": { "name": "Ботсвана", "name_official": "Республика Ботсвана" }, "zh": { "name": "博茨瓦纳", "name_official": "博茨瓦纳共和国" } } }, { "id": "203", "enabled": false, "code3l": "BVT", "code2l": "BV", "name": "Bouvet Island", "name_official": "Bouvet Island", "center": { "latitude": "-54.42316906", "longitude": "3.41319600", "zoom": "12" }, "names": [] }, { "id": "23", "enabled": false, "code3l": "BRA", "code2l": "BR", "name": "Brazil", "name_official": "Federative Republic of Brazil", "center": { "latitude": "-11.80965046", "longitude": "-53.33152600", "zoom": "4" }, "names": { "ar": { "name": "البرازيل", "name_official": "الجمهورية الاتحادية البرازيلية " }, "es": { "name": "Brasil", "name_official": "la República Federativa del Brasil" }, "fr": { "name": "Brésil", "name_official": "la République fédérative du Brésil" }, "it": { "name": "Brasile", "name_official": "Repubblica federativa del Brasile" }, "ru": { "name": "Бразилия", "name_official": "Федеративная Республика Бразилия" }, "zh": { "name": "巴 西", "name_official": "巴西联邦共和国" } } }, { "id": "220", "enabled": false, "code3l": "IOT", "code2l": "IO", "name": "British Indian Ocean Territory", "name_official": "The British Indian Ocean Territory", "center": { "latitude": "-7.33461519", "longitude": "72.42425280", "zoom": "12" }, "names": [] }, { "id": "24", "enabled": false, "code3l": "BRN", "code2l": "BN", "name": "Brunei Darussalam", "name_official": "Brunei Darussalam", "center": { "latitude": "4.54189364", "longitude": "114.60132823", "zoom": "9" }, "names": { "ar": { "name": "السلام دار برونى ", "name_official": "السلام دار بروني " }, "es": { "name": "Brunei Darussalam", "name_official": "Brunei Darussalam" }, "fr": { "name": "Brunéi Darussalam", "name_official": "le Brunéi Darussalam" }, "it": { "name": "Brunei", "name_official": "Stato di Brunei Darussalam" }, "ru": { "name": "Бруней-Даруссалам", "name_official": "Бруней-Даруссалам" }, "zh": { "name": "文莱达鲁萨兰国", "name_official": "文莱达鲁萨兰国" } } }, { "id": "25", "enabled": false, "code3l": "BGR", "code2l": "BG", "name": "Bulgaria", "name_official": "Republic of Bulgaria", "center": { "latitude": "42.70160678", "longitude": "25.48583200", "zoom": "7" }, "names": { "ar": { "name": "بلغاريا", "name_official": "جمهورية بلغاريا " }, "es": { "name": "Bulgaria", "name_official": "la República de Bulgaria" }, "fr": { "name": "Bulgarie", "name_official": "la République de Bulgarie" }, "it": { "name": "Bulgaria", "name_official": "Repubblica di Bulgaria" }, "ru": { "name": "Болгария", "name_official": "Республика Болгария" }, "zh": { "name": "保加利亚", "name_official": "保加利亚共和国" } } }, { "id": "26", "enabled": false, "code3l": "BFA", "code2l": "BF", "name": "Burkina Faso", "name_official": "Burkina Faso", "center": { "latitude": "12.22492458", "longitude": "-1.56159100", "zoom": "7" }, "names": { "ar": { "name": "بوركينا فاسو ", "name_official": "بوركينا فاسو " }, "es": { "name": "Burkina Faso", "name_official": "Burkina Faso" }, "fr": { "name": "Burkina Faso", "name_official": "le Burkina Faso" }, "it": { "name": "Burkina Faso", "name_official": "Burkina Faso" }, "ru": { "name": "Буркина-Фасо", "name_official": "Буркина-Фасо" }, "zh": { "name": "布基纳法索", "name_official": "布基纳法索" } } }, { "id": "27", "enabled": false, "code3l": "BDI", "code2l": "BI", "name": "Burundi", "name_official": "Republic of Burundi", "center": { "latitude": "-3.40499707", "longitude": "29.88592902", "zoom": "8" }, "names": { "ar": { "name": "بوروندي", "name_official": "جمهورية بوروندي " }, "es": { "name": "Burundi", "name_official": "la República de Burundi" }, "fr": { "name": "Burundi", "name_official": "la République du Burundi" }, "it": { "name": "Burundi", "name_official": "Repubblica del Burundi" }, "ru": { "name": "Бурунди", "name_official": "Республика Бурунди" }, "zh": { "name": "布隆迪", "name_official": "布隆迪共和国" } } }, { "id": "31", "enabled": false, "code3l": "CPV", "code2l": "CV", "name": "Cabo Verde", "name_official": "Republic of Cabo Verde", "center": { "latitude": "15.11988711", "longitude": "-23.60517010", "zoom": "10" }, "names": { "ar": { "name": "كابو فيردي ", "name_official": "جمهورية كابو فيردي " }, "es": { "name": "Cabo Verde", "name_official": "la República de Cabo Verde" }, "fr": { "name": "Cabo Verde", "name_official": "la République de Cabo Verde" }, "it": { "name": "Cabo Verde", "name_official": "Repubblica del Cabo Verde" }, "ru": { "name": "Кабо-Верде", "name_official": "Республика Кабо-Верде" }, "zh": { "name": "佛得角", "name_official": "佛得角共和国" } } }, { "id": "28", "enabled": false, "code3l": "KHM", "code2l": "KH", "name": "Cambodia", "name_official": "Kingdom of Cambodia", "center": { "latitude": "12.83288883", "longitude": "104.84814273", "zoom": "7" }, "names": { "ar": { "name": "كمبوديا", "name_official": "مملكة كمبوديا " }, "es": { "name": "Camboya", "name_official": "el Reino de Camboya" }, "fr": { "name": "Cambodge", "name_official": "le Royaume du Cambodge" }, "it": { "name": "Cambogia", "name_official": "Regno di Cambogia" }, "ru": { "name": "Камбоджа", "name_official": "Королевство Камбоджа" }, "zh": { "name": "柬埔寨", "name_official": "柬埔寨王国" } } }, { "id": "29", "enabled": false, "code3l": "CMR", "code2l": "CM", "name": "Cameroon", "name_official": "Republic of Cameroon", "center": { "latitude": "7.38622543", "longitude": "12.72825915", "zoom": "6" }, "names": { "ar": { "name": "الكاميرون", "name_official": "جمهورية الكاميرون " }, "es": { "name": "Camerún", "name_official": "la República del Camerún" }, "fr": { "name": "Cameroun", "name_official": "la République du Cameroun" }, "it": { "name": "Camerun", "name_official": "Repubblica del Camerun" }, "ru": { "name": "Камерун", "name_official": "Республика Камерун" }, "zh": { "name": "喀麦隆", "name_official": "喀麦隆共和国" } } }, { "id": "30", "enabled": false, "code3l": "CAN", "code2l": "CA", "name": "Canada", "name_official": "Canada", "center": { "latitude": "60.36196817", "longitude": "-106.69833150", "zoom": "4" }, "names": { "ar": { "name": "كندا", "name_official": "كندا" }, "es": { "name": "Canadá", "name_official": "el Canadá" }, "fr": { "name": "Canada", "name_official": "le Canada" }, "it": { "name": "Canada", "name_official": "Canada" }, "ru": { "name": "Канада", "name_official": "Канада" }, "zh": { "name": "加拿大", "name_official": "加拿大" } } }, { "id": "222", "enabled": false, "code3l": "CYM", "code2l": "KY", "name": "Cayman Islands", "name_official": "The Cayman Islands", "center": { "latitude": "19.31322102", "longitude": "-81.25459800", "zoom": "11" }, "names": [] }, { "id": "32", "enabled": false, "code3l": "CAF", "code2l": "CF", "name": "Central African Republic", "name_official": "Central African Republic", "center": { "latitude": "6.82541830", "longitude": "20.64281514", "zoom": "6" }, "names": { "ar": { "name": "الوسطى أفريقيا جمهورية ", "name_official": "الوسطى أفريقيا جمهورية " }, "es": { "name": "República Centroafricana", "name_official": "la República Centroafricana" }, "fr": { "name": "République centrafricaine", "name_official": "la République centrafricaine" }, "it": { "name": "Repubblica centrafricana", "name_official": "Repubblica centrafricana" }, "ru": { "name": "Центральноафриканская Республика", "name_official": "Центральноафриканская Республика" }, "zh": { "name": "中非共和国", "name_official": "中非共和国" } } }, { "id": "33", "enabled": false, "code3l": "TCD", "code2l": "TD", "name": "Chad", "name_official": "Republic of Chad", "center": { "latitude": "14.80342407", "longitude": "18.78714064", "zoom": "5" }, "names": { "ar": { "name": "تشاد", "name_official": "تشاد جمهورية " }, "es": { "name": "Chad", "name_official": "la República del Chad" }, "fr": { "name": "Tchad", "name_official": "la République du Tchad" }, "it": { "name": "Ciad", "name_official": "Repubblica del Ciad" }, "ru": { "name": "Чад", "name_official": "Республика Чад" }, "zh": { "name": "乍 得", "name_official": "乍得共和国" } } }, { "id": "34", "enabled": false, "code3l": "CHL", "code2l": "CL", "name": "Chile", "name_official": "Republic of Chile", "center": { "latitude": "-38.01760790", "longitude": "-71.40014474", "zoom": "4" }, "names": { "ar": { "name": "شيلى", "name_official": "جمهورية شيلى " }, "es": { "name": "Chile", "name_official": "la República de Chile" }, "fr": { "name": "Chili", "name_official": "la République du Chili" }, "it": { "name": "Cile", "name_official": "Repubblica del Cile" }, "ru": { "name": "Чили", "name_official": "Республика Чили" }, "zh": { "name": "智 利", "name_official": "智利共和国" } } }, { "id": "35", "enabled": false, "code3l": "CHN", "code2l": "CN", "name": "China", "name_official": "People's Republic of China", "center": { "latitude": "36.71457440", "longitude": "103.55819197", "zoom": "4" }, "names": { "ar": { "name": "الصين", "name_official": "الشعبية الصين جمهورية " }, "es": { "name": "China", "name_official": "la República Popular China" }, "fr": { "name": "Chine", "name_official": "la République populaire de Chine" }, "it": { "name": "Cina", "name_official": "Repubblica popolare cinese" }, "ru": { "name": "Китай", "name_official": "Китайская Народная Республика" }, "zh": { "name": "中 国", "name_official": "中华人民共和国" } } }, { "id": "206", "enabled": false, "code3l": "CXR", "code2l": "CX", "name": "Christmas Island", "name_official": "Territory of Christmas Island", "center": { "latitude": "-10.49170619", "longitude": "105.68083796", "zoom": "11" }, "names": [] }, { "id": "204", "enabled": false, "code3l": "CCK", "code2l": "CC", "name": "Cocos (Keeling) Islands", "name_official": "Territory of Cocos (Keeling) Islands", "center": { "latitude": "-12.12890685", "longitude": "96.84689104", "zoom": "12" }, "names": [] }, { "id": "36", "enabled": false, "code3l": "COL", "code2l": "CO", "name": "Colombia", "name_official": "Republic of Colombia", "center": { "latitude": "3.68182320", "longitude": "-73.53927436", "zoom": "5" }, "names": { "ar": { "name": "كولومبيا", "name_official": "جمهورية كولومبيا " }, "es": { "name": "Colombia", "name_official": "la República de Colombia" }, "fr": { "name": "Colombie", "name_official": "la République de Colombie" }, "it": { "name": "Colombia", "name_official": "Repubblica di Colombia" }, "ru": { "name": "Колумбия", "name_official": "Республика Колумбия" }, "zh": { "name": "哥伦比亚", "name_official": "哥伦比亚共和国" } } }, { "id": "37", "enabled": false, "code3l": "COM", "code2l": "KM", "name": "Comoros", "name_official": "Union of the Comoros", "center": { "latitude": "-11.64529989", "longitude": "43.33330200", "zoom": "10" }, "names": { "ar": { "name": "جزر القمر ", "name_official": "اتحاد جزر القمر " }, "es": { "name": "Comoras", "name_official": "la Unión de las Comoras" }, "fr": { "name": "Comores", "name_official": "l'Union des Comores" }, "it": { "name": "Isole Comore", "name_official": "Unione delle Comore" }, "ru": { "name": "Коморские Острова", "name_official": "Союз Коморских Островов" }, "zh": { "name": "科摩罗", "name_official": "科摩罗联盟" } } }, { "id": "38", "enabled": false, "code3l": "COG", "code2l": "CG", "name": "Congo", "name_official": "Republic of the Congo", "center": { "latitude": "-0.68967806", "longitude": "15.69033190", "zoom": "6" }, "names": { "ar": { "name": "الكونغو", "name_official": "الكونغو جمهورية " }, "es": { "name": "Congo", "name_official": "la República del Congo" }, "fr": { "name": "Congo", "name_official": "la République du Congo" }, "it": { "name": "Congo", "name_official": "Repubblica del Congo" }, "ru": { "name": "Конго", "name_official": "Республика Конго" }, "zh": { "name": "刚 果", "name_official": "刚果共和国" } } }, { "id": "181", "enabled": false, "code3l": "COK", "code2l": "CK", "name": "Cook Islands", "name_official": "Cook Islands", "center": { "latitude": "-21.23673066", "longitude": "-159.77766900", "zoom": "13" }, "names": { "ar": { "name": "كوك جزر ", "name_official": "كوك جزر " }, "es": { "name": "Islas Cook", "name_official": "las Islas Cook" }, "fr": { "name": "Îles Cook", "name_official": "les Îles Cook" }, "it": { "name": "Isole Cook", "name_official": "Isole Cook" }, "ru": { "name": "Острова Кука", "name_official": "Острова Кука" }, "zh": { "name": "库克群岛", "name_official": "库克群岛" } } }, { "id": "39", "enabled": false, "code3l": "CRI", "code2l": "CR", "name": "Costa Rica", "name_official": "Republic of Costa Rica", "center": { "latitude": "9.98427463", "longitude": "-84.09949534", "zoom": "8" }, "names": { "ar": { "name": "كوستاريكا", "name_official": "جمهورية كوستاريكا " }, "es": { "name": "Costa Rica", "name_official": "la República de Costa Rica" }, "fr": { "name": "Costa Rica", "name_official": "la République du Costa Rica" }, "it": { "name": "Costa Rica", "name_official": "Repubblica di Costa Rica" }, "ru": { "name": "Коста-Рика", "name_official": "Республика Коста-Рика" }, "zh": { "name": "哥斯达黎加", "name_official": "哥斯达黎加共和国" } } }, { "id": "44", "enabled": false, "code3l": "CIV", "code2l": "CI", "name": "Côte d'Ivoire", "name_official": "Republic of Côte d'Ivoire", "center": { "latitude": "7.59684148", "longitude": "-5.49214636", "zoom": "7" }, "names": { "ar": { "name": "ديفوار كوت ", "name_official": "ديفوار كوت جمهورية " }, "es": { "name": "Côte d'Ivoire", "name_official": "la República de Côte d'Ivoire" }, "fr": { "name": "Côte d'Ivoire", "name_official": "la République de Côte d'Ivoire" }, "it": { "name": "Côte d`Ivoire", "name_official": "Repubblica della Côte d'Ivoire" }, "ru": { "name": "Кот-д`Ивуар", "name_official": "Республика Кот-д`Ивуар" }, "zh": { "name": "科特迪瓦", "name_official": "科特迪瓦共和国" } } }, { "id": "40", "enabled": false, "code3l": "HRV", "code2l": "HR", "name": "Croatia", "name_official": "Republic of Croatia", "center": { "latitude": "44.81372482", "longitude": "16.29039507", "zoom": "7" }, "names": { "ar": { "name": "كرواتيا", "name_official": "جمهورية كرواتيا " }, "es": { "name": "Croacia", "name_official": "la República de Croacia" }, "fr": { "name": "Croatie", "name_official": "la République de Croatie" }, "it": { "name": "Croazia", "name_official": "Repubblica di Croazia" }, "ru": { "name": "Хорватия", "name_official": "Республика Хорватия" }, "zh": { "name": "克罗地亚", "name_official": "克罗地亚共和国" } } }, { "id": "41", "enabled": false, "code3l": "CUB", "code2l": "CU", "name": "Cuba", "name_official": "Republic of Cuba", "center": { "latitude": "21.54513189", "longitude": "-79.00064743", "zoom": "6" }, "names": { "ar": { "name": "كوبا", "name_official": "جمهورية كوبا " }, "es": { "name": "Cuba", "name_official": "la República de Cuba" }, "fr": { "name": "Cuba", "name_official": "la République de Cuba" }, "it": { "name": "Cuba", "name_official": "Repubblica di Cuba" }, "ru": { "name": "Куба", "name_official": "Республика Куба" }, "zh": { "name": "古 巴", "name_official": "古巴共和国" } } }, { "id": "205", "enabled": false, "code3l": "CUW", "code2l": "CW", "name": "Curaçao", "name_official": "Curaçao", "center": { "latitude": "12.20710309", "longitude": "-69.02160369", "zoom": "11" }, "names": [] }, { "id": "42", "enabled": false, "code3l": "CYP", "code2l": "CY", "name": "Cyprus", "name_official": "Republic of Cyprus", "center": { "latitude": "35.12450768", "longitude": "33.42986100", "zoom": "9" }, "names": { "ar": { "name": "قبرص", "name_official": "جمهورية قبرص " }, "es": { "name": "Chipre", "name_official": "la República de Chipre" }, "fr": { "name": "Chypre", "name_official": "la République de Chypre" }, "it": { "name": "Cipro", "name_official": "Repubblica di Cipro" }, "ru": { "name": "Кипр", "name_official": "Республика Кипр" }, "zh": { "name": "塞浦路斯", "name_official": "塞浦路斯共和国" } } }, { "id": "43", "enabled": false, "code3l": "CZE", "code2l": "CZ", "name": "Czechia", "name_official": "Czech Republic", "center": { "latitude": "49.76026136", "longitude": "15.53888197", "zoom": "7" }, "names": { "ar": { "name": "التشيكية الجمهورية ", "name_official": "التشيكية الجمهورية " }, "es": { "name": "República Checa", "name_official": "la República Checa" }, "fr": { "name": "République tchèque", "name_official": "la République tchèque" }, "it": { "name": "Repubblica ceca", "name_official": "Repubblica ceca" }, "ru": { "name": "Чешская Республика", "name_official": "Чешская Республика" }, "zh": { "name": "捷克共和国", "name_official": "捷克共和国" } } }, { "id": "188", "enabled": false, "code3l": "PRK", "code2l": "KP", "name": "Democratic People's Republic of Korea", "name_official": "Democratic People's Republic of Korea", "center": { "latitude": "40.00785500", "longitude": "127.48812834", "zoom": "6" }, "names": { "ar": { "name": "الديمقراطية الشعبية كوريا جمهورية ", "name_official": "الديمقراطية الشعبية كوريا جمهورية " }, "es": { "name": "República Popular Democrática de Corea", "name_official": "la República Popular Democrática de Corea" }, "fr": { "name": "République populaire démocratique de Corée", "name_official": "la République populaire démocratique de Corée" }, "it": { "name": "Repubblica popolare democratica di Corea", "name_official": "Repubblica popolare democratica di Corea" }, "ru": { "name": "Корейская Народно-Демократическая Республика", "name_official": "Корейская Народно-Демократическая Республика" }, "zh": { "name": "朝鲜民主主义人民共和国", "name_official": "朝鲜民主主义人民共和国" } } }, { "id": "183", "enabled": false, "code3l": "COD", "code2l": "CD", "name": "Democratic Republic of the Congo", "name_official": "Democratic Republic of Congo", "center": { "latitude": "-4.05373938", "longitude": "23.01110741", "zoom": "5" }, "names": { "ar": { "name": "الديمقراطية الكونغو جمهورية ", "name_official": "الديمقراطية الكونغو جمهورية " }, "es": { "name": "República Democrática del Congo", "name_official": "la República Democrática del Congo" }, "fr": { "name": "République démocratique du Congo", "name_official": "la République démocratique du Congo" }, "it": { "name": "Repubblica democratica del Congo", "name_official": "Repubblica democratica del Congo" }, "ru": { "name": "Демократическая Республика Конго", "name_official": "Демократическая Республика Конго" }, "zh": { "name": "刚果民主共和国", "name_official": "刚果民主共和国" } } }, { "id": "45", "enabled": false, "code3l": "DNK", "code2l": "DK", "name": "Denmark", "name_official": "Kingdom of Denmark", "center": { "latitude": "54.71794021", "longitude": "9.41938953", "zoom": "6" }, "names": { "ar": { "name": "الدانمرك", "name_official": "مملكة الدانمرك " }, "es": { "name": "Dinamarca", "name_official": "el Reino de Dinamarca" }, "fr": { "name": "Danemark", "name_official": "le Royaume du Danemark" }, "it": { "name": "Danimarca", "name_official": "Regno di Danimarca" }, "ru": { "name": "Дания", "name_official": "Королевство Дания" }, "zh": { "name": "丹 麦", "name_official": "丹麦王国" } } }, { "id": "46", "enabled": false, "code3l": "DJI", "code2l": "DJ", "name": "Djibouti", "name_official": "Republic of Djibouti", "center": { "latitude": "11.75959257", "longitude": "42.65344839", "zoom": "8" }, "names": { "ar": { "name": "جيبوتي", "name_official": "جيبوتي جمهورية " }, "es": { "name": "Djibouti", "name_official": "la República de Djibouti" }, "fr": { "name": "Djibouti", "name_official": "la République de Djibouti" }, "it": { "name": "Gibuti", "name_official": "Repubblica di Gibuti" }, "ru": { "name": "Джибути", "name_official": "Республика Джибути" }, "zh": { "name": "吉布提", "name_official": "吉布提共和国" } } }, { "id": "47", "enabled": false, "code3l": "DMA", "code2l": "DM", "name": "Dominica", "name_official": "Commonwealth of Dominica", "center": { "latitude": "15.41473963", "longitude": "-61.37097400", "zoom": "10" }, "names": { "ar": { "name": "دومينيكا", "name_official": "كمنولث دومينيكا " }, "es": { "name": "Dominica", "name_official": "el Commonwealth de Dominica" }, "fr": { "name": "Dominique", "name_official": "le Commonwealth de la Dominique" }, "it": { "name": "Dominica", "name_official": "Commonwealth di Dominica" }, "ru": { "name": "Доминика", "name_official": "Содружество Доминики" }, "zh": { "name": "多米尼克", "name_official": "多米尼克国" } } }, { "id": "48", "enabled": false, "code3l": "DOM", "code2l": "DO", "name": "Dominican Republic", "name_official": "Dominican Republic", "center": { "latitude": "18.73076761", "longitude": "-70.16264900", "zoom": "8" }, "names": { "ar": { "name": "الجمهورية الدومينيكية ", "name_official": "الجمهورية الدومينيكية " }, "es": { "name": "República Dominicana", "name_official": "la República Dominicana" }, "fr": { "name": "République dominicaine", "name_official": "la République dominicaine" }, "it": { "name": "Repubblica dominicana", "name_official": "Repubblica dominicana" }, "ru": { "name": "Доминиканская Республика", "name_official": "Доминиканская Республика" }, "zh": { "name": "多米尼加共和国", "name_official": "多米尼加共和国" } } }, { "id": "49", "enabled": false, "code3l": "ECU", "code2l": "EC", "name": "Ecuador", "name_official": "Republic of Ecuador", "center": { "latitude": "-1.22919037", "longitude": "-78.55693916", "zoom": "6" }, "names": { "ar": { "name": "إكوادور", "name_official": "إكوادور جمهورية " }, "es": { "name": "Ecuador", "name_official": "la República del Ecuador" }, "fr": { "name": "Équateur", "name_official": "la République de l'Équateur" }, "it": { "name": "Ecuador", "name_official": "Repubblica dell'Ecuador" }, "ru": { "name": "Эквадор", "name_official": "Республика Эквадор" }, "zh": { "name": "厄瓜多尔", "name_official": "厄瓜多尔共和国" } } }, { "id": "50", "enabled": false, "code3l": "EGY", "code2l": "EG", "name": "Egypt", "name_official": "Arab Republic of Egypt", "center": { "latitude": "26.71650873", "longitude": "30.80250000", "zoom": "6" }, "names": { "ar": { "name": "مصر", "name_official": "العربية مصر جمهورية " }, "es": { "name": "Egipto", "name_official": "la República Árabe de Egipto" }, "fr": { "name": "Égypte", "name_official": "la République arabe d'Égypte" }, "it": { "name": "Egitto", "name_official": "Repubblica araba d'Egitto" }, "ru": { "name": "Египет", "name_official": "Арабская Республика Египет" }, "zh": { "name": "埃 及", "name_official": "阿拉伯埃及共和国" } } }, { "id": "51", "enabled": false, "code3l": "SLV", "code2l": "SV", "name": "El Salvador", "name_official": "Republic of El Salvador", "center": { "latitude": "13.79043561", "longitude": "-88.89652800", "zoom": "8" }, "names": { "ar": { "name": "السلفادور", "name_official": "السلفادور جمهورية " }, "es": { "name": "El Salvador", "name_official": "la República de El Salvador" }, "fr": { "name": "El Salvador", "name_official": "la République d'El Salvador" }, "it": { "name": "El Salvador", "name_official": "Repubblica di El Salvador" }, "ru": { "name": "Сальвадор", "name_official": "Республика Эль-Сальвадор" }, "zh": { "name": "萨尔瓦多", "name_official": "萨尔瓦多共和国" } } }, { "id": "52", "enabled": false, "code3l": "GNQ", "code2l": "GQ", "name": "Equatorial Guinea", "name_official": "Republic of Equatorial Guinea", "center": { "latitude": "1.65068442", "longitude": "10.26789700", "zoom": "9" }, "names": { "ar": { "name": "الاستوائية غينيا ", "name_official": "الاستوائية غينيا جمهورية " }, "es": { "name": "Guinea Ecuatorial", "name_official": "la República de Guinea Ecuatorial" }, "fr": { "name": "Guinée équatoriale", "name_official": "la République de Guinée équatoriale" }, "it": { "name": "Guinea equatoriale", "name_official": "Repubblica di Guinea equatoriale" }, "ru": { "name": "Экваториальная Гвинея", "name_official": "Республика Экваториальная Гвинея" }, "zh": { "name": "赤道几内亚", "name_official": "赤道几内亚共和国" } } }, { "id": "53", "enabled": false, "code3l": "ERI", "code2l": "ER", "name": "Eritrea", "name_official": "State of Eritrea", "center": { "latitude": "15.21227764", "longitude": "39.61204792", "zoom": "7" }, "names": { "ar": { "name": "إريتريا", "name_official": "إريتريا دولة " }, "es": { "name": "Eritrea", "name_official": "el Estado de Eritrea" }, "fr": { "name": "Érythrée", "name_official": "l'État d'Érythrée" }, "it": { "name": "Eritrea", "name_official": "Stato di Eritrea" }, "ru": { "name": "Эритрея", "name_official": "Государство Эритрея" }, "zh": { "name": "厄立特里亚", "name_official": "厄立特里亚国" } } }, { "id": "54", "enabled": false, "code3l": "EST", "code2l": "EE", "name": "Estonia", "name_official": "Republic of Estonia", "center": { "latitude": "58.74041141", "longitude": "25.38165099", "zoom": "7" }, "names": { "ar": { "name": "إستونيا", "name_official": "جمهورية إستونيا " }, "es": { "name": "Estonia", "name_official": "la República de Estonia" }, "fr": { "name": "Estonie", "name_official": "la République d'Estonie" }, "it": { "name": "Estonia", "name_official": "Repubblica di Estonia" }, "ru": { "name": "Эстония", "name_official": "Эстонская Республика" }, "zh": { "name": "爱沙尼亚", "name_official": "爱沙尼亚共和国" } } }, { "id": "157", "enabled": false, "code3l": "SWZ", "code2l": "SZ", "name": "Eswatini", "name_official": "Kingdom of Eswatini", "center": { "latitude": "-26.53892570", "longitude": "31.47960891", "zoom": "9" }, "names": { "ar": { "name": "إسواتيني", "name_official": "مملكة إسواتيني" }, "es": { "name": "Eswatini", "name_official": "el Reino de Eswatini" }, "fr": { "name": "Eswatini (l')", "name_official": "le Royaume d’Eswatini" }, "it": { "name": "Eswatini", "name_official": "il Regno di Eswatini" }, "ru": { "name": "Эсватини", "name_official": "Королевство Эсватини" }, "zh": { "name": "斯威士兰", "name_official": "斯威士兰王国" } } }, { "id": "55", "enabled": false, "code3l": "ETH", "code2l": "ET", "name": "Ethiopia", "name_official": "Federal Democratic Republic of Ethiopia", "center": { "latitude": "9.10727589", "longitude": "39.84148164", "zoom": "6" }, "names": { "ar": { "name": "إثيوبيا", "name_official": "جمهورية إثيوبيا الديمقراطية الاتحادية " }, "es": { "name": "Etiopía", "name_official": "la República Democrática Federal de Etiopía" }, "fr": { "name": "Éthiopie", "name_official": "la République fédérale démocratique d'Éthiopie" }, "it": { "name": "Etiopia", "name_official": "Repubblica federale democratica di Etiopia" }, "ru": { "name": "Эфиопия", "name_official": "Федеративная Демократическая Республика Эфиопия" }, "zh": { "name": "埃塞俄比亚", "name_official": "埃塞俄比亚联邦民主共和国" } } }, { "id": "184", "enabled": false, "code3l": "EUR", "code2l": "EU", "name": "European Union", "name_official": "European Union", "center": { "latitude": "48.76380654", "longitude": "14.26843140", "zoom": "3" }, "names": { "ar": { "name": "عضو منظمة - الأوروبي الإتحاد ", "name_official": "عضو منظمة - الأوروبي الإتحاد " }, "es": { "name": "Unión Europea (Organización Miembro)", "name_official": "Unión Europea (Organización Miembro)" }, "fr": { "name": "Union européenne (Organisation membre)", "name_official": "l'Union européenne (Organisation membre)" }, "it": { "name": "Unione europea (Organizzazione membro)", "name_official": "Unione europea (Organizzazione membro)" }, "ru": { "name": "Европейский союз (организация-член)", "name_official": "Европейский союз (организация-член)" }, "zh": { "name": "欧洲联盟 (成员组织)", "name_official": "欧洲联盟(成员组织)" } } }, { "id": "208", "enabled": false, "code3l": "FLK", "code2l": "FK", "name": "Falkland Islands (Malvinas)", "name_official": "Falkland Islands", "center": { "latitude": "-51.78838251", "longitude": "-59.52361100", "zoom": "8" }, "names": [] }, { "id": "209", "enabled": false, "code3l": "FRO", "code2l": "FO", "name": "Faroe Islands (Associate Member)", "name_official": "Faroe Islands", "center": { "latitude": "61.88590482", "longitude": "-6.91180400", "zoom": "8" }, "names": { "ar": { "name": "جزر فيرويه ", "name_official": "جزر فيرويه " }, "es": { "name": "Islas Feroe (Miembro Asociado)", "name_official": "las Islas Feroe" }, "fr": { "name": "Îles Féroé (Membre associé)", "name_official": "les Îles Féroé" }, "it": { "name": "Isole Faer øer", "name_official": "Isole Faer øer" }, "ru": { "name": "Фарерские Острова (ассоциированный член)", "name_official": "Фарерские Острова" }, "zh": { "name": "法罗群岛 (准成员)", "name_official": "法罗群岛" } } }, { "id": "56", "enabled": false, "code3l": "FJI", "code2l": "FJ", "name": "Fiji", "name_official": "Republic of Fiji", "center": { "latitude": "-17.71219757", "longitude": "178.06503600", "zoom": "9" }, "names": { "ar": { "name": "فيجي", "name_official": "جمهورية فيجي " }, "es": { "name": "Fiji", "name_official": "la República de Fiji" }, "fr": { "name": "Fidji", "name_official": "la République des Fidji" }, "it": { "name": "Figi", "name_official": "Repubblica delle Figi" }, "ru": { "name": "Фиджи", "name_official": "Республика Фиджи" }, "zh": { "name": "斐济", "name_official": "斐济共和国" } } }, { "id": "57", "enabled": false, "code3l": "FIN", "code2l": "FI", "name": "Finland", "name_official": "Republic of Finland", "center": { "latitude": "64.69610892", "longitude": "26.36339137", "zoom": "5" }, "names": { "ar": { "name": "فنلندا", "name_official": "فنلندا جمهورية " }, "es": { "name": "Finlandia", "name_official": "la República de Finlandia" }, "fr": { "name": "Finlande", "name_official": "la République de Finlande" }, "it": { "name": "Finlandia", "name_official": "Repubblica di Finlandia" }, "ru": { "name": "Финляндия", "name_official": "Финляндская Республика" }, "zh": { "name": "芬 兰", "name_official": "芬兰共和国" } } }, { "id": "58", "enabled": false, "code3l": "FRA", "code2l": "FR", "name": "France", "name_official": "French Republic", "center": { "latitude": "46.48372145", "longitude": "2.60926281", "zoom": "6" }, "names": { "ar": { "name": "فرنسا", "name_official": "الفرنسية الجمهورية " }, "es": { "name": "Francia", "name_official": "la República Francesa" }, "fr": { "name": "France", "name_official": "la République française" }, "it": { "name": "Francia", "name_official": "Repubblica francese" }, "ru": { "name": "Франция", "name_official": "Французская Республика" }, "zh": { "name": "法 国", "name_official": "法兰西共和国" } } }, { "id": "210", "enabled": false, "code3l": "GUF", "code2l": "GF", "name": "French Guiana", "name_official": "French Guiana", "center": { "latitude": "4.01114381", "longitude": "-52.97746057", "zoom": "7" }, "names": [] }, { "id": "230", "enabled": false, "code3l": "PYF", "code2l": "PF", "name": "French Polynesia", "name_official": "Territory of French Polynesia", "center": { "latitude": "-17.66243898", "longitude": "-149.40683900", "zoom": "10" }, "names": [] }, { "id": "240", "enabled": false, "code3l": "ATF", "code2l": "TF", "name": "French Southern and Antarctic Lands", "name_official": "Territory of the French Southern and Antarctic Lands", "center": { "latitude": "-49.27235903", "longitude": "69.34856300", "zoom": "8" }, "names": [] }, { "id": "59", "enabled": false, "code3l": "GAB", "code2l": "GA", "name": "Gabon", "name_official": "Gabonese Republic", "center": { "latitude": "-0.43426435", "longitude": "11.43916591", "zoom": "7" }, "names": { "ar": { "name": "غابون", "name_official": "الجمهورية الغابونية " }, "es": { "name": "Gabón", "name_official": "la República Gabonesa" }, "fr": { "name": "Gabon", "name_official": "la République gabonaise" }, "it": { "name": "Gabon", "name_official": "Repubblica gabonese" }, "ru": { "name": "Габон", "name_official": "Габонская Республика" }, "zh": { "name": "加 蓬", "name_official": "加蓬共和国" } } }, { "id": "60", "enabled": false, "code3l": "GMB", "code2l": "GM", "name": "Gambia", "name_official": "Islamic Republic of the Gambia", "center": { "latitude": "13.15921146", "longitude": "-15.35956748", "zoom": "8" }, "names": { "ar": { "name": "غامبيا", "name_official": "الإسلامية غامبيا جمهورية " }, "es": { "name": "Gambia", "name_official": "República Islámica de Gambia" }, "fr": { "name": "Gambie", "name_official": "République islamique de Gambie" }, "it": { "name": "Gambia", "name_official": "Repubblica islamica del Gambia" }, "ru": { "name": "Гамбия", "name_official": "Исламская Республика Гамбия" }, "zh": { "name": "冈比亚", "name_official": "冈比亚伊斯兰共和国" } } }, { "id": "61", "enabled": false, "code3l": "GEO", "code2l": "GE", "name": "Georgia", "name_official": "Georgia", "center": { "latitude": "41.82754301", "longitude": "44.17329916", "zoom": "7" }, "names": { "ar": { "name": "جورجيا", "name_official": "جورجيا" }, "es": { "name": "Georgia", "name_official": "Georgia" }, "fr": { "name": "Géorgie", "name_official": "la Géorgie" }, "it": { "name": "Georgia", "name_official": "Georgia" }, "ru": { "name": "Грузия", "name_official": "Грузия" }, "zh": { "name": "格鲁吉亚", "name_official": "格鲁吉亚" } } }, { "id": "62", "enabled": false, "code3l": "DEU", "code2l": "DE", "name": "Germany", "name_official": "Federal Republic of Germany", "center": { "latitude": "50.82871201", "longitude": "10.97887975", "zoom": "6" }, "names": { "ar": { "name": "ألمانيا", "name_official": "الاتحادية ألمانيا جمهورية " }, "es": { "name": "Alemania", "name_official": "la República Federal de Alemania" }, "fr": { "name": "Allemagne", "name_official": "la République fédérale d'Allemagne" }, "it": { "name": "Germania", "name_official": "Repubblica federale di Germania" }, "ru": { "name": "Германия", "name_official": "Федеративная Республика Германия" }, "zh": { "name": "德 国", "name_official": "德意志联邦共和国" } } }, { "id": "63", "enabled": false, "code3l": "GHA", "code2l": "GH", "name": "Ghana", "name_official": "Republic of Ghana", "center": { "latitude": "7.69154199", "longitude": "-1.29234904", "zoom": "7" }, "names": { "ar": { "name": "غانا", "name_official": "غانا جمهورية " }, "es": { "name": "Ghana", "name_official": "la República de Ghana" }, "fr": { "name": "Ghana", "name_official": "la République du Ghana" }, "it": { "name": "Ghana", "name_official": "Repubblica del Ghana" }, "ru": { "name": "Гана", "name_official": "Республика Гана" }, "zh": { "name": "加 纳", "name_official": "加纳共和国" } } }, { "id": "212", "enabled": false, "code3l": "GIB", "code2l": "GI", "name": "Gibraltar", "name_official": "Gibraltar", "center": { "latitude": "36.14864641", "longitude": "-5.34404779", "zoom": "12" }, "names": [] }, { "id": "64", "enabled": false, "code3l": "GRC", "code2l": "GR", "name": "Greece", "name_official": "Hellenic Republic", "center": { "latitude": "38.52254746", "longitude": "24.53794505", "zoom": "6" }, "names": { "ar": { "name": "اليونان", "name_official": "الهيلانية الجمهورية " }, "es": { "name": "Grecia", "name_official": "la República Helénica" }, "fr": { "name": "Grèce", "name_official": "la République hellénique" }, "it": { "name": "Grecia", "name_official": "Repubblica ellenica" }, "ru": { "name": "Греция", "name_official": "Греческая Республика" }, "zh": { "name": "希 腊", "name_official": "希腊共和国" } } }, { "id": "213", "enabled": false, "code3l": "GRL", "code2l": "GL", "name": "Greenland", "name_official": "Greenland", "center": { "latitude": "71.42932629", "longitude": "-34.38651956", "zoom": "3" }, "names": [] }, { "id": "65", "enabled": false, "code3l": "GRD", "code2l": "GD", "name": "Grenada", "name_official": "Grenada", "center": { "latitude": "12.11644807", "longitude": "-61.67899400", "zoom": "11" }, "names": { "ar": { "name": "غرينادا", "name_official": "غرينادا" }, "es": { "name": "Granada", "name_official": "Granada" }, "fr": { "name": "Grenade", "name_official": "la Grenade" }, "it": { "name": "Grenada", "name_official": "Grenada" }, "ru": { "name": "Гренада", "name_official": "Гренада" }, "zh": { "name": "格林纳达", "name_official": "格林纳达" } } }, { "id": "214", "enabled": false, "code3l": "GLP", "code2l": "GP", "name": "Guadeloupe", "name_official": "Department of Guadeloupe", "center": { "latitude": "16.26472785", "longitude": "-61.55099400", "zoom": "10" }, "names": [] }, { "id": "216", "enabled": false, "code3l": "GUM", "code2l": "GU", "name": "Guam", "name_official": "Territory of Guam", "center": { "latitude": "13.44410137", "longitude": "144.80747791", "zoom": "10" }, "names": [] }, { "id": "66", "enabled": false, "code3l": "GTM", "code2l": "GT", "name": "Guatemala", "name_official": "Republic of Guatemala", "center": { "latitude": "15.72598421", "longitude": "-89.96707712", "zoom": "7" }, "names": { "ar": { "name": "غواتيمالا", "name_official": "جمهورية غواتيمالا " }, "es": { "name": "Guatemala", "name_official": "la República de Guatemala" }, "fr": { "name": "Guatemala", "name_official": "la République du Guatemala" }, "it": { "name": "Guatemala", "name_official": "Repubblica del Guatemala" }, "ru": { "name": "Гватемала", "name_official": "Республика Гватемала" }, "zh": { "name": "危地马拉", "name_official": "危地马拉共和国" } } }, { "id": "211", "enabled": false, "code3l": "GGY", "code2l": "GG", "name": "Guernsey", "name_official": "Bailiwick of Guernsey", "center": { "latitude": "49.46565975", "longitude": "-2.58527200", "zoom": "12" }, "names": [] }, { "id": "67", "enabled": false, "code3l": "GIN", "code2l": "GN", "name": "Guinea", "name_official": "Republic of Guinea", "center": { "latitude": "9.94301472", "longitude": "-11.31711839", "zoom": "7" }, "names": { "ar": { "name": "غينيا", "name_official": "جمهورية غينيا " }, "es": { "name": "Guinea", "name_official": "la República de Guinea" }, "fr": { "name": "Guinée", "name_official": "la République de Guinée" }, "it": { "name": "Guinea", "name_official": "Repubblica di Guinea" }, "ru": { "name": "Гвинея", "name_official": "Гвинейская Республика" }, "zh": { "name": "几内亚", "name_official": "几内亚共和国" } } }, { "id": "68", "enabled": false, "code3l": "GNB", "code2l": "GW", "name": "Guinea-Bissau", "name_official": "Republic of Guinea-Bissau", "center": { "latitude": "11.80050682", "longitude": "-15.18040700", "zoom": "8" }, "names": { "ar": { "name": "غينيا - بيساو ", "name_official": "جمهورية غينيا بيساو " }, "es": { "name": "Guinea-Bissau", "name_official": "la República de Guinea-Bissau" }, "fr": { "name": "Guinée-Bissau", "name_official": "la République de Guinée-Bissau" }, "it": { "name": "Guinea-Bissau", "name_official": "Repubblica di Guinea-Bissau" }, "ru": { "name": "Гвинея-Бисау", "name_official": "Республика Гвинея-Бисау" }, "zh": { "name": "几内亚比绍", "name_official": "几内亚比绍共和国" } } }, { "id": "69", "enabled": false, "code3l": "GUY", "code2l": "GY", "name": "Guyana", "name_official": "Republic of Guyana", "center": { "latitude": "4.47957059", "longitude": "-58.72692293", "zoom": "6" }, "names": { "ar": { "name": "غيانا", "name_official": "جمهورية غيانا " }, "es": { "name": "Guyana", "name_official": "la República de Guyana" }, "fr": { "name": "Guyana", "name_official": "la République du Guyana" }, "it": { "name": "Guyana", "name_official": "Repubblica della Guyana" }, "ru": { "name": "Гайана", "name_official": "Республика Гайана" }, "zh": { "name": "圭亚那", "name_official": "圭亚那共和国" } } }, { "id": "70", "enabled": false, "code3l": "HTI", "code2l": "HT", "name": "Haiti", "name_official": "Republic of Haiti", "center": { "latitude": "19.07430861", "longitude": "-72.79607526", "zoom": "8" }, "names": { "ar": { "name": "هايتي", "name_official": "جمهورية هايتي " }, "es": { "name": "Haití", "name_official": "la República de Haití" }, "fr": { "name": "Haïti", "name_official": "la République d'Haïti" }, "it": { "name": "Haiti", "name_official": "Repubblica di Haiti" }, "ru": { "name": "Гаити", "name_official": "Республика Гаити" }, "zh": { "name": "海 地", "name_official": "海地共和国" } } }, { "id": "218", "enabled": false, "code3l": "HMD", "code2l": "HM", "name": "Heard Island And McDonald Islands", "name_official": "Heard and McDonald Islands", "center": { "latitude": "-53.08168847", "longitude": "73.50415800", "zoom": "11" }, "names": [] }, { "id": "245", "enabled": false, "code3l": "VAT", "code2l": "VA", "name": "Holy See", "name_official": "Holy see", "center": { "latitude": "41.90377810", "longitude": "12.45340142", "zoom": "16" }, "names": { "ar": { "name": "الكرسي الرسولي ", "name_official": "الكرسي الرسولي " }, "es": { "name": "Santa Sede", "name_official": "la Santa Sede" }, "fr": { "name": "Saint-Siège", "name_official": "le Saint-Siège" }, "it": { "name": "Santa Sede", "name_official": "Santa Sede" }, "ru": { "name": "Святой Престол", "name_official": "Святой Престол" }, "zh": { "name": "教廷", "name_official": "教廷" } } }, { "id": "71", "enabled": false, "code3l": "HND", "code2l": "HN", "name": "Honduras", "name_official": "Republic of Honduras", "center": { "latitude": "14.64994423", "longitude": "-87.01643713", "zoom": "7" }, "names": { "ar": { "name": "هندوراس", "name_official": "هندوراس جمهورية " }, "es": { "name": "Honduras", "name_official": "la República de Honduras" }, "fr": { "name": "Honduras", "name_official": "la République du Honduras" }, "it": { "name": "Honduras", "name_official": "Repubblica di Honduras" }, "ru": { "name": "Гондурас", "name_official": "Республика Гондурас" }, "zh": { "name": "洪都拉斯", "name_official": "洪都拉斯共和国" } } }, { "id": "217", "enabled": false, "code3l": "HKG", "code2l": "HK", "name": "Hong Kong", "name_official": "Hong Kong Special Administrative Region of the People's Republic", "center": { "latitude": "22.33728531", "longitude": "114.14657786", "zoom": "11" }, "names": [] }, { "id": "72", "enabled": false, "code3l": "HUN", "code2l": "HU", "name": "Hungary", "name_official": "Hungary", "center": { "latitude": "46.97670384", "longitude": "19.35499657", "zoom": "7" }, "names": { "ar": { "name": "هنغاريا", "name_official": "هنغاريا" }, "es": { "name": "Hungría", "name_official": "Hungría" }, "fr": { "name": "Hongrie", "name_official": "la Hongrie" }, "it": { "name": "Ungheria", "name_official": "Ungheria" }, "ru": { "name": "Венгрия", "name_official": "Венгрия" }, "zh": { "name": "匈牙利", "name_official": "匈牙利" } } }, { "id": "73", "enabled": false, "code3l": "ISL", "code2l": "IS", "name": "Iceland", "name_official": "Republic of Iceland", "center": { "latitude": "64.99294495", "longitude": "-18.57038755", "zoom": "6" }, "names": { "ar": { "name": "آيسلندا", "name_official": "آيسلندا جمهورية " }, "es": { "name": "Islandia", "name_official": "la República de Islandia" }, "fr": { "name": "Islande", "name_official": "la République d'Islande" }, "it": { "name": "Islanda", "name_official": "Repubblica d'Islanda" }, "ru": { "name": "Исландия", "name_official": "Республика Исландия" }, "zh": { "name": "冰 岛", "name_official": "冰岛共和国" } } }, { "id": "74", "enabled": false, "code3l": "IND", "code2l": "IN", "name": "India", "name_official": "Republic of India", "center": { "latitude": "20.46549519", "longitude": "78.50146222", "zoom": "4" }, "names": { "ar": { "name": "الهند", "name_official": "جمهورية الهند " }, "es": { "name": "India", "name_official": "la República de la India" }, "fr": { "name": "Inde", "name_official": "la République de l'Inde" }, "it": { "name": "India", "name_official": "Repubblica dell'India" }, "ru": { "name": "Индия", "name_official": "Республика Индия" }, "zh": { "name": "印 度", "name_official": "印度共和国" } } }, { "id": "75", "enabled": false, "code3l": "IDN", "code2l": "ID", "name": "Indonesia", "name_official": "Republic of Indonesia", "center": { "latitude": "-2.46229680", "longitude": "121.18329789", "zoom": "4" }, "names": { "ar": { "name": "إندونيسيا", "name_official": "جمهورية إندونيسيا " }, "es": { "name": "Indonesia", "name_official": "la República de Indonesia" }, "fr": { "name": "Indonésie", "name_official": "la République d'Indonésie" }, "it": { "name": "Indonesia", "name_official": "Indonesia" }, "ru": { "name": "Индонезия", "name_official": "Республика Индонезия" }, "zh": { "name": "印度尼西亚", "name_official": "印度尼西亚共和国" } } }, { "id": "187", "enabled": false, "code3l": "IRN", "code2l": "IR", "name": "Iran (Islamic Republic of)", "name_official": "Islamic Republic of Iran", "center": { "latitude": "31.40240324", "longitude": "51.28204814", "zoom": "5" }, "names": { "ar": { "name": "الإسلامية - جمهورية - إيران ", "name_official": "الإسلامية إيران جمهورية " }, "es": { "name": "Irán", "name_official": "la República Islámica del Irán" }, "fr": { "name": "Iran", "name_official": "la République islamique d'Iran" }, "it": { "name": "Iran", "name_official": "Repubblica islamica dell'Iran" }, "ru": { "name": "Иран (Исламская Республика)", "name_official": "Исламская Республика Иран" }, "zh": { "name": "伊 朗(伊斯兰共和国)", "name_official": "伊朗伊斯兰共和国" } } }, { "id": "76", "enabled": false, "code3l": "IRQ", "code2l": "IQ", "name": "Iraq", "name_official": "Republic of Iraq", "center": { "latitude": "32.90170182", "longitude": "43.19590056", "zoom": "6" }, "names": { "ar": { "name": "العراق", "name_official": "جمهورية العراق " }, "es": { "name": "Iraq", "name_official": "la República del Iraq" }, "fr": { "name": "Iraq", "name_official": "la République d'Iraq" }, "it": { "name": "Iraq", "name_official": "Repubblica dell'Iraq" }, "ru": { "name": "Ирак", "name_official": "Республика Ирак" }, "zh": { "name": "伊拉克", "name_official": "伊拉克共和国" } } }, { "id": "77", "enabled": false, "code3l": "IRL", "code2l": "IE", "name": "Ireland", "name_official": "Ireland", "center": { "latitude": "53.10101628", "longitude": "-8.21092302", "zoom": "6" }, "names": { "ar": { "name": "آيرلندا", "name_official": "آيرلندا" }, "es": { "name": "Irlanda", "name_official": "Irlanda" }, "fr": { "name": "Irlande", "name_official": "l'Irlande" }, "it": { "name": "Irlanda", "name_official": "Irlanda" }, "ru": { "name": "Ирландия", "name_official": "Ирландия" }, "zh": { "name": "爱尔兰", "name_official": "爱尔兰" } } }, { "id": "219", "enabled": false, "code3l": "IMN", "code2l": "IM", "name": "Isle of Man", "name_official": "The Isle of Man", "center": { "latitude": "54.23562697", "longitude": "-4.54805400", "zoom": "10" }, "names": [] }, { "id": "78", "enabled": false, "code3l": "ISR", "code2l": "IL", "name": "Israel", "name_official": "State of Israel", "center": { "latitude": "30.85883075", "longitude": "34.91753797", "zoom": "7" }, "names": { "ar": { "name": "إسرائيل", "name_official": "إسرائيل دولة " }, "es": { "name": "Israel", "name_official": "el Estado de Israel" }, "fr": { "name": "Israël", "name_official": "l'État d'Israël" }, "it": { "name": "Israele", "name_official": "Stato d'Israele" }, "ru": { "name": "Израиль", "name_official": "Государство Израиль" }, "zh": { "name": "以色列", "name_official": "以色列国" } } }, { "id": "79", "enabled": false, "code3l": "ITA", "code2l": "IT", "name": "Italy", "name_official": "Republic of Italy", "center": { "latitude": "41.77810840", "longitude": "12.67725128", "zoom": "5" }, "names": { "ar": { "name": "إيطاليا", "name_official": "الإيطالية الجمهورية " }, "es": { "name": "Italia", "name_official": "la República Italiana" }, "fr": { "name": "Italie", "name_official": "la République italienne" }, "it": { "name": "Italia", "name_official": "Repubblica italiana" }, "ru": { "name": "Италия", "name_official": "Итальянская Республика" }, "zh": { "name": "意大利", "name_official": "意大利共和国" } } }, { "id": "80", "enabled": false, "code3l": "JAM", "code2l": "JM", "name": "Jamaica", "name_official": "Jamaica", "center": { "latitude": "18.10838487", "longitude": "-77.29750600", "zoom": "9" }, "names": { "ar": { "name": "جامايكا", "name_official": "جامايكا" }, "es": { "name": "Jamaica", "name_official": "Jamaica" }, "fr": { "name": "Jamaïque", "name_official": "la Jamaïque" }, "it": { "name": "Giamaica", "name_official": "Giamaica" }, "ru": { "name": "Ямайка", "name_official": "Ямайка" }, "zh": { "name": "牙买加", "name_official": "牙买加" } } }, { "id": "81", "enabled": false, "code3l": "JPN", "code2l": "JP", "name": "Japan", "name_official": "Japan", "center": { "latitude": "37.51848822", "longitude": "137.67066061", "zoom": "5" }, "names": { "ar": { "name": "اليابان", "name_official": "اليابان" }, "es": { "name": "Japón", "name_official": "el Japón" }, "fr": { "name": "Japon", "name_official": "le Japon" }, "it": { "name": "Giappone", "name_official": "Giappone" }, "ru": { "name": "Япония", "name_official": "Япония" }, "zh": { "name": "日 本", "name_official": "日本国" } } }, { "id": "221", "enabled": false, "code3l": "JEY", "code2l": "JE", "name": "Jersey", "name_official": "Bailiwick of Jersey", "center": { "latitude": "49.21440771", "longitude": "-2.13124600", "zoom": "12" }, "names": [] }, { "id": "82", "enabled": false, "code3l": "JOR", "code2l": "JO", "name": "Jordan", "name_official": "Hashemite Kingdom of Jordan", "center": { "latitude": "31.31616588", "longitude": "36.37575510", "zoom": "7" }, "names": { "ar": { "name": "الأردن", "name_official": "الهاشمية الأردنية المملكة " }, "es": { "name": "Jordania", "name_official": "el Reino Hachemita de Jordania" }, "fr": { "name": "Jordanie", "name_official": "le Royaume hachémite de Jordanie" }, "it": { "name": "Giordania", "name_official": "Regno hascemita di Giordania" }, "ru": { "name": "Иордания", "name_official": "Иорданское Хашимитское Королевство" }, "zh": { "name": "约 旦", "name_official": "约旦哈希姆王国" } } }, { "id": "83", "enabled": false, "code3l": "KAZ", "code2l": "KZ", "name": "Kazakhstan", "name_official": "Republic of Kazakhstan", "center": { "latitude": "45.38592596", "longitude": "68.81334444", "zoom": "4" }, "names": { "ar": { "name": "كازاخستان", "name_official": "جمهورية كازاخستان " }, "es": { "name": "Kazajstán", "name_official": "la República de Kazajstán" }, "fr": { "name": "Kazakhstan", "name_official": "la République du Kazakhstan" }, "it": { "name": "Kazakistan", "name_official": "Repubblica del Kazakhstan" }, "ru": { "name": "Казахстан", "name_official": "Республика Казахстан" }, "zh": { "name": "哈萨克斯坦", "name_official": "哈萨克斯坦共和国" } } }, { "id": "84", "enabled": false, "code3l": "KEN", "code2l": "KE", "name": "Kenya", "name_official": "Republic of Kenya", "center": { "latitude": "0.19582452", "longitude": "37.97212297", "zoom": "6" }, "names": { "ar": { "name": "كينيا", "name_official": "كينيا جمهورية " }, "es": { "name": "Kenya", "name_official": "la República de Kenya" }, "fr": { "name": "Kenya", "name_official": "la République du Kenya" }, "it": { "name": "Kenya", "name_official": "Repubblica del Kenya" }, "ru": { "name": "Кения", "name_official": "Республика Кения" }, "zh": { "name": "肯尼亚", "name_official": "肯尼亚共和国" } } }, { "id": "85", "enabled": false, "code3l": "KIR", "code2l": "KI", "name": "Kiribati", "name_official": "Republic of Kiribati", "center": { "latitude": "1.87085244", "longitude": "-157.36259310", "zoom": "10" }, "names": { "ar": { "name": "كيريباس", "name_official": "كيريباس جمهورية " }, "es": { "name": "Kiribati", "name_official": "la República de Kiribati" }, "fr": { "name": "Kiribati", "name_official": "la République de Kiribati" }, "it": { "name": "Kiribati", "name_official": "Repubblica di Kiribati" }, "ru": { "name": "Кирибати", "name_official": "Республика Кирибати" }, "zh": { "name": "基里巴斯", "name_official": "基里巴斯共和国" } } }, { "id": "86", "enabled": false, "code3l": "KWT", "code2l": "KW", "name": "Kuwait", "name_official": "State of Kuwait", "center": { "latitude": "29.43253341", "longitude": "47.71798405", "zoom": "8" }, "names": { "ar": { "name": "الكويت", "name_official": "الكويت دولة " }, "es": { "name": "Kuwait", "name_official": "el Estado de Kuwait" }, "fr": { "name": "Koweït", "name_official": "l'État du Koweït" }, "it": { "name": "Kuwait", "name_official": "Stato del Kuwait" }, "ru": { "name": "Кувейт", "name_official": "Государство Кувейт" }, "zh": { "name": "科威特", "name_official": "科威特国" } } }, { "id": "87", "enabled": false, "code3l": "KGZ", "code2l": "KG", "name": "Kyrgyzstan", "name_official": "Kyrgyz Republic", "center": { "latitude": "41.11509878", "longitude": "74.25524574", "zoom": "6" }, "names": { "ar": { "name": "قيرغيزستان", "name_official": "جمهورية القيرغيز " }, "es": { "name": "Kirguistán", "name_official": "la República Kirguisa" }, "fr": { "name": "Kirghizistan", "name_official": "la République kirghize" }, "it": { "name": "Kirghizistan", "name_official": "Repubblica di Kirghizistan" }, "ru": { "name": "Кыргызстан", "name_official": "Кыргызская Республика" }, "zh": { "name": "吉尔吉斯斯坦", "name_official": "吉尔吉斯共和国" } } }, { "id": "88", "enabled": false, "code3l": "LAO", "code2l": "LA", "name": "Lao People's Democratic Republic", "name_official": "Lao People's Democratic Republic", "center": { "latitude": "17.76075593", "longitude": "103.61611347", "zoom": "6" }, "names": { "ar": { "name": "الشعبية الديمقراطية لاو جمهورية ", "name_official": "الشعبية الديمقراطية لاو جمهورية " }, "es": { "name": "República Democrática Popular Lao", "name_official": "la República Democrática Popular Lao" }, "fr": { "name": "République démocratique populaire lao", "name_official": "la République démocratique populaire lao" }, "it": { "name": "Repubblica democratica popolare del Laos", "name_official": "Repubblica democratica popolare del Laos" }, "ru": { "name": "Лаосская Народно-Демократическая Республика", "name_official": "Лаосская Народно-Демократическая Республика" }, "zh": { "name": "老挝人民民主共和国", "name_official": "老挝人民民主共和国" } } }, { "id": "89", "enabled": false, "code3l": "LVA", "code2l": "LV", "name": "Latvia", "name_official": "Republic of Latvia", "center": { "latitude": "56.86697515", "longitude": "24.54826936", "zoom": "7" }, "names": { "ar": { "name": "لاتفيا", "name_official": "جمهورية لاتفيا " }, "es": { "name": "Letonia", "name_official": "la República de Letonia" }, "fr": { "name": "Lettonie", "name_official": "la République de Lettonie" }, "it": { "name": "Lettonia", "name_official": "Repubblica di Lettonia" }, "ru": { "name": "Латвия", "name_official": "Латвийская Республика" }, "zh": { "name": "拉脱维亚", "name_official": "拉脱维亚共和国" } } }, { "id": "90", "enabled": false, "code3l": "LBN", "code2l": "LB", "name": "Lebanon", "name_official": "Lebanese Republic", "center": { "latitude": "34.08249284", "longitude": "35.66454309", "zoom": "8" }, "names": { "ar": { "name": "لبنان", "name_official": "اللبنانية الجمهورية " }, "es": { "name": "Líbano", "name_official": "la República libanesa" }, "fr": { "name": "Liban", "name_official": "la République libanaise" }, "it": { "name": "Libano", "name_official": "Repubblica libanese" }, "ru": { "name": "Ливан", "name_official": "Ливанская Республика" }, "zh": { "name": "黎巴嫩", "name_official": "黎巴嫩共和国" } } }, { "id": "91", "enabled": false, "code3l": "LSO", "code2l": "LS", "name": "Lesotho", "name_official": "Kingdom of Lesotho", "center": { "latitude": "-29.60303205", "longitude": "28.23361200", "zoom": "8" }, "names": { "ar": { "name": "ليسوتو", "name_official": "ليسوتو مملكة " }, "es": { "name": "Lesotho", "name_official": "el Reino de Lesotho" }, "fr": { "name": "Lesotho", "name_official": "le Royaume du Lesotho" }, "it": { "name": "Lesotho", "name_official": "Regno di Lesotho" }, "ru": { "name": "Лесото", "name_official": "Королевство Лесото" }, "zh": { "name": "莱索托", "name_official": "莱索托王国" } } }, { "id": "92", "enabled": false, "code3l": "LBR", "code2l": "LR", "name": "Liberia", "name_official": "Republic of Liberia", "center": { "latitude": "6.44154681", "longitude": "-9.39103485", "zoom": "7" }, "names": { "ar": { "name": "ليبريا", "name_official": "جمهورية ليبريا " }, "es": { "name": "Liberia", "name_official": "la República de Liberia" }, "fr": { "name": "Libéria", "name_official": "la République du Libéria" }, "it": { "name": "Liberia", "name_official": "Repubblica di Liberia" }, "ru": { "name": "Либерия", "name_official": "Республика Либерия" }, "zh": { "name": "利比里亚", "name_official": "利比里亚共和国" } } }, { "id": "93", "enabled": false, "code3l": "LBY", "code2l": "LY", "name": "Libya", "name_official": "Libya", "center": { "latitude": "27.06902914", "longitude": "18.19513987", "zoom": "5" }, "names": { "ar": { "name": "ليبيا", "name_official": "ليبيا" }, "es": { "name": "Libia", "name_official": "Libia" }, "fr": { "name": "Libye", "name_official": "la Libye" }, "it": { "name": "Libia", "name_official": "Libia" }, "ru": { "name": "Ливия", "name_official": "Ливия" }, "zh": { "name": "利比亚", "name_official": "利比亚" } } }, { "id": "94", "enabled": false, "code3l": "LIE", "code2l": "LI", "name": "Liechtenstein", "name_official": "Principality of Liechtenstein", "center": { "latitude": "47.16587383", "longitude": "9.55537700", "zoom": "11" }, "names": { "ar": { "name": "لختنشتاين", "name_official": "إمارة لختنشتاين " }, "es": { "name": "Liechtenstein", "name_official": "el Principado de Liechtenstein" }, "fr": { "name": "Liechtenstein", "name_official": "la Principauté du Liechtenstein" }, "it": { "name": "Liechtenstein", "name_official": "Principato del Liechtenstein" }, "ru": { "name": "Лихтенштейн", "name_official": "Княжество Лихтенштейн" }, "zh": { "name": "列支敦士登", "name_official": "列支敦士登公国" } } }, { "id": "95", "enabled": false, "code3l": "LTU", "code2l": "LT", "name": "Lithuania", "name_official": "Republic of Lithuania", "center": { "latitude": "55.25095948", "longitude": "23.80987587", "zoom": "7" }, "names": { "ar": { "name": "ليتوانيا", "name_official": "جمهورية ليتوانيا " }, "es": { "name": "Lituania", "name_official": "la República de Lituania" }, "fr": { "name": "Lituanie", "name_official": "la République de Lituanie" }, "it": { "name": "Lituania", "name_official": "Repubblica di Lituania" }, "ru": { "name": "Литва", "name_official": "Литовская Республика" }, "zh": { "name": "立陶宛", "name_official": "立陶宛共和国" } } }, { "id": "96", "enabled": false, "code3l": "LUX", "code2l": "LU", "name": "Luxembourg", "name_official": "Grand Duchy of Luxembourg", "center": { "latitude": "49.81327712", "longitude": "6.12958700", "zoom": "9" }, "names": { "ar": { "name": "لكسمبرغ", "name_official": "الكبرى لكسمبرغ دوقية " }, "es": { "name": "Luxemburgo", "name_official": "el Gran Ducado de Luxemburgo" }, "fr": { "name": "Luxembourg", "name_official": "le Grand-Duché de Luxembourg" }, "it": { "name": "Lussemburgo", "name_official": "Granducato di Lussemburgo" }, "ru": { "name": "Люксембург", "name_official": "Великое Герцогство Люксембург" }, "zh": { "name": "卢森堡", "name_official": "卢森堡大公国" } } }, { "id": "224", "enabled": false, "code3l": "MAC", "code2l": "MO", "name": "Macao", "name_official": "Macau Special Administrative Region", "center": { "latitude": "22.19872287", "longitude": "113.54387700", "zoom": "12" }, "names": [] }, { "id": "97", "enabled": false, "code3l": "MDG", "code2l": "MG", "name": "Madagascar", "name_official": "Republic of Madagascar", "center": { "latitude": "-19.79858543", "longitude": "46.97898228", "zoom": "5" }, "names": { "ar": { "name": "مدغشقر", "name_official": "جمهورية مدغشقر " }, "es": { "name": "Madagascar", "name_official": "la República de Madagascar" }, "fr": { "name": "Madagascar", "name_official": "la République de Madagascar" }, "it": { "name": "Madagascar", "name_official": "Repubblica del Madagascar" }, "ru": { "name": "Мадагаскар", "name_official": "Республика Мадагаскар" }, "zh": { "name": "马达加斯加", "name_official": "马达加斯加共和国" } } }, { "id": "98", "enabled": false, "code3l": "MWI", "code2l": "MW", "name": "Malawi", "name_official": "Republic of Malawi", "center": { "latitude": "-12.48684092", "longitude": "34.14223524", "zoom": "6" }, "names": { "ar": { "name": "ملاوي", "name_official": "جمهورية ملاوي " }, "es": { "name": "Malawi", "name_official": "la República de Malawi" }, "fr": { "name": "Malawi", "name_official": "la République du Malawi" }, "it": { "name": "Malawi", "name_official": "Repubblica del Malawi" }, "ru": { "name": "Малави", "name_official": "Республика Малави" }, "zh": { "name": "马拉维", "name_official": "马拉维共和国" } } }, { "id": "99", "enabled": false, "code3l": "MYS", "code2l": "MY", "name": "Malaysia", "name_official": "Malaysia", "center": { "latitude": "4.97345793", "longitude": "106.54609050", "zoom": "5" }, "names": { "ar": { "name": "ماليزيا", "name_official": "ماليزيا" }, "es": { "name": "Malasia", "name_official": "Malasia" }, "fr": { "name": "Malaisie", "name_official": "la Malaisie" }, "it": { "name": "Malaysia", "name_official": "Malaysia" }, "ru": { "name": "Малайзия", "name_official": "Малайзия" }, "zh": { "name": "马来西亚", "name_official": "马来西亚" } } }, { "id": "100", "enabled": false, "code3l": "MDV", "code2l": "MV", "name": "Maldives", "name_official": "Republic of Maldives", "center": { "latitude": "-0.64224221", "longitude": "73.13373313", "zoom": "12" }, "names": { "ar": { "name": "ملديف", "name_official": "جمهورية ملديف " }, "es": { "name": "Maldivas", "name_official": "la República de Maldivas" }, "fr": { "name": "Maldives", "name_official": "la République des Maldives" }, "it": { "name": "Maldive", "name_official": "Repubblica delle Maldive" }, "ru": { "name": "Мальдивы", "name_official": "Мальдивская Республика" }, "zh": { "name": "马尔代夫", "name_official": "马尔代夫共和国" } } }, { "id": "101", "enabled": false, "code3l": "MLI", "code2l": "ML", "name": "Mali", "name_official": "Republic of Mali", "center": { "latitude": "17.69385811", "longitude": "-1.96368730", "zoom": "5" }, "names": { "ar": { "name": "مالي", "name_official": "مالي جمهورية " }, "es": { "name": "Malí", "name_official": "la República de Malí" }, "fr": { "name": "Mali", "name_official": "la République du Mali" }, "it": { "name": "Mali", "name_official": "Repubblica del Mali" }, "ru": { "name": "Мали", "name_official": "Республика Мали" }, "zh": { "name": "马 里", "name_official": "马里共和国" } } }, { "id": "102", "enabled": false, "code3l": "MLT", "code2l": "MT", "name": "Malta", "name_official": "Republic of Malta", "center": { "latitude": "35.89706403", "longitude": "14.43687877", "zoom": "11" }, "names": { "ar": { "name": "مالطة", "name_official": "جمهورية مالطة " }, "es": { "name": "Malta", "name_official": "la República de Malta" }, "fr": { "name": "Malte", "name_official": "la République de Malte" }, "it": { "name": "Malta", "name_official": "Repubblica di Malta" }, "ru": { "name": "Мальта", "name_official": "Республика Мальта" }, "zh": { "name": "马耳他", "name_official": "马耳他共和国" } } }, { "id": "103", "enabled": false, "code3l": "MHL", "code2l": "MH", "name": "Marshall Islands", "name_official": "Republic of the Marshall Islands", "center": { "latitude": "7.30130732", "longitude": "168.75512619", "zoom": "10" }, "names": { "ar": { "name": "جزر مارشال ", "name_official": "جمهورية جزر مارشال " }, "es": { "name": "Islas Marshall", "name_official": "la República de las Islas Marshall" }, "fr": { "name": "Îles Marshall", "name_official": "la République des Îles Marshall" }, "it": { "name": "Isole Marshall", "name_official": "Repubblica delle Isole Marshall" }, "ru": { "name": "Маршалловы Острова", "name_official": "Республика Маршалловы Острова" }, "zh": { "name": "马绍尔群岛", "name_official": "马绍尔群岛共和国" } } }, { "id": "226", "enabled": false, "code3l": "MTQ", "code2l": "MQ", "name": "Martinique", "name_official": "Department of Martinique", "center": { "latitude": "14.64128045", "longitude": "-61.02417600", "zoom": "10" }, "names": [] }, { "id": "104", "enabled": false, "code3l": "MRT", "code2l": "MR", "name": "Mauritania", "name_official": "Islamic Republic of Mauritania", "center": { "latitude": "20.28331239", "longitude": "-10.21573334", "zoom": "5" }, "names": { "ar": { "name": "موريتانيا", "name_official": "الجمهورية الإسلامية الموريتانية " }, "es": { "name": "Mauritania", "name_official": "la República Islámica de Mauritania" }, "fr": { "name": "Mauritanie", "name_official": "la République islamique de Mauritanie" }, "it": { "name": "Mauritania", "name_official": "Repubblica islamica di Mauritania" }, "ru": { "name": "Мавритания", "name_official": "Исламская Республика Мавритания" }, "zh": { "name": "毛里塔尼亚", "name_official": "毛里塔尼亚伊斯兰共和国" } } }, { "id": "105", "enabled": false, "code3l": "MUS", "code2l": "MU", "name": "Mauritius", "name_official": "Republic of Mauritius", "center": { "latitude": "-20.28368188", "longitude": "57.56588291", "zoom": "10" }, "names": { "ar": { "name": "موريشيوس", "name_official": "موريشيوس جمهورية " }, "es": { "name": "Mauricio", "name_official": "la República de Mauricio" }, "fr": { "name": "Maurice", "name_official": "la République de Maurice" }, "it": { "name": "Maurizio", "name_official": "Repubblica di Maurizio" }, "ru": { "name": "Маврикий", "name_official": "Республика Маврикий" }, "zh": { "name": "毛里求斯", "name_official": "毛里求斯共和国" } } }, { "id": "249", "enabled": false, "code3l": "MYT", "code2l": "YT", "name": "Mayotte", "name_official": "Overseas Department of Mayotte", "center": { "latitude": "-12.82744522", "longitude": "45.16624200", "zoom": "11" }, "names": [] }, { "id": "106", "enabled": false, "code3l": "MEX", "code2l": "MX", "name": "Mexico", "name_official": "United Mexican States", "center": { "latitude": "22.92036676", "longitude": "-102.33305344", "zoom": "5" }, "names": { "ar": { "name": "المكسيك", "name_official": "المكسيكية المتحدة الولايات " }, "es": { "name": "México", "name_official": "los Estados Unidos Mexicanos" }, "fr": { "name": "Mexique", "name_official": "les États-Unis du Mexique" }, "it": { "name": "Messico", "name_official": "Stati Uniti messicani" }, "ru": { "name": "Мексика", "name_official": "Мексиканские Соединенные Штаты" }, "zh": { "name": "墨西哥", "name_official": "墨西哥合众国" } } }, { "id": "185", "enabled": false, "code3l": "FSM", "code2l": "FM", "name": "Micronesia (Federated States of)", "name_official": "Federated States of Micronesia", "center": { "latitude": "6.88747377", "longitude": "158.21507170", "zoom": "12" }, "names": { "ar": { "name": "ميكرونيزيا", "name_official": "الموحدة ميكرونيزيا ولايات " }, "es": { "name": "Micronesia (Estados Federados de)", "name_official": "los Estados Federados de Micronesia" }, "fr": { "name": "Micronésie (États fédérés de)", "name_official": "les États fédérés de Micronésie" }, "it": { "name": "Micronesia (Stati federati di)", "name_official": "Stati federati di Micronesia" }, "ru": { "name": "Микронезия (Федеративные Штаты)", "name_official": "Федеративные Штаты Микронезии" }, "zh": { "name": "密克罗尼西亚(联邦)", "name_official": "密克罗尼西亚联邦" } } }, { "id": "107", "enabled": false, "code3l": "MCO", "code2l": "MC", "name": "Monaco", "name_official": "Principality of Monaco", "center": { "latitude": "43.70463620", "longitude": "6.75444978", "zoom": "9" }, "names": { "ar": { "name": "موناكو", "name_official": "إمارة موناكو " }, "es": { "name": "Mónaco", "name_official": "el Principado de Mónaco" }, "fr": { "name": "Monaco", "name_official": "la Principauté de Monaco" }, "it": { "name": "Monaco", "name_official": "Principato di Monaco" }, "ru": { "name": "Монако", "name_official": "Княжество Монако" }, "zh": { "name": "摩纳哥", "name_official": "摩纳哥公国" } } }, { "id": "108", "enabled": false, "code3l": "MNG", "code2l": "MN", "name": "Mongolia", "name_official": "Mongolia", "center": { "latitude": "46.80556270", "longitude": "104.30808978", "zoom": "5" }, "names": { "ar": { "name": "منغوليا", "name_official": "منغوليا" }, "es": { "name": "Mongolia", "name_official": "Mongolia" }, "fr": { "name": "Mongolie", "name_official": "la Mongolie" }, "it": { "name": "Mongolia", "name_official": "Mongolia" }, "ru": { "name": "Монголия", "name_official": "Монголия" }, "zh": { "name": "蒙 古", "name_official": "蒙古国" } } }, { "id": "109", "enabled": false, "code3l": "MNE", "code2l": "ME", "name": "Montenegro", "name_official": "Montenegro", "center": { "latitude": "42.71699590", "longitude": "19.09699321", "zoom": "8" }, "names": { "ar": { "name": "الأسود الجبل ", "name_official": "الأسود الجبل " }, "es": { "name": "Montenegro", "name_official": "Montenegro" }, "fr": { "name": "Monténégro", "name_official": "le Monténégro" }, "it": { "name": "Montenegro", "name_official": "Montenegro" }, "ru": { "name": "Черногория", "name_official": "Черногория" }, "zh": { "name": "黑山", "name_official": "黑山" } } }, { "id": "227", "enabled": false, "code3l": "MSR", "code2l": "MS", "name": "Montserrat", "name_official": "Montserrat", "center": { "latitude": "16.74774077", "longitude": "-62.18736600", "zoom": "12" }, "names": [] }, { "id": "110", "enabled": false, "code3l": "MAR", "code2l": "MA", "name": "Morocco", "name_official": "Kingdom of Morocco", "center": { "latitude": "31.95441758", "longitude": "-7.26839325", "zoom": "6" }, "names": { "ar": { "name": "المغرب", "name_official": "المملكة المغربية " }, "es": { "name": "Marruecos", "name_official": "el Reino de Marruecos" }, "fr": { "name": "Maroc", "name_official": "le Royaume du Maroc" }, "it": { "name": "Marocco", "name_official": "Regno del Marocco" }, "ru": { "name": "Марокко", "name_official": "Королевство Марокко" }, "zh": { "name": "摩洛哥", "name_official": "摩洛哥王国" } } }, { "id": "111", "enabled": false, "code3l": "MOZ", "code2l": "MZ", "name": "Mozambique", "name_official": "Republic of Mozambique", "center": { "latitude": "-19.07617816", "longitude": "33.81570282", "zoom": "5" }, "names": { "ar": { "name": "موزامبيق", "name_official": "جمهورية موزامبيق " }, "es": { "name": "Mozambique", "name_official": "la República de Mozambique" }, "fr": { "name": "Mozambique", "name_official": "la République du Mozambique" }, "it": { "name": "Mozambico", "name_official": "Repubblica del Mozambico" }, "ru": { "name": "Мозамбик", "name_official": "Республика Мозамбик" }, "zh": { "name": "莫桑比克", "name_official": "莫桑比克共和国" } } }, { "id": "112", "enabled": false, "code3l": "MMR", "code2l": "MM", "name": "Myanmar", "name_official": "Republic of Union of Myanmar", "center": { "latitude": "19.20985380", "longitude": "96.54949272", "zoom": "5" }, "names": { "ar": { "name": "ميانمار", "name_official": "ميانمار اتحاد جمهورية " }, "es": { "name": "Myanmar", "name_official": "la República de la Unión de Myanmar" }, "fr": { "name": "Myanmar", "name_official": "République de l'Union du Myanmar" }, "it": { "name": "Myanmar", "name_official": "Repubblica dell'Unione di Myanmar" }, "ru": { "name": "Мьянма", "name_official": "Республика Союз Мьянма" }, "zh": { "name": "缅 甸", "name_official": "缅甸联邦共和国" } } }, { "id": "113", "enabled": false, "code3l": "NAM", "code2l": "NA", "name": "Namibia", "name_official": "Republic of Namibia", "center": { "latitude": "-22.70965620", "longitude": "16.72161918", "zoom": "6" }, "names": { "ar": { "name": "ناميبيا", "name_official": "جمهورية ناميبيا " }, "es": { "name": "Namibia", "name_official": "la República de Namibia" }, "fr": { "name": "Namibie", "name_official": "la République de Namibie" }, "it": { "name": "Namibia", "name_official": "Repubblica di Namibia" }, "ru": { "name": "Намибия", "name_official": "Республика Намибия" }, "zh": { "name": "纳米比亚", "name_official": "纳米比亚共和国" } } }, { "id": "114", "enabled": false, "code3l": "NRU", "code2l": "NR", "name": "Nauru", "name_official": "Republic of Nauru", "center": { "latitude": "-0.52586763", "longitude": "166.93270463", "zoom": "13" }, "names": { "ar": { "name": "ناورو", "name_official": "ناورو جمهورية " }, "es": { "name": "Nauru", "name_official": "la República de Nauru" }, "fr": { "name": "Nauru", "name_official": "la République de Nauru" }, "it": { "name": "Nauru", "name_official": "Repubblica di Nauru" }, "ru": { "name": "Науру", "name_official": "Республика Науру" }, "zh": { "name": "瑙 鲁", "name_official": "瑙鲁共和国" } } }, { "id": "115", "enabled": false, "code3l": "NPL", "code2l": "NP", "name": "Nepal", "name_official": "Federal Democratic Republic of Nepal", "center": { "latitude": "28.28430770", "longitude": "83.98119373", "zoom": "7" }, "names": { "ar": { "name": "نيبال", "name_official": "الاتحادية الديمقراطية نيبال جمهورية " }, "es": { "name": "Nepal", "name_official": "la República Democrática Federal de Nepal" }, "fr": { "name": "Népal", "name_official": "la République fédérale démocratique du Nepal" }, "it": { "name": "Nepal", "name_official": "Repubblica Democratica Federale di Nepal" }, "ru": { "name": "Непал", "name_official": "Федеративная Демократическая Республика Непал" }, "zh": { "name": "尼泊尔", "name_official": "尼泊尔联邦民主共和国" } } }, { "id": "116", "enabled": false, "code3l": "NLD", "code2l": "NL", "name": "Netherlands", "name_official": "Kingdom of Netherlands", "center": { "latitude": "52.33939951", "longitude": "4.98914998", "zoom": "7" }, "names": { "ar": { "name": "هولندا", "name_official": "هولندا مملكة " }, "es": { "name": "Países Bajos", "name_official": "el Reino de los Países Bajos" }, "fr": { "name": "Pays-Bas", "name_official": "le Royaume des Pays-Bas" }, "it": { "name": "Paesi Bassi", "name_official": "Regno dei Paesi Bassi" }, "ru": { "name": "Нидерланды", "name_official": "Королевство Нидерландов" }, "zh": { "name": "荷 兰", "name_official": "荷兰王国" } } }, { "id": "228", "enabled": false, "code3l": "NCL", "code2l": "NC", "name": "New Caledonia", "name_official": "Territory of New Caledonia and Dependencies", "center": { "latitude": "-21.26104020", "longitude": "165.58783760", "zoom": "8" }, "names": [] }, { "id": "117", "enabled": false, "code3l": "NZL", "code2l": "NZ", "name": "New Zealand", "name_official": "New Zealand", "center": { "latitude": "-40.95025298", "longitude": "171.76586181", "zoom": "5" }, "names": { "ar": { "name": "نيوزيلندا", "name_official": "نيوزيلندا" }, "es": { "name": "Nueva Zelandia", "name_official": "Nueva Zelandia" }, "fr": { "name": "Nouvelle-Zélande", "name_official": "la Nouvelle-Zélande" }, "it": { "name": "Nuova Zelanda", "name_official": "Nuova Zelanda" }, "ru": { "name": "Новая Зеландия", "name_official": "Новая Зеландия" }, "zh": { "name": "新西兰", "name_official": "新西兰" } } }, { "id": "118", "enabled": false, "code3l": "NIC", "code2l": "NI", "name": "Nicaragua", "name_official": "Republic of Nicaragua", "center": { "latitude": "12.91806226", "longitude": "-84.82270352", "zoom": "7" }, "names": { "ar": { "name": "نيكاراغوا", "name_official": "جمهورية نيكاراغوا " }, "es": { "name": "Nicaragua", "name_official": "la República de Nicaragua" }, "fr": { "name": "Nicaragua", "name_official": "la République du Nicaragua" }, "it": { "name": "Nicaragua", "name_official": "Repubblica di Nicaragua" }, "ru": { "name": "Никарагуа", "name_official": "Республика Никарагуа" }, "zh": { "name": "尼加拉瓜", "name_official": "尼加拉瓜共和国" } } }, { "id": "119", "enabled": false, "code3l": "NER", "code2l": "NE", "name": "Niger", "name_official": "Republic of Niger", "center": { "latitude": "17.23446679", "longitude": "8.23547860", "zoom": "6" }, "names": { "ar": { "name": "النيجر", "name_official": "جمهورية النيجر " }, "es": { "name": "Níger", "name_official": "la República del Níger" }, "fr": { "name": "Niger", "name_official": "la République du Niger" }, "it": { "name": "Niger", "name_official": "Repubblica del Niger" }, "ru": { "name": "Нигер", "name_official": "Республика Нигер" }, "zh": { "name": "尼日尔", "name_official": "尼日尔共和国" } } }, { "id": "120", "enabled": false, "code3l": "NGA", "code2l": "NG", "name": "Nigeria", "name_official": "Federal Republic of Nigeria", "center": { "latitude": "9.02165273", "longitude": "7.82933373", "zoom": "6" }, "names": { "ar": { "name": "نيجيريا", "name_official": "الاتحادية نيجيريا جمهورية " }, "es": { "name": "Nigeria", "name_official": "la República Federal de Nigeria" }, "fr": { "name": "Nigéria", "name_official": "la République fédérale du Nigéria" }, "it": { "name": "Nigeria", "name_official": "Repubblica federale della Nigeria" }, "ru": { "name": "Нигерия", "name_official": "Федеративная Республика Нигерия" }, "zh": { "name": "尼日利亚", "name_official": "尼日利亚联邦共和国" } } }, { "id": "192", "enabled": false, "code3l": "NIU", "code2l": "NU", "name": "Niue", "name_official": "Niue", "center": { "latitude": "-19.04976362", "longitude": "-169.86585571", "zoom": "11" }, "names": { "ar": { "name": "نيوى", "name_official": "نيوى" }, "es": { "name": "Niue", "name_official": "Niue" }, "fr": { "name": "Nioué", "name_official": "Nioué" }, "it": { "name": "Niue", "name_official": "Niue" }, "ru": { "name": "Ниуэ", "name_official": "Ниуэ" }, "zh": { "name": "纽 埃", "name_official": "纽埃共和国" } } }, { "id": "229", "enabled": false, "code3l": "NFK", "code2l": "NF", "name": "Norfolk Island", "name_official": "Norfolk Islands", "center": { "latitude": "-29.02801043", "longitude": "167.94303023", "zoom": "13" }, "names": [] }, { "id": "191", "enabled": false, "code3l": "MKD", "code2l": "MK", "name": "North Macedonia", "name_official": "Republic of North Macedonia", "center": { "latitude": "41.60059479", "longitude": "21.74527900", "zoom": "8" }, "names": { "ar": { "name": "جمهورية مقدونيا اليوغوسلافية السابقة ", "name_official": "جمهورية مقدونيا اليوغوسلافية السابقة " }, "es": { "name": "ex República Yugoslava de Macedonia", "name_official": "la ex República Yugoslava de Macedonia" }, "fr": { "name": "ex-République yougoslave de Macédoine", "name_official": "l'ex-République yougoslave de Macédoine" }, "it": { "name": "ex Repubblica jugoslava di Macedonia", "name_official": "L'ex Repubblica jugoslava di Macedonia" }, "ru": { "name": "бывшая югославская Республика Македония", "name_official": "бывшая югославская Республика Македония" }, "zh": { "name": "前南斯拉夫的马其顿共和国", "name_official": "前南斯拉夫的马其顿共和国" } } }, { "id": "225", "enabled": false, "code3l": "MNP", "code2l": "MP", "name": "Northern Mariana Islands", "name_official": "Commonwealth of the Northern Mariana Islands", "center": { "latitude": "15.09783636", "longitude": "145.67390000", "zoom": "11" }, "names": [] }, { "id": "121", "enabled": false, "code3l": "NOR", "code2l": "NO", "name": "Norway", "name_official": "Kingdom of Norway", "center": { "latitude": "65.04680297", "longitude": "13.50069228", "zoom": "4" }, "names": { "ar": { "name": "النرويج", "name_official": "النرويج مملكة " }, "es": { "name": "Noruega", "name_official": "el Reino de Noruega" }, "fr": { "name": "Norvège", "name_official": "le Royaume de Norvège" }, "it": { "name": "Norvegia", "name_official": "Regno di Norvegia" }, "ru": { "name": "Норвегия", "name_official": "Королевство Норвегия" }, "zh": { "name": "挪 威", "name_official": "挪威王国" } } }, { "id": "122", "enabled": false, "code3l": "OMN", "code2l": "OM", "name": "Oman", "name_official": "Sultanate of Oman", "center": { "latitude": "20.69906846", "longitude": "56.69230596", "zoom": "6" }, "names": { "ar": { "name": "عمان", "name_official": "سلطنة عمان " }, "es": { "name": "Omán", "name_official": "la Sultanía de Omán" }, "fr": { "name": "Oman", "name_official": "le Sultanat d'Oman" }, "it": { "name": "Oman", "name_official": "Sultanato dell'Oman" }, "ru": { "name": "Оман", "name_official": "Султанат Оман" }, "zh": { "name": "阿 曼", "name_official": "阿曼苏丹国" } } }, { "id": "123", "enabled": false, "code3l": "PAK", "code2l": "PK", "name": "Pakistan", "name_official": "Islamic Republic of Pakistan", "center": { "latitude": "29.90335974", "longitude": "70.34487986", "zoom": "5" }, "names": { "ar": { "name": "باكستان", "name_official": "الإسلامية باكستان جمهورية " }, "es": { "name": "Pakistán", "name_official": "la República Islámica del Pakistán" }, "fr": { "name": "Pakistan", "name_official": "la République islamique du Pakistan" }, "it": { "name": "Pakistan", "name_official": "Repubblica islamica del Pakistan" }, "ru": { "name": "Пакистан", "name_official": "Исламская Республика Пакистан" }, "zh": { "name": "巴基斯坦", "name_official": "巴基斯坦伊斯兰共和国" } } }, { "id": "124", "enabled": false, "code3l": "PLW", "code2l": "PW", "name": "Palau", "name_official": "Republic of Palau", "center": { "latitude": "7.49856307", "longitude": "134.57291496", "zoom": "10" }, "names": { "ar": { "name": "بالاو", "name_official": "جمهورية بالاو " }, "es": { "name": "Palau", "name_official": "la República de Palau" }, "fr": { "name": "Palaos", "name_official": "la République des Palaos" }, "it": { "name": "Palau", "name_official": "Repubblica di Palau" }, "ru": { "name": "Палау", "name_official": "Республика Палау" }, "zh": { "name": "帕劳", "name_official": "帕劳共和国" } } }, { "id": "234", "enabled": false, "code3l": "PSE", "code2l": "PS", "name": "Palestinian Territory, Occupied", "name_official": "Occupied Palestinian Territory", "center": { "latitude": "32.26367103", "longitude": "35.21936714", "zoom": "8" }, "names": [] }, { "id": "125", "enabled": false, "code3l": "PAN", "code2l": "PA", "name": "Panama", "name_official": "Republic of Panama", "center": { "latitude": "8.52135102", "longitude": "-80.04603702", "zoom": "7" }, "names": { "ar": { "name": "بنما", "name_official": "بنما جمهورية " }, "es": { "name": "Panamá", "name_official": "la República de Panamá" }, "fr": { "name": "Panama", "name_official": "la République du Panama" }, "it": { "name": "Panama", "name_official": "Repubblica di Panama" }, "ru": { "name": "Панама", "name_official": "Республика Панама" }, "zh": { "name": "巴拿马", "name_official": "巴拿马共和国" } } }, { "id": "126", "enabled": false, "code3l": "PNG", "code2l": "PG", "name": "Papua New Guinea", "name_official": "Independent State of Papua New Guinea", "center": { "latitude": "-6.62414046", "longitude": "144.44993477", "zoom": "7" }, "names": { "ar": { "name": "الجديدة غينيا بابوا ", "name_official": "المستقلة الجديدة غينيا بابوا دولة " }, "es": { "name": "Papua Nueva Guinea", "name_official": "Estado Independiente de Papua Nueva Guinea" }, "fr": { "name": "Papouasie-Nouvelle-Guinée", "name_official": "État indépendant de Papouasie-Nouvelle-Guinée" }, "it": { "name": "Papua Nuova Guinea", "name_official": "Stato indipendente di Papua Nuova Guinea" }, "ru": { "name": "Папуа-Новая Гвинея", "name_official": "Независимое государство Папуа-Новая Гвинея" }, "zh": { "name": "巴布亚新几内亚", "name_official": "巴布亚新几内亚独立国" } } }, { "id": "127", "enabled": false, "code3l": "PRY", "code2l": "PY", "name": "Paraguay", "name_official": "Republic of Paraguay", "center": { "latitude": "-23.38564782", "longitude": "-58.29551057", "zoom": "6" }, "names": { "ar": { "name": "باراغواي", "name_official": "باراغواي جمهورية " }, "es": { "name": "Paraguay", "name_official": "la República del Paraguay" }, "fr": { "name": "Paraguay", "name_official": "la République du Paraguay" }, "it": { "name": "Paraguay", "name_official": "Repubblica del Paraguay" }, "ru": { "name": "Парагвай", "name_official": "Республика Парагвай" }, "zh": { "name": "巴拉圭", "name_official": "巴拉圭共和国" } } }, { "id": "128", "enabled": false, "code3l": "PER", "code2l": "PE", "name": "Peru", "name_official": "Republic of Peru", "center": { "latitude": "-8.50205247", "longitude": "-76.15772412", "zoom": "5" }, "names": { "ar": { "name": "بيرو", "name_official": "بيرو جمهورية " }, "es": { "name": "Perú", "name_official": "la República del Perú" }, "fr": { "name": "Pérou", "name_official": "la République du Pérou" }, "it": { "name": "Perù", "name_official": "Repubblica del Perù" }, "ru": { "name": "Перу", "name_official": "Республика Перу" }, "zh": { "name": "秘 鲁", "name_official": "秘鲁共和国" } } }, { "id": "129", "enabled": false, "code3l": "PHL", "code2l": "PH", "name": "Philippines", "name_official": "Republic of Philippines", "center": { "latitude": "12.82361200", "longitude": "121.77401700", "zoom": "6" }, "names": { "ar": { "name": "الفلبين", "name_official": "الفلبين جمهورية " }, "es": { "name": "Filipinas", "name_official": "la República de Filipinas" }, "fr": { "name": "Philippines", "name_official": "la République des Philippines" }, "it": { "name": "Filippine", "name_official": "Repubblica delle Filippine" }, "ru": { "name": "Филиппины", "name_official": "Республика Филиппины" }, "zh": { "name": "菲律宾", "name_official": "菲律宾共和国" } } }, { "id": "232", "enabled": false, "code3l": "PCN", "code2l": "PN", "name": "Pitcairn Islands", "name_official": "Pitcairn Group of Islands", "center": { "latitude": "-24.37673925", "longitude": "-128.32423730", "zoom": "13" }, "names": [] }, { "id": "130", "enabled": false, "code3l": "POL", "code2l": "PL", "name": "Poland", "name_official": "Republic of Poland", "center": { "latitude": "52.10117636", "longitude": "19.33190957", "zoom": "6" }, "names": { "ar": { "name": "بولندا", "name_official": "جمهورية بولندا " }, "es": { "name": "Polonia", "name_official": "la República de Polonia" }, "fr": { "name": "Pologne", "name_official": "la République de Pologne" }, "it": { "name": "Polonia", "name_official": "Repubblica di Polonia" }, "ru": { "name": "Польша", "name_official": "Республика Польша" }, "zh": { "name": "波 兰", "name_official": "波兰共和国" } } }, { "id": "131", "enabled": false, "code3l": "PRT", "code2l": "PT", "name": "Portugal", "name_official": "Portuguese Republic", "center": { "latitude": "39.44879136", "longitude": "-8.03768042", "zoom": "6" }, "names": { "ar": { "name": "البرتغال", "name_official": "البرتغال جمهورية " }, "es": { "name": "Portugal", "name_official": "la República Portuguesa" }, "fr": { "name": "Portugal", "name_official": "la République portugaise" }, "it": { "name": "Portogallo", "name_official": "Repubblica portoghese" }, "ru": { "name": "Португалия", "name_official": "Португальская Республика" }, "zh": { "name": "葡萄牙", "name_official": "葡萄牙共和国" } } }, { "id": "233", "enabled": false, "code3l": "PRI", "code2l": "PR", "name": "Puerto Rico", "name_official": "Commonwealth of Puerto Rico", "center": { "latitude": "18.21963053", "longitude": "-66.59015100", "zoom": "9" }, "names": [] }, { "id": "132", "enabled": false, "code3l": "QAT", "code2l": "QA", "name": "Qatar", "name_official": "State of Qatar", "center": { "latitude": "25.24551555", "longitude": "51.24431480", "zoom": "8" }, "names": { "ar": { "name": "قطر", "name_official": "قطر دولة " }, "es": { "name": "Qatar", "name_official": "el Estado de Qatar" }, "fr": { "name": "Qatar", "name_official": "l'État du Qatar" }, "it": { "name": "Qatar", "name_official": "Stato del Qatar" }, "ru": { "name": "Катар", "name_official": "Государство Катар" }, "zh": { "name": "卡塔尔", "name_official": "卡塔尔国" } } }, { "id": "189", "enabled": false, "code3l": "KOR", "code2l": "KR", "name": "Republic of Korea", "name_official": "Republic of Korea", "center": { "latitude": "36.56344139", "longitude": "127.51424646", "zoom": "7" }, "names": { "ar": { "name": "جمهورية كوريا ", "name_official": "جمهورية كوريا " }, "es": { "name": "República de Corea", "name_official": "la República de Corea" }, "fr": { "name": "République de Corée", "name_official": "la République de Corée" }, "it": { "name": "Repubblica di Corea", "name_official": "Repubblica di Corea" }, "ru": { "name": "Республика Корея", "name_official": "Республика Корея" }, "zh": { "name": "大韩民国", "name_official": "大韩民国" } } }, { "id": "190", "enabled": false, "code3l": "MDA", "code2l": "MD", "name": "Republic of Moldova", "name_official": "Republic of Moldova", "center": { "latitude": "47.10710437", "longitude": "28.54018109", "zoom": "7" }, "names": { "ar": { "name": "جمهورية مولدوفا ", "name_official": "جمهورية مولدوفا " }, "es": { "name": "República de Moldova", "name_official": "la República de Moldova" }, "fr": { "name": "République de Moldova", "name_official": "la République de Moldova" }, "it": { "name": "Repubblica di Moldova", "name_official": "Repubblica di Moldova" }, "ru": { "name": "Республика Молдова", "name_official": "Республика Молдова" }, "zh": { "name": "摩尔多瓦共和国", "name_official": "摩尔多瓦共和国" } } }, { "id": "235", "enabled": false, "code3l": "REU", "code2l": "RE", "name": "Réunion", "name_official": "Department of Reunion", "center": { "latitude": "-21.11480084", "longitude": "55.53638200", "zoom": "10" }, "names": [] }, { "id": "133", "enabled": false, "code3l": "ROU", "code2l": "RO", "name": "Romania", "name_official": "Romania", "center": { "latitude": "45.56450023", "longitude": "25.21945155", "zoom": "6" }, "names": { "ar": { "name": "رومانيا", "name_official": "رومانيا" }, "es": { "name": "Rumania", "name_official": "Rumania" }, "fr": { "name": "Roumanie", "name_official": "la Roumanie" }, "it": { "name": "Romania", "name_official": "Romania" }, "ru": { "name": "Румыния", "name_official": "Румыния" }, "zh": { "name": "罗马尼亚", "name_official": "罗马尼亚" } } }, { "id": "134", "enabled": false, "code3l": "RUS", "code2l": "RU", "name": "Russian Federation", "name_official": "Russian Federation", "center": { "latitude": "57.96812298", "longitude": "102.41837137", "zoom": "3" }, "names": { "ar": { "name": "الاتحاد الروسي ", "name_official": "الاتحاد الروسي " }, "es": { "name": "Federación de Rusia", "name_official": "la Federación de Rusia" }, "fr": { "name": "Fédération de Russie", "name_official": "la Fédération de Russie" }, "it": { "name": "Russia", "name_official": "Federazione russa" }, "ru": { "name": "Российская Федерация", "name_official": "Российская Федерация" }, "zh": { "name": "俄罗斯联邦", "name_official": "俄罗斯联邦" } } }, { "id": "135", "enabled": false, "code3l": "RWA", "code2l": "RW", "name": "Rwanda", "name_official": "Republic of Rwanda", "center": { "latitude": "-1.98589079", "longitude": "29.94255855", "zoom": "8" }, "names": { "ar": { "name": "رواندا", "name_official": "رواندا جمهورية " }, "es": { "name": "Rwanda", "name_official": "la República de Rwanda" }, "fr": { "name": "Rwanda", "name_official": "la République du Rwanda" }, "it": { "name": "Ruanda", "name_official": "Repubblica del Ruanda" }, "ru": { "name": "Руанда", "name_official": "Республика Руанда" }, "zh": { "name": "卢旺达", "name_official": "卢旺达共和国" } } }, { "id": "200", "enabled": false, "code3l": "BLM", "code2l": "BL", "name": "Saint Barthélemy", "name_official": "Territorial collectivity of Saint Barthélemy", "center": { "latitude": "17.90042417", "longitude": "-62.83376215", "zoom": "13" }, "names": [] }, { "id": "236", "enabled": false, "code3l": "SHN", "code2l": "SH", "name": "Saint Helena, Ascension and Tristan da Cunha", "name_official": "Saint Helena, Ascension and Tristan da Cunha", "center": { "latitude": "-37.10521846", "longitude": "-12.27768580", "zoom": "12" }, "names": [] }, { "id": "136", "enabled": false, "code3l": "KNA", "code2l": "KN", "name": "Saint Kitts and Nevis", "name_official": "Saint Kitts and Nevis", "center": { "latitude": "17.33453669", "longitude": "-62.76411725", "zoom": "12" }, "names": { "ar": { "name": "ونيفيس كيتس سانت ", "name_official": "ونيفيس كيتس سانت " }, "es": { "name": "Saint Kitts y Nevis", "name_official": "Saint Kitts y Nevis" }, "fr": { "name": "Saint-Kitts-et-Nevis", "name_official": "Saint-Kitts-et-Nevis" }, "it": { "name": "Saint Christopher e Nevis", "name_official": "Federazione di Saint Kitts e Nevis" }, "ru": { "name": "Сент-Китс и Невис", "name_official": "Сент-Китс и Невис" }, "zh": { "name": "圣基茨和尼维斯", "name_official": "圣基茨和尼维斯" } } }, { "id": "137", "enabled": false, "code3l": "LCA", "code2l": "LC", "name": "Saint Lucia", "name_official": "Saint Lucia", "center": { "latitude": "13.90938495", "longitude": "-60.97889500", "zoom": "11" }, "names": { "ar": { "name": "لوسيا سانت ", "name_official": "لوسيا سانت " }, "es": { "name": "Santa Lucía", "name_official": "Santa Lucía" }, "fr": { "name": "Sainte-Lucie", "name_official": "Sainte-Lucie" }, "it": { "name": "Santa Lucia ", "name_official": "Santa Lucia " }, "ru": { "name": "Сент-Люсия", "name_official": "Сент-Люсия" }, "zh": { "name": "圣卢西亚", "name_official": "圣卢西亚" } } }, { "id": "223", "enabled": false, "code3l": "MAF", "code2l": "MF", "name": "Saint Martin", "name_official": "Saint Martin", "center": { "latitude": "18.07637107", "longitude": "-63.05019106", "zoom": "12" }, "names": [] }, { "id": "231", "enabled": false, "code3l": "SPM", "code2l": "PM", "name": "Saint Pierre and Miquelon", "name_official": "Saint Pierre and Miquelon", "center": { "latitude": "46.88469499", "longitude": "-56.31590200", "zoom": "10" }, "names": [] }, { "id": "138", "enabled": false, "code3l": "VCT", "code2l": "VC", "name": "Saint Vincent and the Grenadines", "name_official": "Saint Vincent and the Grenadines", "center": { "latitude": "13.25276143", "longitude": "-61.19709800", "zoom": "11" }, "names": { "ar": { "name": "سانت فنسنت وجزر غرينادين ", "name_official": "سانت فنسنت وجزر غرينادين " }, "es": { "name": "San Vicente y las Granadinas", "name_official": "San Vicente y las Granadinas" }, "fr": { "name": "Saint-Vincent-et-les Grenadines", "name_official": "Saint-Vincent-et-les Grenadines" }, "it": { "name": "Saint Vincent e Grenadine", "name_official": "Saint Vincent e Grenadine" }, "ru": { "name": "Сент-Винсент и Гренадины", "name_official": "Сент-Винсент и Гренадины" }, "zh": { "name": "圣文森特和格林纳丁斯", "name_official": "圣文森特和格林纳丁斯" } } }, { "id": "139", "enabled": false, "code3l": "WSM", "code2l": "WS", "name": "Samoa", "name_official": "Independent State of Samoa", "center": { "latitude": "-13.57998954", "longitude": "-172.45207363", "zoom": "10" }, "names": { "ar": { "name": "ساموا", "name_official": "المستقلة ساموا دولة " }, "es": { "name": "Samoa", "name_official": "el Estado Independiente de Samoa" }, "fr": { "name": "Samoa", "name_official": "l'État indépendant du Samoa" }, "it": { "name": "Samoa", "name_official": "Stato indipendente di Samoa" }, "ru": { "name": "Самоа", "name_official": "Независимое Государство Самоа" }, "zh": { "name": "萨摩亚", "name_official": "萨摩亚独立国" } } }, { "id": "140", "enabled": false, "code3l": "SMR", "code2l": "SM", "name": "San Marino", "name_official": "Republic of San Marino", "center": { "latitude": "43.94223356", "longitude": "12.45777700", "zoom": "11" }, "names": { "ar": { "name": "مارينو سان ", "name_official": "مارينو سان جمهورية " }, "es": { "name": "San Marino", "name_official": "la República de San Marino" }, "fr": { "name": "Saint-Marin", "name_official": "la République de Saint-Marin" }, "it": { "name": "San Marino", "name_official": "Repubblica di San Marino" }, "ru": { "name": "Сан-Марино", "name_official": "Республика Сан-Марино" }, "zh": { "name": "圣马力诺", "name_official": "圣马力诺共和国" } } }, { "id": "141", "enabled": false, "code3l": "STP", "code2l": "ST", "name": "Sao Tome and Principe", "name_official": "Democratic Republic of Sao Tome and Principe", "center": { "latitude": "0.23381910", "longitude": "6.59935809", "zoom": "10" }, "names": { "ar": { "name": "وبرنسيبي تومي سان ", "name_official": "الديمقراطية وبرنسيبي تومي سان جمهورية " }, "es": { "name": "Santo Tomé y Príncipe", "name_official": "la República Democrática de Santo Tomé y Príncipe" }, "fr": { "name": "Sao Tomé-et-Principe", "name_official": "la République démocratique de Sao Tomé-et-Principe" }, "it": { "name": "São Tomé e Príncipe", "name_official": "Repubblica democratica di São Tomé e Príncipe" }, "ru": { "name": "Сан-Томе и Принсипи", "name_official": "Демократическая Республика Сан-Томе и Принсипи" }, "zh": { "name": "圣多美和普林西比", "name_official": "圣多美和普林西比民主共和国" } } }, { "id": "142", "enabled": false, "code3l": "SAU", "code2l": "SA", "name": "Saudi Arabia", "name_official": "Kingdom of Saudi Arabia", "center": { "latitude": "24.16687314", "longitude": "42.88190638", "zoom": "5" }, "names": { "ar": { "name": "السعودية العربية المملكة ", "name_official": "السعودية العربية المملكة " }, "es": { "name": "Arabia Saudita", "name_official": "el Reino de la Arabia Saudita" }, "fr": { "name": "Arabie saoudite", "name_official": "le Royaume d'Arabie saoudite" }, "it": { "name": "Arabia Saudita", "name_official": "Regno dell'Arabia Saudita" }, "ru": { "name": "Саудовская Аравия", "name_official": "Королевство Саудовская Аравия" }, "zh": { "name": "沙特阿拉伯", "name_official": "沙特阿拉伯王国" } } }, { "id": "143", "enabled": false, "code3l": "SEN", "code2l": "SN", "name": "Senegal", "name_official": "Republic of Senegal", "center": { "latitude": "14.43579003", "longitude": "-14.68306489", "zoom": "7" }, "names": { "ar": { "name": "السنغال", "name_official": "السنغال جمهورية " }, "es": { "name": "Senegal", "name_official": "la República del Senegal" }, "fr": { "name": "Sénégal", "name_official": "la République du Sénégal" }, "it": { "name": "Senegal", "name_official": "Repubblica del Senegal" }, "ru": { "name": "Сенегал", "name_official": "Республика Сенегал" }, "zh": { "name": "塞内加尔", "name_official": "塞内加尔共和国" } } }, { "id": "144", "enabled": false, "code3l": "SRB", "code2l": "RS", "name": "Serbia", "name_official": "Republic of Serbia", "center": { "latitude": "44.06736041", "longitude": "20.29725084", "zoom": "7" }, "names": { "ar": { "name": "صربيا", "name_official": "جمهورية صربيا " }, "es": { "name": "Serbia", "name_official": "la República de Serbia" }, "fr": { "name": "Serbie", "name_official": "la République de Serbie" }, "it": { "name": "Serbia", "name_official": "la Repubblica di Serbia" }, "ru": { "name": "Сербия", "name_official": "Республика Сербия" }, "zh": { "name": "塞尔维亚", "name_official": "塞尔维亚共和国" } } }, { "id": "145", "enabled": false, "code3l": "SYC", "code2l": "SC", "name": "Seychelles", "name_official": "Republic of Seychelles", "center": { "latitude": "-4.68053204", "longitude": "55.49061371", "zoom": "11" }, "names": { "ar": { "name": "سيشيل", "name_official": "جمهورية سيشيل " }, "es": { "name": "Seychelles", "name_official": "la República de Seychelles" }, "fr": { "name": "Seychelles", "name_official": "la République des Seychelles" }, "it": { "name": "Seychelles", "name_official": "Repubblica delle Seychelles " }, "ru": { "name": "Сейшельские Острова", "name_official": "Республика Сейшельские Острова" }, "zh": { "name": "塞舌尔", "name_official": "塞舌尔共和国" } } }, { "id": "146", "enabled": false, "code3l": "SLE", "code2l": "SL", "name": "Sierra Leone", "name_official": "Republic of Sierra Leone", "center": { "latitude": "8.45575589", "longitude": "-11.93368759", "zoom": "8" }, "names": { "ar": { "name": "سيراليون", "name_official": "جمهورية سيراليون " }, "es": { "name": "Sierra Leona", "name_official": "la República de Sierra Leona" }, "fr": { "name": "Sierra Leone", "name_official": "la République de Sierra Leone" }, "it": { "name": "Sierra Leone", "name_official": "Repubblica di Sierra Leone" }, "ru": { "name": "Сьерра-Леоне", "name_official": "Республика Сьерра-Леоне" }, "zh": { "name": "塞拉利昂", "name_official": "塞拉利昂共和国" } } }, { "id": "147", "enabled": false, "code3l": "SGP", "code2l": "SG", "name": "Singapore", "name_official": "Republic of Singapore", "center": { "latitude": "1.33873261", "longitude": "103.83323559", "zoom": "11" }, "names": { "ar": { "name": "سنغافورة", "name_official": "جمهورية سنغافورة " }, "es": { "name": "Singapur", "name_official": "la República de Singapur" }, "fr": { "name": "Singapour", "name_official": "la République de Singapour" }, "it": { "name": "Singapore", "name_official": "Repubblica di Singapore" }, "ru": { "name": "Сингапур", "name_official": "Республика Сингапур" }, "zh": { "name": "新加坡", "name_official": "新加坡共和国" } } }, { "id": "238", "enabled": false, "code3l": "SXM", "code2l": "SX", "name": "Sint Maarten", "name_official": "Sint Maarten", "center": { "latitude": "18.04433885", "longitude": "-63.05616320", "zoom": "12" }, "names": [] }, { "id": "148", "enabled": false, "code3l": "SVK", "code2l": "SK", "name": "Slovakia", "name_official": "Slovak Republic", "center": { "latitude": "48.66923253", "longitude": "19.75396564", "zoom": "7" }, "names": { "ar": { "name": "سلوفاكيا", "name_official": "السلوفاكية الجمهورية " }, "es": { "name": "Eslovaquia", "name_official": "la República Eslovaca" }, "fr": { "name": "Slovaquie", "name_official": "la République slovaque" }, "it": { "name": "Slovacchia", "name_official": "Repubblica slovacca" }, "ru": { "name": "Словакия", "name_official": "Словацкая Республика" }, "zh": { "name": "斯洛伐克", "name_official": "斯洛伐克共和国" } } }, { "id": "149", "enabled": false, "code3l": "SVN", "code2l": "SI", "name": "Slovenia", "name_official": "Republic of Slovenia", "center": { "latitude": "46.14315048", "longitude": "14.99546300", "zoom": "8" }, "names": { "ar": { "name": "سلوفينيا", "name_official": "جمهورية سلوفينيا " }, "es": { "name": "Eslovenia", "name_official": "la República de Eslovenia" }, "fr": { "name": "Slovénie", "name_official": "la République de Slovénie" }, "it": { "name": "Slovenia", "name_official": "Repubblica di Slovenia" }, "ru": { "name": "Словения", "name_official": "Республика Словения" }, "zh": { "name": "斯洛文尼亚", "name_official": "斯洛文尼亚共和国" } } }, { "id": "150", "enabled": false, "code3l": "SLB", "code2l": "SB", "name": "Solomon Islands", "name_official": "Solomon Islands", "center": { "latitude": "-9.64554280", "longitude": "160.15619400", "zoom": "10" }, "names": { "ar": { "name": "جزر سليمان ", "name_official": "جزر سليمان " }, "es": { "name": "Islas Salomón", "name_official": "las Islas Salomón" }, "fr": { "name": "Îles Salomon", "name_official": "les Îles Salomon" }, "it": { "name": "Isole Salomone", "name_official": "Isole Salomone" }, "ru": { "name": "Соломоновы Острова", "name_official": "Соломоновы Острова" }, "zh": { "name": "所罗门群岛", "name_official": "所罗门群岛" } } }, { "id": "151", "enabled": false, "code3l": "SOM", "code2l": "SO", "name": "Somalia", "name_official": "Federal Republic of Somalia", "center": { "latitude": "2.87224619", "longitude": "45.27676444", "zoom": "7" }, "names": { "ar": { "name": "الصومال", "name_official": "جمهورية الصومال الإتحادية " }, "es": { "name": "Somalia", "name_official": "la República Federal de Somalia" }, "fr": { "name": "Somalie", "name_official": "la République fédérale de Somalie" }, "it": { "name": "Somalia", "name_official": "Repubblica Federale di Somalia" }, "ru": { "name": "Сомали", "name_official": "Федеративная Республика Сомали" }, "zh": { "name": "索马里", "name_official": "索马里联邦共和国" } } }, { "id": "152", "enabled": false, "code3l": "ZAF", "code2l": "ZA", "name": "South Africa", "name_official": "Republic of South Africa", "center": { "latitude": "-27.17706863", "longitude": "24.50856092", "zoom": "5" }, "names": { "ar": { "name": "أفريقيا جنوب ", "name_official": "أفريقيا جنوب جمهورية " }, "es": { "name": "Sudáfrica", "name_official": "la República de Sudáfrica" }, "fr": { "name": "Afrique du Sud", "name_official": "la République sud-africaine" }, "it": { "name": "Sudafrica", "name_official": "Repubblica del Sudafrica" }, "ru": { "name": "Южная Африка", "name_official": "Южно-Африканская Республика" }, "zh": { "name": "南 非", "name_official": "南非共和国" } } }, { "id": "215", "enabled": false, "code3l": "SGS", "code2l": "GS", "name": "South Georgia and the South Sandwich Islands", "name_official": "South Georgia and the South Sandwich Islands", "center": { "latitude": "-54.38130284", "longitude": "-36.67305304", "zoom": "9" }, "names": [] }, { "id": "250", "enabled": false, "code3l": "SSD", "code2l": "SS", "name": "South Sudan", "name_official": "Republic of South Sudan", "center": { "latitude": "7.91320803", "longitude": "30.15342434", "zoom": "6" }, "names": { "ar": { "name": "السودان جنوب ", "name_official": "السودان جنوب جمهورية " }, "es": { "name": "Sudán del Sur", "name_official": "la República de Sudán del Sur" }, "fr": { "name": "Soudan du Sud", "name_official": "République du Soudan du Sud" }, "it": { "name": "Sud Sudan", "name_official": "Repubblica del Sud Sudan" }, "ru": { "name": "Южный Судан", "name_official": "Республика Южный Судан" }, "zh": { "name": "南苏丹", "name_official": "南苏丹共和国" } } }, { "id": "153", "enabled": false, "code3l": "ESP", "code2l": "ES", "name": "Spain", "name_official": "Kingdom of Spain", "center": { "latitude": "39.87299401", "longitude": "-3.67089492", "zoom": "6" }, "names": { "ar": { "name": "إسبانيا", "name_official": "إسبانيا مملكة " }, "es": { "name": "España", "name_official": "el Reino de España" }, "fr": { "name": "Espagne", "name_official": "le Royaume d'Espagne" }, "it": { "name": "Spagna", "name_official": "Regno di Spagna" }, "ru": { "name": "Испания", "name_official": "Королевство Испания" }, "zh": { "name": "西班牙", "name_official": "西班牙王国" } } }, { "id": "154", "enabled": false, "code3l": "LKA", "code2l": "LK", "name": "Sri Lanka", "name_official": "Democratic Socialist Republic of Sri Lanka", "center": { "latitude": "7.61264985", "longitude": "80.83772497", "zoom": "7" }, "names": { "ar": { "name": "سري لانكا ", "name_official": "جمهورية سري لانكا الاشتراكية الديمقراطية " }, "es": { "name": "Sri Lanka", "name_official": "la República Socialista Democrática de Sri Lanka" }, "fr": { "name": "Sri Lanka", "name_official": "la République socialiste démocratique de Sri Lanka" }, "it": { "name": "Sri Lanka", "name_official": "Repubblica democratica socialista di Sri Lanka" }, "ru": { "name": "Шри-Ланка", "name_official": "Демократическая Социалистическая Республика Шри-Ланка" }, "zh": { "name": "斯里兰卡", "name_official": "斯里兰卡民主社会主义共和国" } } }, { "id": "155", "enabled": false, "code3l": "SDN", "code2l": "SD", "name": "Sudan", "name_official": "Republic of Sudan", "center": { "latitude": "15.96646839", "longitude": "30.37145459", "zoom": "5" }, "names": { "ar": { "name": "السودان", "name_official": "السودان جمهورية " }, "es": { "name": "Sudán", "name_official": "la República del Sudán" }, "fr": { "name": "Soudan", "name_official": "la République du Soudan" }, "it": { "name": "Sudan", "name_official": "Repubblica del Sudan" }, "ru": { "name": "Судан", "name_official": "Республика Судан" }, "zh": { "name": "苏 丹", "name_official": "苏丹共和国" } } }, { "id": "156", "enabled": false, "code3l": "SUR", "code2l": "SR", "name": "Suriname", "name_official": "Republic of Suriname", "center": { "latitude": "4.26470865", "longitude": "-55.93988238", "zoom": "7" }, "names": { "ar": { "name": "سورينام", "name_official": "جمهورية سورينام " }, "es": { "name": "Suriname", "name_official": "la República de Suriname" }, "fr": { "name": "Suriname", "name_official": "la République du Suriname" }, "it": { "name": "Suriname", "name_official": "Repubblica di Suriname" }, "ru": { "name": "Суринам", "name_official": "Республика Суринам" }, "zh": { "name": "苏里南", "name_official": "苏里南共和国" } } }, { "id": "237", "enabled": false, "code3l": "SJM", "code2l": "SJ", "name": "Svalbard and Jan Mayen", "name_official": "Svalbard and Jan Mayen", "center": { "latitude": "77.92215764", "longitude": "18.99010622", "zoom": "4" }, "names": [] }, { "id": "158", "enabled": false, "code3l": "SWE", "code2l": "SE", "name": "Sweden", "name_official": "Kingdom of Sweden", "center": { "latitude": "61.42370427", "longitude": "16.73188991", "zoom": "4" }, "names": { "ar": { "name": "السويد", "name_official": "مملكة السويد " }, "es": { "name": "Suecia", "name_official": "el Reino de Suecia" }, "fr": { "name": "Suède", "name_official": "le Royaume de Suède" }, "it": { "name": "Svezia", "name_official": "Regno di Svezia" }, "ru": { "name": "Швеция", "name_official": "Королевство Швеция" }, "zh": { "name": "瑞 典", "name_official": "瑞典王国" } } }, { "id": "159", "enabled": false, "code3l": "CHE", "code2l": "CH", "name": "Switzerland", "name_official": "Swiss Confederation", "center": { "latitude": "46.81010721", "longitude": "8.22751200", "zoom": "8" }, "names": { "ar": { "name": "سويسرا", "name_official": "الاتحاد السويسري " }, "es": { "name": "Suiza", "name_official": "la Confederación Suiza" }, "fr": { "name": "Suisse", "name_official": "la Confédération suisse" }, "it": { "name": "Svizzera", "name_official": "Confederazione svizzera" }, "ru": { "name": "Швейцария", "name_official": "Швейцарская Конфедерация" }, "zh": { "name": "瑞 士", "name_official": "瑞士联邦" } } }, { "id": "160", "enabled": false, "code3l": "SYR", "code2l": "SY", "name": "Syrian Arab Republic", "name_official": "Syrian Arab Republic", "center": { "latitude": "34.71097430", "longitude": "38.66723516", "zoom": "6" }, "names": { "ar": { "name": "الجمهورية العربية السورية ", "name_official": "الجمهورية العربية السورية " }, "es": { "name": "República Árabe Siria", "name_official": "la República Árabe Siria" }, "fr": { "name": "République arabe syrienne", "name_official": "la République arabe syrienne" }, "it": { "name": "Siria", "name_official": "Repubblica araba siriana" }, "ru": { "name": "Сирийская Арабская Республика", "name_official": "Сирийская Арабская Республика" }, "zh": { "name": "阿拉伯叙利亚共和国", "name_official": "阿拉伯叙利亚共和国" } } }, { "id": "242", "enabled": false, "code3l": "TWN", "code2l": "TW", "name": "Taiwan", "name_official": "Republic of China", "center": { "latitude": "23.71891402", "longitude": "121.10884043", "zoom": "7" }, "names": [] }, { "id": "161", "enabled": false, "code3l": "TJK", "code2l": "TJ", "name": "Tajikistan", "name_official": "Republic of Tajikistan", "center": { "latitude": "38.68075124", "longitude": "71.23215769", "zoom": "7" }, "names": { "ar": { "name": "طاجيكستان", "name_official": "جمهورية طاجيكستان " }, "es": { "name": "Tayikistán", "name_official": "la República de Tayikistán" }, "fr": { "name": "Tadjikistan", "name_official": "la République du Tadjikistan" }, "it": { "name": "Tagikistan", "name_official": "Repubblica del Tagikistan" }, "ru": { "name": "Таджикистан", "name_official": "Республика Таджикистан" }, "zh": { "name": "塔吉克斯坦", "name_official": "塔吉克斯坦共和国" } } }, { "id": "162", "enabled": false, "code3l": "THA", "code2l": "TH", "name": "Thailand", "name_official": "Kingdom of Thailand", "center": { "latitude": "14.60009810", "longitude": "101.38805881", "zoom": "5" }, "names": { "ar": { "name": "تايلند", "name_official": "تايلند مملكة " }, "es": { "name": "Tailandia", "name_official": "el Reino de Tailandia" }, "fr": { "name": "Thaïlande", "name_official": "le Royaume de Thaïlande" }, "it": { "name": "Thailandia", "name_official": "Regno di Thailandia" }, "ru": { "name": "Таиланд", "name_official": "Королевство Таиланд" }, "zh": { "name": "泰 国", "name_official": "泰王国" } } }, { "id": "163", "enabled": false, "code3l": "TLS", "code2l": "TL", "name": "Timor-Leste", "name_official": "Democratic Republic of Timor-Leste", "center": { "latitude": "-8.88926365", "longitude": "125.99671404", "zoom": "9" }, "names": { "ar": { "name": "ليشتى تيمور- ", "name_official": "الديمقراطية ليشتى تيمور- جمهورية " }, "es": { "name": "Timor-Leste", "name_official": "la República Democrática de Timor-Leste" }, "fr": { "name": "Timor-Leste", "name_official": "la République démocratique du Timor-Leste" }, "it": { "name": "Timor-Leste", "name_official": "Repubblica democratica di Timor-Leste" }, "ru": { "name": "Тимор-Лешти", "name_official": "Демократическая Республика Тимор-Лешти" }, "zh": { "name": "东帝汶", "name_official": "东帝汶民主共和国" } } }, { "id": "164", "enabled": false, "code3l": "TGO", "code2l": "TG", "name": "Togo", "name_official": "Togolese Republic", "center": { "latitude": "8.68089206", "longitude": "0.86049757", "zoom": "7" }, "names": { "ar": { "name": "توغو", "name_official": "توغو جمهورية " }, "es": { "name": "Togo", "name_official": "la República Togolesa" }, "fr": { "name": "Togo", "name_official": "la République togolaise" }, "it": { "name": "Togo", "name_official": "Repubblica del Togo" }, "ru": { "name": "Того", "name_official": "Тоголезская Республика" }, "zh": { "name": "多 哥", "name_official": "多哥共和国" } } }, { "id": "241", "enabled": false, "code3l": "TKL", "code2l": "TK", "name": "Tokelau (Associate Member)", "name_official": "Tokelau", "center": { "latitude": "-9.16682644", "longitude": "-171.83981693", "zoom": "10" }, "names": { "ar": { "name": "منتسب عضو - توكيلاو ", "name_official": "توكيلاو" }, "es": { "name": "Tokelau (Miembro Asociado)", "name_official": "Tokelau" }, "fr": { "name": "Tokélaou (Membre associé)", "name_official": "les Tokélaou" }, "it": { "name": "Tokelau (Membro associato)", "name_official": "Tokelau" }, "ru": { "name": "Токелау (ассоциированный член)", "name_official": "Токелау" }, "zh": { "name": "托克劳(准成员)", "name_official": "托克劳" } } }, { "id": "165", "enabled": false, "code3l": "TON", "code2l": "TO", "name": "Tonga", "name_official": "Kingdom of Tonga", "center": { "latitude": "-21.17890075", "longitude": "-175.19824200", "zoom": "11" }, "names": { "ar": { "name": "تونغا", "name_official": "تونغا مملكة " }, "es": { "name": "Tonga", "name_official": "el Reino de Tonga" }, "fr": { "name": "Tonga", "name_official": "le Royaume des Tonga" }, "it": { "name": "Tonga", "name_official": "Regno di Tonga" }, "ru": { "name": "Тонга", "name_official": "Королевство Тонга" }, "zh": { "name": "汤 加", "name_official": "汤加王国" } } }, { "id": "166", "enabled": false, "code3l": "TTO", "code2l": "TT", "name": "Trinidad and Tobago", "name_official": "Republic of Trinidad and Tobago", "center": { "latitude": "10.43241863", "longitude": "-61.22250300", "zoom": "10" }, "names": { "ar": { "name": "وتوباغو ترينيداد ", "name_official": "وتوباغو ترينيداد جمهورية " }, "es": { "name": "Trinidad y Tabago", "name_official": "la República de Trinidad y Tabago" }, "fr": { "name": "Trinité-et-Tobago", "name_official": "la République de Trinité-et-Tobago" }, "it": { "name": "Trinidad e Tobago", "name_official": "Repubblica di Trinidad e Tobago" }, "ru": { "name": "Тринидад и Тобаго", "name_official": "Республика Тринидад и Тобаго" }, "zh": { "name": "特立尼达和多巴哥", "name_official": "特立尼达和多巴哥共和国" } } }, { "id": "167", "enabled": false, "code3l": "TUN", "code2l": "TN", "name": "Tunisia", "name_official": "Republic of Tunisia", "center": { "latitude": "33.88431940", "longitude": "9.71878341", "zoom": "6" }, "names": { "ar": { "name": "تونس", "name_official": "الجمهورية التونسية " }, "es": { "name": "Túnez", "name_official": "la República de Túnez" }, "fr": { "name": "Tunisie", "name_official": "la République tunisienne" }, "it": { "name": "Tunisia", "name_official": "Repubblica tunisina" }, "ru": { "name": "Тунис", "name_official": "Тунисская Республика" }, "zh": { "name": "突尼斯", "name_official": "突尼斯共和国" } } }, { "id": "168", "enabled": false, "code3l": "TUR", "code2l": "TR", "name": "Türkiye", "name_official": "Republic of Türkiye", "center": { "latitude": "38.27069555", "longitude": "36.28703317", "zoom": "5" }, "names": { "ar": { "name": "تركيا", "name_official": "الجمهورية التركية " }, "es": { "name": "Turquía", "name_official": "la República de Turquía" }, "fr": { "name": "Turquie", "name_official": "la République turque" }, "it": { "name": "Turchia", "name_official": "Repubblica di Turchia" }, "ru": { "name": "Турция", "name_official": "Турецкая Республика" }, "zh": { "name": "土耳其", "name_official": "土耳其共和国" } } }, { "id": "169", "enabled": false, "code3l": "TKM", "code2l": "TM", "name": "Turkmenistan", "name_official": "Turkmenistan", "center": { "latitude": "38.94915421", "longitude": "59.06190323", "zoom": "6" }, "names": { "ar": { "name": "تركمانستان", "name_official": "تركمانستان" }, "es": { "name": "Turkmenistán", "name_official": "Turkmenistán" }, "fr": { "name": "Turkménistan", "name_official": "le Turkménistan" }, "it": { "name": "Turkmenistan", "name_official": "Repubblica di Turkmenistan" }, "ru": { "name": "Туркменистан", "name_official": "Туркменистан" }, "zh": { "name": "土库曼斯坦", "name_official": "土库曼斯坦" } } }, { "id": "239", "enabled": false, "code3l": "TCA", "code2l": "TC", "name": "Turks and Caicos Islands", "name_official": "Turks and Caicos Islands", "center": { "latitude": "21.72816866", "longitude": "-71.79654471", "zoom": "9" }, "names": [] }, { "id": "170", "enabled": false, "code3l": "TUV", "code2l": "TV", "name": "Tuvalu", "name_official": "Tuvalu", "center": { "latitude": "-8.45968122", "longitude": "179.13310944", "zoom": "12" }, "names": { "ar": { "name": "توفالو", "name_official": "توفالو" }, "es": { "name": "Tuvalu", "name_official": "Tuvalu" }, "fr": { "name": "Tuvalu", "name_official": "les Tuvalu" }, "it": { "name": "Tuvalu", "name_official": "Tuvalu" }, "ru": { "name": "Тувалу", "name_official": "Тувалу" }, "zh": { "name": "图瓦卢", "name_official": "图瓦卢" } } }, { "id": "171", "enabled": false, "code3l": "UGA", "code2l": "UG", "name": "Uganda", "name_official": "Republic of Uganda", "center": { "latitude": "1.54760620", "longitude": "32.44409759", "zoom": "7" }, "names": { "ar": { "name": "أوغندا", "name_official": "جمهورية أوغندا " }, "es": { "name": "Uganda", "name_official": "la República de Uganda" }, "fr": { "name": "Ouganda", "name_official": "la République de l'Ouganda" }, "it": { "name": "Uganda", "name_official": "Repubblica dell'Uganda" }, "ru": { "name": "Уганда", "name_official": "Республика Уганда" }, "zh": { "name": "乌干达", "name_official": "乌干达共和国" } } }, { "id": "172", "enabled": false, "code3l": "UKR", "code2l": "UA", "name": "Ukraine", "name_official": "Ukraine", "center": { "latitude": "48.89358596", "longitude": "31.10516920", "zoom": "6" }, "names": { "ar": { "name": "أوكرانيا", "name_official": "أوكرانيا" }, "es": { "name": "Ucrania", "name_official": "Ucrania" }, "fr": { "name": "Ukraine", "name_official": "l'Ukraine" }, "it": { "name": "Ucraina", "name_official": "Ucraina" }, "ru": { "name": "Украина", "name_official": "Украина" }, "zh": { "name": "乌克兰", "name_official": "乌克兰" } } }, { "id": "173", "enabled": false, "code3l": "ARE", "code2l": "AE", "name": "United Arab Emirates", "name_official": "United Arab Emirates", "center": { "latitude": "24.64324405", "longitude": "53.62261227", "zoom": "7" }, "names": { "ar": { "name": "المتحدة العربية الإمارات ", "name_official": "المتحدة العربية الإمارات " }, "es": { "name": "Emiratos Árabes Unidos", "name_official": "los Emiratos Árabes Unidos" }, "fr": { "name": "Émirats arabes unis", "name_official": "les Émirats arabes unis" }, "it": { "name": "Emirati arabi uniti", "name_official": "Emirati arabi uniti" }, "ru": { "name": "Объединенные Арабские Эмираты", "name_official": "Объединенные Арабские Эмираты" }, "zh": { "name": "阿拉伯联合酋长国", "name_official": "阿拉伯联合酋长国" } } }, { "id": "186", "enabled": false, "code3l": "GBR", "code2l": "GB", "name": "United Kingdom", "name_official": "United Kingdom of Great Britain and Northern Ireland", "center": { "latitude": "53.36540813", "longitude": "-2.72184767", "zoom": "6" }, "names": { "ar": { "name": "المملكة المتحدة ", "name_official": "المملكة المتحدة لبريطانيا العظمى وآيرلندا الشمالية " }, "es": { "name": "Reino Unido", "name_official": "el Reino Unido (de Gran Bretaña e Irlanda del Norte)" }, "fr": { "name": "Royaume-Uni", "name_official": "le Royaume-Uni (de Grande-Bretagne et d'Irlande du Nord)" }, "it": { "name": "Regno Unito", "name_official": "Regno Unito di Gran Bretagna e Irlanda del nord" }, "ru": { "name": "Соединенное Королевство", "name_official": "Соединенное Королевство Великобритании и Северной Ирландии" }, "zh": { "name": "联合王国", "name_official": "大不列颠及北爱尔兰联合王国" } } }, { "id": "193", "enabled": false, "code3l": "TZA", "code2l": "TZ", "name": "United Republic of Tanzania", "name_official": "United Republic of Tanzania", "center": { "latitude": "-6.37551085", "longitude": "34.85587302", "zoom": "6" }, "names": { "ar": { "name": "جمهورية تنزانيا المتحدة ", "name_official": "جمهورية تنزانيا المتحدة " }, "es": { "name": "República Unida de Tanzanía", "name_official": "la República Unida de Tanzanía" }, "fr": { "name": "République-Unie de Tanzanie", "name_official": "la République-Unie de Tanzanie" }, "it": { "name": "Repubblica unita di Tanzania", "name_official": "Repubblica unita di Tanzania" }, "ru": { "name": "Объединенная Республика Танзания", "name_official": "Объединенная Республика Танзания" }, "zh": { "name": "坦桑尼亚联合共和国", "name_official": "坦桑尼亚联合共和国" } } }, { "id": "243", "enabled": false, "code3l": "UMI", "code2l": "UM", "name": "United States Minor Outlying Islands", "name_official": "United States Minor Outlying Islands", "center": { "latitude": "19.46305694", "longitude": "177.98631092", "zoom": "5" }, "names": [] }, { "id": "244", "enabled": false, "code3l": "USA", "code2l": "US", "name": "United States of America", "name_official": "United States of America", "center": { "latitude": "37.66895362", "longitude": "-102.39256450", "zoom": "4" }, "names": { "ar": { "name": "الأمريكية المتحدة الولايات ", "name_official": "الأمريكية المتحدة الولايات " }, "es": { "name": "Estados Unidos de América", "name_official": "los Estados Unidos de América" }, "fr": { "name": "États-Unis d'Amérique", "name_official": "les États-Unis d'Amérique" }, "it": { "name": "Stati Uniti d`America", "name_official": "Stati Uniti d'America" }, "ru": { "name": "Соединенные Штаты Америки", "name_official": "Соединенные Штаты Америки" }, "zh": { "name": "美 国", "name_official": "美利坚合众国" } } }, { "id": "247", "enabled": false, "code3l": "VIR", "code2l": "VI", "name": "United States Virgin Islands", "name_official": "Virgin Islands of the United States", "center": { "latitude": "18.01000938", "longitude": "-64.77411410", "zoom": "9" }, "names": [] }, { "id": "174", "enabled": false, "code3l": "URY", "code2l": "UY", "name": "Uruguay", "name_official": "Eastern Republic of Uruguay", "center": { "latitude": "-32.49342987", "longitude": "-55.76583300", "zoom": "7" }, "names": { "ar": { "name": "أوروغواي", "name_official": "الشرقية أوروغواي جمهورية " }, "es": { "name": "Uruguay", "name_official": "la República Oriental del Uruguay" }, "fr": { "name": "Uruguay", "name_official": "la République orientale de l'Uruguay" }, "it": { "name": "Uruguay", "name_official": "Repubblica orientale dell'Uruguay" }, "ru": { "name": "Уругвай", "name_official": "Восточная Республика Уругвай" }, "zh": { "name": "乌拉圭", "name_official": "乌拉圭东岸共和国" } } }, { "id": "175", "enabled": false, "code3l": "UZB", "code2l": "UZ", "name": "Uzbekistan", "name_official": "Republic of Uzbekistan", "center": { "latitude": "41.30829147", "longitude": "62.62970960", "zoom": "6" }, "names": { "ar": { "name": "أوزبكستان", "name_official": "جمهورية أوزبكستان " }, "es": { "name": "Uzbekistán", "name_official": "la República de Uzbekistán" }, "fr": { "name": "Ouzbékistan", "name_official": "la République d'Ouzbékistan" }, "it": { "name": "Uzbekistan", "name_official": "Repubblica dell'Uzbekistan" }, "ru": { "name": "Узбекистан", "name_official": "Республика Узбекистан" }, "zh": { "name": "乌兹别克斯坦", "name_official": "乌兹别克斯坦共和国" } } }, { "id": "176", "enabled": false, "code3l": "VUT", "code2l": "VU", "name": "Vanuatu", "name_official": "Republic of Vanuatu", "center": { "latitude": "-15.37256614", "longitude": "166.95916000", "zoom": "8" }, "names": { "ar": { "name": "فانواتو", "name_official": "جمهورية فانواتو " }, "es": { "name": "Vanuatu", "name_official": "la República de Vanuatu" }, "fr": { "name": "Vanuatu", "name_official": "la République de Vanuatu" }, "it": { "name": "Vanuatu", "name_official": "Repubblica di Vanuatu" }, "ru": { "name": "Вануату", "name_official": "Республика Вануату" }, "zh": { "name": "瓦努阿图", "name_official": "瓦努阿图共和国" } } }, { "id": "194", "enabled": false, "code3l": "VEN", "code2l": "VE", "name": "Venezuela (Bolivarian Republic of)", "name_official": "Bolivarian Republic of Venezuela", "center": { "latitude": "5.98477766", "longitude": "-65.94152264", "zoom": "6" }, "names": { "ar": { "name": "البوليفارية - جمهورية - فنزويلا ", "name_official": "البوليفارية فنزويلا جمهورية " }, "es": { "name": "Venezuela (República Bolivariana de)", "name_official": "la República Bolivariana de Venezuela" }, "fr": { "name": "Venezuela (République bolivarienne du)", "name_official": "la République bolivarienne du Venezuela" }, "it": { "name": "Venezuela (Repubblica bolivariana di)", "name_official": "Repubblica bolivariana di Venezuela" }, "ru": { "name": "Венесуэла (Боливарианская Республика)", "name_official": "Боливарианская Республика Венесуэла" }, "zh": { "name": "委内瑞拉 (玻利瓦尔共和国)", "name_official": "委内瑞拉玻利瓦尔共和国" } } }, { "id": "177", "enabled": false, "code3l": "VNM", "code2l": "VN", "name": "Viet Nam", "name_official": "Socialist Republic of Viet Nam", "center": { "latitude": "17.19931699", "longitude": "107.14012804", "zoom": "5" }, "names": { "ar": { "name": "فييت نام ", "name_official": "جمهورية فييت نام الاشتراكية " }, "es": { "name": "Viet Nam", "name_official": "la República Socialista de Viet Nam" }, "fr": { "name": "Viet Nam", "name_official": "la République socialiste du Viet Nam" }, "it": { "name": "Vietnam", "name_official": "Repubblica socialista del Vietnam" }, "ru": { "name": "Вьетнам", "name_official": "Социалистическая Республика Вьетнам" }, "zh": { "name": "越 南", "name_official": "越南社会主义共和国" } } }, { "id": "246", "enabled": false, "code3l": "VGB", "code2l": "VG", "name": "Virgin Islands", "name_official": "British Virgin Islands", "center": { "latitude": "17.67004187", "longitude": "-64.77411010", "zoom": "10" }, "names": [] }, { "id": "248", "enabled": false, "code3l": "WLF", "code2l": "WF", "name": "Wallis and Futuna", "name_official": "Territory of the Wallis and Futuna Islands", "center": { "latitude": "-14.29378486", "longitude": "-178.11649800", "zoom": "12" }, "names": [] }, { "id": "207", "enabled": false, "code3l": "ESH", "code2l": "EH", "name": "Western Sahara", "name_official": "Western Sahara", "center": { "latitude": "24.79324356", "longitude": "-13.67683563", "zoom": "6" }, "names": [] }, { "id": "178", "enabled": false, "code3l": "YEM", "code2l": "YE", "name": "Yemen", "name_official": "Republic of Yemen", "center": { "latitude": "15.60865453", "longitude": "47.60453676", "zoom": "6" }, "names": { "ar": { "name": "اليمن", "name_official": "الجمهورية اليمنية " }, "es": { "name": "Yemen", "name_official": "la República del Yemen" }, "fr": { "name": "Yémen", "name_official": "la République du Yémen" }, "it": { "name": "Yemen", "name_official": "Repubblica dello Yemen" }, "ru": { "name": "Йемен", "name_official": "Йеменская Республика" }, "zh": { "name": "也 门", "name_official": "也门共和国" } } }, { "id": "179", "enabled": false, "code3l": "ZMB", "code2l": "ZM", "name": "Zambia", "name_official": "Republic of Zambia", "center": { "latitude": "-13.01812188", "longitude": "28.33274444", "zoom": "6" }, "names": { "ar": { "name": "زامبيا", "name_official": "جمهورية زامبيا " }, "es": { "name": "Zambia", "name_official": "la República de Zambia" }, "fr": { "name": "Zambie", "name_official": "la République de Zambie" }, "it": { "name": "Zambia", "name_official": "Repubblica dello Zambia" }, "ru": { "name": "Замбия", "name_official": "Республика Замбия" }, "zh": { "name": "赞比亚", "name_official": "赞比亚共和国" } } }, { "id": "180", "enabled": false, "code3l": "ZWE", "code2l": "ZW", "name": "Zimbabwe", "name_official": "Republic of Zimbabwe", "center": { "latitude": "-19.00784952", "longitude": "30.18758584", "zoom": "6" }, "names": { "ar": { "name": "زمبابوي", "name_official": "جمهورية زمبابوي " }, "es": { "name": "Zimbabwe", "name_official": "la República de Zimbabwe" }, "fr": { "name": "Zimbabwe", "name_official": "la République du Zimbabwe" }, "it": { "name": "Zimbabwe", "name_official": "Repubblica dello Zimbabwe" }, "ru": { "name": "Зимбабве", "name_official": "Республика Зимбабве" }, "zh": { "name": "津巴布韦", "name_official": "津巴布韦共和国" } } } ] ================================================ FILE: data/country-regions-m49.json ================================================ { "DZA": ["015"], "EGY": ["015"], "LBY": ["015"], "MAR": ["015"], "SDN": ["015"], "TUN": ["015"], "ESH": ["015"], "IOT": ["014"], "BDI": ["014"], "COM": ["014"], "DJI": ["014"], "ERI": ["014"], "ETH": ["014"], "ATF": ["014"], "KEN": ["014"], "MDG": ["014"], "MWI": ["014"], "MUS": ["014"], "MYT": ["014"], "MOZ": ["014"], "REU": ["014"], "RWA": ["014"], "SYC": ["014"], "SOM": ["014"], "SSD": ["014"], "UGA": ["014"], "TZA": ["014"], "ZMB": ["014"], "ZWE": ["014"], "AGO": ["017"], "CMR": ["017"], "CAF": ["017"], "TCD": ["017"], "COG": ["017"], "COD": ["017"], "GNQ": ["017"], "GAB": ["017"], "STP": ["017"], "BWA": ["018"], "SWZ": ["018"], "LSO": ["018"], "NAM": ["018"], "ZAF": ["018"], "BEN": ["011"], "BFA": ["011"], "CPV": ["011"], "CIV": ["011"], "GMB": ["011"], "GHA": ["011"], "GIN": ["011"], "GNB": ["011"], "LBR": ["011"], "MLI": ["011"], "MRT": ["011"], "NER": ["011"], "NGA": ["011"], "SHN": ["011"], "SEN": ["011"], "SLE": ["011"], "TGO": ["011"], "AIA": ["029"], "ATG": ["029"], "ABW": ["029"], "BHS": ["029"], "BRB": ["029"], "BES": ["029"], "VGB": ["029"], "CYM": ["029"], "CUB": ["029"], "CUW": ["029"], "DMA": ["029"], "DOM": ["029"], "GRD": ["029"], "GLP": ["029"], "HTI": ["029"], "JAM": ["029"], "MTQ": ["029"], "MSR": ["029"], "PRI": ["029"], "BLM": ["029"], "KNA": ["029"], "LCA": ["029"], "MAF": ["029"], "VCT": ["029"], "SXM": ["029"], "TTO": ["029"], "TCA": ["029"], "VIR": ["029"], "BLZ": ["013"], "CRI": ["013"], "SLV": ["013"], "GTM": ["013"], "HND": ["013"], "MEX": ["013"], "NIC": ["013"], "PAN": ["013"], "ARG": ["005"], "BOL": ["005"], "BVT": ["005"], "BRA": ["005"], "CHL": ["005"], "COL": ["005"], "ECU": ["005"], "FLK": ["005"], "GUF": ["005"], "GUY": ["005"], "PRY": ["005"], "PER": ["005"], "SGS": ["005"], "SUR": ["005"], "URY": ["005"], "VEN": ["005"], "BMU": ["021"], "CAN": ["021"], "GRL": ["021"], "SPM": ["021"], "USA": ["021"], "ATA": ["019"], "KAZ": ["143"], "KGZ": ["143"], "TJK": ["143"], "TKM": ["143"], "UZB": ["143"], "CHN": ["030"], "HKG": ["030"], "MAC": ["030"], "PRK": ["030"], "JPN": ["030"], "MNG": ["030"], "KOR": ["030"], "BRN": ["035"], "KHM": ["035"], "IDN": ["035"], "LAO": ["035"], "MYS": ["035"], "MMR": ["035"], "PHL": ["035"], "SGP": ["035"], "THA": ["035"], "TLS": ["035"], "VNM": ["035"], "AFG": ["034"], "BGD": ["034"], "BTN": ["034"], "IND": ["034"], "IRN": ["034"], "MDV": ["034"], "NPL": ["034"], "PAK": ["034"], "LKA": ["034"], "ARM": ["145"], "AZE": ["145"], "BHR": ["145"], "CYP": ["145"], "GEO": ["145"], "IRQ": ["145"], "ISR": ["145"], "JOR": ["145"], "KWT": ["145"], "LBN": ["145"], "OMN": ["145"], "QAT": ["145"], "SAU": ["145"], "PSE": ["145"], "SYR": ["145"], "TUR": ["145"], "ARE": ["145"], "YEM": ["145"], "BLR": ["151"], "BGR": ["151"], "CZE": ["151"], "HUN": ["151"], "POL": ["151"], "MDA": ["151"], "ROU": ["151"], "RUS": ["151"], "SVK": ["151"], "UKR": ["151"], "ALA": ["154"], "DNK": ["154"], "EST": ["154"], "FRO": ["154"], "FIN": ["154"], "GGY": ["154"], "ISL": ["154"], "IRL": ["154"], "IMN": ["154"], "JEY": ["154"], "LVA": ["154"], "LTU": ["154"], "NOR": ["154"], "SJM": ["154"], "SWE": ["154"], "GBR": ["154"], "ALB": ["039"], "AND": ["039"], "BIH": ["039"], "HRV": ["039"], "GIB": ["039"], "GRC": ["039"], "VAT": ["039"], "ITA": ["039"], "MLT": ["039"], "MNE": ["039"], "MKD": ["039"], "PRT": ["039"], "SMR": ["039"], "SRB": ["039"], "SVN": ["039"], "ESP": ["039"], "AUT": ["155"], "BEL": ["155"], "FRA": ["155"], "DEU": ["155"], "LIE": ["155"], "LUX": ["155"], "MCO": ["155"], "NLD": ["155"], "CHE": ["155"], "AUS": ["053"], "CXR": ["053"], "CCK": ["053"], "HMD": ["053"], "NZL": ["053"], "NFK": ["053"], "FJI": ["054"], "NCL": ["054"], "PNG": ["054"], "SLB": ["054"], "VUT": ["054"], "GUM": ["057"], "KIR": ["057"], "MHL": ["057"], "FSM": ["057"], "NRU": ["057"], "MNP": ["057"], "PLW": ["057"], "UMI": ["057"], "ASM": ["061"], "COK": ["061"], "PYF": ["061"], "NIU": ["061"], "PCN": ["061"], "WSM": ["061"], "TKL": ["061"], "TON": ["061"], "TUV": ["061"], "WLF": ["061"] } ================================================ FILE: data/css/countries.css ================================================ .flag { width: 128px; height: 64px; background: url(countries-large.png) no-repeat 0; } .flag.small { width: 32px; height: 16px; background: url(countries-small.png) no-repeat 0; } .flag.large-AD, .flag.large-AND { background-position: 0 0; } .flag.small-AD, .flag.small-AND { background-position: 0 0; } .flag.large-AE, .flag.large-ARE { background-position: -128px 0; } .flag.small-AE, .flag.small-ARE { background-position: -32px 0; } .flag.large-AF, .flag.large-AFG { background-position: -256px 0; } .flag.small-AF, .flag.small-AFG { background-position: -64px 0; } .flag.large-AG, .flag.large-ATG { background-position: -384px 0; } .flag.small-AG, .flag.small-ATG { background-position: -96px 0; } .flag.large-AI, .flag.large-AIA { background-position: -512px 0; } .flag.small-AI, .flag.small-AIA { background-position: -128px 0; } .flag.large-AL, .flag.large-ALB { background-position: -640px 0; } .flag.small-AL, .flag.small-ALB { background-position: -160px 0; } .flag.large-AM, .flag.large-ARM { background-position: -768px 0; } .flag.small-AM, .flag.small-ARM { background-position: -192px 0; } .flag.large-AO, .flag.large-AGO { background-position: -896px 0; } .flag.small-AO, .flag.small-AGO { background-position: -224px 0; } .flag.large-AQ, .flag.large-ATA { background-position: -1024px 0; } .flag.small-AQ, .flag.small-ATA { background-position: -256px 0; } .flag.large-AR, .flag.large-ARG { background-position: -1152px 0; } .flag.small-AR, .flag.small-ARG { background-position: -288px 0; } .flag.large-AS, .flag.large-ASM { background-position: 0 -64px; } .flag.small-AS, .flag.small-ASM { background-position: 0 -16px; } .flag.large-AT, .flag.large-AUT { background-position: -128px -64px; } .flag.small-AT, .flag.small-AUT { background-position: -32px -16px; } .flag.large-AU, .flag.large-AUS { background-position: -256px -64px; } .flag.small-AU, .flag.small-AUS { background-position: -64px -16px; } .flag.large-AW, .flag.large-ABW { background-position: -384px -64px; } .flag.small-AW, .flag.small-ABW { background-position: -96px -16px; } .flag.large-AX, .flag.large-ALA { background-position: -512px -64px; } .flag.small-AX, .flag.small-ALA { background-position: -128px -16px; } .flag.large-AZ, .flag.large-AZE { background-position: -640px -64px; } .flag.small-AZ, .flag.small-AZE { background-position: -160px -16px; } .flag.large-BA, .flag.large-BIH { background-position: -768px -64px; } .flag.small-BA, .flag.small-BIH { background-position: -192px -16px; } .flag.large-BB, .flag.large-BRB { background-position: -896px -64px; } .flag.small-BB, .flag.small-BRB { background-position: -224px -16px; } .flag.large-BD, .flag.large-BGD { background-position: -1024px -64px; } .flag.small-BD, .flag.small-BGD { background-position: -256px -16px; } .flag.large-BE, .flag.large-BEL { background-position: -1152px -64px; } .flag.small-BE, .flag.small-BEL { background-position: -288px -16px; } .flag.large-BF, .flag.large-BFA { background-position: 0 -128px; } .flag.small-BF, .flag.small-BFA { background-position: 0 -32px; } .flag.large-BG, .flag.large-BGR { background-position: -128px -128px; } .flag.small-BG, .flag.small-BGR { background-position: -32px -32px; } .flag.large-BH, .flag.large-BHR { background-position: -256px -128px; } .flag.small-BH, .flag.small-BHR { background-position: -64px -32px; } .flag.large-BI, .flag.large-BDI { background-position: -384px -128px; } .flag.small-BI, .flag.small-BDI { background-position: -96px -32px; } .flag.large-BJ, .flag.large-BEN { background-position: -512px -128px; } .flag.small-BJ, .flag.small-BEN { background-position: -128px -32px; } .flag.large-BL, .flag.large-BLM { background-position: -640px -128px; } .flag.small-BL, .flag.small-BLM { background-position: -160px -32px; } .flag.large-BM, .flag.large-BMU { background-position: -768px -128px; } .flag.small-BM, .flag.small-BMU { background-position: -192px -32px; } .flag.large-BN, .flag.large-BRN { background-position: -896px -128px; } .flag.small-BN, .flag.small-BRN { background-position: -224px -32px; } .flag.large-BO, .flag.large-BOL { background-position: -1024px -128px; } .flag.small-BO, .flag.small-BOL { background-position: -256px -32px; } .flag.large-BQ, .flag.large-BES { background-position: -1152px -128px; } .flag.small-BQ, .flag.small-BES { background-position: -288px -32px; } .flag.large-BR, .flag.large-BRA { background-position: 0 -192px; } .flag.small-BR, .flag.small-BRA { background-position: 0 -48px; } .flag.large-BS, .flag.large-BHS { background-position: -128px -192px; } .flag.small-BS, .flag.small-BHS { background-position: -32px -48px; } .flag.large-BT, .flag.large-BTN { background-position: -256px -192px; } .flag.small-BT, .flag.small-BTN { background-position: -64px -48px; } .flag.large-BV, .flag.large-BVT { background-position: -384px -192px; } .flag.small-BV, .flag.small-BVT { background-position: -96px -48px; } .flag.large-BW, .flag.large-BWA { background-position: -512px -192px; } .flag.small-BW, .flag.small-BWA { background-position: -128px -48px; } .flag.large-BY, .flag.large-BLR { background-position: -640px -192px; } .flag.small-BY, .flag.small-BLR { background-position: -160px -48px; } .flag.large-BZ, .flag.large-BLZ { background-position: -768px -192px; } .flag.small-BZ, .flag.small-BLZ { background-position: -192px -48px; } .flag.large-CA, .flag.large-CAN { background-position: -896px -192px; } .flag.small-CA, .flag.small-CAN { background-position: -224px -48px; } .flag.large-CC, .flag.large-CCK { background-position: -1024px -192px; } .flag.small-CC, .flag.small-CCK { background-position: -256px -48px; } .flag.large-CD, .flag.large-COD { background-position: -1152px -192px; } .flag.small-CD, .flag.small-COD { background-position: -288px -48px; } .flag.large-CF, .flag.large-CAF { background-position: 0 -256px; } .flag.small-CF, .flag.small-CAF { background-position: 0 -64px; } .flag.large-CG, .flag.large-COG { background-position: -128px -256px; } .flag.small-CG, .flag.small-COG { background-position: -32px -64px; } .flag.large-CH, .flag.large-CHE { background-position: -256px -256px; } .flag.small-CH, .flag.small-CHE { background-position: -64px -64px; } .flag.large-CI, .flag.large-CIV { background-position: -384px -256px; } .flag.small-CI, .flag.small-CIV { background-position: -96px -64px; } .flag.large-CK, .flag.large-COK { background-position: -512px -256px; } .flag.small-CK, .flag.small-COK { background-position: -128px -64px; } .flag.large-CL, .flag.large-CHL { background-position: -640px -256px; } .flag.small-CL, .flag.small-CHL { background-position: -160px -64px; } .flag.large-CM, .flag.large-CMR { background-position: -768px -256px; } .flag.small-CM, .flag.small-CMR { background-position: -192px -64px; } .flag.large-CN, .flag.large-CHN { background-position: -896px -256px; } .flag.small-CN, .flag.small-CHN { background-position: -224px -64px; } .flag.large-CO, .flag.large-COL { background-position: -1024px -256px; } .flag.small-CO, .flag.small-COL { background-position: -256px -64px; } .flag.large-CR, .flag.large-CRI { background-position: -1152px -256px; } .flag.small-CR, .flag.small-CRI { background-position: -288px -64px; } .flag.large-CU, .flag.large-CUB { background-position: 0 -320px; } .flag.small-CU, .flag.small-CUB { background-position: 0 -80px; } .flag.large-CV, .flag.large-CPV { background-position: -128px -320px; } .flag.small-CV, .flag.small-CPV { background-position: -32px -80px; } .flag.large-CW, .flag.large-CUW { background-position: -256px -320px; } .flag.small-CW, .flag.small-CUW { background-position: -64px -80px; } .flag.large-CX, .flag.large-CXR { background-position: -384px -320px; } .flag.small-CX, .flag.small-CXR { background-position: -96px -80px; } .flag.large-CY, .flag.large-CYP { background-position: -512px -320px; } .flag.small-CY, .flag.small-CYP { background-position: -128px -80px; } .flag.large-CZ, .flag.large-CZE { background-position: -640px -320px; } .flag.small-CZ, .flag.small-CZE { background-position: -160px -80px; } .flag.large-DE, .flag.large-DEU { background-position: -768px -320px; } .flag.small-DE, .flag.small-DEU { background-position: -192px -80px; } .flag.large-DJ, .flag.large-DJI { background-position: -896px -320px; } .flag.small-DJ, .flag.small-DJI { background-position: -224px -80px; } .flag.large-DK, .flag.large-DNK { background-position: -1024px -320px; } .flag.small-DK, .flag.small-DNK { background-position: -256px -80px; } .flag.large-DM, .flag.large-DMA { background-position: -1152px -320px; } .flag.small-DM, .flag.small-DMA { background-position: -288px -80px; } .flag.large-DO, .flag.large-DOM { background-position: 0 -384px; } .flag.small-DO, .flag.small-DOM { background-position: 0 -96px; } .flag.large-DZ, .flag.large-DZA { background-position: -128px -384px; } .flag.small-DZ, .flag.small-DZA { background-position: -32px -96px; } .flag.large-EC, .flag.large-ECU { background-position: -256px -384px; } .flag.small-EC, .flag.small-ECU { background-position: -64px -96px; } .flag.large-EE, .flag.large-EST { background-position: -384px -384px; } .flag.small-EE, .flag.small-EST { background-position: -96px -96px; } .flag.large-EG, .flag.large-EGY { background-position: -512px -384px; } .flag.small-EG, .flag.small-EGY { background-position: -128px -96px; } .flag.large-EH, .flag.large-ESH { background-position: -640px -384px; } .flag.small-EH, .flag.small-ESH { background-position: -160px -96px; } .flag.large-ER, .flag.large-ERI { background-position: -768px -384px; } .flag.small-ER, .flag.small-ERI { background-position: -192px -96px; } .flag.large-ES, .flag.large-ESP { background-position: -896px -384px; } .flag.small-ES, .flag.small-ESP { background-position: -224px -96px; } .flag.large-ET, .flag.large-ETH { background-position: -1024px -384px; } .flag.small-ET, .flag.small-ETH { background-position: -256px -96px; } .flag.large-EU, .flag.large-EUR { background-position: -1152px -384px; } .flag.small-EU, .flag.small-EUR { background-position: -288px -96px; } .flag.large-FI, .flag.large-FIN { background-position: 0 -448px; } .flag.small-FI, .flag.small-FIN { background-position: 0 -112px; } .flag.large-FJ, .flag.large-FJI { background-position: -128px -448px; } .flag.small-FJ, .flag.small-FJI { background-position: -32px -112px; } .flag.large-FK, .flag.large-FLK { background-position: -256px -448px; } .flag.small-FK, .flag.small-FLK { background-position: -64px -112px; } .flag.large-FM, .flag.large-FSM { background-position: -384px -448px; } .flag.small-FM, .flag.small-FSM { background-position: -96px -112px; } .flag.large-FO, .flag.large-FRO { background-position: -512px -448px; } .flag.small-FO, .flag.small-FRO { background-position: -128px -112px; } .flag.large-FR, .flag.large-FRA { background-position: -640px -448px; } .flag.small-FR, .flag.small-FRA { background-position: -160px -112px; } .flag.large-GA, .flag.large-GAB { background-position: -768px -448px; } .flag.small-GA, .flag.small-GAB { background-position: -192px -112px; } .flag.large-GB, .flag.large-GBR { background-position: -896px -448px; } .flag.small-GB, .flag.small-GBR { background-position: -224px -112px; } .flag.large-GD, .flag.large-GRD { background-position: -1024px -448px; } .flag.small-GD, .flag.small-GRD { background-position: -256px -112px; } .flag.large-GE, .flag.large-GEO { background-position: -1152px -448px; } .flag.small-GE, .flag.small-GEO { background-position: -288px -112px; } .flag.large-GF, .flag.large-GUF { background-position: 0 -512px; } .flag.small-GF, .flag.small-GUF { background-position: 0 -128px; } .flag.large-GG, .flag.large-GGY { background-position: -128px -512px; } .flag.small-GG, .flag.small-GGY { background-position: -32px -128px; } .flag.large-GH, .flag.large-GHA { background-position: -256px -512px; } .flag.small-GH, .flag.small-GHA { background-position: -64px -128px; } .flag.large-GI, .flag.large-GIB { background-position: -384px -512px; } .flag.small-GI, .flag.small-GIB { background-position: -96px -128px; } .flag.large-GL, .flag.large-GRL { background-position: -512px -512px; } .flag.small-GL, .flag.small-GRL { background-position: -128px -128px; } .flag.large-GM, .flag.large-GMB { background-position: -640px -512px; } .flag.small-GM, .flag.small-GMB { background-position: -160px -128px; } .flag.large-GN, .flag.large-GIN { background-position: -768px -512px; } .flag.small-GN, .flag.small-GIN { background-position: -192px -128px; } .flag.large-GP, .flag.large-GLP { background-position: -896px -512px; } .flag.small-GP, .flag.small-GLP { background-position: -224px -128px; } .flag.large-GQ, .flag.large-GNQ { background-position: -1024px -512px; } .flag.small-GQ, .flag.small-GNQ { background-position: -256px -128px; } .flag.large-GR, .flag.large-GRC { background-position: -1152px -512px; } .flag.small-GR, .flag.small-GRC { background-position: -288px -128px; } .flag.large-GS, .flag.large-SGS { background-position: 0 -576px; } .flag.small-GS, .flag.small-SGS { background-position: 0 -144px; } .flag.large-GT, .flag.large-GTM { background-position: -128px -576px; } .flag.small-GT, .flag.small-GTM { background-position: -32px -144px; } .flag.large-GU, .flag.large-GUM { background-position: -256px -576px; } .flag.small-GU, .flag.small-GUM { background-position: -64px -144px; } .flag.large-GW, .flag.large-GNB { background-position: -384px -576px; } .flag.small-GW, .flag.small-GNB { background-position: -96px -144px; } .flag.large-GY, .flag.large-GUY { background-position: -512px -576px; } .flag.small-GY, .flag.small-GUY { background-position: -128px -144px; } .flag.large-HK, .flag.large-HKG { background-position: -640px -576px; } .flag.small-HK, .flag.small-HKG { background-position: -160px -144px; } .flag.large-HM, .flag.large-HMD { background-position: -768px -576px; } .flag.small-HM, .flag.small-HMD { background-position: -192px -144px; } .flag.large-HN, .flag.large-HND { background-position: -896px -576px; } .flag.small-HN, .flag.small-HND { background-position: -224px -144px; } .flag.large-HR, .flag.large-HRV { background-position: -1024px -576px; } .flag.small-HR, .flag.small-HRV { background-position: -256px -144px; } .flag.large-HT, .flag.large-HTI { background-position: -1152px -576px; } .flag.small-HT, .flag.small-HTI { background-position: -288px -144px; } .flag.large-HU, .flag.large-HUN { background-position: 0 -640px; } .flag.small-HU, .flag.small-HUN { background-position: 0 -160px; } .flag.large-ID, .flag.large-IDN { background-position: -128px -640px; } .flag.small-ID, .flag.small-IDN { background-position: -32px -160px; } .flag.large-IE, .flag.large-IRL { background-position: -256px -640px; } .flag.small-IE, .flag.small-IRL { background-position: -64px -160px; } .flag.large-IL, .flag.large-ISR { background-position: -384px -640px; } .flag.small-IL, .flag.small-ISR { background-position: -96px -160px; } .flag.large-IM, .flag.large-IMN { background-position: -512px -640px; } .flag.small-IM, .flag.small-IMN { background-position: -128px -160px; } .flag.large-IN, .flag.large-IND { background-position: -640px -640px; } .flag.small-IN, .flag.small-IND { background-position: -160px -160px; } .flag.large-IO, .flag.large-IOT { background-position: -768px -640px; } .flag.small-IO, .flag.small-IOT { background-position: -192px -160px; } .flag.large-IQ, .flag.large-IRQ { background-position: -896px -640px; } .flag.small-IQ, .flag.small-IRQ { background-position: -224px -160px; } .flag.large-IR, .flag.large-IRN { background-position: -1024px -640px; } .flag.small-IR, .flag.small-IRN { background-position: -256px -160px; } .flag.large-IS, .flag.large-ISL { background-position: -1152px -640px; } .flag.small-IS, .flag.small-ISL { background-position: -288px -160px; } .flag.large-IT, .flag.large-ITA { background-position: 0 -704px; } .flag.small-IT, .flag.small-ITA { background-position: 0 -176px; } .flag.large-JE, .flag.large-JEY { background-position: -128px -704px; } .flag.small-JE, .flag.small-JEY { background-position: -32px -176px; } .flag.large-JM, .flag.large-JAM { background-position: -256px -704px; } .flag.small-JM, .flag.small-JAM { background-position: -64px -176px; } .flag.large-JO, .flag.large-JOR { background-position: -384px -704px; } .flag.small-JO, .flag.small-JOR { background-position: -96px -176px; } .flag.large-JP, .flag.large-JPN { background-position: -512px -704px; } .flag.small-JP, .flag.small-JPN { background-position: -128px -176px; } .flag.large-KE, .flag.large-KEN { background-position: -640px -704px; } .flag.small-KE, .flag.small-KEN { background-position: -160px -176px; } .flag.large-KG, .flag.large-KGZ { background-position: -768px -704px; } .flag.small-KG, .flag.small-KGZ { background-position: -192px -176px; } .flag.large-KH, .flag.large-KHM { background-position: -896px -704px; } .flag.small-KH, .flag.small-KHM { background-position: -224px -176px; } .flag.large-KI, .flag.large-KIR { background-position: -1024px -704px; } .flag.small-KI, .flag.small-KIR { background-position: -256px -176px; } .flag.large-KM, .flag.large-COM { background-position: -1152px -704px; } .flag.small-KM, .flag.small-COM { background-position: -288px -176px; } .flag.large-KN, .flag.large-KNA { background-position: 0 -768px; } .flag.small-KN, .flag.small-KNA { background-position: 0 -192px; } .flag.large-KP, .flag.large-PRK { background-position: -128px -768px; } .flag.small-KP, .flag.small-PRK { background-position: -32px -192px; } .flag.large-KR, .flag.large-KOR { background-position: -256px -768px; } .flag.small-KR, .flag.small-KOR { background-position: -64px -192px; } .flag.large-KW, .flag.large-KWT { background-position: -384px -768px; } .flag.small-KW, .flag.small-KWT { background-position: -96px -192px; } .flag.large-KY, .flag.large-CYM { background-position: -512px -768px; } .flag.small-KY, .flag.small-CYM { background-position: -128px -192px; } .flag.large-KZ, .flag.large-KAZ { background-position: -640px -768px; } .flag.small-KZ, .flag.small-KAZ { background-position: -160px -192px; } .flag.large-LA, .flag.large-LAO { background-position: -768px -768px; } .flag.small-LA, .flag.small-LAO { background-position: -192px -192px; } .flag.large-LB, .flag.large-LBN { background-position: -896px -768px; } .flag.small-LB, .flag.small-LBN { background-position: -224px -192px; } .flag.large-LC, .flag.large-LCA { background-position: -1024px -768px; } .flag.small-LC, .flag.small-LCA { background-position: -256px -192px; } .flag.large-LI, .flag.large-LIE { background-position: -1152px -768px; } .flag.small-LI, .flag.small-LIE { background-position: -288px -192px; } .flag.large-LK, .flag.large-LKA { background-position: 0 -832px; } .flag.small-LK, .flag.small-LKA { background-position: 0 -208px; } .flag.large-LR, .flag.large-LBR { background-position: -128px -832px; } .flag.small-LR, .flag.small-LBR { background-position: -32px -208px; } .flag.large-LS, .flag.large-LSO { background-position: -256px -832px; } .flag.small-LS, .flag.small-LSO { background-position: -64px -208px; } .flag.large-LT, .flag.large-LTU { background-position: -384px -832px; } .flag.small-LT, .flag.small-LTU { background-position: -96px -208px; } .flag.large-LU, .flag.large-LUX { background-position: -512px -832px; } .flag.small-LU, .flag.small-LUX { background-position: -128px -208px; } .flag.large-LV, .flag.large-LVA { background-position: -640px -832px; } .flag.small-LV, .flag.small-LVA { background-position: -160px -208px; } .flag.large-LY, .flag.large-LBY { background-position: -768px -832px; } .flag.small-LY, .flag.small-LBY { background-position: -192px -208px; } .flag.large-MA, .flag.large-MAR { background-position: -896px -832px; } .flag.small-MA, .flag.small-MAR { background-position: -224px -208px; } .flag.large-MC, .flag.large-MCO { background-position: -1024px -832px; } .flag.small-MC, .flag.small-MCO { background-position: -256px -208px; } .flag.large-MD, .flag.large-MDA { background-position: -1152px -832px; } .flag.small-MD, .flag.small-MDA { background-position: -288px -208px; } .flag.large-ME, .flag.large-MNE { background-position: 0 -896px; } .flag.small-ME, .flag.small-MNE { background-position: 0 -224px; } .flag.large-MF, .flag.large-MAF { background-position: -128px -896px; } .flag.small-MF, .flag.small-MAF { background-position: -32px -224px; } .flag.large-MG, .flag.large-MDG { background-position: -256px -896px; } .flag.small-MG, .flag.small-MDG { background-position: -64px -224px; } .flag.large-MH, .flag.large-MHL { background-position: -384px -896px; } .flag.small-MH, .flag.small-MHL { background-position: -96px -224px; } .flag.large-MK, .flag.large-MKD { background-position: -512px -896px; } .flag.small-MK, .flag.small-MKD { background-position: -128px -224px; } .flag.large-ML, .flag.large-MLI { background-position: -640px -896px; } .flag.small-ML, .flag.small-MLI { background-position: -160px -224px; } .flag.large-MM, .flag.large-MMR { background-position: -768px -896px; } .flag.small-MM, .flag.small-MMR { background-position: -192px -224px; } .flag.large-MN, .flag.large-MNG { background-position: -896px -896px; } .flag.small-MN, .flag.small-MNG { background-position: -224px -224px; } .flag.large-MO, .flag.large-MAC { background-position: -1024px -896px; } .flag.small-MO, .flag.small-MAC { background-position: -256px -224px; } .flag.large-MP, .flag.large-MNP { background-position: -1152px -896px; } .flag.small-MP, .flag.small-MNP { background-position: -288px -224px; } .flag.large-MQ, .flag.large-MTQ { background-position: 0 -960px; } .flag.small-MQ, .flag.small-MTQ { background-position: 0 -240px; } .flag.large-MR, .flag.large-MRT { background-position: -128px -960px; } .flag.small-MR, .flag.small-MRT { background-position: -32px -240px; } .flag.large-MS, .flag.large-MSR { background-position: -256px -960px; } .flag.small-MS, .flag.small-MSR { background-position: -64px -240px; } .flag.large-MT, .flag.large-MLT { background-position: -384px -960px; } .flag.small-MT, .flag.small-MLT { background-position: -96px -240px; } .flag.large-MU, .flag.large-MUS { background-position: -512px -960px; } .flag.small-MU, .flag.small-MUS { background-position: -128px -240px; } .flag.large-MV, .flag.large-MDV { background-position: -640px -960px; } .flag.small-MV, .flag.small-MDV { background-position: -160px -240px; } .flag.large-MW, .flag.large-MWI { background-position: -768px -960px; } .flag.small-MW, .flag.small-MWI { background-position: -192px -240px; } .flag.large-MX, .flag.large-MEX { background-position: -896px -960px; } .flag.small-MX, .flag.small-MEX { background-position: -224px -240px; } .flag.large-MY, .flag.large-MYS { background-position: -1024px -960px; } .flag.small-MY, .flag.small-MYS { background-position: -256px -240px; } .flag.large-MZ, .flag.large-MOZ { background-position: -1152px -960px; } .flag.small-MZ, .flag.small-MOZ { background-position: -288px -240px; } .flag.large-NA, .flag.large-NAM { background-position: 0 -1024px; } .flag.small-NA, .flag.small-NAM { background-position: 0 -256px; } .flag.large-NC, .flag.large-NCL { background-position: -128px -1024px; } .flag.small-NC, .flag.small-NCL { background-position: -32px -256px; } .flag.large-NE, .flag.large-NER { background-position: -256px -1024px; } .flag.small-NE, .flag.small-NER { background-position: -64px -256px; } .flag.large-NF, .flag.large-NFK { background-position: -384px -1024px; } .flag.small-NF, .flag.small-NFK { background-position: -96px -256px; } .flag.large-NG, .flag.large-NGA { background-position: -512px -1024px; } .flag.small-NG, .flag.small-NGA { background-position: -128px -256px; } .flag.large-NI, .flag.large-NIC { background-position: -640px -1024px; } .flag.small-NI, .flag.small-NIC { background-position: -160px -256px; } .flag.large-NL, .flag.large-NLD { background-position: -768px -1024px; } .flag.small-NL, .flag.small-NLD { background-position: -192px -256px; } .flag.large-NO, .flag.large-NOR { background-position: -896px -1024px; } .flag.small-NO, .flag.small-NOR { background-position: -224px -256px; } .flag.large-NP, .flag.large-NPL { background-position: -1024px -1024px; } .flag.small-NP, .flag.small-NPL { background-position: -256px -256px; } .flag.large-NR, .flag.large-NRU { background-position: -1152px -1024px; } .flag.small-NR, .flag.small-NRU { background-position: -288px -256px; } .flag.large-NU, .flag.large-NIU { background-position: 0 -1088px; } .flag.small-NU, .flag.small-NIU { background-position: 0 -272px; } .flag.large-NZ, .flag.large-NZL { background-position: -128px -1088px; } .flag.small-NZ, .flag.small-NZL { background-position: -32px -272px; } .flag.large-OM, .flag.large-OMN { background-position: -256px -1088px; } .flag.small-OM, .flag.small-OMN { background-position: -64px -272px; } .flag.large-PA, .flag.large-PAN { background-position: -384px -1088px; } .flag.small-PA, .flag.small-PAN { background-position: -96px -272px; } .flag.large-PE, .flag.large-PER { background-position: -512px -1088px; } .flag.small-PE, .flag.small-PER { background-position: -128px -272px; } .flag.large-PF, .flag.large-PYF { background-position: -640px -1088px; } .flag.small-PF, .flag.small-PYF { background-position: -160px -272px; } .flag.large-PG, .flag.large-PNG { background-position: -768px -1088px; } .flag.small-PG, .flag.small-PNG { background-position: -192px -272px; } .flag.large-PH, .flag.large-PHL { background-position: -896px -1088px; } .flag.small-PH, .flag.small-PHL { background-position: -224px -272px; } .flag.large-PK, .flag.large-PAK { background-position: -1024px -1088px; } .flag.small-PK, .flag.small-PAK { background-position: -256px -272px; } .flag.large-PL, .flag.large-POL { background-position: -1152px -1088px; } .flag.small-PL, .flag.small-POL { background-position: -288px -272px; } .flag.large-PM, .flag.large-SPM { background-position: 0 -1152px; } .flag.small-PM, .flag.small-SPM { background-position: 0 -288px; } .flag.large-PN, .flag.large-PCN { background-position: -128px -1152px; } .flag.small-PN, .flag.small-PCN { background-position: -32px -288px; } .flag.large-PR, .flag.large-PRI { background-position: -256px -1152px; } .flag.small-PR, .flag.small-PRI { background-position: -64px -288px; } .flag.large-PS, .flag.large-PSE { background-position: -384px -1152px; } .flag.small-PS, .flag.small-PSE { background-position: -96px -288px; } .flag.large-PT, .flag.large-PRT { background-position: -512px -1152px; } .flag.small-PT, .flag.small-PRT { background-position: -128px -288px; } .flag.large-PW, .flag.large-PLW { background-position: -640px -1152px; } .flag.small-PW, .flag.small-PLW { background-position: -160px -288px; } .flag.large-PY, .flag.large-PRY { background-position: -768px -1152px; } .flag.small-PY, .flag.small-PRY { background-position: -192px -288px; } .flag.large-QA, .flag.large-QAT { background-position: -896px -1152px; } .flag.small-QA, .flag.small-QAT { background-position: -224px -288px; } .flag.large-RE, .flag.large-REU { background-position: -1024px -1152px; } .flag.small-RE, .flag.small-REU { background-position: -256px -288px; } .flag.large-RO, .flag.large-ROU { background-position: -1152px -1152px; } .flag.small-RO, .flag.small-ROU { background-position: -288px -288px; } .flag.large-RS, .flag.large-SRB { background-position: 0 -1216px; } .flag.small-RS, .flag.small-SRB { background-position: 0 -304px; } .flag.large-RU, .flag.large-RUS { background-position: -128px -1216px; } .flag.small-RU, .flag.small-RUS { background-position: -32px -304px; } .flag.large-RW, .flag.large-RWA { background-position: -256px -1216px; } .flag.small-RW, .flag.small-RWA { background-position: -64px -304px; } .flag.large-SA, .flag.large-SAU { background-position: -384px -1216px; } .flag.small-SA, .flag.small-SAU { background-position: -96px -304px; } .flag.large-SB, .flag.large-SLB { background-position: -512px -1216px; } .flag.small-SB, .flag.small-SLB { background-position: -128px -304px; } .flag.large-SC, .flag.large-SYC { background-position: -640px -1216px; } .flag.small-SC, .flag.small-SYC { background-position: -160px -304px; } .flag.large-SD, .flag.large-SDN { background-position: -768px -1216px; } .flag.small-SD, .flag.small-SDN { background-position: -192px -304px; } .flag.large-SE, .flag.large-SWE { background-position: -896px -1216px; } .flag.small-SE, .flag.small-SWE { background-position: -224px -304px; } .flag.large-SG, .flag.large-SGP { background-position: -1024px -1216px; } .flag.small-SG, .flag.small-SGP { background-position: -256px -304px; } .flag.large-SH, .flag.large-SHN { background-position: -1152px -1216px; } .flag.small-SH, .flag.small-SHN { background-position: -288px -304px; } .flag.large-SI, .flag.large-SVN { background-position: 0 -1280px; } .flag.small-SI, .flag.small-SVN { background-position: 0 -320px; } .flag.large-SJ, .flag.large-SJM { background-position: -128px -1280px; } .flag.small-SJ, .flag.small-SJM { background-position: -32px -320px; } .flag.large-SK, .flag.large-SVK { background-position: -256px -1280px; } .flag.small-SK, .flag.small-SVK { background-position: -64px -320px; } .flag.large-SL, .flag.large-SLE { background-position: -384px -1280px; } .flag.small-SL, .flag.small-SLE { background-position: -96px -320px; } .flag.large-SM, .flag.large-SMR { background-position: -512px -1280px; } .flag.small-SM, .flag.small-SMR { background-position: -128px -320px; } .flag.large-SN, .flag.large-SEN { background-position: -640px -1280px; } .flag.small-SN, .flag.small-SEN { background-position: -160px -320px; } .flag.large-SO, .flag.large-SOM { background-position: -768px -1280px; } .flag.small-SO, .flag.small-SOM { background-position: -192px -320px; } .flag.large-SR, .flag.large-SUR { background-position: -896px -1280px; } .flag.small-SR, .flag.small-SUR { background-position: -224px -320px; } .flag.large-SS, .flag.large-SSD { background-position: -1024px -1280px; } .flag.small-SS, .flag.small-SSD { background-position: -256px -320px; } .flag.large-ST, .flag.large-STP { background-position: -1152px -1280px; } .flag.small-ST, .flag.small-STP { background-position: -288px -320px; } .flag.large-SV, .flag.large-SLV { background-position: 0 -1344px; } .flag.small-SV, .flag.small-SLV { background-position: 0 -336px; } .flag.large-SX, .flag.large-SXM { background-position: -128px -1344px; } .flag.small-SX, .flag.small-SXM { background-position: -32px -336px; } .flag.large-SY, .flag.large-SYR { background-position: -256px -1344px; } .flag.small-SY, .flag.small-SYR { background-position: -64px -336px; } .flag.large-SZ, .flag.large-SWZ { background-position: -384px -1344px; } .flag.small-SZ, .flag.small-SWZ { background-position: -96px -336px; } .flag.large-TC, .flag.large-TCA { background-position: -512px -1344px; } .flag.small-TC, .flag.small-TCA { background-position: -128px -336px; } .flag.large-TD, .flag.large-TCD { background-position: -640px -1344px; } .flag.small-TD, .flag.small-TCD { background-position: -160px -336px; } .flag.large-TF, .flag.large-ATF { background-position: -768px -1344px; } .flag.small-TF, .flag.small-ATF { background-position: -192px -336px; } .flag.large-TG, .flag.large-TGO { background-position: -896px -1344px; } .flag.small-TG, .flag.small-TGO { background-position: -224px -336px; } .flag.large-TH, .flag.large-THA { background-position: -1024px -1344px; } .flag.small-TH, .flag.small-THA { background-position: -256px -336px; } .flag.large-TJ, .flag.large-TJK { background-position: -1152px -1344px; } .flag.small-TJ, .flag.small-TJK { background-position: -288px -336px; } .flag.large-TK, .flag.large-TKL { background-position: 0 -1408px; } .flag.small-TK, .flag.small-TKL { background-position: 0 -352px; } .flag.large-TL, .flag.large-TLS { background-position: -128px -1408px; } .flag.small-TL, .flag.small-TLS { background-position: -32px -352px; } .flag.large-TM, .flag.large-TKM { background-position: -256px -1408px; } .flag.small-TM, .flag.small-TKM { background-position: -64px -352px; } .flag.large-TN, .flag.large-TUN { background-position: -384px -1408px; } .flag.small-TN, .flag.small-TUN { background-position: -96px -352px; } .flag.large-TO, .flag.large-TON { background-position: -512px -1408px; } .flag.small-TO, .flag.small-TON { background-position: -128px -352px; } .flag.large-TR, .flag.large-TUR { background-position: -640px -1408px; } .flag.small-TR, .flag.small-TUR { background-position: -160px -352px; } .flag.large-TT, .flag.large-TTO { background-position: -768px -1408px; } .flag.small-TT, .flag.small-TTO { background-position: -192px -352px; } .flag.large-TV, .flag.large-TUV { background-position: -896px -1408px; } .flag.small-TV, .flag.small-TUV { background-position: -224px -352px; } .flag.large-TW, .flag.large-TWN { background-position: -1024px -1408px; } .flag.small-TW, .flag.small-TWN { background-position: -256px -352px; } .flag.large-TZ, .flag.large-TZA { background-position: -1152px -1408px; } .flag.small-TZ, .flag.small-TZA { background-position: -288px -352px; } .flag.large-UA, .flag.large-UKR { background-position: 0 -1472px; } .flag.small-UA, .flag.small-UKR { background-position: 0 -368px; } .flag.large-UG, .flag.large-UGA { background-position: -128px -1472px; } .flag.small-UG, .flag.small-UGA { background-position: -32px -368px; } .flag.large-UM, .flag.large-UMI { background-position: -256px -1472px; } .flag.small-UM, .flag.small-UMI { background-position: -64px -368px; } .flag.large-US, .flag.large-USA { background-position: -384px -1472px; } .flag.small-US, .flag.small-USA { background-position: -96px -368px; } .flag.large-UY, .flag.large-URY { background-position: -512px -1472px; } .flag.small-UY, .flag.small-URY { background-position: -128px -368px; } .flag.large-UZ, .flag.large-UZB { background-position: -640px -1472px; } .flag.small-UZ, .flag.small-UZB { background-position: -160px -368px; } .flag.large-VA, .flag.large-VAT { background-position: -768px -1472px; } .flag.small-VA, .flag.small-VAT { background-position: -192px -368px; } .flag.large-VC, .flag.large-VCT { background-position: -896px -1472px; } .flag.small-VC, .flag.small-VCT { background-position: -224px -368px; } .flag.large-VE, .flag.large-VEN { background-position: -1024px -1472px; } .flag.small-VE, .flag.small-VEN { background-position: -256px -368px; } .flag.large-VG, .flag.large-VGB { background-position: -1152px -1472px; } .flag.small-VG, .flag.small-VGB { background-position: -288px -368px; } .flag.large-VI, .flag.large-VIR { background-position: 0 -1536px; } .flag.small-VI, .flag.small-VIR { background-position: 0 -384px; } .flag.large-VN, .flag.large-VNM { background-position: -128px -1536px; } .flag.small-VN, .flag.small-VNM { background-position: -32px -384px; } .flag.large-VU, .flag.large-VUT { background-position: -256px -1536px; } .flag.small-VU, .flag.small-VUT { background-position: -64px -384px; } .flag.large-WF, .flag.large-WLF { background-position: -384px -1536px; } .flag.small-WF, .flag.small-WLF { background-position: -96px -384px; } .flag.large-WS, .flag.large-WSM { background-position: -512px -1536px; } .flag.small-WS, .flag.small-WSM { background-position: -128px -384px; } .flag.large-YE, .flag.large-YEM { background-position: -640px -1536px; } .flag.small-YE, .flag.small-YEM { background-position: -160px -384px; } .flag.large-YT, .flag.large-MYT { background-position: -768px -1536px; } .flag.small-YT, .flag.small-MYT { background-position: -192px -384px; } .flag.large-ZA, .flag.large-ZAF { background-position: -896px -1536px; } .flag.small-ZA, .flag.small-ZAF { background-position: -224px -384px; } .flag.large-ZM, .flag.large-ZMB { background-position: -1024px -1536px; } .flag.small-ZM, .flag.small-ZMB { background-position: -256px -384px; } .flag.large-ZW, .flag.large-ZWE { background-position: -1152px -1536px; } .flag.small-ZW, .flag.small-ZWE { background-position: -288px -384px; } ================================================ FILE: data/mysql/countries.sql ================================================ -- MariaDB dump 10.19 Distrib 10.6.7-MariaDB, for debian-linux-gnu (x86_64) -- -- Host: localhost Database: countries -- ------------------------------------------------------ -- Server version 10.6.7-MariaDB-1:10.6.7+maria~bionic /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `country` -- DROP TABLE IF EXISTS `country`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `country` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `enabled` tinyint(1) unsigned NOT NULL DEFAULT 1 COMMENT 'Use this country in applications', `code3l` varchar(3) NOT NULL COMMENT 'ISO 3166-1 alpha-3 three-letter code', `code2l` varchar(2) NOT NULL COMMENT 'ISO 3166-1 alpha-2 two-letter code', `name` varchar(64) NOT NULL COMMENT 'Name of the country in English', `name_official` varchar(128) DEFAULT NULL, `latitude` decimal(10,8) DEFAULT NULL, `longitude` decimal(11,8) DEFAULT NULL, `zoom` tinyint(1) DEFAULT NULL COMMENT 'Optimal zoom when showing country on map', PRIMARY KEY (`id`), UNIQUE KEY `idx_countries_name` (`name`), UNIQUE KEY `idx_countries_code3l` (`code3l`), UNIQUE KEY `idx_countries_code2l` (`code2l`) ) ENGINE=InnoDB AUTO_INCREMENT=251 DEFAULT CHARSET=utf8mb4 AVG_ROW_LENGTH=434 COMMENT='Hold the list of countries. Each country is a row'; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `country` -- LOCK TABLES `country` WRITE; /*!40000 ALTER TABLE `country` DISABLE KEYS */; INSERT INTO `country` VALUES (1,1,'AFG','AF','Afghanistan','Islamic Republic of Afghanistan',33.98299275,66.39159363,6); INSERT INTO `country` VALUES (2,1,'ALB','AL','Albania','Republic of Albania',41.00017358,19.87170014,7); INSERT INTO `country` VALUES (3,1,'DZA','DZ','Algeria','People\'s Democratic Republic of Algeria',27.89861690,3.19771194,5); INSERT INTO `country` VALUES (4,1,'AND','AD','Andorra','Principality of Andorra',42.54057088,1.55201340,11); INSERT INTO `country` VALUES (5,1,'AGO','AO','Angola','Republic of Angola',-12.16469683,16.70933622,6); INSERT INTO `country` VALUES (6,1,'ATG','AG','Antigua and Barbuda','Antigua and Barbuda',17.48060423,-61.42014426,9); INSERT INTO `country` VALUES (7,1,'ARG','AR','Argentina','Argentine Republic',-38.01529308,-64.97897469,4); INSERT INTO `country` VALUES (8,1,'ARM','AM','Armenia','Republic of Armenia',40.13475528,45.01072318,7); INSERT INTO `country` VALUES (9,1,'AUS','AU','Australia','Australia',-26.29594646,133.55540944,4); INSERT INTO `country` VALUES (10,1,'AUT','AT','Austria','Republic of Austria',47.63125476,13.18776731,7); INSERT INTO `country` VALUES (11,1,'AZE','AZ','Azerbaijan','Republic of Azerbaijan',40.35321757,47.46706372,7); INSERT INTO `country` VALUES (12,1,'BHS','BS','Bahamas','Commonwealth of the Bahamas',24.45991732,-77.68192453,7); INSERT INTO `country` VALUES (13,1,'BHR','BH','Bahrain','Kingdom of Bahrain',25.90740996,50.65932354,9); INSERT INTO `country` VALUES (14,1,'BGD','BD','Bangladesh','People\'s Republic of Bangladesh',24.08273251,90.49915527,7); INSERT INTO `country` VALUES (15,1,'BRB','BB','Barbados','Barbados',13.19383077,-59.54319600,11); INSERT INTO `country` VALUES (16,1,'BLR','BY','Belarus','Republic of Belarus',53.58628747,27.95338900,6); INSERT INTO `country` VALUES (17,1,'BEL','BE','Belgium','Kingdom of Belgium',50.49593874,4.46993600,8); INSERT INTO `country` VALUES (18,1,'BLZ','BZ','Belize','Belize',17.21153631,-88.01424956,8); INSERT INTO `country` VALUES (19,1,'BEN','BJ','Benin','Republic of Benin',9.37180859,2.29386134,7); INSERT INTO `country` VALUES (20,1,'BTN','BT','Bhutan','Kingdom of Bhutan',27.50752756,90.43360300,8); INSERT INTO `country` VALUES (21,1,'BIH','BA','Bosnia and Herzegovina','Bosnia and Herzegovina',44.00040856,17.81640910,7); INSERT INTO `country` VALUES (22,1,'BWA','BW','Botswana','Republic of Botswana',-22.18279485,24.22344422,6); INSERT INTO `country` VALUES (23,1,'BRA','BR','Brazil','Federative Republic of Brazil',-11.80965046,-53.33152600,4); INSERT INTO `country` VALUES (24,1,'BRN','BN','Brunei Darussalam','Brunei Darussalam',4.54189364,114.60132823,9); INSERT INTO `country` VALUES (25,1,'BGR','BG','Bulgaria','Republic of Bulgaria',42.70160678,25.48583200,7); INSERT INTO `country` VALUES (26,1,'BFA','BF','Burkina Faso','Burkina Faso',12.22492458,-1.56159100,7); INSERT INTO `country` VALUES (27,1,'BDI','BI','Burundi','Republic of Burundi',-3.40499707,29.88592902,8); INSERT INTO `country` VALUES (28,1,'KHM','KH','Cambodia','Kingdom of Cambodia',12.83288883,104.84814273,7); INSERT INTO `country` VALUES (29,1,'CMR','CM','Cameroon','Republic of Cameroon',7.38622543,12.72825915,6); INSERT INTO `country` VALUES (30,1,'CAN','CA','Canada','Canada',60.36196817,-106.69833150,4); INSERT INTO `country` VALUES (31,1,'CPV','CV','Cabo Verde','Republic of Cabo Verde',15.11988711,-23.60517010,10); INSERT INTO `country` VALUES (32,1,'CAF','CF','Central African Republic','Central African Republic',6.82541830,20.64281514,6); INSERT INTO `country` VALUES (33,1,'TCD','TD','Chad','Republic of Chad',14.80342407,18.78714064,5); INSERT INTO `country` VALUES (34,1,'CHL','CL','Chile','Republic of Chile',-38.01760790,-71.40014474,4); INSERT INTO `country` VALUES (35,1,'CHN','CN','China','People\'s Republic of China',36.71457440,103.55819197,4); INSERT INTO `country` VALUES (36,1,'COL','CO','Colombia','Republic of Colombia',3.68182320,-73.53927436,5); INSERT INTO `country` VALUES (37,1,'COM','KM','Comoros','Union of the Comoros',-11.64529989,43.33330200,10); INSERT INTO `country` VALUES (38,1,'COG','CG','Congo','Republic of the Congo',-0.68967806,15.69033190,6); INSERT INTO `country` VALUES (39,1,'CRI','CR','Costa Rica','Republic of Costa Rica',9.98427463,-84.09949534,8); INSERT INTO `country` VALUES (40,1,'HRV','HR','Croatia','Republic of Croatia',44.81372482,16.29039507,7); INSERT INTO `country` VALUES (41,1,'CUB','CU','Cuba','Republic of Cuba',21.54513189,-79.00064743,6); INSERT INTO `country` VALUES (42,1,'CYP','CY','Cyprus','Republic of Cyprus',35.12450768,33.42986100,9); INSERT INTO `country` VALUES (43,1,'CZE','CZ','Czechia','Czech Republic',49.76026136,15.53888197,7); INSERT INTO `country` VALUES (44,1,'CIV','CI','Côte d\'Ivoire','Republic of Côte d\'Ivoire',7.59684148,-5.49214636,7); INSERT INTO `country` VALUES (45,1,'DNK','DK','Denmark','Kingdom of Denmark',54.71794021,9.41938953,6); INSERT INTO `country` VALUES (46,1,'DJI','DJ','Djibouti','Republic of Djibouti',11.75959257,42.65344839,8); INSERT INTO `country` VALUES (47,1,'DMA','DM','Dominica','Commonwealth of Dominica',15.41473963,-61.37097400,10); INSERT INTO `country` VALUES (48,1,'DOM','DO','Dominican Republic','Dominican Republic',18.73076761,-70.16264900,8); INSERT INTO `country` VALUES (49,1,'ECU','EC','Ecuador','Republic of Ecuador',-1.22919037,-78.55693916,6); INSERT INTO `country` VALUES (50,1,'EGY','EG','Egypt','Arab Republic of Egypt',26.71650873,30.80250000,6); INSERT INTO `country` VALUES (51,1,'SLV','SV','El Salvador','Republic of El Salvador',13.79043561,-88.89652800,8); INSERT INTO `country` VALUES (52,1,'GNQ','GQ','Equatorial Guinea','Republic of Equatorial Guinea',1.65068442,10.26789700,9); INSERT INTO `country` VALUES (53,1,'ERI','ER','Eritrea','State of Eritrea',15.21227764,39.61204792,7); INSERT INTO `country` VALUES (54,1,'EST','EE','Estonia','Republic of Estonia',58.74041141,25.38165099,7); INSERT INTO `country` VALUES (55,1,'ETH','ET','Ethiopia','Federal Democratic Republic of Ethiopia',9.10727589,39.84148164,6); INSERT INTO `country` VALUES (56,1,'FJI','FJ','Fiji','Republic of Fiji',-17.71219757,178.06503600,9); INSERT INTO `country` VALUES (57,1,'FIN','FI','Finland','Republic of Finland',64.69610892,26.36339137,5); INSERT INTO `country` VALUES (58,1,'FRA','FR','France','French Republic',46.48372145,2.60926281,6); INSERT INTO `country` VALUES (59,1,'GAB','GA','Gabon','Gabonese Republic',-0.43426435,11.43916591,7); INSERT INTO `country` VALUES (60,1,'GMB','GM','Gambia','Islamic Republic of the Gambia',13.15921146,-15.35956748,8); INSERT INTO `country` VALUES (61,1,'GEO','GE','Georgia','Georgia',41.82754301,44.17329916,7); INSERT INTO `country` VALUES (62,1,'DEU','DE','Germany','Federal Republic of Germany',50.82871201,10.97887975,6); INSERT INTO `country` VALUES (63,1,'GHA','GH','Ghana','Republic of Ghana',7.69154199,-1.29234904,7); INSERT INTO `country` VALUES (64,1,'GRC','GR','Greece','Hellenic Republic',38.52254746,24.53794505,6); INSERT INTO `country` VALUES (65,1,'GRD','GD','Grenada','Grenada',12.11644807,-61.67899400,11); INSERT INTO `country` VALUES (66,1,'GTM','GT','Guatemala','Republic of Guatemala',15.72598421,-89.96707712,7); INSERT INTO `country` VALUES (67,1,'GIN','GN','Guinea','Republic of Guinea',9.94301472,-11.31711839,7); INSERT INTO `country` VALUES (68,1,'GNB','GW','Guinea-Bissau','Republic of Guinea-Bissau',11.80050682,-15.18040700,8); INSERT INTO `country` VALUES (69,1,'GUY','GY','Guyana','Republic of Guyana',4.47957059,-58.72692293,6); INSERT INTO `country` VALUES (70,1,'HTI','HT','Haiti','Republic of Haiti',19.07430861,-72.79607526,8); INSERT INTO `country` VALUES (71,1,'HND','HN','Honduras','Republic of Honduras',14.64994423,-87.01643713,7); INSERT INTO `country` VALUES (72,1,'HUN','HU','Hungary','Hungary',46.97670384,19.35499657,7); INSERT INTO `country` VALUES (73,1,'ISL','IS','Iceland','Republic of Iceland',64.99294495,-18.57038755,6); INSERT INTO `country` VALUES (74,1,'IND','IN','India','Republic of India',20.46549519,78.50146222,4); INSERT INTO `country` VALUES (75,1,'IDN','ID','Indonesia','Republic of Indonesia',-2.46229680,121.18329789,4); INSERT INTO `country` VALUES (76,1,'IRQ','IQ','Iraq','Republic of Iraq',32.90170182,43.19590056,6); INSERT INTO `country` VALUES (77,1,'IRL','IE','Ireland','Ireland',53.10101628,-8.21092302,6); INSERT INTO `country` VALUES (78,1,'ISR','IL','Israel','State of Israel',30.85883075,34.91753797,7); INSERT INTO `country` VALUES (79,1,'ITA','IT','Italy','Republic of Italy',41.77810840,12.67725128,5); INSERT INTO `country` VALUES (80,1,'JAM','JM','Jamaica','Jamaica',18.10838487,-77.29750600,9); INSERT INTO `country` VALUES (81,1,'JPN','JP','Japan','Japan',37.51848822,137.67066061,5); INSERT INTO `country` VALUES (82,1,'JOR','JO','Jordan','Hashemite Kingdom of Jordan',31.31616588,36.37575510,7); INSERT INTO `country` VALUES (83,1,'KAZ','KZ','Kazakhstan','Republic of Kazakhstan',45.38592596,68.81334444,4); INSERT INTO `country` VALUES (84,1,'KEN','KE','Kenya','Republic of Kenya',0.19582452,37.97212297,6); INSERT INTO `country` VALUES (85,1,'KIR','KI','Kiribati','Republic of Kiribati',1.87085244,-157.36259310,10); INSERT INTO `country` VALUES (86,1,'KWT','KW','Kuwait','State of Kuwait',29.43253341,47.71798405,8); INSERT INTO `country` VALUES (87,1,'KGZ','KG','Kyrgyzstan','Kyrgyz Republic',41.11509878,74.25524574,6); INSERT INTO `country` VALUES (88,1,'LAO','LA','Lao People\'s Democratic Republic','Lao People\'s Democratic Republic',17.76075593,103.61611347,6); INSERT INTO `country` VALUES (89,1,'LVA','LV','Latvia','Republic of Latvia',56.86697515,24.54826936,7); INSERT INTO `country` VALUES (90,1,'LBN','LB','Lebanon','Lebanese Republic',34.08249284,35.66454309,8); INSERT INTO `country` VALUES (91,1,'LSO','LS','Lesotho','Kingdom of Lesotho',-29.60303205,28.23361200,8); INSERT INTO `country` VALUES (92,1,'LBR','LR','Liberia','Republic of Liberia',6.44154681,-9.39103485,7); INSERT INTO `country` VALUES (93,1,'LBY','LY','Libya','Libya',27.06902914,18.19513987,5); INSERT INTO `country` VALUES (94,1,'LIE','LI','Liechtenstein','Principality of Liechtenstein',47.16587383,9.55537700,11); INSERT INTO `country` VALUES (95,1,'LTU','LT','Lithuania','Republic of Lithuania',55.25095948,23.80987587,7); INSERT INTO `country` VALUES (96,1,'LUX','LU','Luxembourg','Grand Duchy of Luxembourg',49.81327712,6.12958700,9); INSERT INTO `country` VALUES (97,1,'MDG','MG','Madagascar','Republic of Madagascar',-19.79858543,46.97898228,5); INSERT INTO `country` VALUES (98,1,'MWI','MW','Malawi','Republic of Malawi',-12.48684092,34.14223524,6); INSERT INTO `country` VALUES (99,1,'MYS','MY','Malaysia','Malaysia',4.97345793,106.54609050,5); INSERT INTO `country` VALUES (100,1,'MDV','MV','Maldives','Republic of Maldives',-0.64224221,73.13373313,12); INSERT INTO `country` VALUES (101,1,'MLI','ML','Mali','Republic of Mali',17.69385811,-1.96368730,5); INSERT INTO `country` VALUES (102,1,'MLT','MT','Malta','Republic of Malta',35.89706403,14.43687877,11); INSERT INTO `country` VALUES (103,1,'MHL','MH','Marshall Islands','Republic of the Marshall Islands',7.30130732,168.75512619,10); INSERT INTO `country` VALUES (104,1,'MRT','MR','Mauritania','Islamic Republic of Mauritania',20.28331239,-10.21573334,5); INSERT INTO `country` VALUES (105,1,'MUS','MU','Mauritius','Republic of Mauritius',-20.28368188,57.56588291,10); INSERT INTO `country` VALUES (106,1,'MEX','MX','Mexico','United Mexican States',22.92036676,-102.33305344,5); INSERT INTO `country` VALUES (107,1,'MCO','MC','Monaco','Principality of Monaco',43.70463620,6.75444978,9); INSERT INTO `country` VALUES (108,1,'MNG','MN','Mongolia','Mongolia',46.80556270,104.30808978,5); INSERT INTO `country` VALUES (109,1,'MNE','ME','Montenegro','Montenegro',42.71699590,19.09699321,8); INSERT INTO `country` VALUES (110,1,'MAR','MA','Morocco','Kingdom of Morocco',31.95441758,-7.26839325,6); INSERT INTO `country` VALUES (111,1,'MOZ','MZ','Mozambique','Republic of Mozambique',-19.07617816,33.81570282,5); INSERT INTO `country` VALUES (112,1,'MMR','MM','Myanmar','Republic of Union of Myanmar',19.20985380,96.54949272,5); INSERT INTO `country` VALUES (113,1,'NAM','NA','Namibia','Republic of Namibia',-22.70965620,16.72161918,6); INSERT INTO `country` VALUES (114,1,'NRU','NR','Nauru','Republic of Nauru',-0.52586763,166.93270463,13); INSERT INTO `country` VALUES (115,1,'NPL','NP','Nepal','Federal Democratic Republic of Nepal',28.28430770,83.98119373,7); INSERT INTO `country` VALUES (116,1,'NLD','NL','Netherlands','Kingdom of Netherlands',52.33939951,4.98914998,7); INSERT INTO `country` VALUES (117,1,'NZL','NZ','New Zealand','New Zealand',-40.95025298,171.76586181,5); INSERT INTO `country` VALUES (118,1,'NIC','NI','Nicaragua','Republic of Nicaragua',12.91806226,-84.82270352,7); INSERT INTO `country` VALUES (119,1,'NER','NE','Niger','Republic of Niger',17.23446679,8.23547860,6); INSERT INTO `country` VALUES (120,1,'NGA','NG','Nigeria','Federal Republic of Nigeria',9.02165273,7.82933373,6); INSERT INTO `country` VALUES (121,1,'NOR','NO','Norway','Kingdom of Norway',65.04680297,13.50069228,4); INSERT INTO `country` VALUES (122,1,'OMN','OM','Oman','Sultanate of Oman',20.69906846,56.69230596,6); INSERT INTO `country` VALUES (123,1,'PAK','PK','Pakistan','Islamic Republic of Pakistan',29.90335974,70.34487986,5); INSERT INTO `country` VALUES (124,1,'PLW','PW','Palau','Republic of Palau',7.49856307,134.57291496,10); INSERT INTO `country` VALUES (125,1,'PAN','PA','Panama','Republic of Panama',8.52135102,-80.04603702,7); INSERT INTO `country` VALUES (126,1,'PNG','PG','Papua New Guinea','Independent State of Papua New Guinea',-6.62414046,144.44993477,7); INSERT INTO `country` VALUES (127,1,'PRY','PY','Paraguay','Republic of Paraguay',-23.38564782,-58.29551057,6); INSERT INTO `country` VALUES (128,1,'PER','PE','Peru','Republic of Peru',-8.50205247,-76.15772412,5); INSERT INTO `country` VALUES (129,1,'PHL','PH','Philippines','Republic of Philippines',12.82361200,121.77401700,6); INSERT INTO `country` VALUES (130,1,'POL','PL','Poland','Republic of Poland',52.10117636,19.33190957,6); INSERT INTO `country` VALUES (131,1,'PRT','PT','Portugal','Portuguese Republic',39.44879136,-8.03768042,6); INSERT INTO `country` VALUES (132,1,'QAT','QA','Qatar','State of Qatar',25.24551555,51.24431480,8); INSERT INTO `country` VALUES (133,1,'ROU','RO','Romania','Romania',45.56450023,25.21945155,6); INSERT INTO `country` VALUES (134,1,'RUS','RU','Russian Federation','Russian Federation',57.96812298,102.41837137,3); INSERT INTO `country` VALUES (135,1,'RWA','RW','Rwanda','Republic of Rwanda',-1.98589079,29.94255855,8); INSERT INTO `country` VALUES (136,1,'KNA','KN','Saint Kitts and Nevis','Saint Kitts and Nevis',17.33453669,-62.76411725,12); INSERT INTO `country` VALUES (137,1,'LCA','LC','Saint Lucia','Saint Lucia',13.90938495,-60.97889500,11); INSERT INTO `country` VALUES (138,1,'VCT','VC','Saint Vincent and the Grenadines','Saint Vincent and the Grenadines',13.25276143,-61.19709800,11); INSERT INTO `country` VALUES (139,1,'WSM','WS','Samoa','Independent State of Samoa',-13.57998954,-172.45207363,10); INSERT INTO `country` VALUES (140,1,'SMR','SM','San Marino','Republic of San Marino',43.94223356,12.45777700,11); INSERT INTO `country` VALUES (141,1,'STP','ST','Sao Tome and Principe','Democratic Republic of Sao Tome and Principe',0.23381910,6.59935809,10); INSERT INTO `country` VALUES (142,1,'SAU','SA','Saudi Arabia','Kingdom of Saudi Arabia',24.16687314,42.88190638,5); INSERT INTO `country` VALUES (143,1,'SEN','SN','Senegal','Republic of Senegal',14.43579003,-14.68306489,7); INSERT INTO `country` VALUES (144,1,'SRB','RS','Serbia','Republic of Serbia',44.06736041,20.29725084,7); INSERT INTO `country` VALUES (145,1,'SYC','SC','Seychelles','Republic of Seychelles',-4.68053204,55.49061371,11); INSERT INTO `country` VALUES (146,1,'SLE','SL','Sierra Leone','Republic of Sierra Leone',8.45575589,-11.93368759,8); INSERT INTO `country` VALUES (147,1,'SGP','SG','Singapore','Republic of Singapore',1.33873261,103.83323559,11); INSERT INTO `country` VALUES (148,1,'SVK','SK','Slovakia','Slovak Republic',48.66923253,19.75396564,7); INSERT INTO `country` VALUES (149,1,'SVN','SI','Slovenia','Republic of Slovenia',46.14315048,14.99546300,8); INSERT INTO `country` VALUES (150,1,'SLB','SB','Solomon Islands','Solomon Islands',-9.64554280,160.15619400,10); INSERT INTO `country` VALUES (151,1,'SOM','SO','Somalia','Federal Republic of Somalia',2.87224619,45.27676444,7); INSERT INTO `country` VALUES (152,1,'ZAF','ZA','South Africa','Republic of South Africa',-27.17706863,24.50856092,5); INSERT INTO `country` VALUES (153,1,'ESP','ES','Spain','Kingdom of Spain',39.87299401,-3.67089492,6); INSERT INTO `country` VALUES (154,1,'LKA','LK','Sri Lanka','Democratic Socialist Republic of Sri Lanka',7.61264985,80.83772497,7); INSERT INTO `country` VALUES (155,1,'SDN','SD','Sudan','Republic of Sudan',15.96646839,30.37145459,5); INSERT INTO `country` VALUES (156,1,'SUR','SR','Suriname','Republic of Suriname',4.26470865,-55.93988238,7); INSERT INTO `country` VALUES (157,1,'SWZ','SZ','Eswatini','Kingdom of Eswatini',-26.53892570,31.47960891,9); INSERT INTO `country` VALUES (158,1,'SWE','SE','Sweden','Kingdom of Sweden',61.42370427,16.73188991,4); INSERT INTO `country` VALUES (159,1,'CHE','CH','Switzerland','Swiss Confederation',46.81010721,8.22751200,8); INSERT INTO `country` VALUES (160,1,'SYR','SY','Syrian Arab Republic','Syrian Arab Republic',34.71097430,38.66723516,6); INSERT INTO `country` VALUES (161,1,'TJK','TJ','Tajikistan','Republic of Tajikistan',38.68075124,71.23215769,7); INSERT INTO `country` VALUES (162,1,'THA','TH','Thailand','Kingdom of Thailand',14.60009810,101.38805881,5); INSERT INTO `country` VALUES (163,1,'TLS','TL','Timor-Leste','Democratic Republic of Timor-Leste',-8.88926365,125.99671404,9); INSERT INTO `country` VALUES (164,1,'TGO','TG','Togo','Togolese Republic',8.68089206,0.86049757,7); INSERT INTO `country` VALUES (165,1,'TON','TO','Tonga','Kingdom of Tonga',-21.17890075,-175.19824200,11); INSERT INTO `country` VALUES (166,1,'TTO','TT','Trinidad and Tobago','Republic of Trinidad and Tobago',10.43241863,-61.22250300,10); INSERT INTO `country` VALUES (167,1,'TUN','TN','Tunisia','Republic of Tunisia',33.88431940,9.71878341,6); INSERT INTO `country` VALUES (168,1,'TUR','TR','Türkiye','Republic of Türkiye',38.27069555,36.28703317,5); INSERT INTO `country` VALUES (169,1,'TKM','TM','Turkmenistan','Turkmenistan',38.94915421,59.06190323,6); INSERT INTO `country` VALUES (170,1,'TUV','TV','Tuvalu','Tuvalu',-8.45968122,179.13310944,12); INSERT INTO `country` VALUES (171,1,'UGA','UG','Uganda','Republic of Uganda',1.54760620,32.44409759,7); INSERT INTO `country` VALUES (172,1,'UKR','UA','Ukraine','Ukraine',48.89358596,31.10516920,6); INSERT INTO `country` VALUES (173,1,'ARE','AE','United Arab Emirates','United Arab Emirates',24.64324405,53.62261227,7); INSERT INTO `country` VALUES (174,1,'URY','UY','Uruguay','Eastern Republic of Uruguay',-32.49342987,-55.76583300,7); INSERT INTO `country` VALUES (175,1,'UZB','UZ','Uzbekistan','Republic of Uzbekistan',41.30829147,62.62970960,6); INSERT INTO `country` VALUES (176,1,'VUT','VU','Vanuatu','Republic of Vanuatu',-15.37256614,166.95916000,8); INSERT INTO `country` VALUES (177,1,'VNM','VN','Viet Nam','Socialist Republic of Viet Nam',17.19931699,107.14012804,5); INSERT INTO `country` VALUES (178,1,'YEM','YE','Yemen','Republic of Yemen',15.60865453,47.60453676,6); INSERT INTO `country` VALUES (179,1,'ZMB','ZM','Zambia','Republic of Zambia',-13.01812188,28.33274444,6); INSERT INTO `country` VALUES (180,1,'ZWE','ZW','Zimbabwe','Republic of Zimbabwe',-19.00784952,30.18758584,6); INSERT INTO `country` VALUES (181,1,'COK','CK','Cook Islands','Cook Islands',-21.23673066,-159.77766900,13); INSERT INTO `country` VALUES (182,1,'BOL','BO','Bolivia (Plurinational State of)','Plurinational State of Bolivia',-16.74518128,-65.19265691,6); INSERT INTO `country` VALUES (183,1,'COD','CD','Democratic Republic of the Congo','Democratic Republic of Congo',-4.05373938,23.01110741,5); INSERT INTO `country` VALUES (184,1,'EUR','EU','European Union','European Union',48.76380654,14.26843140,3); INSERT INTO `country` VALUES (185,1,'FSM','FM','Micronesia (Federated States of)','Federated States of Micronesia',6.88747377,158.21507170,12); INSERT INTO `country` VALUES (186,1,'GBR','GB','United Kingdom','United Kingdom of Great Britain and Northern Ireland',53.36540813,-2.72184767,6); INSERT INTO `country` VALUES (187,1,'IRN','IR','Iran (Islamic Republic of)','Islamic Republic of Iran',31.40240324,51.28204814,5); INSERT INTO `country` VALUES (188,1,'PRK','KP','Democratic People\'s Republic of Korea','Democratic People\'s Republic of Korea',40.00785500,127.48812834,6); INSERT INTO `country` VALUES (189,1,'KOR','KR','Republic of Korea','Republic of Korea',36.56344139,127.51424646,7); INSERT INTO `country` VALUES (190,1,'MDA','MD','Republic of Moldova','Republic of Moldova',47.10710437,28.54018109,7); INSERT INTO `country` VALUES (191,1,'MKD','MK','North Macedonia','Republic of North Macedonia',41.60059479,21.74527900,8); INSERT INTO `country` VALUES (192,1,'NIU','NU','Niue','Niue',-19.04976362,-169.86585571,11); INSERT INTO `country` VALUES (193,1,'TZA','TZ','United Republic of Tanzania','United Republic of Tanzania',-6.37551085,34.85587302,6); INSERT INTO `country` VALUES (194,1,'VEN','VE','Venezuela (Bolivarian Republic of)','Bolivarian Republic of Venezuela',5.98477766,-65.94152264,6); INSERT INTO `country` VALUES (195,1,'AIA','AI','Anguilla','Anguilla',18.22053521,-63.06861300,12); INSERT INTO `country` VALUES (196,1,'ATA','AQ','Antarctica','Antarctica',-45.13806295,10.48095703,2); INSERT INTO `country` VALUES (197,1,'ASM','AS','American Samoa','The United States Territory of American Samoa',-14.30634641,-170.69501750,11); INSERT INTO `country` VALUES (198,1,'ABW','AW','Aruba','Aruba of the Kingdom of the Netherlands',12.52109661,-69.96833800,12); INSERT INTO `country` VALUES (199,1,'ALA','AX','Åland Islands','Åland Islands',60.25403213,20.35918350,9); INSERT INTO `country` VALUES (200,1,'BLM','BL','Saint Barthélemy','Territorial collectivity of Saint Barthélemy',17.90042417,-62.83376215,13); INSERT INTO `country` VALUES (201,1,'BMU','BM','Bermuda','Bermudas',32.31995785,-64.76182765,12); INSERT INTO `country` VALUES (202,1,'BES','BQ','Bonaire, Saint Eustatius And Saba','Bonaire, Saint Eustatius and Saba',12.17229702,-68.28831170,11); INSERT INTO `country` VALUES (203,1,'BVT','BV','Bouvet Island','Bouvet Island',-54.42316906,3.41319600,12); INSERT INTO `country` VALUES (204,1,'CCK','CC','Cocos (Keeling) Islands','Territory of Cocos (Keeling) Islands',-12.12890685,96.84689104,12); INSERT INTO `country` VALUES (205,1,'CUW','CW','Curaçao','Curaçao',12.20710309,-69.02160369,11); INSERT INTO `country` VALUES (206,1,'CXR','CX','Christmas Island','Territory of Christmas Island',-10.49170619,105.68083796,11); INSERT INTO `country` VALUES (207,1,'ESH','EH','Western Sahara','Western Sahara',24.79324356,-13.67683563,6); INSERT INTO `country` VALUES (208,1,'FLK','FK','Falkland Islands (Malvinas)','Falkland Islands',-51.78838251,-59.52361100,8); INSERT INTO `country` VALUES (209,1,'FRO','FO','Faroe Islands (Associate Member)','Faroe Islands',61.88590482,-6.91180400,8); INSERT INTO `country` VALUES (210,1,'GUF','GF','French Guiana','French Guiana',4.01114381,-52.97746057,7); INSERT INTO `country` VALUES (211,1,'GGY','GG','Guernsey','Bailiwick of Guernsey',49.46565975,-2.58527200,12); INSERT INTO `country` VALUES (212,1,'GIB','GI','Gibraltar','Gibraltar',36.14864641,-5.34404779,12); INSERT INTO `country` VALUES (213,1,'GRL','GL','Greenland','Greenland',71.42932629,-34.38651956,3); INSERT INTO `country` VALUES (214,1,'GLP','GP','Guadeloupe','Department of Guadeloupe',16.26472785,-61.55099400,10); INSERT INTO `country` VALUES (215,1,'SGS','GS','South Georgia and the South Sandwich Islands','South Georgia and the South Sandwich Islands',-54.38130284,-36.67305304,9); INSERT INTO `country` VALUES (216,1,'GUM','GU','Guam','Territory of Guam',13.44410137,144.80747791,10); INSERT INTO `country` VALUES (217,1,'HKG','HK','Hong Kong','Hong Kong Special Administrative Region of the People\'s Republic',22.33728531,114.14657786,11); INSERT INTO `country` VALUES (218,1,'HMD','HM','Heard Island And McDonald Islands','Heard and McDonald Islands',-53.08168847,73.50415800,11); INSERT INTO `country` VALUES (219,1,'IMN','IM','Isle of Man','The Isle of Man',54.23562697,-4.54805400,10); INSERT INTO `country` VALUES (220,1,'IOT','IO','British Indian Ocean Territory','The British Indian Ocean Territory',-7.33461519,72.42425280,12); INSERT INTO `country` VALUES (221,1,'JEY','JE','Jersey','Bailiwick of Jersey',49.21440771,-2.13124600,12); INSERT INTO `country` VALUES (222,1,'CYM','KY','Cayman Islands','The Cayman Islands',19.31322102,-81.25459800,11); INSERT INTO `country` VALUES (223,1,'MAF','MF','Saint Martin','Saint Martin',18.07637107,-63.05019106,12); INSERT INTO `country` VALUES (224,1,'MAC','MO','Macao','Macau Special Administrative Region',22.19872287,113.54387700,12); INSERT INTO `country` VALUES (225,1,'MNP','MP','Northern Mariana Islands','Commonwealth of the Northern Mariana Islands',15.09783636,145.67390000,11); INSERT INTO `country` VALUES (226,1,'MTQ','MQ','Martinique','Department of Martinique',14.64128045,-61.02417600,10); INSERT INTO `country` VALUES (227,1,'MSR','MS','Montserrat','Montserrat',16.74774077,-62.18736600,12); INSERT INTO `country` VALUES (228,1,'NCL','NC','New Caledonia','Territory of New Caledonia and Dependencies',-21.26104020,165.58783760,8); INSERT INTO `country` VALUES (229,1,'NFK','NF','Norfolk Island','Norfolk Islands',-29.02801043,167.94303023,13); INSERT INTO `country` VALUES (230,1,'PYF','PF','French Polynesia','Territory of French Polynesia',-17.66243898,-149.40683900,10); INSERT INTO `country` VALUES (231,1,'SPM','PM','Saint Pierre and Miquelon','Saint Pierre and Miquelon',46.88469499,-56.31590200,10); INSERT INTO `country` VALUES (232,1,'PCN','PN','Pitcairn Islands','Pitcairn Group of Islands',-24.37673925,-128.32423730,13); INSERT INTO `country` VALUES (233,1,'PRI','PR','Puerto Rico','Commonwealth of Puerto Rico',18.21963053,-66.59015100,9); INSERT INTO `country` VALUES (234,1,'PSE','PS','Palestinian Territory, Occupied','Occupied Palestinian Territory',32.26367103,35.21936714,8); INSERT INTO `country` VALUES (235,1,'REU','RE','Réunion','Department of Reunion',-21.11480084,55.53638200,10); INSERT INTO `country` VALUES (236,1,'SHN','SH','Saint Helena, Ascension and Tristan da Cunha','Saint Helena, Ascension and Tristan da Cunha',-37.10521846,-12.27768580,12); INSERT INTO `country` VALUES (237,1,'SJM','SJ','Svalbard and Jan Mayen','Svalbard and Jan Mayen',77.92215764,18.99010622,4); INSERT INTO `country` VALUES (238,1,'SXM','SX','Sint Maarten','Sint Maarten',18.04433885,-63.05616320,12); INSERT INTO `country` VALUES (239,1,'TCA','TC','Turks and Caicos Islands','Turks and Caicos Islands',21.72816866,-71.79654471,9); INSERT INTO `country` VALUES (240,1,'ATF','TF','French Southern and Antarctic Lands','Territory of the French Southern and Antarctic Lands',-49.27235903,69.34856300,8); INSERT INTO `country` VALUES (241,1,'TKL','TK','Tokelau (Associate Member)','Tokelau',-9.16682644,-171.83981693,10); INSERT INTO `country` VALUES (242,1,'TWN','TW','Taiwan','Republic of China',23.71891402,121.10884043,7); INSERT INTO `country` VALUES (243,1,'UMI','UM','United States Minor Outlying Islands','United States Minor Outlying Islands',19.46305694,177.98631092,5); INSERT INTO `country` VALUES (244,1,'USA','US','United States of America','United States of America',37.66895362,-102.39256450,4); INSERT INTO `country` VALUES (245,1,'VAT','VA','Holy See','Holy see',41.90377810,12.45340142,16); INSERT INTO `country` VALUES (246,1,'VGB','VG','Virgin Islands','British Virgin Islands',17.67004187,-64.77411010,10); INSERT INTO `country` VALUES (247,1,'VIR','VI','United States Virgin Islands','Virgin Islands of the United States',18.01000938,-64.77411410,9); INSERT INTO `country` VALUES (248,1,'WLF','WF','Wallis and Futuna','Territory of the Wallis and Futuna Islands',-14.29378486,-178.11649800,12); INSERT INTO `country` VALUES (249,1,'MYT','YT','Mayotte','Overseas Department of Mayotte',-12.82744522,45.16624200,11); INSERT INTO `country` VALUES (250,1,'SSD','SS','South Sudan','Republic of South Sudan',7.91320803,30.15342434,6); /*!40000 ALTER TABLE `country` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `country_name` -- DROP TABLE IF EXISTS `country_name`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `country_name` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `country_id` int(11) unsigned NOT NULL, `code2l` varchar(2) NOT NULL DEFAULT '' COMMENT 'ISO 2-letter code', `language` varchar(5) NOT NULL DEFAULT '' COMMENT 'Language code (ie. pt-pt)', `name` varchar(255) DEFAULT NULL, `name_official` varchar(255) DEFAULT NULL, `source` varchar(255) DEFAULT NULL COMMENT 'Data source', PRIMARY KEY (`id`), UNIQUE KEY `UNIQUE_code2l_language` (`code2l`,`language`), KEY `fk_country_name__country_idx` (`code2l`), KEY `fk_country_name_country_idx` (`country_id`), CONSTRAINT `fk_country_name__country` FOREIGN KEY (`country_id`) REFERENCES `country` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION ) ENGINE=InnoDB AUTO_INCREMENT=1394 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `country_name` -- LOCK TABLES `country_name` WRITE; /*!40000 ALTER TABLE `country_name` DISABLE KEYS */; INSERT INTO `country_name` VALUES (1,1,'AF','ar','أفغانستان','جمهورية أفغانستان الإسلامية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (2,1,'AF','en','Afghanistan','The Islamic Republic of Afghanistan','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (3,1,'AF','es','Afganistán','la República Islámica del Afganistán','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (4,1,'AF','fr','Afghanistan','la République islamique d\'Afghanistan','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (5,1,'AF','it','Afghanistan','Repubblica Islamica di Afghanistan ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (6,1,'AF','zh','阿富汗','阿富汗伊斯兰共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (7,1,'AF','ru','Афганистан','Исламская Республика Афганистан','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (8,5,'AO','ar','أنغولا','أنغولا جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (9,5,'AO','en','Angola','the Republic of Angola','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (10,5,'AO','es','Angola','la República de Angola','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (11,5,'AO','fr','Angola','la République d\'Angola','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (12,5,'AO','it','Angola','Repubblica d\'Angola','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (13,5,'AO','zh','安哥拉','安哥拉共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (14,5,'AO','ru','Ангола','Республика Ангола','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (15,2,'AL','ar','ألبانيا','ألبانيا جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (16,2,'AL','en','Albania','the Republic of Albania','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (17,2,'AL','es','Albania','la República de Albania','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (18,2,'AL','fr','Albanie','la République d\'Albanie','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (19,2,'AL','it','Albania','Repubblica d\'Albania','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (20,2,'AL','zh','阿尔巴尼亚','阿尔巴尼亚共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (21,2,'AL','ru','Албания','Республика Албания','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (22,4,'AD','ar','أندورا','أندورا إمارة ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (23,4,'AD','en','Andorra','the Principality of Andorra','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (24,4,'AD','es','Andorra','el Principado de Andorra','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (25,4,'AD','fr','Andorre','la Principauté d\'Andorre','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (26,4,'AD','it','Andorra','Principato d\'Andorra','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (27,4,'AD','zh','安道尔','安道尔公国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (28,4,'AD','ru','Андорра','Княжество Андорра','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (29,173,'AE','ar','المتحدة العربية الإمارات ','المتحدة العربية الإمارات ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (30,173,'AE','en','United Arab Emirates','the United Arab Emirates','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (31,173,'AE','es','Emiratos Árabes Unidos','los Emiratos Árabes Unidos','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (32,173,'AE','fr','Émirats arabes unis','les Émirats arabes unis','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (33,173,'AE','it','Emirati arabi uniti','Emirati arabi uniti','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (34,173,'AE','zh','阿拉伯联合酋长国','阿拉伯联合酋长国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (35,173,'AE','ru','Объединенные Арабские Эмираты','Объединенные Арабские Эмираты','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (36,7,'AR','ar','الأرجنتين','جمهورية الأرجنتين ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (37,7,'AR','en','Argentina','the Argentine Republic','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (38,7,'AR','es','Argentina','la República Argentina','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (39,7,'AR','fr','Argentine','la République argentine','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (40,7,'AR','it','Argentina','Repubblica argentina','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (41,7,'AR','zh','阿根廷','阿根廷共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (42,7,'AR','ru','Аргентина','Аргентинская Республика','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (43,8,'AM','ar','أرمينيا','أرمينيا جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (44,8,'AM','en','Armenia','the Republic of Armenia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (45,8,'AM','es','Armenia','la República de Armenia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (46,8,'AM','fr','Arménie','la République d\'Arménie','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (47,8,'AM','it','Armenia','Repubblica d\'Armenia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (48,8,'AM','zh','亚美尼亚','亚美尼亚共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (49,8,'AM','ru','Армения','Республика Армения','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (50,6,'AG','ar','أنتيغوا وبربودا ','أنتيغوا وبربودا ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (51,6,'AG','en','Antigua and Barbuda','Antigua and Barbuda','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (52,6,'AG','es','Antigua y Barbuda','Antigua y Barbuda','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (53,6,'AG','fr','Antigua-et-Barbuda','Antigua-et-Barbuda','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (54,6,'AG','it','Antigua e Barbuda','Antigua e Barbuda','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (55,6,'AG','zh','安提瓜和巴布达','安提瓜和巴布达','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (56,6,'AG','ru','Антигуа и Барбуда','Антигуа и Барбуда','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (57,9,'AU','ar','أستراليا','أستراليا','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (58,9,'AU','en','Australia','Australia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (59,9,'AU','es','Australia','Australia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (60,9,'AU','fr','Australie','l\'Australie','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (61,9,'AU','it','Australia','Australia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (62,9,'AU','zh','澳大利亚','澳大利亚','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (63,9,'AU','ru','Австралия','Австралия','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (64,10,'AT','ar','النمسا','النمسا جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (65,10,'AT','en','Austria','the Republic of Austria','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (66,10,'AT','es','Austria','la República de Austria','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (67,10,'AT','fr','Autriche','la République d\'Autriche','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (68,10,'AT','it','Austria','Repubblica d\'Austria','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (69,10,'AT','zh','奥地利','奥地利共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (70,10,'AT','ru','Австрия','Австрийская Республика','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (71,11,'AZ','ar','أذربيجان','الجمهورية الأذربيجانية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (72,11,'AZ','en','Azerbaijan','the Republic of Azerbaijan','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (73,11,'AZ','es','Azerbaiyán','la República de Azerbaiyán','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (74,11,'AZ','fr','Azerbaïdjan','la République d\'Azerbaïdjan','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (75,11,'AZ','it','Azerbaigian','Repubblica dell\'Azerbaigian','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (76,11,'AZ','zh','阿塞拜疆','阿塞拜疆共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (77,11,'AZ','ru','Азербайджан','Азербайджанская Республика','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (78,27,'BI','ar','بوروندي','جمهورية بوروندي ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (79,27,'BI','en','Burundi','the Republic of Burundi','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (80,27,'BI','es','Burundi','la República de Burundi','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (81,27,'BI','fr','Burundi','la République du Burundi','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (82,27,'BI','it','Burundi','Repubblica del Burundi','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (83,27,'BI','zh','布隆迪','布隆迪共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (84,27,'BI','ru','Бурунди','Республика Бурунди','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (85,17,'BE','ar','بلجيكا','بلجيكا مملكة ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (86,17,'BE','en','Belgium','the Kingdom of Belgium','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (87,17,'BE','es','Bélgica','el Reino de Bélgica','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (88,17,'BE','fr','Belgique','le Royaume de Belgique','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (89,17,'BE','it','Belgio','Regno del Belgio','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (90,17,'BE','zh','比利时','比利时王国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (91,17,'BE','ru','Бельгия','Королевство Бельгия','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (92,19,'BJ','ar','بنن','جمهورية بنن ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (93,19,'BJ','en','Benin','the Republic of Benin','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (94,19,'BJ','es','Benin','la República de Benin','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (95,19,'BJ','fr','Bénin','la République du Bénin','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (96,19,'BJ','it','Benin','Repubblica del Benin','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (97,19,'BJ','zh','贝 宁','贝宁共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (98,19,'BJ','ru','Бенин','Республика Бенин','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (99,26,'BF','ar','بوركينا فاسو ','بوركينا فاسو ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (100,26,'BF','en','Burkina Faso','Burkina Faso','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (101,26,'BF','es','Burkina Faso','Burkina Faso','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (102,26,'BF','fr','Burkina Faso','le Burkina Faso','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (103,26,'BF','it','Burkina Faso','Burkina Faso','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (104,26,'BF','zh','布基纳法索','布基纳法索','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (105,26,'BF','ru','Буркина-Фасо','Буркина-Фасо','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (106,14,'BD','ar','بنغلاديش','الشعبية بنغلاديش جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (107,14,'BD','en','Bangladesh','the People\'s Republic of Bangladesh','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (108,14,'BD','es','Bangladesh','la República Popular de Bangladesh','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (109,14,'BD','fr','Bangladesh','la République populaire du Bangladesh','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (110,14,'BD','it','Bangladesh','Repubblica popolare del Bangladesh','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (111,14,'BD','zh','孟加拉国','孟加拉人民共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (112,14,'BD','ru','Бангладеш','Народная Республика Бангладеш','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (113,25,'BG','ar','بلغاريا','جمهورية بلغاريا ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (114,25,'BG','en','Bulgaria','the Republic of Bulgaria','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (115,25,'BG','es','Bulgaria','la República de Bulgaria','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (116,25,'BG','fr','Bulgarie','la République de Bulgarie','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (117,25,'BG','it','Bulgaria','Repubblica di Bulgaria','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (118,25,'BG','zh','保加利亚','保加利亚共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (119,25,'BG','ru','Болгария','Республика Болгария','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (120,13,'BH','ar','البحرين','مملكة البحرين ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (121,13,'BH','en','Bahrain','the Kingdom of Bahrain','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (122,13,'BH','es','Bahrein','el Reino de Bahrein','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (123,13,'BH','fr','Bahreïn','le Royaume de Bahreïn','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (124,13,'BH','it','Bahrein','Regno del Bahrein','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (125,13,'BH','zh','巴 林','巴林王国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (126,13,'BH','ru','Бахрейн','Королевство Бахрейн','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (127,12,'BS','ar','البهاما جزر ','البهاما جزر كمنولث ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (128,12,'BS','en','Bahamas','the Commonwealth of the Bahamas','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (129,12,'BS','es','Bahamas','el Commonwealth de las Bahamas','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (130,12,'BS','fr','Bahamas','le Commonwealth des Bahamas','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (131,12,'BS','it','Bahamas','Commonwealth delle Bahamas','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (132,12,'BS','zh','巴哈马','巴哈马国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (133,12,'BS','ru','Багамские Острова','Содружество Багамских Островов','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (134,21,'BA','ar','والهرسك البوسنة ','والهرسك البوسنة ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (135,21,'BA','en','Bosnia and Herzegovina','Bosnia and Herzegovina','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (136,21,'BA','es','Bosnia y Herzegovina','Bosnia y Herzegovina','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (137,21,'BA','fr','Bosnie-Herzégovine','la Bosnie-Herzégovine','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (138,21,'BA','it','Bosnia-Erzegovina','Bosnia-Erzegovina','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (139,21,'BA','zh','波斯尼亚和黑塞哥维那','波斯尼亚和黑塞哥维那','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (140,21,'BA','ru','Босния и Герцеговина','Босния и Герцеговина','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (141,16,'BY','ar','بيلاروس','بيلاروس جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (142,16,'BY','en','Belarus','the Republic of Belarus','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (143,16,'BY','es','Belarús','la República de Belarús','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (144,16,'BY','fr','Bélarus','la République du Bélarus','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (145,16,'BY','it','Bielorussia','Repubblica di Bielorussia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (146,16,'BY','zh','白俄罗斯','白俄罗斯共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (147,16,'BY','ru','Беларусь','Республика Беларусь','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (148,18,'BZ','ar','بليز','بليز','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (149,18,'BZ','en','Belize','Belize','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (150,18,'BZ','es','Belice','Belice','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (151,18,'BZ','fr','Belize','le Belize','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (152,18,'BZ','it','Belize','Belize','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (153,18,'BZ','zh','伯利兹','伯利兹','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (154,18,'BZ','ru','Белиз','Белиз','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (155,182,'BO','ar','بوليفيا - دولة - المتعددة القوميات ','دولة بوليفيا المتعددة القوميات ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (156,182,'BO','en','Bolivia (Plurinational State of)','the Plurinational State of Bolivia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (157,182,'BO','es','Bolivia (Estado Plurinacional de)','Estado Plurinacional de Bolivia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (158,182,'BO','fr','Bolivie (État plurinational de)','l\'État plurinational de Bolivie','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (159,182,'BO','it','Bolivia (Stato plurinazionale della)','Stato plurinazionale della Bolivia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (160,182,'BO','zh','玻利维亚(多民族国)','玻利维亚多民族国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (161,182,'BO','ru','Боливия (Многонациональное Государство)','Многонациональное Государство Боливия','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (162,23,'BR','ar','البرازيل','الجمهورية الاتحادية البرازيلية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (163,23,'BR','en','Brazil','the Federative Republic of Brazil','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (164,23,'BR','es','Brasil','la República Federativa del Brasil','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (165,23,'BR','fr','Brésil','la République fédérative du Brésil','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (166,23,'BR','it','Brasile','Repubblica federativa del Brasile','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (167,23,'BR','zh','巴 西','巴西联邦共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (168,23,'BR','ru','Бразилия','Федеративная Республика Бразилия','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (169,15,'BB','ar','بربادوس','بربادوس','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (170,15,'BB','en','Barbados','Barbados','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (171,15,'BB','es','Barbados','Barbados','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (172,15,'BB','fr','Barbade','la Barbade','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (173,15,'BB','it','Barbados','Barbados','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (174,15,'BB','zh','巴巴多斯','巴巴多斯','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (175,15,'BB','ru','Барбадос','Барбадос','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (176,24,'BN','ar','السلام دار برونى ','السلام دار بروني ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (177,24,'BN','en','Brunei Darussalam','Brunei Darussalam','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (178,24,'BN','es','Brunei Darussalam','Brunei Darussalam','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (179,24,'BN','fr','Brunéi Darussalam','le Brunéi Darussalam','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (180,24,'BN','it','Brunei','Stato di Brunei Darussalam','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (181,24,'BN','zh','文莱达鲁萨兰国','文莱达鲁萨兰国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (182,24,'BN','ru','Бруней-Даруссалам','Бруней-Даруссалам','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (183,20,'BT','ar','بوتان','بوتان مملكة ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (184,20,'BT','en','Bhutan','the Kingdom of Bhutan','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (185,20,'BT','es','Bhután','el Reino de Bhután','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (186,20,'BT','fr','Bhoutan','le Royaume du Bhoutan','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (187,20,'BT','it','Bhutan','Regno del Bhutan','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (188,20,'BT','zh','不 丹','不丹王国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (189,20,'BT','ru','Бутан','Королевство Бутан','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (190,22,'BW','ar','بوتسوانا','بوتسوانا جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (191,22,'BW','en','Botswana','the Republic of Botswana','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (192,22,'BW','es','Botswana','la República de Botswana','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (193,22,'BW','fr','Botswana','la République du Botswana','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (194,22,'BW','it','Botswana','Repubblica del Botswana','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (195,22,'BW','zh','博茨瓦纳','博茨瓦纳共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (196,22,'BW','ru','Ботсвана','Республика Ботсвана','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (197,32,'CF','ar','الوسطى أفريقيا جمهورية ','الوسطى أفريقيا جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (198,32,'CF','en','Central African Republic','the Central African Republic','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (199,32,'CF','es','República Centroafricana','la República Centroafricana','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (200,32,'CF','fr','République centrafricaine','la République centrafricaine','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (201,32,'CF','it','Repubblica centrafricana','Repubblica centrafricana','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (202,32,'CF','zh','中非共和国','中非共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (203,32,'CF','ru','Центральноафриканская Республика','Центральноафриканская Республика','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (204,30,'CA','ar','كندا','كندا','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (205,30,'CA','en','Canada','Canada','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (206,30,'CA','es','Canadá','el Canadá','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (207,30,'CA','fr','Canada','le Canada','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (208,30,'CA','it','Canada','Canada','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (209,30,'CA','zh','加拿大','加拿大','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (210,30,'CA','ru','Канада','Канада','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (211,159,'CH','ar','سويسرا','الاتحاد السويسري ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (212,159,'CH','en','Switzerland','the Swiss Confederation','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (213,159,'CH','es','Suiza','la Confederación Suiza','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (214,159,'CH','fr','Suisse','la Confédération suisse','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (215,159,'CH','it','Svizzera','Confederazione svizzera','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (216,159,'CH','zh','瑞 士','瑞士联邦','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (217,159,'CH','ru','Швейцария','Швейцарская Конфедерация','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (218,34,'CL','ar','شيلى','جمهورية شيلى ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (219,34,'CL','en','Chile','the Republic of Chile','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (220,34,'CL','es','Chile','la República de Chile','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (221,34,'CL','fr','Chili','la République du Chili','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (222,34,'CL','it','Cile','Repubblica del Cile','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (223,34,'CL','zh','智 利','智利共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (224,34,'CL','ru','Чили','Республика Чили','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (225,35,'CN','ar','الصين','الشعبية الصين جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (226,35,'CN','en','China','the People\'s Republic of China','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (227,35,'CN','es','China','la República Popular China','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (228,35,'CN','fr','Chine','la République populaire de Chine','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (229,35,'CN','it','Cina','Repubblica popolare cinese','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (230,35,'CN','zh','中 国','中华人民共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (231,35,'CN','ru','Китай','Китайская Народная Республика','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (232,44,'CI','ar','ديفوار كوت ','ديفوار كوت جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (233,44,'CI','en','Côte d\'Ivoire','the Republic of Côte d\'Ivoire','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (234,44,'CI','es','Côte d\'Ivoire','la República de Côte d\'Ivoire','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (235,44,'CI','fr','Côte d\'Ivoire','la République de Côte d\'Ivoire','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (236,44,'CI','it','Côte d`Ivoire','Repubblica della Côte d\'Ivoire','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (237,44,'CI','zh','科特迪瓦','科特迪瓦共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (238,44,'CI','ru','Кот-д`Ивуар','Республика Кот-д`Ивуар','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (239,29,'CM','ar','الكاميرون','جمهورية الكاميرون ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (240,29,'CM','en','Cameroon','the Republic of Cameroon','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (241,29,'CM','es','Camerún','la República del Camerún','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (242,29,'CM','fr','Cameroun','la République du Cameroun','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (243,29,'CM','it','Camerun','Repubblica del Camerun','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (244,29,'CM','zh','喀麦隆','喀麦隆共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (245,29,'CM','ru','Камерун','Республика Камерун','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (246,183,'CD','ar','الديمقراطية الكونغو جمهورية ','الديمقراطية الكونغو جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (247,183,'CD','en','Democratic Republic of the Congo','the Democratic Republic of the Congo','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (248,183,'CD','es','República Democrática del Congo','la República Democrática del Congo','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (249,183,'CD','fr','République démocratique du Congo','la République démocratique du Congo','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (250,183,'CD','it','Repubblica democratica del Congo','Repubblica democratica del Congo','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (251,183,'CD','zh','刚果民主共和国','刚果民主共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (252,183,'CD','ru','Демократическая Республика Конго','Демократическая Республика Конго','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (253,38,'CG','ar','الكونغو','الكونغو جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (254,38,'CG','en','Congo','the Republic of the Congo','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (255,38,'CG','es','Congo','la República del Congo','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (256,38,'CG','fr','Congo','la République du Congo','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (257,38,'CG','it','Congo','Repubblica del Congo','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (258,38,'CG','zh','刚 果','刚果共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (259,38,'CG','ru','Конго','Республика Конго','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (260,181,'CK','ar','كوك جزر ','كوك جزر ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (261,181,'CK','en','Cook Islands','the Cook Islands','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (262,181,'CK','es','Islas Cook','las Islas Cook','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (263,181,'CK','fr','Îles Cook','les Îles Cook','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (264,181,'CK','it','Isole Cook','Isole Cook','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (265,181,'CK','zh','库克群岛','库克群岛','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (266,181,'CK','ru','Острова Кука','Острова Кука','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (267,36,'CO','ar','كولومبيا','جمهورية كولومبيا ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (268,36,'CO','en','Colombia','the Republic of Colombia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (269,36,'CO','es','Colombia','la República de Colombia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (270,36,'CO','fr','Colombie','la République de Colombie','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (271,36,'CO','it','Colombia','Repubblica di Colombia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (272,36,'CO','zh','哥伦比亚','哥伦比亚共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (273,36,'CO','ru','Колумбия','Республика Колумбия','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (274,37,'KM','ar','جزر القمر ','اتحاد جزر القمر ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (275,37,'KM','en','Comoros','the Union of the Comoros','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (276,37,'KM','es','Comoras','la Unión de las Comoras','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (277,37,'KM','fr','Comores','l\'Union des Comores','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (278,37,'KM','it','Isole Comore','Unione delle Comore','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (279,37,'KM','zh','科摩罗','科摩罗联盟','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (280,37,'KM','ru','Коморские Острова','Союз Коморских Островов','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (281,31,'CV','ar','كابو فيردي ','جمهورية كابو فيردي ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (282,31,'CV','en','Cabo Verde','Republic of Cabo Verde','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (283,31,'CV','es','Cabo Verde','la República de Cabo Verde','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (284,31,'CV','fr','Cabo Verde','la République de Cabo Verde','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (285,31,'CV','it','Cabo Verde','Repubblica del Cabo Verde','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (286,31,'CV','zh','佛得角','佛得角共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (287,31,'CV','ru','Кабо-Верде','Республика Кабо-Верде','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (288,39,'CR','ar','كوستاريكا','جمهورية كوستاريكا ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (289,39,'CR','en','Costa Rica','the Republic of Costa Rica','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (290,39,'CR','es','Costa Rica','la República de Costa Rica','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (291,39,'CR','fr','Costa Rica','la République du Costa Rica','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (292,39,'CR','it','Costa Rica','Repubblica di Costa Rica','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (293,39,'CR','zh','哥斯达黎加','哥斯达黎加共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (294,39,'CR','ru','Коста-Рика','Республика Коста-Рика','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (295,41,'CU','ar','كوبا','جمهورية كوبا ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (296,41,'CU','en','Cuba','the Republic of Cuba','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (297,41,'CU','es','Cuba','la República de Cuba','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (298,41,'CU','fr','Cuba','la République de Cuba','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (299,41,'CU','it','Cuba','Repubblica di Cuba','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (300,41,'CU','zh','古 巴','古巴共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (301,41,'CU','ru','Куба','Республика Куба','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (302,42,'CY','ar','قبرص','جمهورية قبرص ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (303,42,'CY','en','Cyprus','the Republic of Cyprus','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (304,42,'CY','es','Chipre','la República de Chipre','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (305,42,'CY','fr','Chypre','la République de Chypre','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (306,42,'CY','it','Cipro','Repubblica di Cipro','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (307,42,'CY','zh','塞浦路斯','塞浦路斯共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (308,42,'CY','ru','Кипр','Республика Кипр','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (309,43,'CZ','ar','التشيكية الجمهورية ','التشيكية الجمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (310,43,'CZ','en','Czechia','the Czech Republic','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (311,43,'CZ','es','República Checa','la República Checa','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (312,43,'CZ','fr','République tchèque','la République tchèque','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (313,43,'CZ','it','Repubblica ceca','Repubblica ceca','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (314,43,'CZ','zh','捷克共和国','捷克共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (315,43,'CZ','ru','Чешская Республика','Чешская Республика','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (316,62,'DE','ar','ألمانيا','الاتحادية ألمانيا جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (317,62,'DE','en','Germany','the Federal Republic of Germany','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (318,62,'DE','es','Alemania','la República Federal de Alemania','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (319,62,'DE','fr','Allemagne','la République fédérale d\'Allemagne','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (320,62,'DE','it','Germania','Repubblica federale di Germania','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (321,62,'DE','zh','德 国','德意志联邦共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (322,62,'DE','ru','Германия','Федеративная Республика Германия','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (323,46,'DJ','ar','جيبوتي','جيبوتي جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (324,46,'DJ','en','Djibouti','the Republic of Djibouti','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (325,46,'DJ','es','Djibouti','la República de Djibouti','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (326,46,'DJ','fr','Djibouti','la République de Djibouti','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (327,46,'DJ','it','Gibuti','Repubblica di Gibuti','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (328,46,'DJ','zh','吉布提','吉布提共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (329,46,'DJ','ru','Джибути','Республика Джибути','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (330,47,'DM','ar','دومينيكا','كمنولث دومينيكا ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (331,47,'DM','en','Dominica','the Commonwealth of Dominica','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (332,47,'DM','es','Dominica','el Commonwealth de Dominica','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (333,47,'DM','fr','Dominique','le Commonwealth de la Dominique','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (334,47,'DM','it','Dominica','Commonwealth di Dominica','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (335,47,'DM','zh','多米尼克','多米尼克国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (336,47,'DM','ru','Доминика','Содружество Доминики','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (337,45,'DK','ar','الدانمرك','مملكة الدانمرك ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (338,45,'DK','en','Denmark','the Kingdom of Denmark','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (339,45,'DK','es','Dinamarca','el Reino de Dinamarca','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (340,45,'DK','fr','Danemark','le Royaume du Danemark','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (341,45,'DK','it','Danimarca','Regno di Danimarca','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (342,45,'DK','zh','丹 麦','丹麦王国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (343,45,'DK','ru','Дания','Королевство Дания','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (344,48,'DO','ar','الجمهورية الدومينيكية ','الجمهورية الدومينيكية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (345,48,'DO','en','Dominican Republic','the Dominican Republic','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (346,48,'DO','es','República Dominicana','la República Dominicana','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (347,48,'DO','fr','République dominicaine','la République dominicaine','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (348,48,'DO','it','Repubblica dominicana','Repubblica dominicana','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (349,48,'DO','zh','多米尼加共和国','多米尼加共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (350,48,'DO','ru','Доминиканская Республика','Доминиканская Республика','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (351,3,'DZ','ar','الجزائر','الجمهورية الجزائرية الديمقراطية الشعبية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (352,3,'DZ','en','Algeria','the People\'s Democratic Republic of Algeria','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (353,3,'DZ','es','Argelia','la República Argelina Democrática y Popular','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (354,3,'DZ','fr','Algérie','la République algérienne démocratique et populaire','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (355,3,'DZ','it','Algeria','Repubblica algerina democratica e popolare','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (356,3,'DZ','zh','阿尔及利亚','阿尔及利亚民主人民共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (357,3,'DZ','ru','Алжир','Алжирская Народная Демократическая Республика','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (358,49,'EC','ar','إكوادور','إكوادور جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (359,49,'EC','en','Ecuador','the Republic of Ecuador','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (360,49,'EC','es','Ecuador','la República del Ecuador','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (361,49,'EC','fr','Équateur','la République de l\'Équateur','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (362,49,'EC','it','Ecuador','Repubblica dell\'Ecuador','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (363,49,'EC','zh','厄瓜多尔','厄瓜多尔共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (364,49,'EC','ru','Эквадор','Республика Эквадор','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (365,50,'EG','ar','مصر','العربية مصر جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (366,50,'EG','en','Egypt','the Arab Republic of Egypt','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (367,50,'EG','es','Egipto','la República Árabe de Egipto','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (368,50,'EG','fr','Égypte','la République arabe d\'Égypte','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (369,50,'EG','it','Egitto','Repubblica araba d\'Egitto','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (370,50,'EG','zh','埃 及','阿拉伯埃及共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (371,50,'EG','ru','Египет','Арабская Республика Египет','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (372,53,'ER','ar','إريتريا','إريتريا دولة ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (373,53,'ER','en','Eritrea','the State of Eritrea','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (374,53,'ER','es','Eritrea','el Estado de Eritrea','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (375,53,'ER','fr','Érythrée','l\'État d\'Érythrée','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (376,53,'ER','it','Eritrea','Stato di Eritrea','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (377,53,'ER','zh','厄立特里亚','厄立特里亚国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (378,53,'ER','ru','Эритрея','Государство Эритрея','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (379,153,'ES','ar','إسبانيا','إسبانيا مملكة ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (380,153,'ES','en','Spain','the Kingdom of Spain','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (381,153,'ES','es','España','el Reino de España','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (382,153,'ES','fr','Espagne','le Royaume d\'Espagne','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (383,153,'ES','it','Spagna','Regno di Spagna','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (384,153,'ES','zh','西班牙','西班牙王国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (385,153,'ES','ru','Испания','Королевство Испания','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (386,54,'EE','ar','إستونيا','جمهورية إستونيا ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (387,54,'EE','en','Estonia','the Republic of Estonia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (388,54,'EE','es','Estonia','la República de Estonia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (389,54,'EE','fr','Estonie','la République d\'Estonie','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (390,54,'EE','it','Estonia','Repubblica di Estonia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (391,54,'EE','zh','爱沙尼亚','爱沙尼亚共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (392,54,'EE','ru','Эстония','Эстонская Республика','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (393,55,'ET','ar','إثيوبيا','جمهورية إثيوبيا الديمقراطية الاتحادية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (394,55,'ET','en','Ethiopia','the Federal Democratic Republic of Ethiopia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (395,55,'ET','es','Etiopía','la República Democrática Federal de Etiopía','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (396,55,'ET','fr','Éthiopie','la République fédérale démocratique d\'Éthiopie','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (397,55,'ET','it','Etiopia','Repubblica federale democratica di Etiopia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (398,55,'ET','zh','埃塞俄比亚','埃塞俄比亚联邦民主共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (399,55,'ET','ru','Эфиопия','Федеративная Демократическая Республика Эфиопия','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (400,184,'EU','ar','عضو منظمة - الأوروبي الإتحاد ','عضو منظمة - الأوروبي الإتحاد ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (401,184,'EU','en','European Union (Member Organization)','European Union (Member Organization)','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (402,184,'EU','es','Unión Europea (Organización Miembro)','Unión Europea (Organización Miembro)','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (403,184,'EU','fr','Union européenne (Organisation membre)','l\'Union européenne (Organisation membre)','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (404,184,'EU','it','Unione europea (Organizzazione membro)','Unione europea (Organizzazione membro)','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (405,184,'EU','zh','欧洲联盟 (成员组织)','欧洲联盟(成员组织)','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (406,184,'EU','ru','Европейский союз (организация-член)','Европейский союз (организация-член)','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (407,57,'FI','ar','فنلندا','فنلندا جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (408,57,'FI','en','Finland','the Republic of Finland','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (409,57,'FI','es','Finlandia','la República de Finlandia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (410,57,'FI','fr','Finlande','la République de Finlande','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (411,57,'FI','it','Finlandia','Repubblica di Finlandia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (412,57,'FI','zh','芬 兰','芬兰共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (413,57,'FI','ru','Финляндия','Финляндская Республика','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (414,56,'FJ','ar','فيجي','جمهورية فيجي ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (415,56,'FJ','en','Fiji','the Republic of Fiji','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (416,56,'FJ','es','Fiji','la República de Fiji','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (417,56,'FJ','fr','Fidji','la République des Fidji','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (418,56,'FJ','it','Figi','Repubblica delle Figi','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (419,56,'FJ','zh','斐济','斐济共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (420,56,'FJ','ru','Фиджи','Республика Фиджи','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (421,58,'FR','ar','فرنسا','الفرنسية الجمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (422,58,'FR','en','France','the French Republic','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (423,58,'FR','es','Francia','la República Francesa','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (424,58,'FR','fr','France','la République française','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (425,58,'FR','it','Francia','Repubblica francese','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (426,58,'FR','zh','法 国','法兰西共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (427,58,'FR','ru','Франция','Французская Республика','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (428,209,'FO','ar','جزر فيرويه ','جزر فيرويه ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (429,209,'FO','en','Faroe Islands (Associate Member)','Faroe Islands','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (430,209,'FO','es','Islas Feroe (Miembro Asociado)','las Islas Feroe','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (431,209,'FO','fr','Îles Féroé (Membre associé)','les Îles Féroé','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (432,209,'FO','it','Isole Faer øer','Isole Faer øer','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (433,209,'FO','zh','法罗群岛 (准成员)','法罗群岛','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (434,209,'FO','ru','Фарерские Острова (ассоциированный член)','Фарерские Острова','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (435,185,'FM','ar','ميكرونيزيا','الموحدة ميكرونيزيا ولايات ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (436,185,'FM','en','Micronesia (Federated States of)','the Federated States of Micronesia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (437,185,'FM','es','Micronesia (Estados Federados de)','los Estados Federados de Micronesia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (438,185,'FM','fr','Micronésie (États fédérés de)','les États fédérés de Micronésie','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (439,185,'FM','it','Micronesia (Stati federati di)','Stati federati di Micronesia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (440,185,'FM','zh','密克罗尼西亚(联邦)','密克罗尼西亚联邦','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (441,185,'FM','ru','Микронезия (Федеративные Штаты)','Федеративные Штаты Микронезии','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (442,59,'GA','ar','غابون','الجمهورية الغابونية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (443,59,'GA','en','Gabon','the Gabonese Republic','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (444,59,'GA','es','Gabón','la República Gabonesa','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (445,59,'GA','fr','Gabon','la République gabonaise','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (446,59,'GA','it','Gabon','Repubblica gabonese','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (447,59,'GA','zh','加 蓬','加蓬共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (448,59,'GA','ru','Габон','Габонская Республика','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (449,186,'GB','ar','المملكة المتحدة ','المملكة المتحدة لبريطانيا العظمى وآيرلندا الشمالية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (450,186,'GB','en','United Kingdom','the United Kingdom of Great Britain and Northern Ireland','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (451,186,'GB','es','Reino Unido','el Reino Unido (de Gran Bretaña e Irlanda del Norte)','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (452,186,'GB','fr','Royaume-Uni','le Royaume-Uni (de Grande-Bretagne et d\'Irlande du Nord)','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (453,186,'GB','it','Regno Unito','Regno Unito di Gran Bretagna e Irlanda del nord','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (454,186,'GB','zh','联合王国','大不列颠及北爱尔兰联合王国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (455,186,'GB','ru','Соединенное Королевство','Соединенное Королевство Великобритании и Северной Ирландии','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (456,61,'GE','ar','جورجيا','جورجيا','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (457,61,'GE','en','Georgia','Georgia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (458,61,'GE','es','Georgia','Georgia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (459,61,'GE','fr','Géorgie','la Géorgie','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (460,61,'GE','it','Georgia','Georgia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (461,61,'GE','zh','格鲁吉亚','格鲁吉亚','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (462,61,'GE','ru','Грузия','Грузия','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (463,63,'GH','ar','غانا','غانا جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (464,63,'GH','en','Ghana','the Republic of Ghana','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (465,63,'GH','es','Ghana','la República de Ghana','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (466,63,'GH','fr','Ghana','la République du Ghana','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (467,63,'GH','it','Ghana','Repubblica del Ghana','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (468,63,'GH','zh','加 纳','加纳共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (469,63,'GH','ru','Гана','Республика Гана','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (470,67,'GN','ar','غينيا','جمهورية غينيا ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (471,67,'GN','en','Guinea','the Republic of Guinea','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (472,67,'GN','es','Guinea','la República de Guinea','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (473,67,'GN','fr','Guinée','la République de Guinée','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (474,67,'GN','it','Guinea','Repubblica di Guinea','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (475,67,'GN','zh','几内亚','几内亚共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (476,67,'GN','ru','Гвинея','Гвинейская Республика','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (477,60,'GM','ar','غامبيا','الإسلامية غامبيا جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (478,60,'GM','en','Gambia','Islamic Republic of the Gambia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (479,60,'GM','es','Gambia','República Islámica de Gambia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (480,60,'GM','fr','Gambie','République islamique de Gambie','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (481,60,'GM','it','Gambia','Repubblica islamica del Gambia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (482,60,'GM','zh','冈比亚','冈比亚伊斯兰共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (483,60,'GM','ru','Гамбия','Исламская Республика Гамбия','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (484,68,'GW','ar','غينيا - بيساو ','جمهورية غينيا بيساو ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (485,68,'GW','en','Guinea-Bissau','the Republic of Guinea-Bissau','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (486,68,'GW','es','Guinea-Bissau','la República de Guinea-Bissau','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (487,68,'GW','fr','Guinée-Bissau','la République de Guinée-Bissau','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (488,68,'GW','it','Guinea-Bissau','Repubblica di Guinea-Bissau','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (489,68,'GW','zh','几内亚比绍','几内亚比绍共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (490,68,'GW','ru','Гвинея-Бисау','Республика Гвинея-Бисау','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (491,52,'GQ','ar','الاستوائية غينيا ','الاستوائية غينيا جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (492,52,'GQ','en','Equatorial Guinea','the Republic of Equatorial Guinea','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (493,52,'GQ','es','Guinea Ecuatorial','la República de Guinea Ecuatorial','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (494,52,'GQ','fr','Guinée équatoriale','la République de Guinée équatoriale','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (495,52,'GQ','it','Guinea equatoriale','Repubblica di Guinea equatoriale','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (496,52,'GQ','zh','赤道几内亚','赤道几内亚共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (497,52,'GQ','ru','Экваториальная Гвинея','Республика Экваториальная Гвинея','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (498,64,'GR','ar','اليونان','الهيلانية الجمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (499,64,'GR','en','Greece','the Hellenic Republic','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (500,64,'GR','es','Grecia','la República Helénica','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (501,64,'GR','fr','Grèce','la République hellénique','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (502,64,'GR','it','Grecia','Repubblica ellenica','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (503,64,'GR','zh','希 腊','希腊共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (504,64,'GR','ru','Греция','Греческая Республика','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (505,65,'GD','ar','غرينادا','غرينادا','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (506,65,'GD','en','Grenada','Grenada','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (507,65,'GD','es','Granada','Granada','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (508,65,'GD','fr','Grenade','la Grenade','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (509,65,'GD','it','Grenada','Grenada','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (510,65,'GD','zh','格林纳达','格林纳达','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (511,65,'GD','ru','Гренада','Гренада','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (512,66,'GT','ar','غواتيمالا','جمهورية غواتيمالا ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (513,66,'GT','en','Guatemala','the Republic of Guatemala','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (514,66,'GT','es','Guatemala','la República de Guatemala','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (515,66,'GT','fr','Guatemala','la République du Guatemala','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (516,66,'GT','it','Guatemala','Repubblica del Guatemala','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (517,66,'GT','zh','危地马拉','危地马拉共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (518,66,'GT','ru','Гватемала','Республика Гватемала','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (519,69,'GY','ar','غيانا','جمهورية غيانا ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (520,69,'GY','en','Guyana','the Republic of Guyana','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (521,69,'GY','es','Guyana','la República de Guyana','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (522,69,'GY','fr','Guyana','la République du Guyana','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (523,69,'GY','it','Guyana','Repubblica della Guyana','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (524,69,'GY','zh','圭亚那','圭亚那共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (525,69,'GY','ru','Гайана','Республика Гайана','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (526,71,'HN','ar','هندوراس','هندوراس جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (527,71,'HN','en','Honduras','the Republic of Honduras','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (528,71,'HN','es','Honduras','la República de Honduras','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (529,71,'HN','fr','Honduras','la République du Honduras','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (530,71,'HN','it','Honduras','Repubblica di Honduras','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (531,71,'HN','zh','洪都拉斯','洪都拉斯共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (532,71,'HN','ru','Гондурас','Республика Гондурас','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (533,40,'HR','ar','كرواتيا','جمهورية كرواتيا ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (534,40,'HR','en','Croatia','the Republic of Croatia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (535,40,'HR','es','Croacia','la República de Croacia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (536,40,'HR','fr','Croatie','la République de Croatie','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (537,40,'HR','it','Croazia','Repubblica di Croazia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (538,40,'HR','zh','克罗地亚','克罗地亚共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (539,40,'HR','ru','Хорватия','Республика Хорватия','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (540,70,'HT','ar','هايتي','جمهورية هايتي ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (541,70,'HT','en','Haiti','the Republic of Haiti','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (542,70,'HT','es','Haití','la República de Haití','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (543,70,'HT','fr','Haïti','la République d\'Haïti','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (544,70,'HT','it','Haiti','Repubblica di Haiti','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (545,70,'HT','zh','海 地','海地共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (546,70,'HT','ru','Гаити','Республика Гаити','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (547,72,'HU','ar','هنغاريا','هنغاريا','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (548,72,'HU','en','Hungary','Hungary','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (549,72,'HU','es','Hungría','Hungría','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (550,72,'HU','fr','Hongrie','la Hongrie','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (551,72,'HU','it','Ungheria','Ungheria','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (552,72,'HU','zh','匈牙利','匈牙利','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (553,72,'HU','ru','Венгрия','Венгрия','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (554,75,'ID','ar','إندونيسيا','جمهورية إندونيسيا ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (555,75,'ID','en','Indonesia','the Republic of Indonesia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (556,75,'ID','es','Indonesia','la República de Indonesia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (557,75,'ID','fr','Indonésie','la République d\'Indonésie','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (558,75,'ID','it','Indonesia','Indonesia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (559,75,'ID','zh','印度尼西亚','印度尼西亚共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (560,75,'ID','ru','Индонезия','Республика Индонезия','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (561,74,'IN','ar','الهند','جمهورية الهند ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (562,74,'IN','en','India','the Republic of India','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (563,74,'IN','es','India','la República de la India','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (564,74,'IN','fr','Inde','la République de l\'Inde','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (565,74,'IN','it','India','Repubblica dell\'India','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (566,74,'IN','zh','印 度','印度共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (567,74,'IN','ru','Индия','Республика Индия','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (568,77,'IE','ar','آيرلندا','آيرلندا','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (569,77,'IE','en','Ireland','Ireland','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (570,77,'IE','es','Irlanda','Irlanda','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (571,77,'IE','fr','Irlande','l\'Irlande','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (572,77,'IE','it','Irlanda','Irlanda','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (573,77,'IE','zh','爱尔兰','爱尔兰','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (574,77,'IE','ru','Ирландия','Ирландия','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (575,187,'IR','ar','الإسلامية - جمهورية - إيران ','الإسلامية إيران جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (576,187,'IR','en','Iran','the Islamic Republic of Iran','http://termportal.fao.org/faonocs/appl/ FIXED'); INSERT INTO `country_name` VALUES (577,187,'IR','es','Irán','la República Islámica del Irán','http://termportal.fao.org/faonocs/appl/ FIXED'); INSERT INTO `country_name` VALUES (578,187,'IR','fr','Iran','la République islamique d\'Iran','http://termportal.fao.org/faonocs/appl/ FIXED'); INSERT INTO `country_name` VALUES (579,187,'IR','it','Iran','Repubblica islamica dell\'Iran','http://termportal.fao.org/faonocs/appl/ FIXED'); INSERT INTO `country_name` VALUES (580,187,'IR','zh','伊 朗(伊斯兰共和国)','伊朗伊斯兰共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (581,187,'IR','ru','Иран (Исламская Республика)','Исламская Республика Иран','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (582,76,'IQ','ar','العراق','جمهورية العراق ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (583,76,'IQ','en','Iraq','the Republic of Iraq','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (584,76,'IQ','es','Iraq','la República del Iraq','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (585,76,'IQ','fr','Iraq','la République d\'Iraq','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (586,76,'IQ','it','Iraq','Repubblica dell\'Iraq','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (587,76,'IQ','zh','伊拉克','伊拉克共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (588,76,'IQ','ru','Ирак','Республика Ирак','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (589,73,'IS','ar','آيسلندا','آيسلندا جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (590,73,'IS','en','Iceland','the Republic of Iceland','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (591,73,'IS','es','Islandia','la República de Islandia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (592,73,'IS','fr','Islande','la République d\'Islande','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (593,73,'IS','it','Islanda','Repubblica d\'Islanda','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (594,73,'IS','zh','冰 岛','冰岛共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (595,73,'IS','ru','Исландия','Республика Исландия','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (596,78,'IL','ar','إسرائيل','إسرائيل دولة ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (597,78,'IL','en','Israel','the State of Israel','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (598,78,'IL','es','Israel','el Estado de Israel','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (599,78,'IL','fr','Israël','l\'État d\'Israël','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (600,78,'IL','it','Israele','Stato d\'Israele','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (601,78,'IL','zh','以色列','以色列国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (602,78,'IL','ru','Израиль','Государство Израиль','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (603,79,'IT','ar','إيطاليا','الإيطالية الجمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (604,79,'IT','en','Italy','the Republic of Italy','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (605,79,'IT','es','Italia','la República Italiana','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (606,79,'IT','fr','Italie','la République italienne','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (607,79,'IT','it','Italia','Repubblica italiana','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (608,79,'IT','zh','意大利','意大利共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (609,79,'IT','ru','Италия','Итальянская Республика','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (610,80,'JM','ar','جامايكا','جامايكا','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (611,80,'JM','en','Jamaica','Jamaica','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (612,80,'JM','es','Jamaica','Jamaica','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (613,80,'JM','fr','Jamaïque','la Jamaïque','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (614,80,'JM','it','Giamaica','Giamaica','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (615,80,'JM','zh','牙买加','牙买加','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (616,80,'JM','ru','Ямайка','Ямайка','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (617,82,'JO','ar','الأردن','الهاشمية الأردنية المملكة ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (618,82,'JO','en','Jordan','the Hashemite Kingdom of Jordan','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (619,82,'JO','es','Jordania','el Reino Hachemita de Jordania','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (620,82,'JO','fr','Jordanie','le Royaume hachémite de Jordanie','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (621,82,'JO','it','Giordania','Regno hascemita di Giordania','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (622,82,'JO','zh','约 旦','约旦哈希姆王国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (623,82,'JO','ru','Иордания','Иорданское Хашимитское Королевство','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (624,81,'JP','ar','اليابان','اليابان','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (625,81,'JP','en','Japan','Japan','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (626,81,'JP','es','Japón','el Japón','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (627,81,'JP','fr','Japon','le Japon','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (628,81,'JP','it','Giappone','Giappone','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (629,81,'JP','zh','日 本','日本国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (630,81,'JP','ru','Япония','Япония','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (631,83,'KZ','ar','كازاخستان','جمهورية كازاخستان ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (632,83,'KZ','en','Kazakhstan','the Republic of Kazakhstan','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (633,83,'KZ','es','Kazajstán','la República de Kazajstán','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (634,83,'KZ','fr','Kazakhstan','la République du Kazakhstan','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (635,83,'KZ','it','Kazakistan','Repubblica del Kazakhstan','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (636,83,'KZ','zh','哈萨克斯坦','哈萨克斯坦共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (637,83,'KZ','ru','Казахстан','Республика Казахстан','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (638,84,'KE','ar','كينيا','كينيا جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (639,84,'KE','en','Kenya','the Republic of Kenya','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (640,84,'KE','es','Kenya','la República de Kenya','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (641,84,'KE','fr','Kenya','la République du Kenya','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (642,84,'KE','it','Kenya','Repubblica del Kenya','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (643,84,'KE','zh','肯尼亚','肯尼亚共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (644,84,'KE','ru','Кения','Республика Кения','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (645,87,'KG','ar','قيرغيزستان','جمهورية القيرغيز ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (646,87,'KG','en','Kyrgyzstan','the Kyrgyz Republic','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (647,87,'KG','es','Kirguistán','la República Kirguisa','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (648,87,'KG','fr','Kirghizistan','la République kirghize','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (649,87,'KG','it','Kirghizistan','Repubblica di Kirghizistan','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (650,87,'KG','zh','吉尔吉斯斯坦','吉尔吉斯共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (651,87,'KG','ru','Кыргызстан','Кыргызская Республика','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (652,28,'KH','ar','كمبوديا','مملكة كمبوديا ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (653,28,'KH','en','Cambodia','the Kingdom of Cambodia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (654,28,'KH','es','Camboya','el Reino de Camboya','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (655,28,'KH','fr','Cambodge','le Royaume du Cambodge','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (656,28,'KH','it','Cambogia','Regno di Cambogia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (657,28,'KH','zh','柬埔寨','柬埔寨王国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (658,28,'KH','ru','Камбоджа','Королевство Камбоджа','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (659,85,'KI','ar','كيريباس','كيريباس جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (660,85,'KI','en','Kiribati','the Republic of Kiribati','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (661,85,'KI','es','Kiribati','la República de Kiribati','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (662,85,'KI','fr','Kiribati','la République de Kiribati','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (663,85,'KI','it','Kiribati','Repubblica di Kiribati','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (664,85,'KI','zh','基里巴斯','基里巴斯共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (665,85,'KI','ru','Кирибати','Республика Кирибати','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (666,136,'KN','ar','ونيفيس كيتس سانت ','ونيفيس كيتس سانت ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (667,136,'KN','en','Saint Kitts and Nevis','Saint Kitts and Nevis','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (668,136,'KN','es','Saint Kitts y Nevis','Saint Kitts y Nevis','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (669,136,'KN','fr','Saint-Kitts-et-Nevis','Saint-Kitts-et-Nevis','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (670,136,'KN','it','Saint Christopher e Nevis','Federazione di Saint Kitts e Nevis','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (671,136,'KN','zh','圣基茨和尼维斯','圣基茨和尼维斯','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (672,136,'KN','ru','Сент-Китс и Невис','Сент-Китс и Невис','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (673,189,'KR','ar','جمهورية كوريا ','جمهورية كوريا ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (674,189,'KR','en','Republic of Korea','the Republic of Korea','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (675,189,'KR','es','República de Corea','la República de Corea','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (676,189,'KR','fr','République de Corée','la République de Corée','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (677,189,'KR','it','Repubblica di Corea','Repubblica di Corea','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (678,189,'KR','zh','大韩民国','大韩民国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (679,189,'KR','ru','Республика Корея','Республика Корея','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (680,86,'KW','ar','الكويت','الكويت دولة ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (681,86,'KW','en','Kuwait','the State of Kuwait','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (682,86,'KW','es','Kuwait','el Estado de Kuwait','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (683,86,'KW','fr','Koweït','l\'État du Koweït','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (684,86,'KW','it','Kuwait','Stato del Kuwait','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (685,86,'KW','zh','科威特','科威特国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (686,86,'KW','ru','Кувейт','Государство Кувейт','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (687,88,'LA','ar','الشعبية الديمقراطية لاو جمهورية ','الشعبية الديمقراطية لاو جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (688,88,'LA','en','Lao People\'s Democratic Republic','the Lao People\'s Democratic Republic','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (689,88,'LA','es','República Democrática Popular Lao','la República Democrática Popular Lao','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (690,88,'LA','fr','République démocratique populaire lao','la République démocratique populaire lao','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (691,88,'LA','it','Repubblica democratica popolare del Laos','Repubblica democratica popolare del Laos','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (692,88,'LA','zh','老挝人民民主共和国','老挝人民民主共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (693,88,'LA','ru','Лаосская Народно-Демократическая Республика','Лаосская Народно-Демократическая Республика','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (694,90,'LB','ar','لبنان','اللبنانية الجمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (695,90,'LB','en','Lebanon','the Lebanese Republic','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (696,90,'LB','es','Líbano','la República libanesa','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (697,90,'LB','fr','Liban','la République libanaise','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (698,90,'LB','it','Libano','Repubblica libanese','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (699,90,'LB','zh','黎巴嫩','黎巴嫩共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (700,90,'LB','ru','Ливан','Ливанская Республика','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (701,92,'LR','ar','ليبريا','جمهورية ليبريا ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (702,92,'LR','en','Liberia','the Republic of Liberia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (703,92,'LR','es','Liberia','la República de Liberia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (704,92,'LR','fr','Libéria','la République du Libéria','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (705,92,'LR','it','Liberia','Repubblica di Liberia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (706,92,'LR','zh','利比里亚','利比里亚共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (707,92,'LR','ru','Либерия','Республика Либерия','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (708,93,'LY','ar','ليبيا','ليبيا','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (709,93,'LY','en','Libya','Libya','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (710,93,'LY','es','Libia','Libia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (711,93,'LY','fr','Libye','la Libye','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (712,93,'LY','it','Libia','Libia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (713,93,'LY','zh','利比亚','利比亚','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (714,93,'LY','ru','Ливия','Ливия','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (715,137,'LC','ar','لوسيا سانت ','لوسيا سانت ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (716,137,'LC','en','Saint Lucia','Saint Lucia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (717,137,'LC','es','Santa Lucía','Santa Lucía','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (718,137,'LC','fr','Sainte-Lucie','Sainte-Lucie','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (719,137,'LC','it','Santa Lucia ','Santa Lucia ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (720,137,'LC','zh','圣卢西亚','圣卢西亚','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (721,137,'LC','ru','Сент-Люсия','Сент-Люсия','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (722,94,'LI','ar','لختنشتاين','إمارة لختنشتاين ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (723,94,'LI','en','Liechtenstein','the Principality of Liechtenstein','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (724,94,'LI','es','Liechtenstein','el Principado de Liechtenstein','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (725,94,'LI','fr','Liechtenstein','la Principauté du Liechtenstein','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (726,94,'LI','it','Liechtenstein','Principato del Liechtenstein','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (727,94,'LI','zh','列支敦士登','列支敦士登公国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (728,94,'LI','ru','Лихтенштейн','Княжество Лихтенштейн','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (729,154,'LK','ar','سري لانكا ','جمهورية سري لانكا الاشتراكية الديمقراطية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (730,154,'LK','en','Sri Lanka','the Democratic Socialist Republic of Sri Lanka','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (731,154,'LK','es','Sri Lanka','la República Socialista Democrática de Sri Lanka','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (732,154,'LK','fr','Sri Lanka','la République socialiste démocratique de Sri Lanka','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (733,154,'LK','it','Sri Lanka','Repubblica democratica socialista di Sri Lanka','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (734,154,'LK','zh','斯里兰卡','斯里兰卡民主社会主义共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (735,154,'LK','ru','Шри-Ланка','Демократическая Социалистическая Республика Шри-Ланка','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (736,91,'LS','ar','ليسوتو','ليسوتو مملكة ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (737,91,'LS','en','Lesotho','the Kingdom of Lesotho','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (738,91,'LS','es','Lesotho','el Reino de Lesotho','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (739,91,'LS','fr','Lesotho','le Royaume du Lesotho','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (740,91,'LS','it','Lesotho','Regno di Lesotho','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (741,91,'LS','zh','莱索托','莱索托王国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (742,91,'LS','ru','Лесото','Королевство Лесото','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (743,95,'LT','ar','ليتوانيا','جمهورية ليتوانيا ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (744,95,'LT','en','Lithuania','the Republic of Lithuania','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (745,95,'LT','es','Lituania','la República de Lituania','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (746,95,'LT','fr','Lituanie','la République de Lituanie','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (747,95,'LT','it','Lituania','Repubblica di Lituania','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (748,95,'LT','zh','立陶宛','立陶宛共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (749,95,'LT','ru','Литва','Литовская Республика','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (750,96,'LU','ar','لكسمبرغ','الكبرى لكسمبرغ دوقية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (751,96,'LU','en','Luxembourg','the Grand Duchy of Luxembourg','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (752,96,'LU','es','Luxemburgo','el Gran Ducado de Luxemburgo','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (753,96,'LU','fr','Luxembourg','le Grand-Duché de Luxembourg','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (754,96,'LU','it','Lussemburgo','Granducato di Lussemburgo','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (755,96,'LU','zh','卢森堡','卢森堡大公国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (756,96,'LU','ru','Люксембург','Великое Герцогство Люксембург','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (757,89,'LV','ar','لاتفيا','جمهورية لاتفيا ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (758,89,'LV','en','Latvia','the Republic of Latvia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (759,89,'LV','es','Letonia','la República de Letonia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (760,89,'LV','fr','Lettonie','la République de Lettonie','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (761,89,'LV','it','Lettonia','Repubblica di Lettonia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (762,89,'LV','zh','拉脱维亚','拉脱维亚共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (763,89,'LV','ru','Латвия','Латвийская Республика','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (764,110,'MA','ar','المغرب','المملكة المغربية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (765,110,'MA','en','Morocco','the Kingdom of Morocco','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (766,110,'MA','es','Marruecos','el Reino de Marruecos','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (767,110,'MA','fr','Maroc','le Royaume du Maroc','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (768,110,'MA','it','Marocco','Regno del Marocco','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (769,110,'MA','zh','摩洛哥','摩洛哥王国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (770,110,'MA','ru','Марокко','Королевство Марокко','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (771,107,'MC','ar','موناكو','إمارة موناكو ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (772,107,'MC','en','Monaco','the Principality of Monaco','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (773,107,'MC','es','Mónaco','el Principado de Mónaco','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (774,107,'MC','fr','Monaco','la Principauté de Monaco','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (775,107,'MC','it','Monaco','Principato di Monaco','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (776,107,'MC','zh','摩纳哥','摩纳哥公国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (777,107,'MC','ru','Монако','Княжество Монако','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (778,190,'MD','ar','جمهورية مولدوفا ','جمهورية مولدوفا ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (779,190,'MD','en','Republic of Moldova','the Republic of Moldova','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (780,190,'MD','es','República de Moldova','la República de Moldova','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (781,190,'MD','fr','République de Moldova','la République de Moldova','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (782,190,'MD','it','Repubblica di Moldova','Repubblica di Moldova','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (783,190,'MD','zh','摩尔多瓦共和国','摩尔多瓦共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (784,190,'MD','ru','Республика Молдова','Республика Молдова','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (785,97,'MG','ar','مدغشقر','جمهورية مدغشقر ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (786,97,'MG','en','Madagascar','the Republic of Madagascar','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (787,97,'MG','es','Madagascar','la República de Madagascar','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (788,97,'MG','fr','Madagascar','la République de Madagascar','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (789,97,'MG','it','Madagascar','Repubblica del Madagascar','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (790,97,'MG','zh','马达加斯加','马达加斯加共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (791,97,'MG','ru','Мадагаскар','Республика Мадагаскар','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (792,100,'MV','ar','ملديف','جمهورية ملديف ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (793,100,'MV','en','Maldives','the Republic of Maldives','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (794,100,'MV','es','Maldivas','la República de Maldivas','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (795,100,'MV','fr','Maldives','la République des Maldives','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (796,100,'MV','it','Maldive','Repubblica delle Maldive','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (797,100,'MV','zh','马尔代夫','马尔代夫共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (798,100,'MV','ru','Мальдивы','Мальдивская Республика','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (799,106,'MX','ar','المكسيك','المكسيكية المتحدة الولايات ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (800,106,'MX','en','Mexico','the United Mexican States','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (801,106,'MX','es','México','los Estados Unidos Mexicanos','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (802,106,'MX','fr','Mexique','les États-Unis du Mexique','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (803,106,'MX','it','Messico','Stati Uniti messicani','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (804,106,'MX','zh','墨西哥','墨西哥合众国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (805,106,'MX','ru','Мексика','Мексиканские Соединенные Штаты','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (806,103,'MH','ar','جزر مارشال ','جمهورية جزر مارشال ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (807,103,'MH','en','Marshall Islands','the Republic of the Marshall Islands','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (808,103,'MH','es','Islas Marshall','la República de las Islas Marshall','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (809,103,'MH','fr','Îles Marshall','la République des Îles Marshall','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (810,103,'MH','it','Isole Marshall','Repubblica delle Isole Marshall','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (811,103,'MH','zh','马绍尔群岛','马绍尔群岛共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (812,103,'MH','ru','Маршалловы Острова','Республика Маршалловы Острова','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (813,191,'MK','ar','جمهورية مقدونيا اليوغوسلافية السابقة ','جمهورية مقدونيا اليوغوسلافية السابقة ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (814,191,'MK','en','The former Yugoslav Republic of Macedonia','The former Yugoslav Republic of Macedonia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (815,191,'MK','es','ex República Yugoslava de Macedonia','la ex República Yugoslava de Macedonia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (816,191,'MK','fr','ex-République yougoslave de Macédoine','l\'ex-République yougoslave de Macédoine','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (817,191,'MK','it','ex Repubblica jugoslava di Macedonia','L\'ex Repubblica jugoslava di Macedonia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (818,191,'MK','zh','前南斯拉夫的马其顿共和国','前南斯拉夫的马其顿共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (819,191,'MK','ru','бывшая югославская Республика Македония','бывшая югославская Республика Македония','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (820,101,'ML','ar','مالي','مالي جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (821,101,'ML','en','Mali','the Republic of Mali','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (822,101,'ML','es','Malí','la República de Malí','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (823,101,'ML','fr','Mali','la République du Mali','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (824,101,'ML','it','Mali','Repubblica del Mali','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (825,101,'ML','zh','马 里','马里共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (826,101,'ML','ru','Мали','Республика Мали','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (827,102,'MT','ar','مالطة','جمهورية مالطة ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (828,102,'MT','en','Malta','the Republic of Malta','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (829,102,'MT','es','Malta','la República de Malta','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (830,102,'MT','fr','Malte','la République de Malte','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (831,102,'MT','it','Malta','Repubblica di Malta','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (832,102,'MT','zh','马耳他','马耳他共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (833,102,'MT','ru','Мальта','Республика Мальта','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (834,112,'MM','ar','ميانمار','ميانمار اتحاد جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (835,112,'MM','en','Myanmar','the Republic of the Union of Myanmar','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (836,112,'MM','es','Myanmar','la República de la Unión de Myanmar','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (837,112,'MM','fr','Myanmar','République de l\'Union du Myanmar','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (838,112,'MM','it','Myanmar','Repubblica dell\'Unione di Myanmar','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (839,112,'MM','zh','缅 甸','缅甸联邦共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (840,112,'MM','ru','Мьянма','Республика Союз Мьянма','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (841,109,'ME','ar','الأسود الجبل ','الأسود الجبل ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (842,109,'ME','en','Montenegro','Montenegro','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (843,109,'ME','es','Montenegro','Montenegro','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (844,109,'ME','fr','Monténégro','le Monténégro','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (845,109,'ME','it','Montenegro','Montenegro','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (846,109,'ME','zh','黑山','黑山','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (847,109,'ME','ru','Черногория','Черногория','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (848,108,'MN','ar','منغوليا','منغوليا','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (849,108,'MN','en','Mongolia','Mongolia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (850,108,'MN','es','Mongolia','Mongolia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (851,108,'MN','fr','Mongolie','la Mongolie','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (852,108,'MN','it','Mongolia','Mongolia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (853,108,'MN','zh','蒙 古','蒙古国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (854,108,'MN','ru','Монголия','Монголия','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (855,111,'MZ','ar','موزامبيق','جمهورية موزامبيق ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (856,111,'MZ','en','Mozambique','the Republic of Mozambique','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (857,111,'MZ','es','Mozambique','la República de Mozambique','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (858,111,'MZ','fr','Mozambique','la République du Mozambique','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (859,111,'MZ','it','Mozambico','Repubblica del Mozambico','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (860,111,'MZ','zh','莫桑比克','莫桑比克共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (861,111,'MZ','ru','Мозамбик','Республика Мозамбик','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (862,104,'MR','ar','موريتانيا','الجمهورية الإسلامية الموريتانية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (863,104,'MR','en','Mauritania','the Islamic Republic of Mauritania','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (864,104,'MR','es','Mauritania','la República Islámica de Mauritania','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (865,104,'MR','fr','Mauritanie','la République islamique de Mauritanie','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (866,104,'MR','it','Mauritania','Repubblica islamica di Mauritania','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (867,104,'MR','zh','毛里塔尼亚','毛里塔尼亚伊斯兰共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (868,104,'MR','ru','Мавритания','Исламская Республика Мавритания','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (869,105,'MU','ar','موريشيوس','موريشيوس جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (870,105,'MU','en','Mauritius','the Republic of Mauritius','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (871,105,'MU','es','Mauricio','la República de Mauricio','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (872,105,'MU','fr','Maurice','la République de Maurice','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (873,105,'MU','it','Maurizio','Repubblica di Maurizio','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (874,105,'MU','zh','毛里求斯','毛里求斯共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (875,105,'MU','ru','Маврикий','Республика Маврикий','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (876,98,'MW','ar','ملاوي','جمهورية ملاوي ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (877,98,'MW','en','Malawi','the Republic of Malawi','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (878,98,'MW','es','Malawi','la República de Malawi','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (879,98,'MW','fr','Malawi','la République du Malawi','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (880,98,'MW','it','Malawi','Repubblica del Malawi','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (881,98,'MW','zh','马拉维','马拉维共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (882,98,'MW','ru','Малави','Республика Малави','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (883,99,'MY','ar','ماليزيا','ماليزيا','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (884,99,'MY','en','Malaysia','Malaysia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (885,99,'MY','es','Malasia','Malasia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (886,99,'MY','fr','Malaisie','la Malaisie','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (887,99,'MY','it','Malaysia','Malaysia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (888,99,'MY','zh','马来西亚','马来西亚','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (889,99,'MY','ru','Малайзия','Малайзия','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (890,113,'NA','ar','ناميبيا','جمهورية ناميبيا ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (891,113,'NA','en','Namibia','the Republic of Namibia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (892,113,'NA','es','Namibia','la República de Namibia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (893,113,'NA','fr','Namibie','la République de Namibie','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (894,113,'NA','it','Namibia','Repubblica di Namibia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (895,113,'NA','zh','纳米比亚','纳米比亚共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (896,113,'NA','ru','Намибия','Республика Намибия','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (897,119,'NE','ar','النيجر','جمهورية النيجر ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (898,119,'NE','en','Niger','the Republic of the Niger','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (899,119,'NE','es','Níger','la República del Níger','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (900,119,'NE','fr','Niger','la République du Niger','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (901,119,'NE','it','Niger','Repubblica del Niger','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (902,119,'NE','zh','尼日尔','尼日尔共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (903,119,'NE','ru','Нигер','Республика Нигер','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (904,120,'NG','ar','نيجيريا','الاتحادية نيجيريا جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (905,120,'NG','en','Nigeria','the Federal Republic of Nigeria','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (906,120,'NG','es','Nigeria','la República Federal de Nigeria','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (907,120,'NG','fr','Nigéria','la République fédérale du Nigéria','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (908,120,'NG','it','Nigeria','Repubblica federale della Nigeria','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (909,120,'NG','zh','尼日利亚','尼日利亚联邦共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (910,120,'NG','ru','Нигерия','Федеративная Республика Нигерия','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (911,118,'NI','ar','نيكاراغوا','جمهورية نيكاراغوا ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (912,118,'NI','en','Nicaragua','the Republic of Nicaragua','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (913,118,'NI','es','Nicaragua','la República de Nicaragua','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (914,118,'NI','fr','Nicaragua','la République du Nicaragua','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (915,118,'NI','it','Nicaragua','Repubblica di Nicaragua','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (916,118,'NI','zh','尼加拉瓜','尼加拉瓜共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (917,118,'NI','ru','Никарагуа','Республика Никарагуа','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (918,192,'NU','ar','نيوى','نيوى','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (919,192,'NU','en','Niue','Niue','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (920,192,'NU','es','Niue','Niue','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (921,192,'NU','fr','Nioué','Nioué','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (922,192,'NU','it','Niue','Niue','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (923,192,'NU','zh','纽 埃','纽埃共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (924,192,'NU','ru','Ниуэ','Ниуэ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (925,116,'NL','ar','هولندا','هولندا مملكة ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (926,116,'NL','en','Netherlands','the Kingdom of the Netherlands','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (927,116,'NL','es','Países Bajos','el Reino de los Países Bajos','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (928,116,'NL','fr','Pays-Bas','le Royaume des Pays-Bas','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (929,116,'NL','it','Paesi Bassi','Regno dei Paesi Bassi','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (930,116,'NL','zh','荷 兰','荷兰王国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (931,116,'NL','ru','Нидерланды','Королевство Нидерландов','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (932,121,'NO','ar','النرويج','النرويج مملكة ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (933,121,'NO','en','Norway','the Kingdom of Norway','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (934,121,'NO','es','Noruega','el Reino de Noruega','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (935,121,'NO','fr','Norvège','le Royaume de Norvège','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (936,121,'NO','it','Norvegia','Regno di Norvegia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (937,121,'NO','zh','挪 威','挪威王国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (938,121,'NO','ru','Норвегия','Королевство Норвегия','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (939,115,'NP','ar','نيبال','الاتحادية الديمقراطية نيبال جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (940,115,'NP','en','Nepal','the Federal Democratic Republic of Nepal','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (941,115,'NP','es','Nepal','la República Democrática Federal de Nepal','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (942,115,'NP','fr','Népal','la République fédérale démocratique du Nepal','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (943,115,'NP','it','Nepal','Repubblica Democratica Federale di Nepal','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (944,115,'NP','zh','尼泊尔','尼泊尔联邦民主共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (945,115,'NP','ru','Непал','Федеративная Демократическая Республика Непал','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (946,114,'NR','ar','ناورو','ناورو جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (947,114,'NR','en','Nauru','the Republic of Nauru','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (948,114,'NR','es','Nauru','la República de Nauru','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (949,114,'NR','fr','Nauru','la République de Nauru','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (950,114,'NR','it','Nauru','Repubblica di Nauru','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (951,114,'NR','zh','瑙 鲁','瑙鲁共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (952,114,'NR','ru','Науру','Республика Науру','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (953,117,'NZ','ar','نيوزيلندا','نيوزيلندا','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (954,117,'NZ','en','New Zealand','New Zealand','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (955,117,'NZ','es','Nueva Zelandia','Nueva Zelandia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (956,117,'NZ','fr','Nouvelle-Zélande','la Nouvelle-Zélande','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (957,117,'NZ','it','Nuova Zelanda','Nuova Zelanda','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (958,117,'NZ','zh','新西兰','新西兰','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (959,117,'NZ','ru','Новая Зеландия','Новая Зеландия','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (960,122,'OM','ar','عمان','سلطنة عمان ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (961,122,'OM','en','Oman','the Sultanate of Oman','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (962,122,'OM','es','Omán','la Sultanía de Omán','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (963,122,'OM','fr','Oman','le Sultanat d\'Oman','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (964,122,'OM','it','Oman','Sultanato dell\'Oman','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (965,122,'OM','zh','阿 曼','阿曼苏丹国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (966,122,'OM','ru','Оман','Султанат Оман','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (967,123,'PK','ar','باكستان','الإسلامية باكستان جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (968,123,'PK','en','Pakistan','the Islamic Republic of Pakistan','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (969,123,'PK','es','Pakistán','la República Islámica del Pakistán','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (970,123,'PK','fr','Pakistan','la République islamique du Pakistan','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (971,123,'PK','it','Pakistan','Repubblica islamica del Pakistan','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (972,123,'PK','zh','巴基斯坦','巴基斯坦伊斯兰共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (973,123,'PK','ru','Пакистан','Исламская Республика Пакистан','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (974,125,'PA','ar','بنما','بنما جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (975,125,'PA','en','Panama','the Republic of Panama','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (976,125,'PA','es','Panamá','la República de Panamá','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (977,125,'PA','fr','Panama','la République du Panama','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (978,125,'PA','it','Panama','Repubblica di Panama','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (979,125,'PA','zh','巴拿马','巴拿马共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (980,125,'PA','ru','Панама','Республика Панама','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (981,128,'PE','ar','بيرو','بيرو جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (982,128,'PE','en','Peru','the Republic of Peru','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (983,128,'PE','es','Perú','la República del Perú','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (984,128,'PE','fr','Pérou','la République du Pérou','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (985,128,'PE','it','Perù','Repubblica del Perù','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (986,128,'PE','zh','秘 鲁','秘鲁共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (987,128,'PE','ru','Перу','Республика Перу','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (988,129,'PH','ar','الفلبين','الفلبين جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (989,129,'PH','en','Philippines','the Republic of the Philippines','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (990,129,'PH','es','Filipinas','la República de Filipinas','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (991,129,'PH','fr','Philippines','la République des Philippines','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (992,129,'PH','it','Filippine','Repubblica delle Filippine','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (993,129,'PH','zh','菲律宾','菲律宾共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (994,129,'PH','ru','Филиппины','Республика Филиппины','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (995,124,'PW','ar','بالاو','جمهورية بالاو ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (996,124,'PW','en','Palau','the Republic of Palau','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (997,124,'PW','es','Palau','la República de Palau','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (998,124,'PW','fr','Palaos','la République des Palaos','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (999,124,'PW','it','Palau','Repubblica di Palau','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1000,124,'PW','zh','帕劳','帕劳共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1001,124,'PW','ru','Палау','Республика Палау','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1002,126,'PG','ar','الجديدة غينيا بابوا ','المستقلة الجديدة غينيا بابوا دولة ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1003,126,'PG','en','Papua New Guinea','Independent State of Papua New Guinea','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1004,126,'PG','es','Papua Nueva Guinea','Estado Independiente de Papua Nueva Guinea','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1005,126,'PG','fr','Papouasie-Nouvelle-Guinée','État indépendant de Papouasie-Nouvelle-Guinée','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1006,126,'PG','it','Papua Nuova Guinea','Stato indipendente di Papua Nuova Guinea','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1007,126,'PG','zh','巴布亚新几内亚','巴布亚新几内亚独立国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1008,126,'PG','ru','Папуа-Новая Гвинея','Независимое государство Папуа-Новая Гвинея','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1009,130,'PL','ar','بولندا','جمهورية بولندا ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1010,130,'PL','en','Poland','the Republic of Poland','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1011,130,'PL','es','Polonia','la República de Polonia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1012,130,'PL','fr','Pologne','la République de Pologne','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1013,130,'PL','it','Polonia','Repubblica di Polonia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1014,130,'PL','zh','波 兰','波兰共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1015,130,'PL','ru','Польша','Республика Польша','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1016,188,'KP','ar','الديمقراطية الشعبية كوريا جمهورية ','الديمقراطية الشعبية كوريا جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1017,188,'KP','en','Democratic People\'s Republic of Korea','the Democratic People\'s Republic of Korea','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1018,188,'KP','es','República Popular Democrática de Corea','la República Popular Democrática de Corea','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1019,188,'KP','fr','République populaire démocratique de Corée','la République populaire démocratique de Corée','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1020,188,'KP','it','Repubblica popolare democratica di Corea','Repubblica popolare democratica di Corea','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1021,188,'KP','zh','朝鲜民主主义人民共和国','朝鲜民主主义人民共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1022,188,'KP','ru','Корейская Народно-Демократическая Республика','Корейская Народно-Демократическая Республика','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1023,131,'PT','ar','البرتغال','البرتغال جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1024,131,'PT','en','Portugal','the Portuguese Republic','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1025,131,'PT','es','Portugal','la República Portuguesa','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1026,131,'PT','fr','Portugal','la République portugaise','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1027,131,'PT','it','Portogallo','Repubblica portoghese','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1028,131,'PT','zh','葡萄牙','葡萄牙共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1029,131,'PT','ru','Португалия','Португальская Республика','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1030,127,'PY','ar','باراغواي','باراغواي جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1031,127,'PY','en','Paraguay','the Republic of Paraguay','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1032,127,'PY','es','Paraguay','la República del Paraguay','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1033,127,'PY','fr','Paraguay','la République du Paraguay','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1034,127,'PY','it','Paraguay','Repubblica del Paraguay','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1035,127,'PY','zh','巴拉圭','巴拉圭共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1036,127,'PY','ru','Парагвай','Республика Парагвай','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1037,132,'QA','ar','قطر','قطر دولة ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1038,132,'QA','en','Qatar','the State of Qatar','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1039,132,'QA','es','Qatar','el Estado de Qatar','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1040,132,'QA','fr','Qatar','l\'État du Qatar','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1041,132,'QA','it','Qatar','Stato del Qatar','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1042,132,'QA','zh','卡塔尔','卡塔尔国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1043,132,'QA','ru','Катар','Государство Катар','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1044,133,'RO','ar','رومانيا','رومانيا','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1045,133,'RO','en','Romania','Romania','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1046,133,'RO','es','Rumania','Rumania','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1047,133,'RO','fr','Roumanie','la Roumanie','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1048,133,'RO','it','Romania','Romania','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1049,133,'RO','zh','罗马尼亚','罗马尼亚','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1050,133,'RO','ru','Румыния','Румыния','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1051,134,'RU','ar','الاتحاد الروسي ','الاتحاد الروسي ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1052,134,'RU','en','Russian Federation','the Russian Federation','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1053,134,'RU','es','Federación de Rusia','la Federación de Rusia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1054,134,'RU','fr','Fédération de Russie','la Fédération de Russie','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1055,134,'RU','it','Russia','Federazione russa','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1056,134,'RU','zh','俄罗斯联邦','俄罗斯联邦','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1057,134,'RU','ru','Российская Федерация','Российская Федерация','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1058,135,'RW','ar','رواندا','رواندا جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1059,135,'RW','en','Rwanda','the Republic of Rwanda','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1060,135,'RW','es','Rwanda','la República de Rwanda','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1061,135,'RW','fr','Rwanda','la République du Rwanda','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1062,135,'RW','it','Ruanda','Repubblica del Ruanda','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1063,135,'RW','zh','卢旺达','卢旺达共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1064,135,'RW','ru','Руанда','Республика Руанда','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1065,142,'SA','ar','السعودية العربية المملكة ','السعودية العربية المملكة ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1066,142,'SA','en','Saudi Arabia','the Kingdom of Saudi Arabia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1067,142,'SA','es','Arabia Saudita','el Reino de la Arabia Saudita','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1068,142,'SA','fr','Arabie saoudite','le Royaume d\'Arabie saoudite','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1069,142,'SA','it','Arabia Saudita','Regno dell\'Arabia Saudita','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1070,142,'SA','zh','沙特阿拉伯','沙特阿拉伯王国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1071,142,'SA','ru','Саудовская Аравия','Королевство Саудовская Аравия','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1072,155,'SD','ar','السودان','السودان جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1073,155,'SD','en','Sudan','the Republic of the Sudan','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1074,155,'SD','es','Sudán','la República del Sudán','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1075,155,'SD','fr','Soudan','la République du Soudan','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1076,155,'SD','it','Sudan','Repubblica del Sudan','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1077,155,'SD','zh','苏 丹','苏丹共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1078,155,'SD','ru','Судан','Республика Судан','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1079,143,'SN','ar','السنغال','السنغال جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1080,143,'SN','en','Senegal','the Republic of Senegal','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1081,143,'SN','es','Senegal','la República del Senegal','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1082,143,'SN','fr','Sénégal','la République du Sénégal','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1083,143,'SN','it','Senegal','Repubblica del Senegal','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1084,143,'SN','zh','塞内加尔','塞内加尔共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1085,143,'SN','ru','Сенегал','Республика Сенегал','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1086,147,'SG','ar','سنغافورة','جمهورية سنغافورة ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1087,147,'SG','en','Singapore','the Republic of Singapore','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1088,147,'SG','es','Singapur','la República de Singapur','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1089,147,'SG','fr','Singapour','la République de Singapour','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1090,147,'SG','it','Singapore','Repubblica di Singapore','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1091,147,'SG','zh','新加坡','新加坡共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1092,147,'SG','ru','Сингапур','Республика Сингапур','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1093,150,'SB','ar','جزر سليمان ','جزر سليمان ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1094,150,'SB','en','Solomon Islands','Solomon Islands','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1095,150,'SB','es','Islas Salomón','las Islas Salomón','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1096,150,'SB','fr','Îles Salomon','les Îles Salomon','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1097,150,'SB','it','Isole Salomone','Isole Salomone','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1098,150,'SB','zh','所罗门群岛','所罗门群岛','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1099,150,'SB','ru','Соломоновы Острова','Соломоновы Острова','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1100,146,'SL','ar','سيراليون','جمهورية سيراليون ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1101,146,'SL','en','Sierra Leone','the Republic of Sierra Leone','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1102,146,'SL','es','Sierra Leona','la República de Sierra Leona','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1103,146,'SL','fr','Sierra Leone','la République de Sierra Leone','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1104,146,'SL','it','Sierra Leone','Repubblica di Sierra Leone','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1105,146,'SL','zh','塞拉利昂','塞拉利昂共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1106,146,'SL','ru','Сьерра-Леоне','Республика Сьерра-Леоне','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1107,51,'SV','ar','السلفادور','السلفادور جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1108,51,'SV','en','El Salvador','the Republic of El Salvador','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1109,51,'SV','es','El Salvador','la República de El Salvador','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1110,51,'SV','fr','El Salvador','la République d\'El Salvador','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1111,51,'SV','it','El Salvador','Repubblica di El Salvador','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1112,51,'SV','zh','萨尔瓦多','萨尔瓦多共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1113,51,'SV','ru','Сальвадор','Республика Эль-Сальвадор','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1114,140,'SM','ar','مارينو سان ','مارينو سان جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1115,140,'SM','en','San Marino','the Republic of San Marino','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1116,140,'SM','es','San Marino','la República de San Marino','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1117,140,'SM','fr','Saint-Marin','la République de Saint-Marin','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1118,140,'SM','it','San Marino','Repubblica di San Marino','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1119,140,'SM','zh','圣马力诺','圣马力诺共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1120,140,'SM','ru','Сан-Марино','Республика Сан-Марино','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1121,151,'SO','ar','الصومال','جمهورية الصومال الإتحادية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1122,151,'SO','en','Somalia','the Federal Republic of Somalia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1123,151,'SO','es','Somalia','la República Federal de Somalia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1124,151,'SO','fr','Somalie','la République fédérale de Somalie','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1125,151,'SO','it','Somalia','Repubblica Federale di Somalia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1126,151,'SO','zh','索马里','索马里联邦共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1127,151,'SO','ru','Сомали','Федеративная Республика Сомали','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1128,144,'RS','ar','صربيا','جمهورية صربيا ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1129,144,'RS','en','Serbia','the Republic of Serbia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1130,144,'RS','es','Serbia','la República de Serbia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1131,144,'RS','fr','Serbie','la République de Serbie','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1132,144,'RS','it','Serbia','la Repubblica di Serbia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1133,144,'RS','zh','塞尔维亚','塞尔维亚共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1134,144,'RS','ru','Сербия','Республика Сербия','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1135,250,'SS','ar','السودان جنوب ','السودان جنوب جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1136,250,'SS','en','South Sudan','the Republic of South Sudan','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1137,250,'SS','es','Sudán del Sur','la República de Sudán del Sur','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1138,250,'SS','fr','Soudan du Sud','République du Soudan du Sud','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1139,250,'SS','it','Sud Sudan','Repubblica del Sud Sudan','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1140,250,'SS','zh','南苏丹','南苏丹共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1141,250,'SS','ru','Южный Судан','Республика Южный Судан','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1142,141,'ST','ar','وبرنسيبي تومي سان ','الديمقراطية وبرنسيبي تومي سان جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1143,141,'ST','en','Sao Tome and Principe','the Democratic Republic of Sao Tome and Principe','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1144,141,'ST','es','Santo Tomé y Príncipe','la República Democrática de Santo Tomé y Príncipe','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1145,141,'ST','fr','Sao Tomé-et-Principe','la République démocratique de Sao Tomé-et-Principe','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1146,141,'ST','it','São Tomé e Príncipe','Repubblica democratica di São Tomé e Príncipe','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1147,141,'ST','zh','圣多美和普林西比','圣多美和普林西比民主共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1148,141,'ST','ru','Сан-Томе и Принсипи','Демократическая Республика Сан-Томе и Принсипи','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1149,156,'SR','ar','سورينام','جمهورية سورينام ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1150,156,'SR','en','Suriname','the Republic of Suriname','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1151,156,'SR','es','Suriname','la República de Suriname','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1152,156,'SR','fr','Suriname','la République du Suriname','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1153,156,'SR','it','Suriname','Repubblica di Suriname','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1154,156,'SR','zh','苏里南','苏里南共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1155,156,'SR','ru','Суринам','Республика Суринам','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1156,148,'SK','ar','سلوفاكيا','السلوفاكية الجمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1157,148,'SK','en','Slovakia','the Slovak Republic','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1158,148,'SK','es','Eslovaquia','la República Eslovaca','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1159,148,'SK','fr','Slovaquie','la République slovaque','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1160,148,'SK','it','Slovacchia','Repubblica slovacca','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1161,148,'SK','zh','斯洛伐克','斯洛伐克共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1162,148,'SK','ru','Словакия','Словацкая Республика','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1163,149,'SI','ar','سلوفينيا','جمهورية سلوفينيا ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1164,149,'SI','en','Slovenia','the Republic of Slovenia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1165,149,'SI','es','Eslovenia','la República de Eslovenia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1166,149,'SI','fr','Slovénie','la République de Slovénie','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1167,149,'SI','it','Slovenia','Repubblica di Slovenia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1168,149,'SI','zh','斯洛文尼亚','斯洛文尼亚共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1169,149,'SI','ru','Словения','Республика Словения','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1170,158,'SE','ar','السويد','مملكة السويد ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1171,158,'SE','en','Sweden','the Kingdom of Sweden','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1172,158,'SE','es','Suecia','el Reino de Suecia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1173,158,'SE','fr','Suède','le Royaume de Suède','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1174,158,'SE','it','Svezia','Regno di Svezia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1175,158,'SE','zh','瑞 典','瑞典王国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1176,158,'SE','ru','Швеция','Королевство Швеция','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1177,157,'SZ','ar','إسواتيني','مملكة إسواتيني','https://unterm.un.org/unterm/display/record/unhq/na/01b637e1-1497-4825-b73d-e0114a7f4d22'); INSERT INTO `country_name` VALUES (1178,157,'SZ','en','Eswatini','the Kingdom of Eswatini','https://unterm.un.org/unterm/display/record/unhq/na/01b637e1-1497-4825-b73d-e0114a7f4d22'); INSERT INTO `country_name` VALUES (1179,157,'SZ','es','Eswatini','el Reino de Eswatini','https://unterm.un.org/unterm/display/record/unhq/na/01b637e1-1497-4825-b73d-e0114a7f4d22'); INSERT INTO `country_name` VALUES (1180,157,'SZ','fr','Eswatini (l\')','le Royaume d’Eswatini','https://unterm.un.org/unterm/display/record/unhq/na/01b637e1-1497-4825-b73d-e0114a7f4d22'); INSERT INTO `country_name` VALUES (1181,157,'SZ','it','Eswatini','il Regno di Eswatini','https://nocs.fao.org/multilingualView?id=15492&language=en'); INSERT INTO `country_name` VALUES (1182,157,'SZ','zh','斯威士兰','斯威士兰王国','https://unterm.un.org/unterm/display/record/unhq/na/01b637e1-1497-4825-b73d-e0114a7f4d22'); INSERT INTO `country_name` VALUES (1183,157,'SZ','ru','Эсватини','Королевство Эсватини','https://unterm.un.org/unterm/display/record/unhq/na/01b637e1-1497-4825-b73d-e0114a7f4d22'); INSERT INTO `country_name` VALUES (1184,145,'SC','ar','سيشيل','جمهورية سيشيل ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1185,145,'SC','en','Seychelles','the Republic of Seychelles','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1186,145,'SC','es','Seychelles','la República de Seychelles','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1187,145,'SC','fr','Seychelles','la République des Seychelles','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1188,145,'SC','it','Seychelles','Repubblica delle Seychelles ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1189,145,'SC','zh','塞舌尔','塞舌尔共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1190,145,'SC','ru','Сейшельские Острова','Республика Сейшельские Острова','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1191,160,'SY','ar','الجمهورية العربية السورية ','الجمهورية العربية السورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1192,160,'SY','en','Syrian Arab Republic','the Syrian Arab Republic','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1193,160,'SY','es','República Árabe Siria','la República Árabe Siria','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1194,160,'SY','fr','République arabe syrienne','la République arabe syrienne','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1195,160,'SY','it','Siria','Repubblica araba siriana','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1196,160,'SY','zh','阿拉伯叙利亚共和国','阿拉伯叙利亚共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1197,160,'SY','ru','Сирийская Арабская Республика','Сирийская Арабская Республика','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1198,33,'TD','ar','تشاد','تشاد جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1199,33,'TD','en','Chad','the Republic of Chad','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1200,33,'TD','es','Chad','la República del Chad','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1201,33,'TD','fr','Tchad','la République du Tchad','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1202,33,'TD','it','Ciad','Repubblica del Ciad','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1203,33,'TD','zh','乍 得','乍得共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1204,33,'TD','ru','Чад','Республика Чад','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1205,164,'TG','ar','توغو','توغو جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1206,164,'TG','en','Togo','the Togolese Republic','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1207,164,'TG','es','Togo','la República Togolesa','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1208,164,'TG','fr','Togo','la République togolaise','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1209,164,'TG','it','Togo','Repubblica del Togo','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1210,164,'TG','zh','多 哥','多哥共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1211,164,'TG','ru','Того','Тоголезская Республика','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1212,162,'TH','ar','تايلند','تايلند مملكة ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1213,162,'TH','en','Thailand','the Kingdom of Thailand','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1214,162,'TH','es','Tailandia','el Reino de Tailandia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1215,162,'TH','fr','Thaïlande','le Royaume de Thaïlande','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1216,162,'TH','it','Thailandia','Regno di Thailandia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1217,162,'TH','zh','泰 国','泰王国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1218,162,'TH','ru','Таиланд','Королевство Таиланд','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1219,161,'TJ','ar','طاجيكستان','جمهورية طاجيكستان ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1220,161,'TJ','en','Tajikistan','the Republic of Tajikistan','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1221,161,'TJ','es','Tayikistán','la República de Tayikistán','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1222,161,'TJ','fr','Tadjikistan','la République du Tadjikistan','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1223,161,'TJ','it','Tagikistan','Repubblica del Tagikistan','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1224,161,'TJ','zh','塔吉克斯坦','塔吉克斯坦共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1225,161,'TJ','ru','Таджикистан','Республика Таджикистан','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1226,241,'TK','ar','منتسب عضو - توكيلاو ','توكيلاو','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1227,241,'TK','en','Tokelau (Associate Member)','Tokelau','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1228,241,'TK','es','Tokelau (Miembro Asociado)','Tokelau','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1229,241,'TK','fr','Tokélaou (Membre associé)','les Tokélaou','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1230,241,'TK','it','Tokelau (Membro associato)','Tokelau','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1231,241,'TK','zh','托克劳(准成员)','托克劳','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1232,241,'TK','ru','Токелау (ассоциированный член)','Токелау','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1233,169,'TM','ar','تركمانستان','تركمانستان','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1234,169,'TM','en','Turkmenistan','Turkmenistan','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1235,169,'TM','es','Turkmenistán','Turkmenistán','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1236,169,'TM','fr','Turkménistan','le Turkménistan','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1237,169,'TM','it','Turkmenistan','Repubblica di Turkmenistan','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1238,169,'TM','zh','土库曼斯坦','土库曼斯坦','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1239,169,'TM','ru','Туркменистан','Туркменистан','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1240,163,'TL','ar','ليشتى تيمور- ','الديمقراطية ليشتى تيمور- جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1241,163,'TL','en','Timor-Leste','the Democratic Republic of Timor-Leste','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1242,163,'TL','es','Timor-Leste','la República Democrática de Timor-Leste','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1243,163,'TL','fr','Timor-Leste','la République démocratique du Timor-Leste','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1244,163,'TL','it','Timor-Leste','Repubblica democratica di Timor-Leste','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1245,163,'TL','zh','东帝汶','东帝汶民主共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1246,163,'TL','ru','Тимор-Лешти','Демократическая Республика Тимор-Лешти','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1247,165,'TO','ar','تونغا','تونغا مملكة ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1248,165,'TO','en','Tonga','the Kingdom of Tonga','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1249,165,'TO','es','Tonga','el Reino de Tonga','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1250,165,'TO','fr','Tonga','le Royaume des Tonga','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1251,165,'TO','it','Tonga','Regno di Tonga','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1252,165,'TO','zh','汤 加','汤加王国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1253,165,'TO','ru','Тонга','Королевство Тонга','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1254,166,'TT','ar','وتوباغو ترينيداد ','وتوباغو ترينيداد جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1255,166,'TT','en','Trinidad and Tobago','the Republic of Trinidad and Tobago','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1256,166,'TT','es','Trinidad y Tabago','la República de Trinidad y Tabago','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1257,166,'TT','fr','Trinité-et-Tobago','la République de Trinité-et-Tobago','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1258,166,'TT','it','Trinidad e Tobago','Repubblica di Trinidad e Tobago','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1259,166,'TT','zh','特立尼达和多巴哥','特立尼达和多巴哥共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1260,166,'TT','ru','Тринидад и Тобаго','Республика Тринидад и Тобаго','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1261,167,'TN','ar','تونس','الجمهورية التونسية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1262,167,'TN','en','Tunisia','the Republic of Tunisia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1263,167,'TN','es','Túnez','la República de Túnez','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1264,167,'TN','fr','Tunisie','la République tunisienne','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1265,167,'TN','it','Tunisia','Repubblica tunisina','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1266,167,'TN','zh','突尼斯','突尼斯共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1267,167,'TN','ru','Тунис','Тунисская Республика','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1268,168,'TR','ar','تركيا','الجمهورية التركية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1269,168,'TR','en','Türkiye','the Republic of Türkiye','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1270,168,'TR','es','Turquía','la República de Turquía','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1271,168,'TR','fr','Turquie','la République turque','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1272,168,'TR','it','Turchia','Repubblica di Turchia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1273,168,'TR','zh','土耳其','土耳其共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1274,168,'TR','ru','Турция','Турецкая Республика','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1275,170,'TV','ar','توفالو','توفالو','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1276,170,'TV','en','Tuvalu','Tuvalu','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1277,170,'TV','es','Tuvalu','Tuvalu','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1278,170,'TV','fr','Tuvalu','les Tuvalu','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1279,170,'TV','it','Tuvalu','Tuvalu','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1280,170,'TV','zh','图瓦卢','图瓦卢','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1281,170,'TV','ru','Тувалу','Тувалу','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1282,193,'TZ','ar','جمهورية تنزانيا المتحدة ','جمهورية تنزانيا المتحدة ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1283,193,'TZ','en','United Republic of Tanzania','the United Republic of Tanzania','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1284,193,'TZ','es','República Unida de Tanzanía','la República Unida de Tanzanía','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1285,193,'TZ','fr','République-Unie de Tanzanie','la République-Unie de Tanzanie','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1286,193,'TZ','it','Repubblica unita di Tanzania','Repubblica unita di Tanzania','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1287,193,'TZ','zh','坦桑尼亚联合共和国','坦桑尼亚联合共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1288,193,'TZ','ru','Объединенная Республика Танзания','Объединенная Республика Танзания','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1289,171,'UG','ar','أوغندا','جمهورية أوغندا ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1290,171,'UG','en','Uganda','the Republic of Uganda','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1291,171,'UG','es','Uganda','la República de Uganda','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1292,171,'UG','fr','Ouganda','la République de l\'Ouganda','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1293,171,'UG','it','Uganda','Repubblica dell\'Uganda','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1294,171,'UG','zh','乌干达','乌干达共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1295,171,'UG','ru','Уганда','Республика Уганда','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1296,172,'UA','ar','أوكرانيا','أوكرانيا','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1297,172,'UA','en','Ukraine','Ukraine','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1298,172,'UA','es','Ucrania','Ucrania','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1299,172,'UA','fr','Ukraine','l\'Ukraine','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1300,172,'UA','it','Ucraina','Ucraina','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1301,172,'UA','zh','乌克兰','乌克兰','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1302,172,'UA','ru','Украина','Украина','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1303,174,'UY','ar','أوروغواي','الشرقية أوروغواي جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1304,174,'UY','en','Uruguay','the Eastern Republic of Uruguay','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1305,174,'UY','es','Uruguay','la República Oriental del Uruguay','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1306,174,'UY','fr','Uruguay','la République orientale de l\'Uruguay','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1307,174,'UY','it','Uruguay','Repubblica orientale dell\'Uruguay','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1308,174,'UY','zh','乌拉圭','乌拉圭东岸共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1309,174,'UY','ru','Уругвай','Восточная Республика Уругвай','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1310,244,'US','ar','الأمريكية المتحدة الولايات ','الأمريكية المتحدة الولايات ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1311,244,'US','en','United States of America','the United States of America','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1312,244,'US','es','Estados Unidos de América','los Estados Unidos de América','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1313,244,'US','fr','États-Unis d\'Amérique','les États-Unis d\'Amérique','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1314,244,'US','it','Stati Uniti d`America','Stati Uniti d\'America','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1315,244,'US','zh','美 国','美利坚合众国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1316,244,'US','ru','Соединенные Штаты Америки','Соединенные Штаты Америки','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1317,175,'UZ','ar','أوزبكستان','جمهورية أوزبكستان ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1318,175,'UZ','en','Uzbekistan','the Republic of Uzbekistan','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1319,175,'UZ','es','Uzbekistán','la República de Uzbekistán','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1320,175,'UZ','fr','Ouzbékistan','la République d\'Ouzbékistan','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1321,175,'UZ','it','Uzbekistan','Repubblica dell\'Uzbekistan','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1322,175,'UZ','zh','乌兹别克斯坦','乌兹别克斯坦共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1323,175,'UZ','ru','Узбекистан','Республика Узбекистан','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1324,245,'VA','ar','الكرسي الرسولي ','الكرسي الرسولي ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1325,245,'VA','en','Holy See','Holy see','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1326,245,'VA','es','Santa Sede','la Santa Sede','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1327,245,'VA','fr','Saint-Siège','le Saint-Siège','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1328,245,'VA','it','Santa Sede','Santa Sede','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1329,245,'VA','zh','教廷','教廷','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1330,245,'VA','ru','Святой Престол','Святой Престол','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1331,138,'VC','ar','سانت فنسنت وجزر غرينادين ','سانت فنسنت وجزر غرينادين ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1332,138,'VC','en','Saint Vincent and the Grenadines','Saint Vincent and the Grenadines','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1333,138,'VC','es','San Vicente y las Granadinas','San Vicente y las Granadinas','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1334,138,'VC','fr','Saint-Vincent-et-les Grenadines','Saint-Vincent-et-les Grenadines','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1335,138,'VC','it','Saint Vincent e Grenadine','Saint Vincent e Grenadine','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1336,138,'VC','zh','圣文森特和格林纳丁斯','圣文森特和格林纳丁斯','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1337,138,'VC','ru','Сент-Винсент и Гренадины','Сент-Винсент и Гренадины','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1338,194,'VE','ar','البوليفارية - جمهورية - فنزويلا ','البوليفارية فنزويلا جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1339,194,'VE','en','Venezuela (Bolivarian Republic of)','the Bolivarian Republic of Venezuela','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1340,194,'VE','es','Venezuela (República Bolivariana de)','la República Bolivariana de Venezuela','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1341,194,'VE','fr','Venezuela (République bolivarienne du)','la République bolivarienne du Venezuela','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1342,194,'VE','it','Venezuela (Repubblica bolivariana di)','Repubblica bolivariana di Venezuela','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1343,194,'VE','zh','委内瑞拉 (玻利瓦尔共和国)','委内瑞拉玻利瓦尔共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1344,194,'VE','ru','Венесуэла (Боливарианская Республика)','Боливарианская Республика Венесуэла','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1345,177,'VN','ar','فييت نام ','جمهورية فييت نام الاشتراكية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1346,177,'VN','en','Viet Nam','the Socialist Republic of Viet Nam','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1347,177,'VN','es','Viet Nam','la República Socialista de Viet Nam','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1348,177,'VN','fr','Viet Nam','la République socialiste du Viet Nam','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1349,177,'VN','it','Vietnam','Repubblica socialista del Vietnam','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1350,177,'VN','zh','越 南','越南社会主义共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1351,177,'VN','ru','Вьетнам','Социалистическая Республика Вьетнам','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1352,176,'VU','ar','فانواتو','جمهورية فانواتو ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1353,176,'VU','en','Vanuatu','the Republic of Vanuatu','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1354,176,'VU','es','Vanuatu','la República de Vanuatu','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1355,176,'VU','fr','Vanuatu','la République de Vanuatu','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1356,176,'VU','it','Vanuatu','Repubblica di Vanuatu','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1357,176,'VU','zh','瓦努阿图','瓦努阿图共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1358,176,'VU','ru','Вануату','Республика Вануату','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1359,139,'WS','ar','ساموا','المستقلة ساموا دولة ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1360,139,'WS','en','Samoa','the Independent State of Samoa','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1361,139,'WS','es','Samoa','el Estado Independiente de Samoa','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1362,139,'WS','fr','Samoa','l\'État indépendant du Samoa','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1363,139,'WS','it','Samoa','Stato indipendente di Samoa','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1364,139,'WS','zh','萨摩亚','萨摩亚独立国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1365,139,'WS','ru','Самоа','Независимое Государство Самоа','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1366,178,'YE','ar','اليمن','الجمهورية اليمنية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1367,178,'YE','en','Yemen','the Republic of Yemen','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1368,178,'YE','es','Yemen','la República del Yemen','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1369,178,'YE','fr','Yémen','la République du Yémen','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1370,178,'YE','it','Yemen','Repubblica dello Yemen','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1371,178,'YE','zh','也 门','也门共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1372,178,'YE','ru','Йемен','Йеменская Республика','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1373,152,'ZA','ar','أفريقيا جنوب ','أفريقيا جنوب جمهورية ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1374,152,'ZA','en','South Africa','the Republic of South Africa','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1375,152,'ZA','es','Sudáfrica','la República de Sudáfrica','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1376,152,'ZA','fr','Afrique du Sud','la République sud-africaine','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1377,152,'ZA','it','Sudafrica','Repubblica del Sudafrica','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1378,152,'ZA','zh','南 非','南非共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1379,152,'ZA','ru','Южная Африка','Южно-Африканская Республика','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1380,179,'ZM','ar','زامبيا','جمهورية زامبيا ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1381,179,'ZM','en','Zambia','the Republic of Zambia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1382,179,'ZM','es','Zambia','la República de Zambia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1383,179,'ZM','fr','Zambie','la République de Zambie','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1384,179,'ZM','it','Zambia','Repubblica dello Zambia','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1385,179,'ZM','zh','赞比亚','赞比亚共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1386,179,'ZM','ru','Замбия','Республика Замбия','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1387,180,'ZW','ar','زمبابوي','جمهورية زمبابوي ','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1388,180,'ZW','en','Zimbabwe','the Republic of Zimbabwe','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1389,180,'ZW','es','Zimbabwe','la República de Zimbabwe','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1390,180,'ZW','fr','Zimbabwe','la République du Zimbabwe','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1391,180,'ZW','it','Zimbabwe','Repubblica dello Zimbabwe','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1392,180,'ZW','zh','津巴布韦','津巴布韦共和国','http://termportal.fao.org/faonocs/appl/'); INSERT INTO `country_name` VALUES (1393,180,'ZW','ru','Зимбабве','Республика Зимбабве','http://termportal.fao.org/faonocs/appl/'); /*!40000 ALTER TABLE `country_name` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `country_region` -- DROP TABLE IF EXISTS `country_region`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `country_region` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `country_id` int(11) unsigned NOT NULL, `region_id` int(11) unsigned NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `country_id` (`country_id`,`region_id`), KEY `fk_country_region__region_idx` (`region_id`), CONSTRAINT `fk_country_region__country` FOREIGN KEY (`country_id`) REFERENCES `country` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT `fk_country_region__region` FOREIGN KEY (`region_id`) REFERENCES `region` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION ) ENGINE=InnoDB AUTO_INCREMENT=260 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `country_region` -- LOCK TABLES `country_region` WRITE; /*!40000 ALTER TABLE `country_region` DISABLE KEYS */; INSERT INTO `country_region` VALUES (2,1,2); INSERT INTO `country_region` VALUES (4,2,3); INSERT INTO `country_region` VALUES (5,3,1); INSERT INTO `country_region` VALUES (7,4,3); INSERT INTO `country_region` VALUES (8,5,1); INSERT INTO `country_region` VALUES (11,6,4); INSERT INTO `country_region` VALUES (12,7,4); INSERT INTO `country_region` VALUES (13,8,3); INSERT INTO `country_region` VALUES (15,9,2); INSERT INTO `country_region` VALUES (16,10,3); INSERT INTO `country_region` VALUES (17,11,3); INSERT INTO `country_region` VALUES (18,12,4); INSERT INTO `country_region` VALUES (19,13,7); INSERT INTO `country_region` VALUES (20,14,2); INSERT INTO `country_region` VALUES (21,15,4); INSERT INTO `country_region` VALUES (22,16,3); INSERT INTO `country_region` VALUES (23,17,3); INSERT INTO `country_region` VALUES (24,18,4); INSERT INTO `country_region` VALUES (25,19,1); INSERT INTO `country_region` VALUES (27,20,2); INSERT INTO `country_region` VALUES (30,21,3); INSERT INTO `country_region` VALUES (31,22,1); INSERT INTO `country_region` VALUES (33,23,4); INSERT INTO `country_region` VALUES (35,24,2); INSERT INTO `country_region` VALUES (36,25,3); INSERT INTO `country_region` VALUES (37,26,1); INSERT INTO `country_region` VALUES (38,27,1); INSERT INTO `country_region` VALUES (39,28,2); INSERT INTO `country_region` VALUES (40,29,1); INSERT INTO `country_region` VALUES (41,30,5); INSERT INTO `country_region` VALUES (252,30,6); INSERT INTO `country_region` VALUES (42,31,1); INSERT INTO `country_region` VALUES (44,32,1); INSERT INTO `country_region` VALUES (45,33,1); INSERT INTO `country_region` VALUES (46,34,4); INSERT INTO `country_region` VALUES (47,35,2); INSERT INTO `country_region` VALUES (50,36,4); INSERT INTO `country_region` VALUES (51,37,1); INSERT INTO `country_region` VALUES (52,38,1); INSERT INTO `country_region` VALUES (54,39,4); INSERT INTO `country_region` VALUES (56,40,3); INSERT INTO `country_region` VALUES (57,41,4); INSERT INTO `country_region` VALUES (59,42,3); INSERT INTO `country_region` VALUES (60,43,3); INSERT INTO `country_region` VALUES (55,44,1); INSERT INTO `country_region` VALUES (254,45,3); INSERT INTO `country_region` VALUES (62,45,6); INSERT INTO `country_region` VALUES (63,46,1); INSERT INTO `country_region` VALUES (64,47,4); INSERT INTO `country_region` VALUES (65,48,4); INSERT INTO `country_region` VALUES (66,49,4); INSERT INTO `country_region` VALUES (67,50,1); INSERT INTO `country_region` VALUES (68,51,4); INSERT INTO `country_region` VALUES (69,52,1); INSERT INTO `country_region` VALUES (70,53,1); INSERT INTO `country_region` VALUES (71,54,3); INSERT INTO `country_region` VALUES (72,55,1); INSERT INTO `country_region` VALUES (76,56,2); INSERT INTO `country_region` VALUES (255,57,3); INSERT INTO `country_region` VALUES (77,57,6); INSERT INTO `country_region` VALUES (78,58,3); INSERT INTO `country_region` VALUES (82,59,1); INSERT INTO `country_region` VALUES (222,60,1); INSERT INTO `country_region` VALUES (83,61,3); INSERT INTO `country_region` VALUES (84,62,3); INSERT INTO `country_region` VALUES (85,63,1); INSERT INTO `country_region` VALUES (87,64,3); INSERT INTO `country_region` VALUES (89,65,4); INSERT INTO `country_region` VALUES (92,66,4); INSERT INTO `country_region` VALUES (94,67,1); INSERT INTO `country_region` VALUES (95,68,1); INSERT INTO `country_region` VALUES (96,69,4); INSERT INTO `country_region` VALUES (97,70,4); INSERT INTO `country_region` VALUES (99,71,4); INSERT INTO `country_region` VALUES (101,72,3); INSERT INTO `country_region` VALUES (256,73,3); INSERT INTO `country_region` VALUES (102,73,6); INSERT INTO `country_region` VALUES (103,74,2); INSERT INTO `country_region` VALUES (104,75,2); INSERT INTO `country_region` VALUES (106,76,7); INSERT INTO `country_region` VALUES (107,77,3); INSERT INTO `country_region` VALUES (109,78,3); INSERT INTO `country_region` VALUES (110,79,3); INSERT INTO `country_region` VALUES (111,80,4); INSERT INTO `country_region` VALUES (112,81,2); INSERT INTO `country_region` VALUES (114,82,7); INSERT INTO `country_region` VALUES (115,83,3); INSERT INTO `country_region` VALUES (116,84,1); INSERT INTO `country_region` VALUES (117,85,2); INSERT INTO `country_region` VALUES (118,86,7); INSERT INTO `country_region` VALUES (119,87,3); INSERT INTO `country_region` VALUES (120,88,2); INSERT INTO `country_region` VALUES (121,89,3); INSERT INTO `country_region` VALUES (122,90,7); INSERT INTO `country_region` VALUES (123,91,1); INSERT INTO `country_region` VALUES (124,92,1); INSERT INTO `country_region` VALUES (125,93,1); INSERT INTO `country_region` VALUES (126,94,3); INSERT INTO `country_region` VALUES (127,95,3); INSERT INTO `country_region` VALUES (128,96,3); INSERT INTO `country_region` VALUES (131,97,1); INSERT INTO `country_region` VALUES (132,98,1); INSERT INTO `country_region` VALUES (133,99,2); INSERT INTO `country_region` VALUES (134,100,2); INSERT INTO `country_region` VALUES (135,101,1); INSERT INTO `country_region` VALUES (136,102,3); INSERT INTO `country_region` VALUES (137,103,2); INSERT INTO `country_region` VALUES (139,104,1); INSERT INTO `country_region` VALUES (140,105,1); INSERT INTO `country_region` VALUES (142,106,4); INSERT INTO `country_region` VALUES (145,107,3); INSERT INTO `country_region` VALUES (146,108,2); INSERT INTO `country_region` VALUES (147,109,3); INSERT INTO `country_region` VALUES (149,110,1); INSERT INTO `country_region` VALUES (150,111,1); INSERT INTO `country_region` VALUES (151,112,2); INSERT INTO `country_region` VALUES (152,113,1); INSERT INTO `country_region` VALUES (153,114,2); INSERT INTO `country_region` VALUES (154,115,2); INSERT INTO `country_region` VALUES (155,116,3); INSERT INTO `country_region` VALUES (157,117,2); INSERT INTO `country_region` VALUES (158,118,4); INSERT INTO `country_region` VALUES (159,119,1); INSERT INTO `country_region` VALUES (160,120,1); INSERT INTO `country_region` VALUES (257,121,3); INSERT INTO `country_region` VALUES (165,121,6); INSERT INTO `country_region` VALUES (166,122,7); INSERT INTO `country_region` VALUES (167,123,2); INSERT INTO `country_region` VALUES (168,124,2); INSERT INTO `country_region` VALUES (170,125,4); INSERT INTO `country_region` VALUES (171,126,2); INSERT INTO `country_region` VALUES (172,127,4); INSERT INTO `country_region` VALUES (173,128,4); INSERT INTO `country_region` VALUES (174,129,2); INSERT INTO `country_region` VALUES (176,130,3); INSERT INTO `country_region` VALUES (177,131,3); INSERT INTO `country_region` VALUES (179,132,7); INSERT INTO `country_region` VALUES (181,133,3); INSERT INTO `country_region` VALUES (258,134,3); INSERT INTO `country_region` VALUES (182,134,6); INSERT INTO `country_region` VALUES (183,135,1); INSERT INTO `country_region` VALUES (186,136,4); INSERT INTO `country_region` VALUES (187,137,4); INSERT INTO `country_region` VALUES (190,138,4); INSERT INTO `country_region` VALUES (191,139,2); INSERT INTO `country_region` VALUES (192,140,3); INSERT INTO `country_region` VALUES (193,141,1); INSERT INTO `country_region` VALUES (194,142,7); INSERT INTO `country_region` VALUES (195,143,1); INSERT INTO `country_region` VALUES (196,144,3); INSERT INTO `country_region` VALUES (197,145,1); INSERT INTO `country_region` VALUES (198,146,1); INSERT INTO `country_region` VALUES (199,147,2); INSERT INTO `country_region` VALUES (201,148,3); INSERT INTO `country_region` VALUES (202,149,3); INSERT INTO `country_region` VALUES (203,150,2); INSERT INTO `country_region` VALUES (204,151,1); INSERT INTO `country_region` VALUES (205,152,1); INSERT INTO `country_region` VALUES (209,153,3); INSERT INTO `country_region` VALUES (210,154,2); INSERT INTO `country_region` VALUES (211,155,1); INSERT INTO `country_region` VALUES (212,156,4); INSERT INTO `country_region` VALUES (214,157,1); INSERT INTO `country_region` VALUES (259,158,3); INSERT INTO `country_region` VALUES (215,158,6); INSERT INTO `country_region` VALUES (216,159,3); INSERT INTO `country_region` VALUES (217,160,7); INSERT INTO `country_region` VALUES (219,161,3); INSERT INTO `country_region` VALUES (221,162,2); INSERT INTO `country_region` VALUES (223,163,2); INSERT INTO `country_region` VALUES (224,164,1); INSERT INTO `country_region` VALUES (226,165,2); INSERT INTO `country_region` VALUES (227,166,4); INSERT INTO `country_region` VALUES (228,167,1); INSERT INTO `country_region` VALUES (229,168,3); INSERT INTO `country_region` VALUES (230,169,3); INSERT INTO `country_region` VALUES (232,170,2); INSERT INTO `country_region` VALUES (233,171,1); INSERT INTO `country_region` VALUES (234,172,3); INSERT INTO `country_region` VALUES (235,173,7); INSERT INTO `country_region` VALUES (240,174,4); INSERT INTO `country_region` VALUES (241,175,3); INSERT INTO `country_region` VALUES (242,176,2); INSERT INTO `country_region` VALUES (245,177,2); INSERT INTO `country_region` VALUES (249,178,7); INSERT INTO `country_region` VALUES (250,179,1); INSERT INTO `country_region` VALUES (251,180,1); INSERT INTO `country_region` VALUES (53,181,2); INSERT INTO `country_region` VALUES (28,182,4); INSERT INTO `country_region` VALUES (61,183,1); INSERT INTO `country_region` VALUES (73,184,3); INSERT INTO `country_region` VALUES (143,185,2); INSERT INTO `country_region` VALUES (236,186,3); INSERT INTO `country_region` VALUES (105,187,2); INSERT INTO `country_region` VALUES (163,188,2); INSERT INTO `country_region` VALUES (207,189,2); INSERT INTO `country_region` VALUES (144,190,3); INSERT INTO `country_region` VALUES (130,191,3); INSERT INTO `country_region` VALUES (161,192,2); INSERT INTO `country_region` VALUES (220,193,1); INSERT INTO `country_region` VALUES (244,194,4); INSERT INTO `country_region` VALUES (9,195,4); INSERT INTO `country_region` VALUES (6,197,2); INSERT INTO `country_region` VALUES (14,198,4); INSERT INTO `country_region` VALUES (3,199,3); INSERT INTO `country_region` VALUES (184,200,4); INSERT INTO `country_region` VALUES (26,201,5); INSERT INTO `country_region` VALUES (29,202,4); INSERT INTO `country_region` VALUES (58,205,4); INSERT INTO `country_region` VALUES (248,207,1); INSERT INTO `country_region` VALUES (74,208,4); INSERT INTO `country_region` VALUES (75,209,6); INSERT INTO `country_region` VALUES (79,210,3); INSERT INTO `country_region` VALUES (93,211,3); INSERT INTO `country_region` VALUES (86,212,3); INSERT INTO `country_region` VALUES (88,213,6); INSERT INTO `country_region` VALUES (90,214,4); INSERT INTO `country_region` VALUES (91,216,2); INSERT INTO `country_region` VALUES (100,217,2); INSERT INTO `country_region` VALUES (108,219,3); INSERT INTO `country_region` VALUES (113,221,1); INSERT INTO `country_region` VALUES (43,222,4); INSERT INTO `country_region` VALUES (188,223,4); INSERT INTO `country_region` VALUES (129,224,2); INSERT INTO `country_region` VALUES (164,225,2); INSERT INTO `country_region` VALUES (138,226,4); INSERT INTO `country_region` VALUES (148,227,4); INSERT INTO `country_region` VALUES (156,228,2); INSERT INTO `country_region` VALUES (162,229,2); INSERT INTO `country_region` VALUES (80,230,2); INSERT INTO `country_region` VALUES (189,231,5); INSERT INTO `country_region` VALUES (175,232,2); INSERT INTO `country_region` VALUES (178,233,4); INSERT INTO `country_region` VALUES (169,234,7); INSERT INTO `country_region` VALUES (180,235,1); INSERT INTO `country_region` VALUES (185,236,1); INSERT INTO `country_region` VALUES (213,237,3); INSERT INTO `country_region` VALUES (200,238,4); INSERT INTO `country_region` VALUES (231,239,4); INSERT INTO `country_region` VALUES (225,241,2); INSERT INTO `country_region` VALUES (237,244,5); INSERT INTO `country_region` VALUES (253,244,6); INSERT INTO `country_region` VALUES (243,245,1); INSERT INTO `country_region` VALUES (246,246,4); INSERT INTO `country_region` VALUES (239,247,4); INSERT INTO `country_region` VALUES (247,248,2); INSERT INTO `country_region` VALUES (141,249,1); INSERT INTO `country_region` VALUES (208,250,1); /*!40000 ALTER TABLE `country_region` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `region` -- DROP TABLE IF EXISTS `region`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `region` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(32) DEFAULT NULL, `is_unep` tinyint(4) NOT NULL DEFAULT 0, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `region` -- LOCK TABLES `region` WRITE; /*!40000 ALTER TABLE `region` DISABLE KEYS */; INSERT INTO `region` VALUES (1,'Africa',1); INSERT INTO `region` VALUES (2,'Asia and the Pacific',1); INSERT INTO `region` VALUES (3,'Europe',1); INSERT INTO `region` VALUES (4,'Latin America and the Caribbean',1); INSERT INTO `region` VALUES (5,'North America',1); INSERT INTO `region` VALUES (6,'Polar: Arctic',0); INSERT INTO `region` VALUES (7,'West Asia',1); /*!40000 ALTER TABLE `region` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2022-04-06 14:26:35 ================================================ FILE: data/regions-m49.json ================================================ { "id": "001", "name": "World", "name_es": "Mundo", "name_fr": "Monde", "name_ru": "Весь мир", "name_zh": "世界", "name_ar": "العالم", "subregions": [ { "id": "002", "name": "Africa", "name_es": "África", "name_fr": "Afrique", "name_ru": "Африка", "name_zh": "非洲", "name_ar": "أفريقيا", "subregions": [ { "id": "015", "name": "Northern Africa", "name_es": "África septentrional", "name_fr": "Afrique septentrionale", "name_ru": "Северная Африка", "name_zh": "北非", "name_ar": "أفريقيا الشمالية" }, { "id": "202", "name": "Sub-Saharan Africa", "name_es": "África Subsahariana", "name_fr": "Afrique subsaharienne", "name_ru": "Африка к югу от Сахары", "name_zh": "撒哈拉以南非洲", "name_ar": "أفريقيا جنوب الصحراء الكبرى", "subregions": [ { "id": "014", "name": "Eastern Africa", "name_es": "África oriental", "name_fr": "Afrique orientale", "name_ru": "Восточная Африка", "name_zh": "东非", "name_ar": "شرق أفريقيا" }, { "id": "017", "name": "Middle Africa", "name_es": "África central", "name_fr": "Afrique centrale", "name_ru": "Центральная Африка", "name_zh": "中非", "name_ar": "وسط أفريقيا" }, { "id": "018", "name": "Southern Africa", "name_es": "África meridional", "name_fr": "Afrique australe", "name_ru": "Южная часть Африки", "name_zh": "南部非洲", "name_ar": "الجنوب الأفريقي" }, { "id": "011", "name": "Western Africa", "name_es": "África occidental", "name_fr": "Afrique occidentale", "name_ru": "Западная Африка", "name_zh": "西非", "name_ar": "غرب أفريقيا" } ] } ] }, { "id": "019", "name": "Americas", "name_es": "Américas", "name_fr": "Amériques", "name_ru": "Северная и Южная Америка", "name_zh": "美洲", "name_ar": "الأمريكتان", "subregions": [ { "id": "419", "name": "Latin America and the Caribbean", "name_es": "América Latina y el Caribe", "name_fr": "Amérique latine et Caraïbes", "name_ru": "Латинская Америка и Карибский бассейн", "name_zh": "拉丁美洲和加勒比", "name_ar": "أمريكا اللاتينية ومنطقة البحر الكاريبي", "subregions": [ { "id": "029", "name": "Caribbean", "name_es": "El Caribe", "name_fr": "Caraïbes", "name_ru": "Карибский бассейн", "name_zh": "加勒比", "name_ar": "منطقة البحر الكاريبي" }, { "id": "013", "name": "Central America", "name_es": "América central", "name_fr": "Amérique centrale", "name_ru": "Центральная Америка", "name_zh": "中美洲", "name_ar": "أمريكا الوسطى" }, { "id": "005", "name": "South America", "name_es": "América del Sur", "name_fr": "Amérique du Sud", "name_ru": "Южная Америка", "name_zh": "南美洲", "name_ar": "أمريكا الجنوبية" } ] }, { "id": "021", "name": "Northern America", "name_es": "América septentrional", "name_fr": "Amérique septentrionale", "name_ru": "Северная Америка", "name_zh": "北美", "name_ar": "أمريكا الشمالية" } ] }, { "id": "010", "name": "Antarctica", "name_es": "Antártida", "name_fr": "Antarctique", "name_ru": "Антарктике", "name_zh": "南极洲", "name_ar": "أنتاركتيكا", "iso3l": "ATA" }, { "id": "142", "name": "Asia", "name_es": "Asia", "name_fr": "Asie", "name_ru": "Азия", "name_zh": "亚洲", "name_ar": "آسيا", "subregions": [ { "id": "143", "name": "Central Asia", "name_es": "Asia central", "name_fr": "Asie centrale", "name_ru": "Центральная Азия", "name_zh": "中亚", "name_ar": "آسيا الوسطى" }, { "id": "030", "name": "Eastern Asia", "name_es": "Asia oriental", "name_fr": "Asie orientale", "name_ru": "Восточная Азия", "name_zh": "东亚", "name_ar": "شرقي آسيا" }, { "id": "035", "name": "South-eastern Asia", "name_es": "Asia sudoriental", "name_fr": "Asie du Sud-Est", "name_ru": "Юго-Восточная Азия", "name_zh": "东南亚", "name_ar": "جنوب شرقي آسيا" }, { "id": "034", "name": "Southern Asia", "name_es": "Asia meridional", "name_fr": "Asie méridionale", "name_ru": "Южная Азия", "name_zh": "南亚", "name_ar": "جنوب آسيا" }, { "id": "145", "name": "Western Asia", "name_es": "Asia occidental", "name_fr": "Asie occidentale", "name_ru": "Западная Азия", "name_zh": "西亚", "name_ar": "غربي آسيا" } ] }, { "id": "150", "name": "Europe", "name_es": "Europa", "name_fr": "Europe", "name_ru": "Европа", "name_zh": "欧洲", "name_ar": "أوروبا", "subregions": [ { "id": "151", "name": "Eastern Europe", "name_es": "Europa oriental", "name_fr": "Europe orientale", "name_ru": "Восточная Европа", "name_zh": "东欧", "name_ar": "أوروبا الشرقية" }, { "id": "154", "name": "Northern Europe", "name_es": "Europa septentrional", "name_fr": "Europe septentrionale", "name_ru": "Северная Европa", "name_zh": "北欧", "name_ar": "أوروبا الشمالية", "subregions": [ { "id": "830", "name": "Channel Islands", "name_es": "Islas Anglonormandas", "name_fr": "Îles Anglo-Normandes", "name_ru": "Нормандские острова", "name_zh": "海峡群岛", "name_ar": "جزر تشانل" } ] }, { "id": "039", "name": "Southern Europe", "name_es": "Europa meridional", "name_fr": "Europe méridionale", "name_ru": "Южная Европа", "name_zh": "南欧", "name_ar": "أوروبا الجنوبية" }, { "id": "155", "name": "Western Europe", "name_es": "Europa occidental", "name_fr": "Europe occidentale", "name_ru": "Западная Европа", "name_zh": "西欧", "name_ar": "أوروبا الغربية" } ] }, { "id": "009", "name": "Oceania", "name_es": "Oceanía", "name_fr": "Océanie", "name_ru": "Океания", "name_zh": "大洋洲", "name_ar": "أوقيانوسيا", "subregions": [ { "id": "053", "name": "Australia and New Zealand", "name_es": "Australia y Nueva Zelandia", "name_fr": "Australie et Nouvelle-Zélande", "name_ru": "Австралия и Новая Зеландия", "name_zh": "澳大利亚和新西兰", "name_ar": "أستراليا ونيوزيلندا" }, { "id": "054", "name": "Melanesia", "name_es": "Melanesia", "name_fr": "Mélanésie", "name_ru": "Меланезия", "name_zh": "美拉尼西亚", "name_ar": "ميلانيزيا" }, { "id": "057", "name": "Micronesia", "name_es": "Micronesia", "name_fr": "Micronésie", "name_ru": "Микронезия", "name_zh": "密克罗尼西亚", "name_ar": "ميكرونيزيا" }, { "id": "061", "name": "Polynesia", "name_es": "Polinesia", "name_fr": "Polynésie", "name_ru": "Полинезия", "name_zh": "波利尼西亚", "name_ar": "بولينيزيا" } ] } ] } ================================================ FILE: util-build.php ================================================ exec('DROP TABLE IF EXISTS country'); $db->exec('CREATE TABLE country(id INTEGER PRIMARY KEY, enabled INT, code3l TEXT, code2l TEXT, name TEXT, name_official TEXT, latitude REAL, longitude REAL, zoom INT)'); $db->exec('DROP TABLE IF EXISTS country_name'); $db->exec('CREATE TABLE country_name(id INTEGER PRIMARY KEY, country_id INT, code2l TEXT, language TEXT, name TEXT, name_official TEXT, source TEXT)'); $db->exec('DROP TABLE IF EXISTS country_region'); $db->exec('CREATE TABLE country_region(id INTEGER PRIMARY KEY, country_id INT, region_id INT)'); $db->exec('DROP TABLE IF EXISTS region'); $db->exec('CREATE TABLE region(id INTEGER PRIMARY KEY, name TEXT, is_unep INT)'); // country $rows = query_countries(); foreach ($rows as $row) { $enabled = $row['enabled'] ? 1 : 0; $st = $db->prepare("INSERT INTO country (id, enabled, code3l, code2l, name, name_official, latitude, longitude, zoom) VALUES(?, ?, ?, ?, ?, ?, ?, ?, ?)"); $st->bindValue(1, $row['id'], SQLITE3_INTEGER); $st->bindValue(2, $enabled, SQLITE3_INTEGER); $st->bindValue(3, $row['code3l']); $st->bindValue(4, $row['code2l']); $st->bindValue(5, $row['name']); $st->bindValue(6, $row['name_official']); $st->bindValue(7, $row['center']['latitude'], SQLITE3_FLOAT); $st->bindValue(8, $row['center']['longitude'], SQLITE3_FLOAT); $st->bindValue(9, $row['center']['zoom'], SQLITE3_INTEGER); $st->execute(); $st->close(); } // country_name foreach ($rows as $row) { $id = $row['id']; $names = query_names($id); foreach($names as $language => $name) { $st = $db->prepare("INSERT INTO country_name (country_id, code2l, `language`, `name`, name_official, `source`) VALUES(?, ?, ?, ?, ?, ?)"); $st->bindValue(1, $id, SQLITE3_INTEGER); $st->bindValue(2, $row['code2l']); $st->bindValue(3, $language); $st->bindValue(4, $name['name']); $st->bindValue(5, $name['name_official']); $st->bindValue(6, $name['source']); $st->execute(); $st->close(); } } // regions $rows = query_regions(); foreach ($rows as $row) { $st = $db->prepare("INSERT INTO region (id, `name`, is_unep) VALUES(?, ?, ?)"); $st->bindValue(1, $row['id'], SQLITE3_INTEGER); $st->bindValue(2, $row['name']); $st->bindValue(3, $row['is_unep'], SQLITE3_INTEGER); $st->execute(); $st->close(); } // country_region $rows = query_country_regions(); foreach ($rows as $row) { $st = $db->prepare("INSERT INTO country_region (id, country_id, region_id) VALUES(?, ?, ?)"); $st->bindValue(1, $row['id'], SQLITE3_INTEGER); $st->bindValue(2, $row['country_id'], SQLITE3_INTEGER); $st->bindValue(3, $row['region_id'], SQLITE3_INTEGER); $st->execute(); $st->close(); if (empty($row['country_id'])) var_dump($row); } $db->close(); } // //json(); //csv(); //css(); sqlite(); ================================================ FILE: util-sql-dump.sh ================================================ #!/usr/bin/env bash mysqldump --extended-insert=FALSE -r data/mysql/countries.sql countries ================================================ FILE: util-validate-flags.php ================================================ query('SELECT * FROM country ORDER BY ' . $order_by); foreach($rows as $row) { $r = []; $r['id'] = $row['id']; $r['enabled'] = $row['id'] == '1' ?? FALSE; $r['code3l'] = $row['code3l']; $r['code2l'] = $row['code2l']; $r['name'] = $row['name']; $r['name_official'] = $row['name_official']; $r['center'] = []; if (!empty($row['latitude']) && !empty($row['longitude']) && !empty($row['zoom'])) { $r['center']['latitude'] = $row['latitude']; $r['center']['longitude'] = $row['longitude']; $r['center']['zoom'] = $row['zoom']; } $ret[] = $r; } $rows->close(); $conn->close(); return $ret; } function query_names($country_id): array { static $data; if (empty($data)) { $conn = new mysqli('localhost', 'root', 'root', 'countries'); $rows = $conn->query('SELECT * FROM country_name ORDER BY code2l, language'); foreach($rows as $row) { $id = $row['country_id']; $language = $row['language']; if (strtolower($language) != 'en') { $name = $row['name']; $name_official = $row['name_official']; $data[$id][$language]['name'] = $name; $data[$id][$language]['name_official'] = $name_official; $data[$id][$language]['source'] = $row['source']; } } $rows->close(); $conn->close(); } return $data[$country_id] ?? []; } function query_full_countries($order_by = 'name'): array { $data = []; $countries = query_countries($order_by); foreach ($countries as $c) { $id = $c['id']; $names = query_names($id); $c['names'] = $names; $data[] = $c; } return $data; } function query_regions($order_by = 'name'): array { $ret = []; $conn = new mysqli('localhost', 'root', 'root', 'countries'); $rows = $conn->query('SELECT * FROM region ORDER BY ' . $order_by); foreach($rows as $row) { $r = []; $r['id'] = $row['id']; $r['name'] = $row['name']; $r['is_unep'] = $row['is_unep']; $ret[] = $r; } $rows->close(); $conn->close(); return $ret; } function query_country_regions(): array { $ret = []; $conn = new mysqli('localhost', 'root', 'root', 'countries'); $rows = $conn->query('SELECT * FROM country_region'); foreach($rows as $row) { $r = []; $r['id'] = $row['id']; $r['country_id'] = $row['country_id']; $r['region_id'] = $row['region_id']; $ret[] = $r; } $rows->close(); $conn->close(); return $ret; }