PluginProbe
FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler / 1.6.5
FluentCart A New Era of eCommerce – Faster, Lighter, and Simpler v1.6.5
1.6.6 1.6.5 1.6.4 1.6.3 1.6.2 1.6.1 1.6.0 1.5.4 1.5.5 1.5.3 1.5.2 1.5.1 1.5.0 1.4.2 1.4.1 1.4.0 1.3.28 1.3.27 1.3.26 1.3.25 1.3.23 1.3.22 1.3.21 1.3.20 1.3.19 All 49 releases
← All changes | app/Services/Localization/i18n/states.php +15 -2 1.3.21 → 1.6.5 View file →
@@ -659,9 +659,9 @@
659 659 'SV' => __('Savannah', 'fluent-cart'),
660 660 'UE' => __('Upper East', 'fluent-cart'),
661 661 'UW' => __('Upper West', 'fluent-cart'),
662 662 'TV' => __('Volta', 'fluent-cart'),
663 - 'WP' => __('Western', 'fluent-cart'),
663 + 'WP' => _x('Western', 'Ghanaian Region', 'fluent-cart'),
664 664 'WN' => __('Western North', 'fluent-cart'),
665 665 ),
666 666 'GP' => array(),
667 667 'GR' => array( // Greek regions.
@@ -2253,9 +2253,9 @@
2253 2253 'NW' => __('North West', 'fluent-cart'),
2254 2254 'WC' => __('Western Cape', 'fluent-cart'),
2255 2255 ),
2256 2256 'ZM' => array( // Zambian provinces.
2257 - 'ZM-01' => __('Western', 'fluent-cart'),
2257 + 'ZM-01' => _x('Western', 'Zambia Province', 'fluent-cart'),
2258 2258 'ZM-02' => __('Central', 'fluent-cart'),
2259 2259 'ZM-03' => __('Eastern', 'fluent-cart'),
2260 2260 'ZM-04' => __('Luapula', 'fluent-cart'),
2261 2261 'ZM-05' => __('Northern', 'fluent-cart'),
@@ -2263,6 +2263,19 @@
2263 2263 'ZM-07' => __('Southern', 'fluent-cart'),
2264 2264 'ZM-08' => __('Copperbelt', 'fluent-cart'),
2265 2265 'ZM-09' => __('Lusaka', 'fluent-cart'),
2266 2266 'ZM-10' => __('Muchinga', 'fluent-cart'),
2267 + ),
2268 + 'XI' => array(
2269 + 'ANN' => __( 'Antrim and Newtownabbey', 'fluent-cart' ),
2270 + 'AND' => __( 'Ards and North Down', 'fluent-cart' ),
2271 + 'ABC' => __( 'Armagh City, Banbridge and Craigavon', 'fluent-cart' ),
2272 + 'BFS' => __( 'Belfast', 'fluent-cart' ),
2273 + 'CCG' => __( 'Causeway Coast and Glens', 'fluent-cart' ),
2274 + 'DRS' => __( 'Derry City and Strabane', 'fluent-cart' ),
2275 + 'FMO' => __( 'Fermanagh and Omagh', 'fluent-cart' ),
2276 + 'LLC' => __( 'Lisburn and Castlereagh', 'fluent-cart' ),
2277 + 'MEA' => __( 'Mid and East Antrim', 'fluent-cart' ),
2278 + 'MUL' => __( 'Mid Ulster', 'fluent-cart' ),
2279 + 'NMD' => __( 'Newry, Mourne and Down', 'fluent-cart' ),
2267 2280 ),
2268 2281 );