source: extensions/PwgCarbon/language/el_GR/theme.lang.php @ 19716

Last change on this file since 19716 was 19716, checked in by TranslationTeam, 11 years ago

[pwgcarbon] Add el_GR, thanks to : bas_alba

  • Property svn:executable set to *
File size: 3.1 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['yes'] = 'ναι';
24$lang['use picture in the theme'] = 'χρησιμοποιήστε την εικόνα στο θέμα';
25$lang['set as category representative'] = 'ορίζεται ως αντιπροσωπευτική για την κατηγορία';
26$lang['no'] = 'όχι';
27$lang['lb_theme'] = 'Θέμα';
28$lang['lb_default_parameters_saved'] = 'Οι προεπιλεγμένες παράμετροι αποθηκεύτηκαν';
29$lang['lb_default_parameters'] = 'προεπιλεγμένες παράμετροι';
30$lang['lb_configuration_saved'] = 'Η Διαμόρφωση αποθηκεύτηκε ';
31$lang['Yellow'] = 'Κίτρινο';
32$lang['White'] = 'Λευκό';
33$lang['Theme picture'] = 'Εικόνα θέματος';
34$lang['Theme'] = 'Θέμα';
35$lang['Reflexion on thumbmail'] = 'Αντανάκλαση στις μικρογραφίες';
36$lang['Red'] = 'Κόκκινο';
37$lang['Random'] = 'Τυχαίο';
38$lang['Purple'] = 'Μωβ';
39$lang['Orange'] = 'Πορτοκαλί ';
40$lang['Open picture in lighting box'] = 'Άνοιγμα εικόνα σε lighting box';
41$lang['Header'] = 'Επικεφαλίδα ';
42$lang['Green'] = 'Πράσινο ';
43$lang['Colorus menu'] = 'Μενού χρωμάτων';
44$lang['Color'] = 'Χρώμα';
45$lang['Brown'] = 'Καφέ';
46$lang['Blue'] = 'Μπλε';
47$lang['Black'] = 'Μαύρο';
48$lang['Background, theme and color'] = 'Φόντο, χρώμα και Θέμα';
49$lang['Background and color'] = 'Φόντο και χρώμα';
50$lang['Background'] = 'Φόντο';
51?>
Note: See TracBrowser for help on using the repository browser.