flatpress/fp-plugins/bbcode/lang/lang.el-gr.php
Fraenkiman b892a86f18 Update bbcode language files
Translated note for external link
2023-01-25 00:45:11 +01:00

61 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="http://www.phpbb.com/'.
'phpBB/faq.php?mode=bbcode">BBCode</a> και παρέχει '.
'αυτόματη αλληλεπίδραση με το lightbox (όταν είναι κι αυτό ενεργοποιημένο).',
'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',
// currently not used
'status' => 'Μπάρα κατάστασης',
'statusbar' => 'Κανονική λειτουργία. Πατήστε &lt;Esc&gt; για εναλλαγή σε λειτουργία επεξεργασίας.'
)
);
$lang ['plugin'] ['bbcode'] = array (
'go_to' => 'Πηγαίνετε στον'
);
?>