2017-04-15 01:34:36 +03:00

69 lines
2.0 KiB
JavaScript
Executable File
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.

/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'forms', 'el', {
button: {
title: 'Ιδιότητες Κουμπιού',
text: 'Κείμενο (Τιμή)',
type: 'Τύπος',
typeBtn: 'Κουμπί',
typeSbm: 'Υποβολή',
typeRst: 'Επαναφορά'
},
checkboxAndRadio: {
checkboxTitle: 'Ιδιότητες Κουτιού Επιλογής',
radioTitle: 'Ιδιότητες Κουμπιού Επιλογής',
value: 'Τιμή',
selected: 'Επιλεγμένο'
},
form: {
title: 'Ιδιότητες Φόρμας',
menu: 'Ιδιότητες Φόρμας',
action: 'Δράση',
method: 'Μέθοδος',
encoding: 'Κωδικοποίηση'
},
hidden: {
title: 'Ιδιότητες Κρυφού Πεδίου',
name: 'Όνομα',
value: 'Τιμή'
},
select: {
title: 'Ιδιότητες Πεδίου Επιλογής',
selectInfo: 'Πληροφορίες Πεδίου Επιλογής',
opAvail: 'Διαθέσιμες Επιλογές',
value: 'Τιμή',
size: 'Μέγεθος',
lines: 'γραμμές',
chkMulti: 'Να επιτρέπονται οι πολλαπλές επιλογές',
opText: 'Κείμενο',
opValue: 'Τιμή',
btnAdd: 'Προσθήκη',
btnModify: 'Τροποποίηση',
btnUp: 'Πάνω',
btnDown: 'Κάτω',
btnSetValue: 'Προεπιλογή',
btnDelete: 'Διαγραφή'
},
textarea: {
title: 'Ιδιότητες Περιοχής Κειμένου',
cols: 'Στήλες',
rows: 'Σειρές'
},
textfield: {
title: 'Ιδιότητες Πεδίου Κειμένου',
name: 'Όνομα',
value: 'Τιμή',
charWidth: 'Πλάτος Χαρακτήρων',
maxChars: 'Μέγιστοι χαρακτήρες',
type: 'Τύπος',
typeText: 'Κείμενο',
typePass: 'Κωδικός',
typeEmail: 'Email',
typeSearch: 'Αναζήτηση',
typeTel: 'Τηλέφωνο ',
typeUrl: 'URL'
}
});