graphonline/lang/el/opensource.php
2020-05-06 21:42:28 +03:00

14 lines
1.5 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
$g_lang["head_no_tags"] = "Graphonline Λογισμικό ανοικτού κώδικα";
$g_lang["text"] = "<p>Το Graphonline είναι ένα έργο ανοιχτού λογισμικού. Μπορείτε να βρείτε τον πηγαίο κώδικα στο github:
<a href=\"https://github.com/UnickSoft/graphonline\">https://github.com/UnickSoft/graphonline</a>.
Έχουμε σχέδια για μεγάλο αριθμό χαρακτηριστικών, αλλά η μικρή μας ομάδα τα εφαρμόζει πολύ αργά.</p>\n\n
<h2>Μπορείτε να μας βοηθήσετε</h2>\n\n
<p> Εάν γνωρίζετε τις γλώσσες προγραμματισμού: php ή JavaScript ή C ++ μπορείτε να βελτιώσετε την υπηρεσία Graphonline.
    Γράψτε μας στο github ή στο <a href=\"mailto:admin@graphonline.ru\"> admin@graphonline.ru </a>.
    Εάν είστε μαθητής, είναι καλή ευκαιρία να εργαστείτε σε μια ομάδα προγραμματιστών.</p>\n\n
<p>Επίσης μπορείτε να μας βοηθήσετε να συμπληρώσουμε την wiki: <a href=\"https://graphonline.ru/en/wiki/\"> https://graphonline.ru/en/wiki/ </a>.
    ή να βελτιώστε το σχεδιασμό μας και να δοκιμάστε νέες λειτουργίες. Σε κάθε περιπτώσει γράψτε μας.</p>\n";
?>