Selaa lähdekoodia

Fix the search

Mark Crane 11 vuotta sitten
vanhempi
commit
61c99d2ed2
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      core/domain_settings/app_languages.php

+ 5 - 0
core/domain_settings/app_languages.php

@@ -209,6 +209,11 @@
 		$text['button-delete']['pt-pt'] = "Remover";
 		$text['button-delete']['pt-pt'] = "Remover";
 		$text['button-delete']['fr-fr'] = "Supprimer";
 		$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']['en-us'] = "Do you really want to delete this?";
 		$text['confirm-delete']['es-cl'] = "¿Realmente desea eliminar esto?";
 		$text['confirm-delete']['es-cl'] = "¿Realmente desea eliminar esto?";
 		$text['confirm-delete']['pt-pt'] = "Tem a certeza que pretende remover isto";
 		$text['confirm-delete']['pt-pt'] = "Tem a certeza que pretende remover isto";