Files
dokuwiki-plugins/lib/plugins/nspages/lang/el/lang.php
Trevor Batley bce7dd054a add contents
2025-10-09 15:04:29 +11:00

17 lines
725 B
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
/**
* 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'] = 'Δεν υπάρχουν υποφάκελοι.';