flatpress/fp-interface/lang/el-gr/lang.admin.themes.php
Fraenkiman f46df8aafe Code-Formatierung in Sprachdateien
- For future new language packs, a clean basis has been created with the existing language packs.
	- Removed unnecessary line breaks, spaces and tabs to avoid unexpected views in the responsive design.
	- Updated links to external sources.

- Missing language files created in plugins.
	- Gallerycaptions plugin: cs-cz, el-gr, es-es, fr-fr, ja-jp, nl-nl
	- Mediamanager plugin: el-gr, fr-fr
	- PhotoSwipe plugin: cs-cz, el-gr, es-es, fr-fr, ja-jp, nl-nl
	- Readmore plugin: el-gr, fr-fr
	- Seometataginfo plugin: pt-br
2023-12-10 01:30:26 +01:00

41 lines
1.4 KiB
PHP
Raw Permalink 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
$lang ['admin'] ['themes'] ['submenu'] = array(
'default' => 'Θέματα',
'style' => 'Στυλ'
);
/* default panel action (change theme) */
$lang ['admin'] ['themes'] ['default'] = array(
'head1' => 'Τρέχων θέμα',
'head2' => 'Διαθέσιμα θέματα',
'descr' => 'Επιλέξτε το θέμα που επιθυμείτε να χρησιμοποιήσετε',
'nodescr' => 'Χωρίς περιγραφή',
'noauthor' => 'Άγνωστος δημιουργός'
);
$lang ['admin'] ['themes'] ['default'] ['msgs'] = array(
1 => 'Το θέμα άλλαξε.',
-1 => 'Προέκυψε κάποιο σφάλμα κατά την αλλαγή θέματος.',
-2 => 'Το θέμα που επιλέξατε δεν υπάρχει.'
);
/* select style */
$lang ['admin'] ['themes'] ['style'] = array(
'head1' => 'Τρέχων στυλ',
'head2' => 'Διαθέσιμα στυλ',
'descr' => 'Επιλέξτε το στυλ που επιθυμείτε να χρησιμοποιήσετε με αυτό το θέμα',
'nodescr' => 'Χωρίς περιγραφή',
'noauthor' => 'Άγνωστος δημιουργός'
);
$lang ['admin'] ['themes'] ['style'] ['msgs'] = array(
1 => 'Το στυλ άλλαξε.',
-1 => 'Προέκυψε κάποιο σφάλμα κατά την αλλαγή του στυλ.',
-2 => 'Το στυλ που επιλέξατε δεν υπάρχει.'
);
?>