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['Video successfully added. <a href="%s">View</a>'] = 'Το Βίντεο προστέθηκε με επιτυχία. <a href="%s">View</a>'; |
---|
24 | $lang['Video size'] = 'Μέγεθος Βίντεο'; |
---|
25 | $lang['Video URL'] = 'URL του βίντεο'; |
---|
26 | $lang['Use common setting'] = 'Χρησιμοποιήστε την κοινή ρύθμιση'; |
---|
27 | $lang['Unable to contact host server'] = 'Δεν είναι δυνατή η επικοινωνία με τον εξυπηρετητή υποδοχής'; |
---|
28 | $lang['This element is a video added with "Embedded Video"'] = 'Το στοιχείο αυτό είναι ένα βίντεο που προστέθηκε με "Embedded Video"'; |
---|
29 | $lang['Supported services'] = 'Υποστηριζόμενες υπηρεσίες'; |
---|
30 | $lang['Please fill the video URL'] = 'Παρακαλούμε συμπληρώστε το URL του βίντεο'; |
---|
31 | $lang['Logo'] = 'Λογότυπο'; |
---|
32 | $lang['Common configuration'] = 'Κοινή Διαμόρφωση'; |
---|
33 | $lang['Color'] = 'Χρώμα'; |
---|
34 | $lang['Change'] = 'Αλλαγή'; |
---|
35 | $lang['Autoplay'] = 'Αυτόματη εκτέλεση'; |
---|
36 | $lang['Author portrait'] = 'Πορτρέτο Δημιουργού'; |
---|
37 | $lang['Author name'] = 'Όνομα Δημιουργού'; |
---|
38 | $lang['Add film effect'] = 'Προσθήκη εφέ ταινίας'; |
---|
39 | $lang['Add a video'] = 'Προσθέστε ένα βίντεο'; |
---|
40 | $lang['Video successfully updated'] = 'Το βίντεο ενημερώθηκε επιτυχώς'; |
---|
41 | $lang['Upload a new thumbnail'] = 'Ανεβάστε νέα μικρογραφία'; |
---|
42 | $lang['The thumbnail was updated'] = 'Η μικρογραφία ενημερώθηκε'; |
---|
43 | $lang['Changing the url will reset video description, name and thumbnail'] = 'Αλλάζοντας τη διεύθυνση url θα μηδενιστεί η περιγραφή, το όνομα και η μικρογραφία του βίντεο '; |
---|
44 | $lang['Vimeo player'] = 'Vimeo player'; |
---|
45 | $lang['Get video tags'] = 'Ανατρέξτε στις ετικέτες του βίντεο'; |
---|
46 | $lang['Get video description'] = 'Ανατρέξτε στην περιγραφή του βίντεο'; |
---|
47 | $lang['Dailymotion player'] = 'Dailymotion player'; |
---|
48 | $lang['Video properties'] = 'Ιδιότητες Βίντεο'; |
---|
49 | $lang['Try in safe-mode'] = 'Δοκιμάστε τη λειτουργία ασφαλείας'; |
---|
50 | $lang['Safe-mode'] = 'Λειτουργία ασφαλείας'; |
---|
51 | $lang['In safe-mode, the plugin does\'t try to contact the video host, usefull on some websites where remote connections are blocked.'] = 'Σε λειτουργία ασφαλείας, το πρόσθετο δεν προσπαθήσει να επικοινωνήσει με τον κεντρικό υπολογιστή για το βίντεο, χρήσιμο σε ορισμένες ιστοσελίδες όπου έχουν απομακρυσμένες συνδέσεις αποκλεισμένες.'; |
---|
52 | $lang['Videos can be unlisted but not private.'] = 'Τα Βίντεο μπορεί να είναι μη εισηγμένα αλλά όχι ιδιωτικά.'; |
---|
53 | $lang['Videos can be unlisted and private if the gallery website is within the authorized domains (PRO).'] = 'Τα Βίντεο μπορεί να είναι μη εισηγμένα και ιδιωτικά εάν η ιστοσελίδα της γκαλερί είναι εντός των επιτρεπόμενων περιοχών (PRO).'; |
---|
54 | $lang['Videos can be private if you use the private permalink.'] = 'Τα βίντεο μπορούν να είναι ιδιωτικά, αν χρησιμοποιείτε το ιδιωτικό permalink.'; |
---|
55 | $lang['Show privacy details'] = 'Δείξτε λεπτομέρειες ιδιωτικού χώρου'; |
---|
56 | $lang['No privacy option.'] = 'Χωρίς επιλογή ιδιωτικού χώρου'; |
---|
57 | ?> |
---|