mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-02 15:56:27 +00:00
Added info about Greek translations.
This commit is contained in:
parent
49ad97a533
commit
2da45cb85b
@ -16,7 +16,7 @@
|
||||
Δημιουργήσετε γραφήματα απο πίνακα γειτνίασης ή απο πίνακα προσπτώσεων.
|
||||
Επίσης μπορείτε κάνετε αναζήτηση της συντομότερης διαδρομής και πλήθος άλλων αλγορίθμων.
|
||||
<br>
|
||||
<a href=\"/el/about\">Σχετικά με το πρότζεκτ</a> και <a href=\"http://graph.unick-soft.ru/el/help\">σελίδα βοήθειας</a>.\n
|
||||
<a href=\"/el/about\">Σχετικά με το πρότζεκτ</a> και <a href=\"http://graphonline.ru/el/help\">σελίδα βοήθειας</a>.\n
|
||||
";
|
||||
$g_lang["lang"] = "Γλώσσα";
|
||||
|
||||
|
@ -173,7 +173,8 @@
|
||||
|
||||
$g_lang["replace_edge"] = "replace current";
|
||||
$g_lang["add_edge"] = "add (multigraph)";
|
||||
$g_lang["french_add"] = "We have added French translation 🇫🇷";
|
||||
$g_lang["greek_add"] = "<a class=\"ProgresssBarLink\" href=\"/el/\" target=\"_blank\">
|
||||
We have added Greek translation 🇬🇷.</a> <a href=\"https://github.com/UnickSoft/graphonline/pull/4\" target=\"_blank\">Thank you KyriakosG78</a>";
|
||||
$g_lang["text_above_edge"] = "Text above edge";
|
||||
|
||||
$g_lang["select_groupe_mac"] = "Use Cmd⌘ to select several objects.";
|
||||
|
@ -11,7 +11,7 @@
|
||||
$g_lang["menu_8"] = "News";
|
||||
$g_lang["menu_9"] = "Using graph example";
|
||||
$g_lang["menu_10"] = "Open source";
|
||||
$g_lang["footer_info"] = "<a href=\"/en/\">Graph Online</a> is online project aimed at creation and easy visualization of graph and <a href=\"/en/\">shortest path searching</a>. Also you can create <a href=\"http://graph.unick-soft.ru/en/create_graph_by_matrix\">graph from adjacency matrix</a>. <a href=\"/en/about\">About project</a> and <a href=\"http://graph.unick-soft.ru/en/help\">look help page</a>.\n";
|
||||
$g_lang["footer_info"] = "<a href=\"/en/\">Graph Online</a> is online project aimed at creation and easy visualization of graph and <a href=\"/en/\">shortest path searching</a>. Also you can create <a href=\"http://graphonline.ru/en/create_graph_by_matrix\">graph from adjacency matrix</a>. <a href=\"/en/about\">About project</a> and <a href=\"http://graphonline.ru/en/help\">look help page</a>.\n";
|
||||
$g_lang["lang"] = "Language";
|
||||
|
||||
?>
|
13
tpl/home.php
13
tpl/home.php
@ -163,6 +163,8 @@
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<? if (L('current_language') != "en"): ?>
|
||||
|
||||
<section style="height:32px;text-align: center;" id="adv" class="hidden-phone">
|
||||
<a class="ProgresssBarLink" href="opensource" target="_blank">
|
||||
<div class="ProgressBar" style="height:32px">
|
||||
@ -172,6 +174,17 @@
|
||||
</a>
|
||||
</section>
|
||||
|
||||
<? else: ?>
|
||||
|
||||
<section style="height:32px;text-align: center;" id="adv" class="hidden-phone">
|
||||
<div class="ProgressBar" style="height:32px">
|
||||
<div class="ProgressBarFill" style="width:0%;"></div>
|
||||
<span class="ProgressBarText" style="top:-28px"><p><?= L('greek_add')?></p></span>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<? endif; ?>
|
||||
|
||||
<? if (L('current_language') == "ru" && false): ?>
|
||||
<!--
|
||||
<section style="height:32px;text-align: center;" id="adv" class="hidden-phone">
|
||||
|
Loading…
x
Reference in New Issue
Block a user