From cb7e40cd239df0766b5e181c3e8faf3a5868abcd Mon Sep 17 00:00:00 2001 From: Victor Schmidt <101749261+victorrschmidt@users.noreply.github.com> Date: Wed, 4 Oct 2023 21:37:04 -0300 Subject: [PATCH] Update graphs_examples.php --- lang/pt/graphs_examples.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lang/pt/graphs_examples.php b/lang/pt/graphs_examples.php index a725248..40e9c07 100644 --- a/lang/pt/graphs_examples.php +++ b/lang/pt/graphs_examples.php @@ -1,10 +1,10 @@ Below you can find graphs examples, you may create your graph based on one of them.

\n"; - $g_lang["current_language"] = "en"; + $g_lang["head_no_tags"] = "Exemplos de grafos"; + $g_lang["text"] = "

Abaixo vocĂȘ pode encontrar exemplos de grafos, vocĂȘ pode criar seu grafo baseado em algum destes.

\n"; + $g_lang["current_language"] = "pt"; - $g_lang["m_title"] = "Graph Online: Graphs examples"; - $g_lang["m_keyWords"] = "graphs examples, graph gallery, create graph"; - $g_lang["m_description"] = "Graphs examples gallery"; -?> \ No newline at end of file + $g_lang["m_title"] = "Graph Online: Exemplos de grafos"; + $g_lang["m_keyWords"] = "exemplos de grafos, galeria de grafos, criar grafo"; + $g_lang["m_description"] = "Galeria com exemplos de grafos"; +?>