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