diff --git a/i/css/home.css b/i/css/home.css index 44673d7..e608c7c 100755 --- a/i/css/home.css +++ b/i/css/home.css @@ -359,4 +359,9 @@ #EdgeLabelControls { padding-top: 4px; +} + +#message +{ + overflow-wrap: break-word; } \ No newline at end of file diff --git a/lang/pt/home.php b/lang/pt/home.php index 68a48d0..cdd7065 100644 --- a/lang/pt/home.php +++ b/lang/pt/home.php @@ -139,6 +139,15 @@ $g_lang["adjacency_matrix_multigraph_description"] = "Matriz de multigrafo contém pesos das arestas mínimas entre os vértices"; $g_lang["graph_is_multi_message"] = "Multigrafo não suporta todos os algoritmos"; $g_lang["graph_is_general_message"] = ""; + + $g_lang["text_above_edge"] = "Text above edge"; + + $g_lang["select_groupe_mac"] = "Use Cmd⌘ to select several objects."; + $g_lang["select_groupe_win"] = "Use Ctrl to select several objects."; + $g_lang["drag_select_group"] = "Drag group."; + $g_lang["copy_select_group"] = "Copy group"; + $g_lang["remove_select_group"] = "Delete group"; + $g_lang["replace_edge"] = "Substituir atual"; $g_lang["add_edge"] = "Adicionar (multigrafo)"; $g_lang["bfs_name"] = "Busca em Largura (BFS)"; diff --git a/tpl/home.php b/tpl/home.php index 205ac5d..2f6db3f 100755 --- a/tpl/home.php +++ b/tpl/home.php @@ -163,7 +163,7 @@ - if (L('current_language') == "en" && false): ?> + @@ -174,8 +174,7 @@ - else: ?> - + @@ -185,7 +184,7 @@ - endif; ?> + if (L('current_language') == "ru" && false): ?>