17 lines
725 B
PHP
17 lines
725 B
PHP
![]() |
<?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'] = 'Δεν υπάρχουν υποφάκελοι.';
|