File: /var/www/html/wp-content/plugins/erp/i18n/states/NL.php
<?php
/**
* Argentina's states
*
* @category i18n
*/
global $states;
$states['NL'] = [
'DRENTHE' => __( 'Drenthe', 'erp' ),
'FLEVOLAND' => __( 'Flevoland', 'erp' ),
'FRIESLAND' => __( 'Friesland', 'erp' ),
'GELDERLAND' => __( 'Gelderland', 'erp' ),
'GRONINGEN' => __( 'Groningen', 'erp' ),
'LIMBURG' => __( 'Limburg', 'erp' ),
'NOORD-BRABANT' => __( 'Noord-Brabant', 'erp' ),
'NOORD-HOLLAND' => __( 'Noord-Holland', 'erp' ),
'OVERIJSSEL' => __( 'Overijssel', 'erp' ),
'UTRECHT' => __( 'Utrecht', 'erp' ),
'ZEELAND' => __( 'Zeeland', 'erp' ),
'ZUID-HOLLAND' => __( 'Zuid-Holland', 'erp' ),
];