source: extensions/ContactForm/language/el_GR/plugin.lang.php @ 18131

Last change on this file since 18131 was 18131, checked in by TranslationTeam, 12 years ago

[contactform] Update el_GR, thanks to : bas_alba

File size: 4.3 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2012 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23
24$lang['Your name'] = 'Το όνομά σου';
25$lang['Your e-mail'] = 'Το e-mail σου';
26$lang['Subject'] = 'Θέμα';
27$lang['Message'] = 'Μήνυμα';
28$lang['Text before the contact form'] = 'Κείμενο πριν από τη φόρμα επικοινωνίας';
29$lang['Text after the contact form'] = 'Κείμενο μετά από τη φόρμα επικοινωνίας';
30$lang['E-mail sent successfully'] = 'Το e-mail στάλθηκε με επιτυχία';
31$lang['Please enter a name'] = 'Παρακαλώ εισάγετε ένα όνομα';
32$lang['Please enter a subject'] = 'Παρακαλώ εισάγετε ένα θέμα';
33$lang['Please enter a message'] = 'Παρακαλώ εισάγετε ένα μήνυμα';
34$lang['Error while sending e-mail'] = 'Λάθος κατά την απόστολή e-mail';
35$lang['Prefix of the sent e-mail subject'] = 'Πρόθεμα για το θέμα του e-mail που στέλνετε';
36$lang['you can use "%gallery_title%"'] = 'μπορείτε να χρησιμοποιήσετε το "%gallery_title%"';
37$lang['Please enter an e-mail'] = 'Παρακαλώ εισάγετε ένα e-mail';
38$lang['Plain text'] = 'Απλό κείμενο';
39$lang['No active email address'] = 'Μη ενεργή διεύθυνση ηλεκτρονικού ταχυδρομείου';
40$lang['Name is mandatory'] = 'Το όνομα είναι υποχρεωτικό';
41$lang['General configuration'] = 'Γενικές ρυθμίσεις';
42$lang['E-mail format :'] = 'Μορφή E-mail:';
43$lang['E-mail configuration'] = 'Διαμόρφωση E-mail ';
44$lang['E-mail address is mandatory'] = 'Η διεύθυνση E-mail είναι υποχρεωτική';
45$lang['Default e-mail subject'] = 'Προεπιλεγμένο θέμα στο e-mail';
46$lang['Allow guests to see the form'] = 'Επιτρέψτε στους επισκέπτες να δουν τη φόρμα';
47$lang['Active'] = 'Ενεργό';
48$lang['Add link in menu'] = 'Προσθήκη ενός συνδέσμου στο μενού';
49$lang['+ Add an email'] = '+ Προσθήκη ενός e-mail';
50$lang['%s must not be more than %d characters long'] = '%s δεν πρέπει να είναι περισσότερο από %d χαρακτήρες';
51$lang['%s must not be less than %d characters long'] = '%s πρέπει να είναι τουλάχιστον %d χαρακτήρες';
52$lang['can be translated with LocalFiles Editor plugin'] = 'μπορεί να μεταφραστεί με το πρόσθετο LocalFiles Editor ';
53$lang['Please choose a category'] = 'Παρακαλούμαι διαλέξτε μια κατηγορία';
54$lang['Category'] = 'Κατηγορία';
55$lang['+ Add a category'] = '+Προσθέστε μια κατηγορία';
56?>
Note: See TracBrowser for help on using the repository browser.