diff --git a/app/destinations/app_languages.php b/app/destinations/app_languages.php index 56429c2b77..748c4efa39 100644 --- a/app/destinations/app_languages.php +++ b/app/destinations/app_languages.php @@ -167,6 +167,11 @@ $text['button-back']['pt-pt'] = "Voltar"; $text['button-back']['fr-fr'] = "Retour"; + $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'] = "Deseja realmente remover isto?"; diff --git a/app/destinations/destinations.php b/app/destinations/destinations.php index 52ab4cc08d..3ab5e0d8d8 100644 --- a/app/destinations/destinations.php +++ b/app/destinations/destinations.php @@ -59,7 +59,12 @@ require_once "resources/paging.php"; echo "
| ".$text['header-destinations']." | \n"; - echo "\n"; + echo " \n"; echo " | |
| \n"; diff --git a/app/devices/app_languages.php b/app/devices/app_languages.php index f135b55c1f..b84c521688 100644 --- a/app/devices/app_languages.php +++ b/app/devices/app_languages.php @@ -669,6 +669,11 @@ $text['button-back']['pt-pt'] = "Voltar"; $text['button-back']['fr-fr'] = "Retour"; + $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['label-tools']['en-us'] = "Tools"; $text['label-tools']['es-cl'] = "Instrumentos"; $text['label-tools']['pt-pt'] = "Ferramentas"; diff --git a/app/extensions/app_languages.php b/app/extensions/app_languages.php index e89cc0552b..a08b80632c 100644 --- a/app/extensions/app_languages.php +++ b/app/extensions/app_languages.php @@ -567,6 +567,11 @@ $text['button-back']['pt-pt'] = "Voltar"; $text['button-back']['fr-fr'] = "Retour"; + $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['message-message']['en-us'] = "Message"; $text['message-message']['es-cl'] = "Mensaje"; $text['message-message']['pt-pt'] = "Mensagem"; diff --git a/app/extensions/extensions.php b/app/extensions/extensions.php index cf716b4276..6d7f07767c 100644 --- a/app/extensions/extensions.php +++ b/app/extensions/extensions.php @@ -64,6 +64,12 @@ require_once "resources/paging.php"; echo " | ".$text['header-extensions']." \n"; echo " ".$text['description-extensions']."\n"; echo " | \n";
+ echo " \n";
echo " |