[15152] | 1 | <?php |
---|
| 2 | // +-----------------------------------------------------------------------+ |
---|
[15155] | 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 | // +-----------------------------------------------------------------------+ |
---|
[15152] | 23 | $lang['%d photos associated to album %s'] = '%d φωτογραφίες που σχετίζονται με το άλμπουμ %s'; |
---|
| 24 | $lang['Added after'] = 'Προστέθηκε μετά από'; |
---|
| 25 | $lang['Added before'] = 'Προστέθηκε πριν'; |
---|
| 26 | $lang['Added on'] = 'Προστέθηκε στις'; |
---|
| 27 | $lang['All these tags'] = 'Όλες αυτές οι ετικέτες'; |
---|
| 28 | $lang['Created after'] = 'Δημιουργήθηκε μετά από'; |
---|
| 29 | $lang['Created before'] = 'Δημιουργήθηκε πριν από'; |
---|
| 30 | $lang['Date string is malformed'] = 'Η Ημερομηνία δεν έχει σωστή μορφή'; |
---|
| 31 | $lang['Limit must be an integer'] = 'Το Όριο πρέπει να είναι ακέραιος'; |
---|
| 32 | $lang['No filter selected'] = 'Δεν έχει επιλεγεί φίλτρο'; |
---|
| 33 | $lang['No tag selected'] = 'Δεν έχει επιλεγεί ετικέτα'; |
---|
| 34 | $lang['None of these tags'] = 'Καμία από αυτές τις ετικέτες'; |
---|
| 35 | $lang['One of these tags'] = 'Μία από αυτές τις ετικέτες'; |
---|
| 36 | $lang['Only these tags'] = 'Μόνο αυτές οι λέξεις-κλειδιά'; |
---|
[15155] | 37 | $lang['Add filters here'] = 'Προσθέστε φίλτρα εδώ'; |
---|
| 38 | $lang['All SmartAlbums'] = 'Όλα τα SmartAlbums'; |
---|
| 39 | $lang['Count'] = 'Αρίθμηση'; |
---|
| 40 | $lang['Don\'t show this message again'] = 'Να μην εμφανιστεί ξανά αυτό το μήνυμα'; |
---|
| 41 | $lang['Only SmartAlbums are displayed on this page'] = 'Μόνο SmartAlbums εμφανίζονται σε αυτή τη σελίδα'; |
---|
| 42 | $lang['Regenerate photos list of all SmartAlbums'] = 'Αναδημιουργία λίστας φωτογραφιών όλων των SmartAlbum'; |
---|
| 43 | $lang['Regenerate photos list of this SmartAlbum'] = 'Αναδημιουργία λίστας φωτογραφιών αυτού του SmartAlbum'; |
---|
| 44 | $lang['SmartAlbum added'] = 'SmartAlbum προστέθηκε'; |
---|
| 45 | $lang['SmartAlbum deleted'] = 'Smart Album διαγράφτηκε '; |
---|
| 46 | $lang['This album is a SmartAlbum'] = 'Αυτό το άλμπουμ είναι ένα SmartAlbum'; |
---|
| 47 | $lang['Update albums on file upload'] = 'Ενημέρωση λευκώματος με ανέβασμα αρχείου'; |
---|
[16939] | 48 | $lang['can cause slowdowns'] = 'Μπορεί να προκαλέσει επιβράδυνση'; |
---|
[16131] | 49 | $lang['Above'] = 'Πάνω από'; |
---|
| 50 | $lang['Author is empty'] = 'ο Δημιουργός είναι άδειο'; |
---|
| 51 | $lang['Begins with'] = 'Αρχίζει με'; |
---|
| 52 | $lang['Bellow'] = 'Παρακάτω από'; |
---|
| 53 | $lang['Contains'] = 'Περιέχει'; |
---|
| 54 | $lang['Doesn\'t begin with'] = 'Δεν Αρχίζει από'; |
---|
| 55 | $lang['Doesn\'t contain'] = 'Δεν Περιέχει'; |
---|
| 56 | $lang['Doesn\'t end with'] = 'Δεν τελειώνει σε '; |
---|
| 57 | $lang['Ends with'] = 'Τελειώνει σε'; |
---|
| 58 | $lang['For "Is (not) in", separate each author by a comma'] = 'Για "(δεν) είναι το" χωρίζει κάθε δημιουργό με ένα κόμμα'; |
---|
| 59 | $lang['Hits must be an integer'] = 'Επισκέψεις πρέπει να είναι ακέραιος αριθμός'; |
---|
| 60 | $lang['Is in'] = 'Είναι στο'; |
---|
| 61 | $lang['Is not in'] = 'Δεν είναι στο'; |
---|
| 62 | $lang['Is not'] = 'Δεν είναι'; |
---|
| 63 | $lang['Is'] = 'Είναι'; |
---|
| 64 | $lang['Name is empty'] = 'Το όνομα είναι άδειο'; |
---|
| 65 | $lang['To order albums please go the main albums <a href="%s">management page</a>'] = 'Για να παραγγείλετε παρακαλούμε επισκεφθείτε τη <a href="%s">Σελίδα Διαχείρισης</a> του λευκώματος'; |
---|
| 66 | $lang['You can\'t use more than one level filter'] = 'Δεν μπορείτε να χρησιμοποιήσετε περισσότερα από ένα επίπεδο φιλτραρίσματος'; |
---|
| 67 | $lang['You can\'t use more than one limit filter'] = 'Δεν μπορείτε να χρησιμοποιήσετε περισσότερα από ένα όριο φίλτρου'; |
---|
| 68 | $lang['create a new SmartAlbum'] = 'δημιουργήστε ένα νέο SmartAlbum'; |
---|
[16924] | 69 | $lang['Hits'] = 'Επισκέψεις'; |
---|
| 70 | $lang['Max. number of photos'] = 'Μέγιστος αριθμός εικόνων'; |
---|
[16399] | 71 | $lang['Filters'] = 'Φίλτρα'; |
---|
[17236] | 72 | $lang['Exclude SmartAlbums from permissions management'] = 'Εξαίρεση των SmartAlbums από τη διαχείριση δικαιωμάτων'; |
---|
| 73 | $lang['Rating score must be an integer'] = 'Η Βαθμολογία κατάταξης πρέπει να είναι ακέραιος'; |
---|
| 74 | $lang['SmartAlbums are considered private for everyone, and a user can see it\'s content only if available in another album he has access to.'] = 'Τα SmartAlbums θεωρούνται ιδιωτικά για όλους, και ο χρήστης μπορεί να δει το περιεχόμενο τους εαν είναι διαθέσιμο μόνο σε ένα άλμπουμ που έχει πρόσβαση.'; |
---|
[17712] | 75 | $lang['Only these albums'] = 'Μόνο αυτά τα λευκώματα'; |
---|
| 76 | $lang['One of these albums'] = 'Ένα από αυτά τα λευκώματα'; |
---|
| 77 | $lang['None of these albums'] = 'Κανένα από αυτά τα λευκώματα'; |
---|
| 78 | $lang['No album selected'] = 'Δεν επιλέχτηκε λεύκωμα'; |
---|
| 79 | $lang['All these albums'] = 'Όλα αυτά τα λευκώματα'; |
---|
[19496] | 80 | $lang['Regex is malformed'] = 'Η Κανονική Έκφραση έχει λανθασμένη μορφή'; |
---|
| 81 | $lang['Regular expression'] = 'Κανονικές Εκφράσεις'; |
---|
| 82 | $lang['Update albums every %s days'] = 'Ενημέρωση λευκωμάτων κάθε %s μέρες'; |
---|
[26512] | 83 | $lang['Select albums...'] = 'Επιλέξτε λεύκωμα ...'; |
---|
| 84 | $lang['Invalid number of days'] = 'Μη έγκυρος αριθμός ημερών'; |
---|
[27281] | 85 | $lang['The sort order is only used in addition to the limit filter, it does not impact the final display order'] = 'Η σειρά ταξινόμησης χρησιμοποιείται μόνο πρόσθετα με το φίλτρο ορίου και δεν επηρεάζει την τελική σειρά εμφάνισης'; |
---|
| 86 | $lang['Photos must match at least one filter'] = 'Οι Φωτογραφίες πρέπει να ταιριάζουν τουλάχιστον με ένα φίλτρο'; |
---|
| 87 | $lang['Photos must match all filters'] = 'Οι Φωτογραφίες πρέπει να ταιριάζουν με όλα τα φίλτρα'; |
---|
| 88 | $lang['No filter'] = 'Χωρίς φίλτρο'; |
---|
[15152] | 89 | ?> |
---|