Files
dokuwiki-plugins/lib/plugins/nspages/lang/el/lang.php

17 lines
725 B
PHP
Raw Normal View History

2025-10-09 15:04:29 +11:00
<?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'] = 'Δεν υπάρχουν υποφάκελοι.';