flatpress/fp-plugins/bbcode/lang/lang.el-gr.php
Fraenkiman f1e34a2a6e BBcode toolbar with translated titles
- Internationalized button titles ready
- Remnants of Mootools (plugin_jsutils) removed from the template
2024-01-28 22:52:55 +01:00

59 lines
2.5 KiB
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
$lang ['admin'] ['plugin'] ['submenu'] ['bbcode'] = 'BBCode';
$lang ['admin'] ['plugin'] ['bbcode'] = array(
'head' => 'Ρύθμιση του BBCode',
'desc1' => 'Το πρόσθετο αυτό επιτρέπει τη χρήση σύνταξης <a href="https://wiki.flatpress.org/' . //
'doc:techfaq#bbcode" class="hint" target="_blank">BBCode</a>.',
'options' => 'Επιλογές',
'editing' => 'Επεξεργασία',
'allow_html' => 'Χρήση HTML',
'allow_html_long' => 'Επιτρέπεται χρήση HTML παράλληλα με το BBCode',
'toolbar' => 'Μπάρα συντομεύσεων',
'toolbar_long' => 'Ενεργοποιείται η μπάρα συντομεύσεων κατά την καταχώρηση.',
'other' => 'Άλλες επιλογές',
'comments' => 'Σχόλια',
'comments_long' => 'Επιτρέπεται η χρήση BBCode στα σχόλια',
'urlmaxlen' => 'Μέγιστο μήκος συνδέσμων',
'urlmaxlen_long_pre' => 'Σμίκρυνση συνδέσμων μεγαλύτερων από ',
'urlmaxlen_long_post'=>' χαρακτήρες.',
'submit' => 'Αποθήκευση ρύθμισης',
'msgs' => array(
1 => 'Η ρύθμιση του BBCode αποθηκεύτηκε επιτυχώς.',
-1 => 'Η ρύθμιση του BBCode δεν αποθηκεύτηκε.'
),
'editor' => array(
'formatting' => 'Formatting',
'textarea' => 'Textarea: ',
'expand' => 'Expand',
'expandtitle' => 'Expand Textarea Height',
'reduce' => 'Reduce',
'reducetitle' => 'Reduce Textarea Height',
'urltitle' => 'URL/ Σύνδεσμος',
'mailtitle' => 'Διεύθυνση ηλεκτρονικού ταχυδρομείου',
'boldtitle' => 'Έντονα',
'italictitle' => 'Πλάγια',
'headlinetitle' => 'Επικεφαλής',
'underlinetitle' => 'Υπογραμμισμένα',
'crossouttitle' => 'Διαγραμμένο',
'unorderedlisttitle' => 'Μη ταξινομημένος κατάλογος',
'orderedlisttitle' => 'Ταξινομημένος κατάλογος',
'quotetitle' => 'Παράθεση',
'codetitle' => 'Κώδικας',
'htmltitle' => 'Εισαγωγή ως κώδικας HTML',
'help' => 'Βοήθεια σχετικά με το BBCode',
'file' => 'Φάκελος: ',
'image' => 'Εικόνα: ',
'selection' => '-- Επιλογή --'
)
);
$lang ['plugin'] ['bbcode'] = array (
'go_to' => 'Πηγαίνετε στον',
'langtag' => 'el_GR' // language tag for Facebook Video
);
?>