Update tranlation text domain

This commit is contained in:
David Stone
2025-02-15 23:19:24 -07:00
parent 217009caab
commit f05ab77418
424 changed files with 6368 additions and 6368 deletions

View File

@ -75,7 +75,7 @@ class Country_NL extends Country {
*/
public function get_name() {
return __('Netherlands', 'wp-ultimo');
return __('Netherlands', 'wp-multisite-waas');
}
/**
@ -87,21 +87,21 @@ class Country_NL extends Country {
protected function states() {
return [
'BQ1' => __('Bonaire', 'wp-ultimo'),
'DR' => __('Drenthe', 'wp-ultimo'),
'FL' => __('Flevoland', 'wp-ultimo'),
'FR' => __('Friesland', 'wp-ultimo'),
'GE' => __('Gelderland', 'wp-ultimo'),
'GR' => __('Groningen', 'wp-ultimo'),
'LI' => __('Limburg', 'wp-ultimo'),
'NB' => __('North Brabant', 'wp-ultimo'),
'NH' => __('North Holland', 'wp-ultimo'),
'OV' => __('Overijssel', 'wp-ultimo'),
'BQ2' => __('Saba', 'wp-ultimo'),
'BQ3' => __('Sint Eustatius', 'wp-ultimo'),
'ZH' => __('South Holland', 'wp-ultimo'),
'UT' => __('Utrecht', 'wp-ultimo'),
'ZE' => __('Zeeland', 'wp-ultimo'),
'BQ1' => __('Bonaire', 'wp-multisite-waas'),
'DR' => __('Drenthe', 'wp-multisite-waas'),
'FL' => __('Flevoland', 'wp-multisite-waas'),
'FR' => __('Friesland', 'wp-multisite-waas'),
'GE' => __('Gelderland', 'wp-multisite-waas'),
'GR' => __('Groningen', 'wp-multisite-waas'),
'LI' => __('Limburg', 'wp-multisite-waas'),
'NB' => __('North Brabant', 'wp-multisite-waas'),
'NH' => __('North Holland', 'wp-multisite-waas'),
'OV' => __('Overijssel', 'wp-multisite-waas'),
'BQ2' => __('Saba', 'wp-multisite-waas'),
'BQ3' => __('Sint Eustatius', 'wp-multisite-waas'),
'ZH' => __('South Holland', 'wp-multisite-waas'),
'UT' => __('Utrecht', 'wp-multisite-waas'),
'ZE' => __('Zeeland', 'wp-multisite-waas'),
];
}
}