source: extensions/bbcode_bar/language/el_GR/plugin.lang.php @ 15319

Last change on this file since 15319 was 15319, checked in by TranslationTeam, 12 years ago

[bbcode_bar] Update el_GR, thanks to : geof70

  • Property svn:executable set to *
File size: 3.2 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['Blue'] = 'Μπλε';
24$lang['Green'] = 'Πράσινο';
25$lang['Orange'] = 'Πορτοκαλί';
26$lang['Red'] = 'Κόκκινο';
27$lang['White'] = 'Λευκό';
28$lang['Yellow'] = 'Κίτρινο';
29$lang['Available options'] = 'Διαθέσιμες επιλογές';
30$lang['Black'] = 'Μαύρο';
31$lang['E-mail : [email]Email']['/email'] = 'E-mail : [email]Email[/email]';
32$lang['Font color : [color=color]text']['/color'] = 'Χρώμα Γραμματοσειράς : [χρώμα=χρώμα]κείμενο[/χρώμα]';
33$lang['Grey'] = 'Γκρι';
34$lang['Paragraph : [p]Paragraph']['/p'] = 'Παράγραφος : [p]Παράγραφος[/p]';
35$lang['Purple'] = 'Βυσσινί';
36$lang['huge'] = 'Τεράστιο';
37$lang['large'] = 'Μεγάλο';
38$lang['normal'] = 'Κανονικό';
39$lang['small'] = 'Μικρό';
40$lang['tiny'] = 'Μικροσκοπικό';
41$lang['Bold : [b]bold']['/b'] = 'Έντονα : [b]έντονα[/b]';
42$lang['Center : [center]center']['/center'] = 'Κεντρική στοίχιση:[center]Κεντρική στοίχιση[/center]';
43$lang['Font size : [size=X]text']['/size'] = 'Μέγεθος γραμματοσειράς : [size=X]Κείμενο[/size]';
44$lang['Italic : [i]italic']['/i'] = 'Πλάγια : [i]πλάγια[/i]';
45$lang['Picture : [img]picture']['/img'] = 'Εικόνα : [img]Εικόνα[/img]';
46$lang['Right : [right]right']['/right'] = 'Δεξιά στοίχιση:[center]Δεξιά στοίχιση[/center]';
47$lang['URL : [url=URL]Title']['/url'] = 'URL : [url=URL]Τίτλος[/url]';
48$lang['Underline : [u]underline']['/u'] = 'Υπογράμμιση : [u]υπογράμμιση[/u]';
49?>
Note: See TracBrowser for help on using the repository browser.