diff --git a/core/domain_settings/app_languages.php b/core/domain_settings/app_languages.php index 1c9c7b8dad..fafaeba445 100644 --- a/core/domain_settings/app_languages.php +++ b/core/domain_settings/app_languages.php @@ -209,6 +209,11 @@ $text['button-delete']['pt-pt'] = "Remover"; $text['button-delete']['fr-fr'] = "Supprimer"; + $text['button-search']['en-us'] = "Search"; + $text['button-search']['es-cl'] = "Buscar"; + $text['button-search']['pt-pt'] = "Pesquisar"; + $text['button-search']['fr-fr'] = "Chercher"; + $text['confirm-delete']['en-us'] = "Do you really want to delete this?"; $text['confirm-delete']['es-cl'] = "¿Realmente desea eliminar esto?"; $text['confirm-delete']['pt-pt'] = "Tem a certeza que pretende remover isto";