Added move focus cell for matrix.

This commit is contained in:
Oleg Sh
2021-04-12 13:12:00 +02:00
parent d0a620af31
commit ec5ea03848
19 changed files with 223 additions and 31 deletions

View File

@@ -12,4 +12,6 @@
$g_lang["m_title"] = "Bezig met het creëren van een Graaf op basis van een incidentiematrix";
$g_lang["m_keyWords"] = "Graph Online, plot Graaf, Creëer graaf vanuit incidentiematrix, incidentiematrix";
$g_lang["m_description"] = "Creëer een graaf door middel van een incidentiematrix online en krijg het resultaat visueel";
$g_lang["use_ctrl_to_move_cells"] = "Use Ctrl + ← ↑ → ↓ keys to move between cells.";
?>

View File

@@ -15,4 +15,6 @@
$g_lang["separator"] = "Scheidingsteken";
$g_lang["separator_commo"] = "komma";
$g_lang["separator_space"] = "spatie";
$g_lang["use_ctrl_to_move_cells"] = "Use Ctrl + ← ↑ → ↓ keys to move between cells.";
?>