File: /var/www/html/wp-content/plugins/erp/i18n/states/BE.php
<?php
/**
* Argentina's states
*
* @category i18n
*/
global $states;
$states['BE'] = [
'ANTWERPEN' => __( 'Antwerpen', 'erp' ),
'BRABANTWALLON' => __( 'Brabant Wallon', 'erp' ),
'BRUSSELS' => __( 'Brussels', 'erp' ),
'FLANDERS' => __( 'Flanders', 'erp' ),
'HAINAUT' => __( 'Hainaut', 'erp' ),
'LIEGE' => __( 'Liege', 'erp' ),
'LIMBURG' => __( 'Limburg', 'erp' ),
'LUXEMBOURG' => __( 'Luxembourg', 'erp' ),
'NAMUR' => __( 'Namur', 'erp' ),
'OOST-VLAANDEREN' => __( 'Oost-Vlaanderen', 'erp' ),
'VLAAMS-BRABANT' => __( 'Vlaams-Brabant', 'erp' ),
'WALLONIA' => __( 'Wallonia', 'erp' ),
'WEST-VLAANDEREN' => __( 'West-Vlaanderen', 'erp' ),
];