Changeset 17483 for extensions/ContactForm/language/el_GR/plugin.lang.php
- Timestamp:
- Aug 9, 2012, 12:10:04 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/ContactForm/language/el_GR/plugin.lang.php
r14799 r17483 1 1 <?php 2 if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); 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 // +-----------------------------------------------------------------------+ 3 23 4 $lang['contact_form_title'] = 'Φόρμα επαφής'; 5 $lang['contact_form'] = 'Επαφή'; 6 $lang['contact_form_link'] = 'Επαφή με τον webmaster'; 24 $lang['A comment on the site'] = 'Ένα σχόλιο για την ιστοσελίδα'; 25 $lang['Contact'] = 'Επαφή'; 26 $lang['Your name'] = 'Το όνομά σου'; 27 $lang['Your e-mail'] = 'Το e-mail σου'; 28 $lang['Subject'] = 'Θέμα'; 29 $lang['Message'] = 'Μήνυμα'; 30 $lang['Text before the contact form'] = 'Κείμενο πριν από τη φόρμα επικοινωνίας'; 31 $lang['Text after the contact form'] = 'Κείμενο μετά από τη φόρμα επικοινωνίας'; 32 $lang['E-mail sent successfully'] = 'Το e-mail στάλθηκε με επιτυχία'; 33 $lang['Please enter a name'] = 'Παρακαλώ εισάγετε ένα όνομα'; 34 $lang['Please enter a subject'] = 'Παρακαλώ εισάγετε ένα θέμα'; 35 $lang['Please enter a message'] = 'Παρακαλώ εισάγετε ένα μήνυμα'; 36 $lang['Error while sending e-mail'] = 'Λάθος κατά την απόστολή e-mail'; 7 37 8 9 $lang['contact_redirect_title'] = 'Κατάσταση απεσταλμένου μηνύματος';10 11 $lang['cf_from_name'] = 'Το όνομά σου';12 $lang['cf_from_mail'] = 'Το e-mail σου';13 $lang['cf_subject'] = 'Θέμα';14 $lang['cf_message'] = 'Μήνυμα';15 $lang['cf_submit'] = 'Αποστολή';16 $lang['title_send_mail'] = 'Ένα σχόλιο για την ιστοσελίδα';17 18 $lang['cf_from_name_error'] = 'Παρακαλώ εισάγετε ένα όνομα';19 $lang['cf_mail_format_error'] = 'η διεύθυνση ηλεκτρονικού ταχυδρομείου πρέπει να είναι της μορφής xxx@yyy.eee (παράδειγμα: jack@altern.org)';20 $lang['cf_subject_error'] = 'Παρακαλώ εισάγετε ένα θέμα';21 $lang['cf_message_error'] = 'Παρακαλώ εισάγετε ένα μήνυμα';22 $lang['cf_error_sending_mail'] = 'Λάθος κατά την απόστολή e-mail';23 $lang['cf_sending_mail_successful'] = 'Το e-mail στάλθηκε με επιτυχία';24 $lang['cf_form_error'] = 'Άκυρα δεδομένα';25 $lang['cf_no_unlink'] = 'Function \'unlink\' not available...';26 $lang['cf_unlink_errors'] = 'Λάθη συνέβησαν κατά την διαγραφή του αρχείου';27 $lang['cf_config_saved'] = 'Η παραμετροποίηση αποθηκεύτηκε επιτυχημένα';28 $lang['cf_config_saved_with_errors'] = 'Η παραμετροποίηση αποθηκεύτηκε με λάθη';29 $lang['cf_length_not_integer'] = 'Το μέγεθος πρέπει να είναι ακέραιος αριθμός';30 $lang['cf_delay_not_integer'] = 'Η καθυστέρηση πρέπει να είναι ακέραιος αριθμός';31 $lang['cf_link_error'] = 'Η μεταβλητή δεν μπορεί να περιέχει κενά';32 $lang['cf_hide'] = 'Απόκρυψη';33 34 35 $lang['cf_plugin_name'] = 'Contact Form';36 $lang['contact_form_debug'] = 'Display of debug information';37 $lang['cf_validate'] = 'Submit';38 $lang['cf_tab_config'] = 'Configuration';39 $lang['cf_config'] = 'Configuration';40 $lang['cf_config_desc'] = 'Plugin main configuration';41 $lang['cf_label_config'] = 'General configuration';42 $lang['cf_label_mail'] = 'E-mail configuration';43 $lang['cf_menu_link'] = 'Add link in menu';44 $lang['cf_guest_allowed'] = 'Allow guests to see the form';45 $lang['cf_mail_prefix'] = 'Prefix of the sent e-mail subject';46 $lang['cf_separator'] = 'Character(s) used to define a separation bar in the e-mail in text format';47 $lang['cf_separator_length'] = 'Size of the bar';48 $lang['cf_mandatory_name'] = 'Name is mandatory';49 $lang['cf_mandatory_mail'] = 'E-mail address is mandatory';50 $lang['cf_redirect_delay'] = 'Pause delay of redirection';51 $lang['cf_tab_emails'] = 'E-mails';52 $lang['cf_emails'] = 'E-mails';53 $lang['cf_emails_desc'] = 'Destination e-mails management';54 $lang['cf_active'] = 'Active e-mail';55 $lang['cf_no_mail'] = 'No e-mail address available';56 $lang['cf_refresh'] = 'Regenerate e-mail list address';57 58 59 60 $lang['Text after the contact form'] = 'Κείμενο μετά από τη φόρμα επικοινωνίας';61 $lang['Text before the contact form'] = 'Κείμενο πριν από τη φόρμα επικοινωνίας';62 $lang['cf_tab_persoform'] = 'Προσθήκη προσαρμοσμένου κειμένου';63 38 ?>
Note: See TracChangeset
for help on using the changeset viewer.