File: /storage/v6964/gopalak/public_html/wp-content/plugins/charitable/i18n/states/PE.php
<?php
// Exit if accessed directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
/**
* Peru 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(
'CAL' => __( 'El Callao', 'charitable' ),
'LMA' => __( 'Municipalidad Metropolitana de Lima', 'charitable' ),
'AMA' => __( 'Amazonas', 'charitable' ),
'ANC' => __( 'Ancash', 'charitable' ),
'APU' => __( 'Apurímac', 'charitable' ),
'ARE' => __( 'Arequipa', 'charitable' ),
'AYA' => __( 'Ayacucho', 'charitable' ),
'CAJ' => __( 'Cajamarca', 'charitable' ),
'CUS' => __( 'Cusco', 'charitable' ),
'HUV' => __( 'Huancavelica', 'charitable' ),
'HUC' => __( 'Huánuco', 'charitable' ),
'ICA' => __( 'Ica', 'charitable' ),
'JUN' => __( 'Junín', 'charitable' ),
'LAL' => __( 'La Libertad', 'charitable' ),
'LAM' => __( 'Lambayeque', 'charitable' ),
'LIM' => __( 'Lima', 'charitable' ),
'LOR' => __( 'Loreto', 'charitable' ),
'MDD' => __( 'Madre de Dios', 'charitable' ),
'MOQ' => __( 'Moquegua', 'charitable' ),
'PAS' => __( 'Pasco', 'charitable' ),
'PIU' => __( 'Piura', 'charitable' ),
'PUN' => __( 'Puno', 'charitable' ),
'SAM' => __( 'San Martín', 'charitable' ),
'TAC' => __( 'Tacna', 'charitable' ),
'TUM' => __( 'Tumbes', 'charitable' ),
'UCA' => __( 'Ucayali', 'charitable' ),
);