fiwing translation namespace

This commit is contained in:
Antoine M 2024-05-13 10:22:36 +02:00
parent 6a430cc2b0
commit cd570b2768
2 changed files with 4 additions and 4 deletions

View File

@ -35,7 +35,7 @@ if (class_exists('GF_Field')) {
public function get_form_editor_field_title()
{
return esc_attr__('Listes des brochures commandable', 'txtdomain');
return esc_attr__('Listes des brochures disponibles à la commande', 'homegrade-theme__texte-fonctionnel');
}
public function get_form_editor_button()
{
@ -145,7 +145,7 @@ if (class_exists('GF_Field')) {
public function get_value_entry_list($value, $entry, $field_id, $columns, $form)
{
return __('Enter details to see delivery details', 'txtdomain');
return __('Enter details to see delivery details', 'homegrade-theme__texte-fonctionnel');
}
public function get_value_entry_detail($value, $currency = '', $use_text = false, $format = 'html', $media = 'screen')

View File

@ -49,7 +49,7 @@ if (class_exists('GF_Field')) {
public function get_form_editor_field_title()
{
return esc_attr__('Listes des documents commandables', 'txtdomain');
return esc_attr__('Listes des documents disponibles à la commande', 'homegrade-theme__texte-fonctionnel');
}
public function get_form_editor_button()
{
@ -155,7 +155,7 @@ if (class_exists('GF_Field')) {
public function get_value_entry_list($value, $entry, $field_id, $columns, $form)
{
return __('Enter details to see delivery details', 'txtdomain');
return __('Enter details to see delivery details', 'homegrade-theme__texte-fonctionnel');
}
public function get_value_entry_detail($value, $currency = '', $use_text = false, $format = 'html', $media = 'screen')