flatpress/fp-plugins/bbcode/lang/lang.el-gr.php
2023-12-10 18:26:14 +01:00

62 lines
2.4 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',
// note: accesskeys are not internationalized...
// btw. why not :-D
'bold' => 'B',
'boldtitle' => 'Έντονα',
'italic' => 'I',
'italictitle' => 'Πλάγια',
'underline' => 'U',
'underlinetitle' => 'Υπογραμμισμένα',
'quote' => 'Quote',
'quotetitle' => 'Παράθεση',
'code' => 'Code',
'codetitle' => 'Κώδικας',
'help' => 'Βοήθεια σχετικά με το BBCode',
'file' => 'Φάκελος: ',
'image' => 'Εικόνα: ',
'selection' => '-- Επιλογή --',
// currently not used
'status' => 'Μπάρα κατάστασης',
'statusbar' => 'Κανονική λειτουργία. Πατήστε &lt;Esc&gt; για εναλλαγή σε λειτουργία επεξεργασίας.'
)
);
$lang ['plugin'] ['bbcode'] = array (
'go_to' => 'Πηγαίνετε στον',
'langtag' => 'el_GR' // language tag for Facebook Video
);
?>