source: extensions/see_photos_by_user/language/el_GR/plugin.lang.php @ 30493

Last change on this file since 30493 was 30493, checked in by TranslationTeam, 9 years ago

[see_photos_by_user] Update el_GR, thanks to bas_alba

  • Property svn:executable set to *
File size: 4.1 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2014 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['See photos by user'] = 'Δείτε φωτογραφίες από τη μεριά του χρήστη';
24$lang['Minimal number photos for show users is incorrect !'] = 'Ο ελάχιστος αριθμός φωτογραφιών για εμφάνιση στους χρήστες είναι λανθασμένος!';
25$lang['Minimal number photos for show users'] = 'Ο ελάχιστος αριθμός φωτογραφιών για εμφάνιση στους χρήστες';
26$lang['Maximal number users is incorrect !'] = 'Ο Μέγιστος αριθμός χρηστών είναι λανθασμένος!';
27$lang['Maximal number users'] = 'Μέγιστος αριθμός χρηστών';
28$lang['users in alphabetical order'] = 'χρήστες σε αλφαβητική σειρά';
29$lang['users by reverse alphabetical order'] = 'χρήστες με αντίστροφη αλφαβητική σειρά';
30$lang['submit'] = 'υποβολή';
31$lang['select users box'] = 'επιλέξετε τους χρήστες με κουτί';
32$lang['select user'] = 'επιλέξτε χρήστη';
33$lang['select other user'] = 'επιλέξτε άλλο χρήστη';
34$lang['link Specials menu'] = 'σύνδεσμος Ειδικά μενού';
35$lang['by increasing number of photos'] = 'αυξάνοντας τον αριθμό των φωτογραφιών';
36$lang['by decreasing number of photos'] = 'μειώνωντας τον αριθμό των φωτογραφιών';
37$lang['bloc menu users'] = 'μενού μπλοκαρίσματος χρηστών';
38$lang['Users order'] = 'κατάταξη χρηστών';
39$lang['Photos by user'] = 'Φωτογραφίες ανά χρήστη';
40$lang['vertical ring'] = 'κάθετος δακτύλιος';
41$lang['vertical cylinder'] = 'κάθετος κύλινδρος';
42$lang['users cloud'] = 'σύννεφο χρηστών';
43$lang['sphere'] = 'σφαίρα';
44$lang['horizontal ring'] = 'Οριζόντιος δακτύλιος';
45$lang['cumulus users cloud'] = 'cumulus users cloud';
46$lang['horizontal cylinder'] = 'Οριζόντιος Κύλινδρος';
47$lang['You must use colorpicker'] = 'Πρέπει να χρησιμοποιήσετε τον επιλογέα χρωμάτων';
48$lang['Show menu'] = 'Προβολή του Μενού';
49$lang['Show home page users'] = 'Προβολή της αρχικής σελίδας χρήστη';
50$lang['Choose a presentation'] = 'Επιλέξτε μια Παρουσίαση';
51$lang['Choose a color'] = 'Επιλέξτε χρώμα';
Note: See TracBrowser for help on using the repository browser.