add contents
This commit is contained in:
16
lib/plugins/nspages/lang/el/lang.php
Normal file
16
lib/plugins/nspages/lang/el/lang.php
Normal 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'] = 'Δεν υπάρχουν υποφάκελοι.';
|
4
lib/plugins/nspages/lang/el/settings.php
Normal file
4
lib/plugins/nspages/lang/el/settings.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
|
||||
$lang['cache'] = 'Απενεργοποιήστε την προσωρινή μνήμη';
|
||||
$lang['toolbar_inserted_markup'] = 'Κώδικας που έχει εισαχθεί στη γραμμή εργαλείων';
|
Reference in New Issue
Block a user