fiwing translation namespace
This commit is contained in:
parent
6a430cc2b0
commit
cd570b2768
|
|
@ -35,7 +35,7 @@ if (class_exists('GF_Field')) {
|
||||||
|
|
||||||
public function get_form_editor_field_title()
|
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()
|
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)
|
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')
|
public function get_value_entry_detail($value, $currency = '', $use_text = false, $format = 'html', $media = 'screen')
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@ if (class_exists('GF_Field')) {
|
||||||
|
|
||||||
public function get_form_editor_field_title()
|
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()
|
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)
|
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')
|
public function get_value_entry_detail($value, $currency = '', $use_text = false, $format = 'html', $media = 'screen')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user