source: extensions/Back2Front/language/el_GR/plugin.lang.php @ 23300

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

[back2front] 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-2013 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['Bottom'] = 'Κάτω μέρος';
24$lang['Unknown id %d for frontside picture'] = 'Άγνωστη ταυτότητα %d για την εμπρός πλευρά της φωτογραφίας';
25$lang['Transition'] = 'Μετάβαση';
26$lang['Top'] = 'Επάνω μέρος';
27$lang['Toolbar'] = 'Γραμμή εργαλείων';
28$lang['This picture is now the backside of the picture n°%s'] = 'Αυτή η εικόνα είναι τώρα η πίσω πλευρά της εικόνας n°%s';
29$lang['This picture is no longer a backside'] = 'Αυτή η εικόνα είναι πλέον πίσω πλευρά';
30$lang['This picture is a backside...'] = 'Αυτή η εικόνα είναι μια πίσω πλευρά:';
31$lang['This picture has a backside :'] = 'Αυτή η εικόνα έχει μια πίσω πλευρά:';
32$lang['The picture n°%s is already a backside'] = 'Η εικόνα n°%d είναι ήδη πίσω μέρος';
33$lang['The picture n°%d has already a backside : %s'] = 'Η εικόνα n°%d έχει ήδη πίσω μέρος';
34$lang['Switch mode'] = 'Εναλλαγή λειτουργίας';
35$lang['Seperate the two labels with the | symbol. Leave blank to use default translation.'] = 'Διαχωρίστε τις δύο ετικέτες με το σύμβολο \'|\'. Αφήστε κενό για να χρησιμοποιήσετε την προεπιλεγμένη μετάφραση .';
36$lang['See front'] = 'Δείτε το εμπρός μέρος';
37$lang['See back'] = 'Δείτε το πίσω μέρος';
38$lang['Move backside to private album'] = 'Μετακίνηση Backside σε ιδιωτικό λεύκωμα';
39$lang['Mouseover'] = 'Mouseover';
40$lang['Modify backside information'] = 'Τροποποιήστε τις πληροφορίες του Backside ';
41$lang['Link position'] = 'Θέση κουμπιού';
42$lang['Link name'] = 'Όνομα κουμπιού';
43$lang['Fade'] = 'Ξεθώριασμα ';
44$lang['Display a mark on thumbnails list'] = 'Εμφάνιση ενός σήματος στη λίστα μικρογραφιών ';
45$lang['Click'] = 'Κλικ';
46$lang['Backside management'] = 'Διαχείριση Backside ';
47$lang['Backside and frontside can\'t be the same picture'] = 'Η Πίσω και η Εμπρός πλευρά δεν μπορεί να είναι η ίδια εικόνα';
48$lang['...of the picture n°'] = '...της εικόνας n°';
49$lang['Hide backside from albums'] = 'Απόκρυψη την πίσω όψη από τα λευκώματα';
50?>
Note: See TracBrowser for help on using the repository browser.