File: /storage/v6964/gopalak/public_html/wp-content/plugins/charitable/i18n/states/MX.php
<?php
/**
* Mexico States
*
* Credit to WooThemes, mikejolly and shivapoudel. This is shamelessly based on their implementation in WooCommerce.
*
* @package Charitable/i18n
* @author David Bisset
* @copyright Copyright (c) 2023, WP Charitable LLC
* @license http://opensource.org/licenses/gpl-2.0.php GNU Public License
* @since 1.0.0
* @version 1.0.0
*/
return array(
'Distrito Federal' => __( 'Distrito Federal', 'charitable' ),
'Jalisco' => __( 'Jalisco', 'charitable' ),
'Nuevo Leon' => __( 'Nuevo León', 'charitable' ),
'Aguascalientes' => __( 'Aguascalientes', 'charitable' ),
'Baja California' => __( 'Baja California', 'charitable' ),
'Baja California Sur' => __( 'Baja California Sur', 'charitable' ),
'Campeche' => __( 'Campeche', 'charitable' ),
'Chiapas' => __( 'Chiapas', 'charitable' ),
'Chihuahua' => __( 'Chihuahua', 'charitable' ),
'Coahuila' => __( 'Coahuila', 'charitable' ),
'Colima' => __( 'Colima', 'charitable' ),
'Durango' => __( 'Durango', 'charitable' ),
'Guanajuato' => __( 'Guanajuato', 'charitable' ),
'Guerrero' => __( 'Guerrero', 'charitable' ),
'Hidalgo' => __( 'Hidalgo', 'charitable' ),
'Estado de Mexico' => __( 'Edo. de México', 'charitable' ),
'Michoacan' => __( 'Michoacán', 'charitable' ),
'Morelos' => __( 'Morelos', 'charitable' ),
'Nayarit' => __( 'Nayarit', 'charitable' ),
'Oaxaca' => __( 'Oaxaca', 'charitable' ),
'Puebla' => __( 'Puebla', 'charitable' ),
'Queretaro' => __( 'Querétaro', 'charitable' ),
'Quintana Roo' => __( 'Quintana Roo', 'charitable' ),
'San Luis Potosi' => __( 'San Luis Potosí', 'charitable' ),
'Sinaloa' => __( 'Sinaloa', 'charitable' ),
'Sonora' => __( 'Sonora', 'charitable' ),
'Tabasco' => __( 'Tabasco', 'charitable' ),
'Tamaulipas' => __( 'Tamaulipas', 'charitable' ),
'Tlaxcala' => __( 'Tlaxcala', 'charitable' ),
'Veracruz' => __( 'Veracruz', 'charitable' ),
'Yucatan' => __( 'Yucatán', 'charitable' ),
'Zacatecas' => __( 'Zacatecas', 'charitable' ),
);