????JFIF??x?x????'
| Server IP : 104.21.30.238  /  Your IP : 216.73.216.83 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /././home/tempvsty/././pontiacques.org/wp-content/plugins/give/includes/ | 
| Upload File : | 
<?php
/**
 * Core Supported Currency List
 *
 * @package     Give
 * @subpackage  Array
 * @copyright   Copyright (c) 2018, GiveWP
 * @license     https://opensource.org/licenses/gpl-license GNU Public License
 * @since 2.20.0 update romanian to use RON
 * @since       2.4.0
 */
return array(
	'USD' => array(
		'admin_label' => sprintf( __( 'US Dollars (%1$s)', 'give' ), '$' ),
		'symbol'      => '$',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'EUR' => array(
		'admin_label' => sprintf( __( 'Euros (%1$s)', 'give' ), '€' ),
		'symbol'      => '€',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => '.',
			'decimal_separator'   => ',',
			'number_decimals'     => 2,
		),
	),
	'GBP' => array(
		'admin_label' => sprintf( __( 'Pounds Sterling (%1$s)', 'give' ), '£' ),
		'symbol'      => '£',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'AUD' => array(
		'admin_label' => sprintf( __( 'Australian Dollars (%1$s)', 'give' ), '$' ),
		'symbol'      => '$',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'BRL' => array(
		'admin_label' => sprintf( __( 'Brazilian Real (%1$s)', 'give' ), 'R$' ),
		'symbol'      => 'R$',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => '.',
			'decimal_separator'   => ',',
			'number_decimals'     => 2,
		),
	),
	'CAD' => array(
		'admin_label' => sprintf( __( 'Canadian Dollars (%1$s)', 'give' ), '$' ),
		'symbol'      => '$',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'CZK' => array(
		'admin_label' => sprintf( __( 'Czech Koruna (%1$s)', 'give' ), 'Kč' ),
		'symbol'      => 'Kč',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => ' ',
			'decimal_separator'   => ',',
			'number_decimals'     => 2,
		),
	),
	'DKK' => array(
		'admin_label' => sprintf( __( 'Danish Krone (%1$s)', 'give' ), ' kr. ' ),
		'symbol'      => ' kr. ',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => '.',
			'decimal_separator'   => ',',
			'number_decimals'     => 2,
		),
	),
	'HKD' => array(
		'admin_label' => sprintf( __( 'Hong Kong Dollar (%1$s)', 'give' ), '$' ),
		'symbol'      => '$',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'HUF' => array(
		'admin_label' => sprintf( __( 'Hungarian Forint (%1$s)', 'give' ), 'Ft' ),
		'symbol'      => 'Ft',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => ' ',
			'decimal_separator'   => ',',
			'number_decimals'     => 2,
		),
	),
	'ILS' => array(
		'admin_label' => sprintf( __( 'Israeli Shekel (%1$s)', 'give' ), '₪' ),
		'symbol'      => '₪',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'JPY' => array(
		'admin_label' => sprintf( __( 'Japanese Yen (%1$s)', 'give' ), '¥' ),
		'symbol'      => '¥',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 0,
		),
	),
	'MYR' => array(
		'admin_label' => sprintf( __( 'Malaysian Ringgits (%1$s)', 'give' ), 'RM' ),
		'symbol'      => 'RM',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'MXN' => array(
		'admin_label' => sprintf( __( 'Mexican Peso (%1$s)', 'give' ), '$' ),
		'symbol'      => '$',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'MAD' => array(
		'admin_label' => sprintf( __( 'Moroccan Dirham (%1$s)', 'give' ), '.د.م' ),
		'symbol'      => '.د.م',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'NZD' => array(
		'admin_label' => sprintf( __( 'New Zealand Dollar (%1$s)', 'give' ), '$' ),
		'symbol'      => '$',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'NOK' => array(
		'admin_label' => sprintf( __( 'Norwegian Krone (%1$s)', 'give' ), 'kr.' ),
		'symbol'      => 'kr.',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ' ',
			'decimal_separator'   => ',',
			'number_decimals'     => 2,
		),
	),
	'PHP' => array(
		'admin_label' => sprintf( __( 'Philippine Pesos (%1$s)', 'give' ), '₱' ),
		'symbol'      => '₱',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'PLN' => array(
		'admin_label' => sprintf( __( 'Polish Zloty (%1$s)', 'give' ), 'zł' ),
		'symbol'      => 'zł',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => ' ',
			'decimal_separator'   => ',',
			'number_decimals'     => 2,
		),
	),
	'SGD' => array(
		'admin_label' => sprintf( __( 'Singapore Dollar (%1$s)', 'give' ), '$' ),
		'symbol'      => '$',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'KRW' => array(
		'admin_label' => sprintf( __( 'South Korean Won (%1$s)', 'give' ), '₩' ),
		'symbol'      => '₩',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 0,
		),
	),
	'ZAR' => array(
		'admin_label' => sprintf( __( 'South African Rand (%1$s)', 'give' ), 'R' ),
		'symbol'      => 'R',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ' ',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'SEK' => array(
		'admin_label' => sprintf( __( 'Swedish Krona (%1$s)', 'give' ), ' kr. ' ),
		'symbol'      => ' kr. ',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => ' ',
			'decimal_separator'   => ',',
			'number_decimals'     => 2,
		),
	),
	'CHF' => array(
		'admin_label' => sprintf( __( 'Swiss Franc (%1$s)', 'give' ), 'CHF' ),
		'symbol'      => 'CHF',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ' ',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'TWD' => array(
		'admin_label' => sprintf( __( 'Taiwan New Dollars (%1$s)', 'give' ), 'NT$' ),
		'symbol'      => 'NT$',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'THB' => array(
		'admin_label' => sprintf( __( 'Thai Baht (%1$s)', 'give' ), '฿' ),
		'symbol'      => '฿',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'INR' => array(
		'admin_label' => sprintf( __( 'Indian Rupee (%1$s)', 'give' ), '₹' ),
		'symbol'      => '₹',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'TRY' => array(
		'admin_label' => sprintf( __( 'Turkish Lira (%1$s)', 'give' ), '₺' ),
		'symbol'      => '₺',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => '.',
			'decimal_separator'   => ',',
			'number_decimals'     => 2,
		),
	),
	'IRR' => array(
		'admin_label' => sprintf( __( 'Iranian Rial (%1$s)', 'give' ), '﷼' ),
		'symbol'      => '﷼',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'RUB' => array(
		'admin_label' => sprintf( __( 'Russian Rubles (%1$s)', 'give' ), '₽' ),
		'symbol'      => '₽',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'AED' => array(
		'admin_label' => sprintf( __( 'United Arab Emirates dirham (%1$s)', 'give' ), 'د.إ' ),
		'symbol'      => 'د.إ',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'AMD' => array(
		'admin_label' => sprintf( __( 'Armenian dram (%1$s)', 'give' ), 'AMD' ),
		'symbol'      => 'AMD', // Add backward compatibility. Using AMD in place of ֏
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'ANG' => array(
		'admin_label' => sprintf( __( 'Netherlands Antillean guilder (%1$s)', 'give' ), 'ƒ' ),
		'symbol'      => 'ƒ',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => '.',
			'decimal_separator'   => ',',
			'number_decimals'     => 2,
		),
	),
	'ARS' => array(
		'admin_label' => sprintf( __( 'Argentine peso (%1$s)', 'give' ), '$' ),
		'symbol'      => '$',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => '.',
			'decimal_separator'   => ',',
			'number_decimals'     => 2,
		),
	),
	'AWG' => array(
		'admin_label' => sprintf( __( 'Aruban florin (%1$s)', 'give' ), 'ƒ' ),
		'symbol'      => 'ƒ',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'BAM' => array(
		'admin_label' => sprintf( __( 'Bosnia and Herzegovina convertible mark (%1$s)', 'give' ), 'KM' ),
		'symbol'      => 'KM',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'BDT' => array(
		'admin_label' => sprintf( __( 'Bangladeshi taka (%1$s)', 'give' ), '৳' ),
		'symbol'      => '৳',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'BHD' => array(
		'admin_label' => sprintf( __( 'Bahraini dinar (%1$s)', 'give' ), '.د.ب' ),
		'symbol'      => '.د.ب',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 3,
		),
	),
	'BMD' => array(
		'admin_label' => sprintf( __( 'Bermudian dollar (%1$s)', 'give' ), 'BD$' ),
		'symbol'      => 'BD$',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'BND' => array(
		'admin_label' => sprintf( __( 'Brunei dollar (%1$s)', 'give' ), 'B$' ),
		'symbol'      => 'B$',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'BOB' => array(
		'admin_label' => sprintf( __( 'Bolivian boliviano (%1$s)', 'give' ), 'Bs.' ),
		'symbol'      => 'Bs.',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'BSD' => array(
		'admin_label' => sprintf( __( 'Bahamian dollar (%1$s)', 'give' ), 'B$' ),
		'symbol'      => 'B$',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'BWP' => array(
		'admin_label' => sprintf( __( 'Botswana pula (%1$s)', 'give' ), 'P' ),
		'symbol'      => 'P',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'BZD' => array(
		'admin_label' => sprintf( __( 'Belizean dollar (%1$s)', 'give' ), 'BZ$' ),
		'symbol'      => 'BZ$',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'CLP' => array(
		'admin_label' => sprintf( __( 'Chilean peso (%1$s)', 'give' ), '$' ),
		'symbol'      => '$',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => '.',
			'decimal_separator'   => '',
			'number_decimals'     => 0,
		),
	),
	'CNY' => array(
		'admin_label' => sprintf( __( 'Chinese yuan (%1$s)', 'give' ), '¥' ),
		'symbol'      => '¥',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'COP' => array(
		'admin_label' => sprintf( __( 'Colombian peso (%1$s)', 'give' ), '$' ),
		'symbol'      => '$',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => '.',
			'decimal_separator'   => ',',
			'number_decimals'     => 2,
		),
	),
	'CRC' => array(
		'admin_label' => sprintf( __( 'Costa Rican colón (%1$s)', 'give' ), '₡' ),
		'symbol'      => '₡',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => '.',
			'decimal_separator'   => ',',
			'number_decimals'     => 2,
		),
	),
	'CUC' => array(
		'admin_label' => sprintf( __( 'Cuban convertible peso (%1$s)', 'give' ), '₱' ),
		'symbol'      => '₱',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'CUP' => array(
		'admin_label' => sprintf( __( 'Cuban convertible peso (%1$s)', 'give' ), '₱' ),
		'symbol'      => '₱',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'DOP' => array(
		'admin_label' => sprintf( __( 'Dominican peso (%1$s)', 'give' ), 'RD$' ),
		'symbol'      => 'RD$',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'EGP' => array(
		'admin_label' => sprintf( __( 'Egyptian pound (%1$s)', 'give' ), 'E£' ),
		'symbol'      => 'E£',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'GIP' => array(
		'admin_label' => sprintf( __( 'Gibraltar pound (%1$s)', 'give' ), '£' ),
		'symbol'      => '£',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'GTQ' => array(
		'admin_label' => sprintf( __( 'Guatemalan quetzal (%1$s)', 'give' ), 'Q' ),
		'symbol'      => 'Q',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'HNL' => array(
		'admin_label' => sprintf( __( 'Honduran lempira (%1$s)', 'give' ), 'L' ),
		'symbol'      => 'L',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'HRK' => array(
		'admin_label' => sprintf( __( 'Croatian kuna (%1$s)', 'give' ), 'kn' ),
		'symbol'      => 'kn',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => '.',
			'decimal_separator'   => ',',
			'number_decimals'     => 2,
		),
	),
	'IDR' => array(
		'admin_label' => sprintf( __( 'Indonesian rupiah (%1$s)', 'give' ), 'Rp' ),
		'symbol'      => 'Rp',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => '.',
			'decimal_separator'   => ',',
			'number_decimals'     => 2,
		),
	),
	'ISK' => array(
		'admin_label' => sprintf( __( 'Icelandic króna (%1$s)', 'give' ), 'kr' ),
		'symbol'      => 'kr',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => '.',
			'decimal_separator'   => '',
			'number_decimals'     => 0,
		),
	),
	'JMD' => array(
		'admin_label' => sprintf( __( 'Jamaican dollar (%1$s)', 'give' ), 'j$' ),
		'symbol'      => 'j$',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'JOD' => array(
		'admin_label' => sprintf( __( 'Jordanian dinar (%1$s)', 'give' ), 'د.ا' ),
		'symbol'      => 'د.ا',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'KES' => array(
		'admin_label' => sprintf( __( 'Kenyan shilling (%1$s)', 'give' ), 'KSh' ),
		'symbol'      => 'KSh',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'KWD' => array(
		'admin_label' => sprintf( __( 'Kuwaiti dinar (%1$s)', 'give' ), 'د.ك' ),
		'symbol'      => 'د.ك',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'KYD' => array(
		'admin_label' => sprintf( __( 'Cayman Islands dollar (%1$s)', 'give' ), 'KY$' ),
		'symbol'      => 'KY$',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'MKD' => array(
		'admin_label' => sprintf( __( 'Macedonian denar (%1$s)', 'give' ), 'ден' ),
		'symbol'      => 'ден',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'NPR' => array(
		'admin_label' => sprintf( __( 'Nepalese rupee (%1$s)', 'give' ), '₨' ),
		'symbol'      => '₨',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'OMR' => array(
		'admin_label' => sprintf( __( 'Omani rial (%1$s)', 'give' ), 'ر.ع.' ),
		'symbol'      => 'ر.ع.',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 3,
		),
	),
	'PEN' => array(
		'admin_label' => sprintf( __( 'Peruvian nuevo sol (%1$s)', 'give' ), 'S/.' ),
		'symbol'      => 'S/.',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'PKR' => array(
        'admin_label' => sprintf(__('Pakistani rupee (%1$s)', 'give'), '₨'),
        'symbol' => '₨',
        'setting' => array(
            'currency_position' => 'before',
            'thousands_separator' => ',',
            'decimal_separator' => '.',
            'number_decimals' => 2,
        ),
    ),
    'RON' => array(
        'admin_label' => sprintf(__('Romanian New Leu (%1$s)', 'give'), 'RON'),
        'symbol' => 'RON',
        'setting' => array(
            'currency_position' => 'after',
            'thousands_separator' => '.',
            'decimal_separator' => ',',
            'number_decimals' => 2,
        ),
    ),
    'SAR' => array(
        'admin_label' => sprintf(__('Saudi riyal (%1$s)', 'give'), 'ر.س'),
        'symbol' => 'ر.س',
        'setting' => array(
            'currency_position' => 'before',
            'thousands_separator' => ',',
            'decimal_separator' => '.',
            'number_decimals' => 2,
        ),
    ),
	'SZL' => array(
		'admin_label' => sprintf( __( 'Swazi lilangeni (%1$s)', 'give' ), 'E' ),
		'symbol'      => 'E',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'TOP' => array(
		'admin_label' => sprintf( __( 'Tongan paʻanga (%1$s)', 'give' ), 'T$' ),
		'symbol'      => 'T$',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'TZS' => array(
		'admin_label' => sprintf( __( 'Tanzanian shilling (%1$s)', 'give' ), 'TSh' ),
		'symbol'      => 'TSh',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'UAH' => array(
		'admin_label' => sprintf( __( 'Ukrainian hryvnia (%1$s)', 'give' ), '₴' ),
		'symbol'      => '₴',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ' ',
			'decimal_separator'   => ',',
			'number_decimals'     => 2,
		),
	),
	'UYU' => array(
		'admin_label' => sprintf( __( 'Uruguayan peso (%1$s)', 'give' ), '$U' ),
		'symbol'      => '$U',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => '.',
			'decimal_separator'   => ',',
			'number_decimals'     => 2,
		),
	),
	'VEF' => array(
		'admin_label' => sprintf( __( 'Venezuelan bolívar (%1$s)', 'give' ), 'Bs' ),
		'symbol'      => 'Bs',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => '.',
			'decimal_separator'   => ',',
			'number_decimals'     => 2,
		),
	),
	'XCD' => array(
		'admin_label' => sprintf( __( 'East Caribbean dollar (%1$s)', 'give' ), 'EC$' ),
		'symbol'      => 'EC$',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'AFN' => array(
		'admin_label' => sprintf( __( 'Afghan afghani (%1$s)', 'give' ), '؋' ),
		'symbol'      => '؋',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'ALL' => array(
		'admin_label' => sprintf( __( 'Albanian lek (%1$s)', 'give' ), 'L' ),
		'symbol'      => 'L',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => '.',
			'decimal_separator'   => ',',
			'number_decimals'     => 2,
		),
	),
	'AOA' => array(
		'admin_label' => sprintf( __( 'Angolan kwanza (%1$s)', 'give' ), 'Kz' ),
		'symbol'      => 'Kz',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'AZN' => array(
		'admin_label' => sprintf( __( 'Azerbaijani manat (%1$s)', 'give' ), 'AZN' ),
		'symbol'      => 'AZN',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => ' ',
			'decimal_separator'   => ',',
			'number_decimals'     => 2,
		),
	),
	'BBD' => array(
		'admin_label' => sprintf( __( 'Barbadian dollar (%1$s)', 'give' ), '$' ),
		'symbol'      => '$',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'BGN' => array(
		'admin_label' => sprintf( __( 'Bulgarian lev (%1$s)', 'give' ), 'лв.' ),
		'symbol'      => 'лв.',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => ' ',
			'decimal_separator'   => ',',
			'number_decimals'     => 2,
		),
	),
	'BIF' => array(
		'admin_label' => sprintf( __( 'Burundian franc (%1$s)', 'give' ), 'Fr' ),
		'symbol'      => 'Fr',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 0,
		),
	),
	'XBT' => array(
		'admin_label' => sprintf( __( 'Bitcoin (%1$s)', 'give' ), '฿' ),
		'symbol'      => '฿',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 8,
		),
	),
	'BTN' => array(
		'admin_label' => sprintf( __( 'Bhutanese ngultrum (%1$s)', 'give' ), 'Nu.' ),
		'symbol'      => 'Nu.',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 1,
		),
	),
	'BYR' => array(
		'admin_label' => sprintf( __( 'Belarusian ruble (old) (%1$s)', 'give' ), 'Br' ),
		'symbol'      => 'Br',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => ' ',
			'decimal_separator'   => ',',
			'number_decimals'     => 2,
		),
	),
	'BYN' => array(
		'admin_label' => sprintf( __( 'Belarusian ruble (%1$s)', 'give' ), 'Br' ),
		'symbol'      => 'Br',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => ' ',
			'decimal_separator'   => ',',
			'number_decimals'     => 2,
		),
	),
	'CDF' => array(
		'admin_label' => sprintf( __( 'Congolese franc (%1$s)', 'give' ), 'Fr' ),
		'symbol'      => 'Fr',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'CVE' => array(
		'admin_label' => sprintf( __( 'Cape Verdean escudo (%1$s)', 'give' ), '$' ),
		'symbol'      => '$',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'DJF' => array(
		'admin_label' => sprintf( __( 'Djiboutian franc (%1$s)', 'give' ), 'Fr' ),
		'symbol'      => 'Fr',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 0,
		),
	),
	'DZD' => array(
		'admin_label' => sprintf( __( 'Algerian dinar (%1$s)', 'give' ), 'د.ج' ),
		'symbol'      => 'د.ج',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'ERN' => array(
		'admin_label' => sprintf( __( 'Eritrean nakfa (%1$s)', 'give' ), 'Nfk' ),
		'symbol'      => 'Nfk',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'ETB' => array(
		'admin_label' => sprintf( __( 'Ethiopian birr (%1$s)', 'give' ), 'Br' ),
		'symbol'      => 'Br',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'FJD' => array(
		'admin_label' => sprintf( __( 'Fijian dollar (%1$s)', 'give' ), '$' ),
		'symbol'      => '$',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'FKP' => array(
		'admin_label' => sprintf( __( 'Falkland Islands pound (%1$s)', 'give' ), '£' ),
		'symbol'      => '£',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'GEL' => array(
		'admin_label' => sprintf( __( 'Georgian lari (%1$s)', 'give' ), '₾' ),
		'symbol'      => '₾',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => ' ',
			'decimal_separator'   => ',',
			'number_decimals'     => 2,
		),
	),
	'GGP' => array(
		'admin_label' => sprintf( __( 'Guernsey pound (%1$s)', 'give' ), '£' ),
		'symbol'      => '£',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'GHS' => array(
		'admin_label' => sprintf( __( 'Ghana cedi (%1$s)', 'give' ), '₵' ),
		'symbol'      => '₵',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'GMD' => array(
		'admin_label' => sprintf( __( 'Gambian dalasi (%1$s)', 'give' ), 'D' ),
		'symbol'      => 'D',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'GNF' => array(
		'admin_label' => sprintf( __( 'Guinean franc (%1$s)', 'give' ), 'Fr' ),
		'symbol'      => 'Fr',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 0,
		),
	),
	'GYD' => array(
		'admin_label' => sprintf( __( 'Guyanese dollar (%1$s)', 'give' ), '$' ),
		'symbol'      => '$',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'HTG' => array(
		'admin_label' => sprintf( __( 'Haitian gourde (%1$s)', 'give' ), 'G' ),
		'symbol'      => 'G',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'IMP' => array(
		'admin_label' => sprintf( __( 'Manx pound (%1$s)', 'give' ), '£' ),
		'symbol'      => '£',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'IQD' => array(
		'admin_label' => sprintf( __( 'Iraqi dinar (%1$s)', 'give' ), 'ع.د' ),
		'symbol'      => 'ع.د',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'IRT' => array(
		'admin_label' => sprintf( __( 'Iranian toman (%1$s)', 'give' ), 'تومان' ),
		'symbol'      => 'تومان',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'JEP' => array(
		'admin_label' => sprintf( __( 'Jersey pound (%1$s)', 'give' ), '£' ),
		'symbol'      => '£',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'KGS' => array(
		'admin_label' => sprintf( __( 'Kyrgyzstani som (%1$s)', 'give' ), 'сом' ),
		'symbol'      => 'сом',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => ' ',
			'decimal_separator'   => ',',
			'number_decimals'     => 2,
		),
	),
	'KHR' => array(
		'admin_label' => sprintf( __( 'Cambodian riel (%1$s)', 'give' ), '៛' ),
		'symbol'      => '៛',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 0,
		),
	),
	'KMF' => array(
		'admin_label' => sprintf( __( 'Comorian franc (%1$s)', 'give' ), 'Fr' ),
		'symbol'      => 'Fr',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'KPW' => array(
		'admin_label' => sprintf( __( 'North Korean won (%1$s)', 'give' ), '₩' ),
		'symbol'      => '₩',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 0,
		),
	),
	'KZT' => array(
		'admin_label' => sprintf( __( 'Kazakhstani tenge (%1$s)', 'give' ), 'KZT' ),
		'symbol'      => 'KZT',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => ' ',
			'decimal_separator'   => ',',
			'number_decimals'     => 2,
		),
	),
	'LAK' => array(
		'admin_label' => sprintf( __( 'Lao kip (%1$s)', 'give' ), '₭' ),
		'symbol'      => '₭',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 0,
		),
	),
	'LBP' => array(
		'admin_label' => sprintf( __( 'Lebanese pound (%1$s)', 'give' ), 'ل.ل' ),
		'symbol'      => 'ل.ل',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'LKR' => array(
		'admin_label' => sprintf( __( 'Sri Lankan rupee (%1$s)', 'give' ), 'රු' ),
		'symbol'      => 'Rs',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 0,
		),
	),
	'LRD' => array(
		'admin_label' => sprintf( __( 'Liberian dollar (%1$s)', 'give' ), '$' ),
		'symbol'      => '$',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'LSL' => array(
		'admin_label' => sprintf( __( 'Lesotho loti (%1$s)', 'give' ), 'L' ),
		'symbol'      => 'L',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'LYD' => array(
		'admin_label' => sprintf( __( 'Libyan dinar (%1$s)', 'give' ), 'ل.د' ),
		'symbol'      => 'ل.د',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 3,
		),
	),
	'MDL' => array(
		'admin_label' => sprintf( __( 'Moldovan leu (%1$s)', 'give' ), 'MDL' ),
		'symbol'      => 'MDL',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => '.',
			'decimal_separator'   => ',',
			'number_decimals'     => 2,
		),
	),
	'MGA' => array(
		'admin_label' => sprintf( __( 'Malagasy ariary (%1$s)', 'give' ), 'Ar' ),
		'symbol'      => 'Ar',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 0,
		),
	),
	'MMK' => array(
		'admin_label' => sprintf( __( 'Burmese kyat (%1$s)', 'give' ), 'Ks' ),
		'symbol'      => 'Ks',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'MNT' => array(
		'admin_label' => sprintf( __( 'Mongolian tögrög (%1$s)', 'give' ), '₮' ),
		'symbol'      => '₮',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ' ',
			'decimal_separator'   => ',',
			'number_decimals'     => 2,
		),
	),
	'MOP' => array(
		'admin_label' => sprintf( __( 'Macanese pataca (%1$s)', 'give' ), 'P' ),
		'symbol'      => 'P',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'MRO' => array(
		'admin_label' => sprintf( __( 'Mauritanian ouguiya (%1$s)', 'give' ), 'UM' ),
		'symbol'      => 'UM',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'MUR' => array(
		'admin_label' => sprintf( __( 'Mauritian rupee (%1$s)', 'give' ), '₨' ),
		'symbol'      => '₨',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'MVR' => array(
		'admin_label' => sprintf( __( 'Maldivian rufiyaa (%1$s)', 'give' ), '.ރ' ),
		'symbol'      => '.ރ',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 1,
		),
	),
	'MWK' => array(
		'admin_label' => sprintf( __( 'Malawian kwacha (%1$s)', 'give' ), 'MK' ),
		'symbol'      => 'MK',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'MZN' => array(
		'admin_label' => sprintf( __( 'Mozambican metical (%1$s)', 'give' ), 'MT' ),
		'symbol'      => 'MT',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 0,
		),
	),
	'NAD' => array(
		'admin_label' => sprintf( __( 'Namibian dollar (%1$s)', 'give' ), '$' ),
		'symbol'      => '$',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'NGN' => array(
		'admin_label' => sprintf( __( 'Nigerian naira (%1$s)', 'give' ), '₦' ),
		'symbol'      => '₦',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'NIO' => array(
		'admin_label' => sprintf( __( 'Nicaraguan córdoba (%1$s)', 'give' ), 'C$' ),
		'symbol'      => 'C$',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'PAB' => array(
		'admin_label' => sprintf( __( 'Panamanian balboa (%1$s)', 'give' ), 'B/.' ),
		'symbol'      => 'B/.',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'PGK' => array(
		'admin_label' => sprintf( __( 'Papua New Guinean kina (%1$s)', 'give' ), 'K' ),
		'symbol'      => 'K',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'PRB' => array(
		'admin_label' => sprintf( __( 'Transnistrian ruble (%1$s)', 'give' ), 'р.' ),
		'symbol'      => 'р.',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'PYG' => array(
		'admin_label' => sprintf( __( 'Paraguayan guaraní (%1$s)', 'give' ), '₲' ),
		'symbol'      => '₲',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => '.',
			'decimal_separator'   => ',',
			'number_decimals'     => 2,
		),
	),
	'QAR' => array(
		'admin_label' => sprintf( __( 'Qatari riyal (%1$s)', 'give' ), 'ر.ق' ),
		'symbol'      => 'ر.ق',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'RSD' => array(
		'admin_label' => sprintf( __( 'Serbian dinar (%1$s)', 'give' ), 'дин.' ),
		'symbol'      => 'дин.',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => '.',
			'decimal_separator'   => ',',
			'number_decimals'     => 2,
		),
	),
	'RWF' => array(
		'admin_label' => sprintf( __( 'Rwandan franc (%1$s)', 'give' ), 'Fr' ),
		'symbol'      => 'Fr',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ' ',
			'decimal_separator'   => ',',
			'number_decimals'     => 2,
		),
	),
	'SBD' => array(
		'admin_label' => sprintf( __( 'Solomon Islands dollar (%1$s)', 'give' ), '$' ),
		'symbol'      => '$',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'SCR' => array(
		'admin_label' => sprintf( __( 'Seychellois rupee (%1$s)', 'give' ), '₨' ),
		'symbol'      => '₨',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'SDG' => array(
		'admin_label' => sprintf( __( 'Sudanese pound (%1$s)', 'give' ), 'ج.س.' ),
		'symbol'      => 'ج.س.',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'SHP' => array(
		'admin_label' => sprintf( __( 'Saint Helena pound (%1$s)', 'give' ), '£' ),
		'symbol'      => '£',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'SLL' => array(
		'admin_label' => sprintf( __( 'Sierra Leonean leone (%1$s)', 'give' ), 'Le' ),
		'symbol'      => 'Le',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'SOS' => array(
		'admin_label' => sprintf( __( 'Somali shilling (%1$s)', 'give' ), 'Sh' ),
		'symbol'      => 'Sh',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'SRD' => array(
		'admin_label' => sprintf( __( 'Surinamese dollar (%1$s)', 'give' ), '$' ),
		'symbol'      => '$',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'SSP' => array(
		'admin_label' => sprintf( __( 'South Sudanese pound (%1$s)', 'give' ), '£' ),
		'symbol'      => '£',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'STD' => array(
		'admin_label' => sprintf( __( 'São Tomé and Príncipe dobra (%1$s)', 'give' ), 'Db' ),
		'symbol'      => 'Db',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'SYP' => array(
		'admin_label' => sprintf( __( 'Syrian pound (%1$s)', 'give' ), 'ل.س' ),
		'symbol'      => 'ل.س',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'TJS' => array(
		'admin_label' => sprintf( __( 'Tajikistani somoni (%1$s)', 'give' ), 'ЅМ' ),
		'symbol'      => 'ЅМ',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => ' ',
			'decimal_separator'   => ';',
			'number_decimals'     => 2,
		),
	),
	'TMT' => array(
		'admin_label' => sprintf( __( 'Turkmenistan manat (%1$s)', 'give' ), 'm' ),
		'symbol'      => 'm',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => ' ',
			'decimal_separator'   => ',',
			'number_decimals'     => 2,
		),
	),
	'TND' => array(
		'admin_label' => sprintf( __( 'Turkmenistan manat (%1$s)', 'give' ), 'د.ت' ),
		'symbol'      => 'د.ت',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 3,
		),
	),
	'TTD' => array(
		'admin_label' => sprintf( __( 'Trinidad and Tobago dollar (%1$s)', 'give' ), '$' ),
		'symbol'      => '$',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'UGX' => array(
		'admin_label' => sprintf( __( 'Ugandan shilling (%1$s)', 'give' ), 'UGX' ),
		'symbol'      => 'UGX',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'UZS' => array(
		'admin_label' => sprintf( __( 'Uzbekistani som (%1$s)', 'give' ), 'UZS' ),
		'symbol'      => 'UZS',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => ' ',
			'decimal_separator'   => ',',
			'number_decimals'     => 2,
		),
	),
	'VND' => array(
		'admin_label' => sprintf( __( 'Vietnamese đồng (%1$s)', 'give' ), '₫' ),
		'symbol'      => '₫',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => '.',
			'decimal_separator'   => ',',
			'number_decimals'     => 1,
		),
	),
	'VUV' => array(
		'admin_label' => sprintf( __( 'Vanuatu vatu (%1$s)', 'give' ), 'Vt' ),
		'symbol'      => 'Vt',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 0,
		),
	),
	'WST' => array(
		'admin_label' => sprintf( __( 'Samoan tālā (%1$s)', 'give' ), 'T' ),
		'symbol'      => 'T',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'XAF' => array(
		'admin_label' => sprintf( __( 'Central African CFA franc (%1$s)', 'give' ), 'CFA' ),
		'symbol'      => 'CFA',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'XOF' => array(
		'admin_label' => sprintf( __( 'West African CFA franc (%1$s)', 'give' ), 'CFA' ),
		'symbol'      => 'CFA',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => ' ',
			'decimal_separator'   => ',',
			'number_decimals'     => 2,
		),
	),
	'XPF' => array(
		'admin_label' => sprintf( __( 'CFP franc (%1$s)', 'give' ), 'Fr' ),
		'symbol'      => 'Fr',
		'setting'     => array(
			'currency_position'   => 'after',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'YER' => array(
		'admin_label' => sprintf( __( 'Yemeni rial (%1$s)', 'give' ), '﷼' ),
		'symbol'      => '﷼',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
	'ZMW' => array(
		'admin_label' => sprintf( __( 'Zambian kwacha (%1$s)', 'give' ), 'ZK' ),
		'symbol'      => 'ZK',
		'setting'     => array(
			'currency_position'   => 'before',
			'thousands_separator' => ',',
			'decimal_separator'   => '.',
			'number_decimals'     => 2,
		),
	),
);