source: extensions/UserCollections/language/el_GR/plugin.lang.php @ 25722

Last change on this file since 25722 was 25722, checked in by TranslationTeam, 10 years ago

[user_collections] Update el_GR, thanks to : bas_alba

  • Property svn:executable set to *
File size: 7.0 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$lang['Add to collection'] = 'Προσθήκη στη συλλογή';
24$lang['Clear'] = 'Καθαρίζω';
25$lang['Collection name:'] = 'Όνομα Συλλογής';
26$lang['Collection'] = 'Συλλογή';
27$lang['Collections'] = 'Συλλογές';
28$lang['Create a new collection'] = 'Δημιουργήστε μια νέα συλλογή';
29$lang['Invalid collection'] = 'Άκυρη συλλογή';
30$lang['Please give a name'] = 'Παρακαλούμε δώστε ένα όνομα';
31$lang['Remove from collection'] = 'Κατάργηση από τη συλλογή';
32$lang['This collection is empty'] = 'Αυτή η συλλογή είναι άδεια';
33$lang['by %s'] = 'από %s';
34$lang['%d more...'] = '%d περισσότερα ...';
35$lang['Save'] = 'Αποθήκευση';
36$lang['You have %d collections'] = 'Έχετε %d συλλογές';
37$lang['You have %d collection'] = 'Έχετε %d συλλογή';
38$lang['You have no collection'] = 'Δεν έχετε καμία συλλογή';
39$lang['Your name'] = 'Το Όνομά σας';
40$lang['Your e-mail'] = 'Το e-mail σας';
41$lang['Send this collection my mail'] = 'Στείλτε αυτή τη συλλογή στο e-mail μου';
42$lang['Recipient name'] = 'Το Όνομα του παραλήπτη';
43$lang['Recipient e-mail'] = 'Το e-mail του παραλήπτη';
44$lang['Preview'] = 'Προεπισκόπηση';
45$lang['Please enter your name'] = 'Παρακαλώ εισάγετε το Όνομα σας';
46$lang['Please enter your e-mail'] = 'Παρακαλώ εισάγετε το e-mail σας';
47$lang['Please enter the recipient name'] = 'Παρακαλώ εισάγετε το Όνομα του παραλήπτη';
48$lang['Please enter the recipient e-mail'] = 'Παρακαλώ εισάγετε το e-mail του παραλήπτη';
49$lang['Number of images'] = 'Αριθμός εικόνων';
50$lang['Message (optional)'] = 'Μήνυμα (προαιρετικό)';
51$lang['Inactive'] = 'Ανενεργό';
52$lang['Hello <b>%s</b>, %s sent you a photos collection from <a href="%s">%s</a>'] = 'Γεια σας <b>%s</b>, %s σας έστειλε μια συλλογή φωτογραφιών από το <a href="%s">%s</a>';
53$lang['Fields'] = 'Πεδία';
54$lang['Export image list'] = 'Εξαγωγή λίστα εικόνων';
55$lang['Error while sending e-mail'] = 'Σφάλμα κατά την αποστολή e-mail';
56$lang['Edit this collection'] = 'Επεξεργασία αυτής της συλλογής';
57$lang['E-mail sent successfully'] = 'E-mail στάλθηκε με επιτυχία';
58$lang['Download CSV file'] = 'Κατεβάστε το αρχείο CSV';
59$lang['Delete this collection'] = 'Διαγραφή αυτής της συλλογής';
60$lang['Date added to collection, old &rarr; new'] = 'Ημερομηνία προστέθηκε στη συλλογή, παλιά &rarr; νέα';
61$lang['Date added to collection, new &rarr; old'] = 'Ημερομηνία προστέθηκε στη συλλογή, νέα &rarr; παλιά';
62$lang['Click here to view the complete collection'] = 'Κάντε κλικ εδώ για να δείτε την πλήρη συλλογή';
63$lang['Clear this collection'] = 'Απαλοιφή αυτής της συλλογής';
64$lang['Allow users to set their collections as public'] = 'Επιτρέπει στους χρήστες να ρυθμίζουν τις συλλογές τους ως δημόσιες';
65$lang['Allow users to send their public collections by mail'] = 'Επιτρέπει στους χρήστες να στείλουν δημόσιες συλλογές τους με e-mail';
66$lang['Active'] = 'Ενεργός';
67$lang['A photo collection by %s'] = 'Μια συλλογή φωτογραφιών από τον/την  %s';
68$lang['Photos number, low &rarr; high'] = 'Αριθμός Φωτογραφιών, χαμηλή &rarr; υψηλή';
69$lang['Photos number, high &rarr; low'] = 'Αριθμός Φωτογραφιών, υψηλή &rarr; χαμηλή';
70$lang['Name, Z &rarr; A'] = 'Όνομα, Z &rarr; A';
71$lang['Name, A &rarr; Z'] = 'Όνομα, A &rarr; Z';
72$lang['(remove)'] = '(αφαίρεση)';
73$lang['This link expired'] = 'Ο Σύνδεσμος αυτός έληξε';
74$lang['This key is already used'] = 'Αυτό το κλειδί έχει χρησιμοποιειθεί  ήδη';
75$lang['The key must be at least 8 characters long'] = 'Το κλειδί πρέπει να είναι τουλάχιστον 8 χαρακτήρες';
76$lang['Share this collection'] = 'Κοινή χρήση αυτής της συλλογής';
77$lang['Share key'] = 'Κλειδί κοινόχρηστο';
78$lang['Share deleted'] = 'Το κοινόχρηστο διαγραφτηκε';
79$lang['Share'] = 'Μοιράσου';
80$lang['Restricted access'] = 'Περιορισμένη πρόσβαση';
81$lang['New share added: <a href="%s">%s</a>'] = 'Νέο κοινόχρηστο προστέθηκε: <a href="%s">%s</a>';
82$lang['Expiration date'] = 'Ημερομηνία Λήξης';
83$lang['Collection not found'] = 'Η Συλλογή δεν βρέθηκε';
84$lang['jump to photo'] = 'Κατευθείαν στη φωτογραφία';
85$lang['Send'] = 'Αποστολή';
86$lang['Name'] = 'Όνομα';
87$lang['Hello %s, %s sent you a photos collection from "%s"'] = 'Γεια σας  %s,  ο/η %s σας έστειλε μια συλλογή φωτογραφιών από "%s"';
88$lang['Description'] = 'Περιγραφή';
89$lang['Add'] = 'Προσθήκη ';
90$lang['Cancel'] = 'Ακύρωση';
91?>
Note: See TracBrowser for help on using the repository browser.