add contents

This commit is contained in:
Trevor Batley
2025-10-09 15:04:29 +11:00
parent 170362eec1
commit bce7dd054a
2537 changed files with 301282 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<?php
/**
* Greek language file
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Apostolos P. Tsompanopoulos <monotropos@gmail.com>
*/
$lang['encoding'] = 'utf-8';
$lang['direction'] = 'ltr';
$lang['doesntexist'] = 'αυτός ο φάκελος δεν υπάρχει: ';
$lang['subcats'] = 'Υποφάκελοι:';
$lang['pagesinthiscat'] = 'Σελίδες σε αυτό το φάκελο:';
$lang['continued'] = ' συνέχεια';
$lang['nopages'] = 'Δεν υπάρχουν σελίδες σε αυτό το φάκελο.';
$lang['nosubns'] = 'Δεν υπάρχουν υποφάκελοι.';

View File

@@ -0,0 +1,4 @@
<?php
$lang['cache'] = 'Απενεργοποιήστε την προσωρινή μνήμη';
$lang['toolbar_inserted_markup'] = 'Κώδικας που έχει εισαχθεί στη γραμμή εργαλείων';