xref: /dokuwiki/inc/lang/el/lang.php (revision 231e27e360ea43287cc960866e00f6e2528158e7)
1*231e27e3SAndreas Gohr<?php
2*231e27e3SAndreas Gohr/**
3*231e27e3SAndreas Gohr * greek language file
4*231e27e3SAndreas Gohr *
5*231e27e3SAndreas Gohr * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6*231e27e3SAndreas Gohr * @author     Giannis 'jonakis' Alexopoulos <al_johnny14@freemail.gr>
7*231e27e3SAndreas Gohr */
8*231e27e3SAndreas Gohr$lang['encoding']   = 'utf-8';
9*231e27e3SAndreas Gohr$lang['direction']  = 'ltr';
10*231e27e3SAndreas Gohr
11*231e27e3SAndreas Gohr//$lang['btn_edit']   = 'Edit this page';
12*231e27e3SAndreas Gohr//$lang['btn_source'] = 'Show pagesource';
13*231e27e3SAndreas Gohr$lang['btn_show']   = 'Εμφάνιση Σελίδας';
14*231e27e3SAndreas Gohr$lang['btn_create'] = 'Δημιουργία Σελίδας';
15*231e27e3SAndreas Gohr$lang['btn_search'] = 'Αναζήτηση';
16*231e27e3SAndreas Gohr$lang['btn_save']   = 'Αποθήκευση';
17*231e27e3SAndreas Gohr//$lang['btn_preview']= 'Preview';
18*231e27e3SAndreas Gohr$lang['btn_top']    = 'Πίσω στην Αρχή';
19*231e27e3SAndreas Gohr$lang['btn_newer']  = '<< πιο πρόσφατα';
20*231e27e3SAndreas Gohr$lang['btn_older']  = 'πιο παλία >>';
21*231e27e3SAndreas Gohr//$lang['btn_revs']   = 'Old revisions';
22*231e27e3SAndreas Gohr$lang['btn_recent'] = 'Πρόσφατες Αλλαγές';
23*231e27e3SAndreas Gohr//$lang['btn_upload'] = 'Upload';
24*231e27e3SAndreas Gohr$lang['btn_cancel'] = 'Ακύρωση';
25*231e27e3SAndreas Gohr$lang['btn_index']  = 'Αρχική Σελίδα';
26*231e27e3SAndreas Gohr//$lang['btn_secedit']= 'Edit';
27*231e27e3SAndreas Gohr$lang['btn_login']  = 'Σύνδεση';
28*231e27e3SAndreas Gohr$lang['btn_logout'] = 'Αποσύνδεση';
29*231e27e3SAndreas Gohr//$lang['btn_admin']  = 'Admin';
30*231e27e3SAndreas Gohr$lang['btn_update'] = 'Ανανέωση';
31*231e27e3SAndreas Gohr$lang['btn_delete'] = 'Διαγραφή';
32*231e27e3SAndreas Gohr$lang['btn_back']   = 'Πίσω';
33*231e27e3SAndreas Gohr//$lang['btn_backlink']    = "Backlinks";
34*231e27e3SAndreas Gohr//$lang['btn_backtomedia'] = 'Back to Mediafile Selection';
35*231e27e3SAndreas Gohr//$lang['btn_subscribe']   = 'Subscribe Changes';
36*231e27e3SAndreas Gohr//$lang['btn_unsubscribe'] = 'Unsubscribe Changes';
37*231e27e3SAndreas Gohr$lang['btn_profile']    = 'Ανανέωση Προφίλ';
38*231e27e3SAndreas Gohr//$lang['btn_reset']     = 'Reset';
39*231e27e3SAndreas Gohr//$lang['btn_resendpwd'] = 'Send new password';
40*231e27e3SAndreas Gohr
41*231e27e3SAndreas Gohr$lang['loggedinas'] = 'Σύνδεση Ως';
42*231e27e3SAndreas Gohr$lang['user']       = 'Ψευδώνυμο';
43*231e27e3SAndreas Gohr$lang['pass']       = 'Κωδικός';
44*231e27e3SAndreas Gohr$lang['newpass']    = 'Νέος Κωδικός';
45*231e27e3SAndreas Gohr$lang['oldpass']    = 'Επιβεβαίωση παρόντος κωδικού';
46*231e27e3SAndreas Gohr$lang['passchk']    = 'Επανάληψη';
47*231e27e3SAndreas Gohr$lang['remember']   = 'Να με θυμάσαι!';
48*231e27e3SAndreas Gohr$lang['fullname']   = 'Ονοματεπώνυμο';
49*231e27e3SAndreas Gohr$lang['email']      = 'E-Mail';
50*231e27e3SAndreas Gohr$lang['register']   = 'Εγγραφή';
51*231e27e3SAndreas Gohr$lang['profile']    = 'Προφίλ Χρήστη';
52*231e27e3SAndreas Gohr$lang['badlogin']   = 'Συγγνώμη, το ψευδώνυμο ή ο κωδικός ήταν λάθος.';
53*231e27e3SAndreas Gohr//$lang['minoredit']  = 'Minor Changes';
54*231e27e3SAndreas Gohr
55*231e27e3SAndreas Gohr$lang['regmissing'] = 'Συγγνώμη, πρεπει να συμπληρώσετε όλα τα πεδία.';
56*231e27e3SAndreas Gohr$lang['reguexists'] = 'Συγγνώμη, κάποιος χρήστης με αυτό το όνομα υπάρχει ήδη.';
57*231e27e3SAndreas Gohr//$lang['regsuccess'] = 'The user has been created and the password was sent by email.';
58*231e27e3SAndreas Gohr$lang['regsuccess2']= 'Η Εγγραφή σας ολοκληρώθηκε.';
59*231e27e3SAndreas Gohr//$lang['regmailfail']= 'Looks like there was an error on sending the password mail. Please contact the admin!';
60*231e27e3SAndreas Gohr//$lang['regbadmail'] = 'The given email address looks invalid - if you think this is an error, contact the admin';
61*231e27e3SAndreas Gohr//$lang['regbadpass'] = 'The two given passwords are not identically, please try again.';
62*231e27e3SAndreas Gohr//$lang['regpwmail']  = 'Your DokuWiki password';
63*231e27e3SAndreas Gohr$lang['reghere']    = 'Δεν έχετε εγγραφεί ακόμα? Εγγραφείτε τώρα';
64*231e27e3SAndreas Gohr
65*231e27e3SAndreas Gohr//$lang['profna']       = 'This wiki does not support profile modification';
66*231e27e3SAndreas Gohr//$lang['profnochange'] = 'No changes, nothing to do.';
67*231e27e3SAndreas Gohr//$lang['profnoempty']  = 'An empty name or email address is not allowed.';
68*231e27e3SAndreas Gohr$lang['profchanged']  = 'Το προφίλ Χρήστη ενημερώθηκε.';
69*231e27e3SAndreas Gohr
70*231e27e3SAndreas Gohr//$lang['pwdforget'] = 'Forgotten your password? Get a new one';
71*231e27e3SAndreas Gohr//$lang['resendna']  = 'This wiki does not support password resending.';
72*231e27e3SAndreas Gohr//$lang['resendpwd'] = 'Send new password for';
73*231e27e3SAndreas Gohr//$lang['resendpwdmissing'] = 'Sorry, you must fill in all fields.';
74*231e27e3SAndreas Gohr//$lang['resendpwdnouser']  = 'Sorry, we can\'t find this user in our database.';
75*231e27e3SAndreas Gohr//$lang['resendpwdsuccess'] = 'Your new password has been sent by email.';
76*231e27e3SAndreas Gohr
77*231e27e3SAndreas Gohr//$lang['txt_upload']   = 'Select file to upload';
78*231e27e3SAndreas Gohr//$lang['txt_filename'] = 'Upload as (optional)';
79*231e27e3SAndreas Gohr//$lang['txt_overwrt']  = 'Overwrite existing file';
80*231e27e3SAndreas Gohr//$lang['lockedby']     = 'Currently locked by';
81*231e27e3SAndreas Gohr//$lang['lockexpire']   = 'Lock expires at';
82*231e27e3SAndreas Gohr//$lang['willexpire']   = 'Your lock for editing this page is about to expire in a minute.\nTo avoid conflicts use the preview button to reset the locktimer.';
83*231e27e3SAndreas Gohr
84*231e27e3SAndreas Gohr//$lang['notsavedyet'] = 'Unsaved changes will be lost.\nReally continue?';
85*231e27e3SAndreas Gohr//$lang['rssfailed']   = 'An error occured while fetching this feed: ';
86*231e27e3SAndreas Gohr$lang['nothingfound']= 'Δεν βρέθηκε τίποτα.';
87*231e27e3SAndreas Gohr
88*231e27e3SAndreas Gohr//$lang['mediaselect'] = 'Mediafile Selection';
89*231e27e3SAndreas Gohr//$lang['fileupload']  = 'Mediafile Upload';
90*231e27e3SAndreas Gohr//$lang['uploadsucc']  = 'Upload successful';
91*231e27e3SAndreas Gohr//$lang['uploadfail']  = 'Upload failed. Maybe wrong permissions?';
92*231e27e3SAndreas Gohr//$lang['uploadwrong'] = 'Upload denied. This file extension is forbidden!';
93*231e27e3SAndreas Gohr//$lang['uploadexist'] = 'File already exists. Nothing done.';
94*231e27e3SAndreas Gohr//$lang['deletesucc']  = 'The file "%s" has been deleted.';
95*231e27e3SAndreas Gohr//$lang['deletefail']  = '"%s" couldn\'t be deleted - check permissions.';
96*231e27e3SAndreas Gohr//$lang['mediainuse']  = 'The file "%s" hasn\'t been deleted - it is still in use.';
97*231e27e3SAndreas Gohr//$lang['namespaces']  = 'Namespaces';
98*231e27e3SAndreas Gohr//$lang['mediafiles']  = 'Available files in';
99*231e27e3SAndreas Gohr
100*231e27e3SAndreas Gohr//$lang['reference']   = 'References for';
101*231e27e3SAndreas Gohr//$lang['ref_inuse']   = 'The file can\'t be deleted, because it\'s still used by the following pages:';
102*231e27e3SAndreas Gohr//$lang['ref_hidden']  = 'Some references  are on pages you don\'t have permission to read';
103*231e27e3SAndreas Gohr
104*231e27e3SAndreas Gohr//$lang['hits']       = 'Hits';
105*231e27e3SAndreas Gohr//$lang['quickhits']  = 'Matching pagenames';
106*231e27e3SAndreas Gohr//$lang['toc']        = 'Table of Contents';
107*231e27e3SAndreas Gohr//$lang['current']    = 'current';
108*231e27e3SAndreas Gohr//$lang['yours']      = 'Your Version';
109*231e27e3SAndreas Gohr//$lang['diff']       = 'show differences to current version';
110*231e27e3SAndreas Gohr//$lang['line']       = 'Line';
111*231e27e3SAndreas Gohr//$lang['breadcrumb'] = 'Trace';
112*231e27e3SAndreas Gohr//$lang['youarehere'] = 'You are here';
113*231e27e3SAndreas Gohr//$lang['lastmod']    = 'Last modified';
114*231e27e3SAndreas Gohr//$lang['by']         = 'by';
115*231e27e3SAndreas Gohr//$lang['deleted']    = 'removed';
116*231e27e3SAndreas Gohr//$lang['created']    = 'created';
117*231e27e3SAndreas Gohr//$lang['restored']   = 'old revision restored';
118*231e27e3SAndreas Gohr//$lang['summary']    = 'Edit summary';
119*231e27e3SAndreas Gohr
120*231e27e3SAndreas Gohr//$lang['mail_newpage'] = 'page added:';
121*231e27e3SAndreas Gohr//$lang['mail_changed'] = 'page changed:';
122*231e27e3SAndreas Gohr
123*231e27e3SAndreas Gohr//$lang['nosmblinks'] = 'Linking to Windows shares only works in Microsoft Internet Explorer.\nYou still can copy and paste the link.';
124*231e27e3SAndreas Gohr
125*231e27e3SAndreas Gohr//$lang['qb_alert']   = 'Please enter the text you want to format.\nIt will be appended to the end of the document.';
126*231e27e3SAndreas Gohr//$lang['qb_bold']    = 'Bold Text';
127*231e27e3SAndreas Gohr//$lang['qb_italic']  = 'Italic Text';
128*231e27e3SAndreas Gohr//$lang['qb_underl']  = 'Underlined Text';
129*231e27e3SAndreas Gohr//$lang['qb_code']    = 'Code Text';
130*231e27e3SAndreas Gohr//$lang['qb_strike']  = 'Strike-through Text';
131*231e27e3SAndreas Gohr//$lang['qb_h1']      = 'Level 1 Headline';
132*231e27e3SAndreas Gohr//$lang['qb_h2']      = 'Level 2 Headline';
133*231e27e3SAndreas Gohr//$lang['qb_h3']      = 'Level 3 Headline';
134*231e27e3SAndreas Gohr//$lang['qb_h4']      = 'Level 4 Headline';
135*231e27e3SAndreas Gohr//$lang['qb_h5']      = 'Level 5 Headline';
136*231e27e3SAndreas Gohr//$lang['qb_link']    = 'Internal Link';
137*231e27e3SAndreas Gohr//$lang['qb_extlink'] = 'External Link';
138*231e27e3SAndreas Gohr//$lang['qb_hr']      = 'Horizontal Rule';
139*231e27e3SAndreas Gohr//$lang['qb_ol']      = 'Ordered List Item';
140*231e27e3SAndreas Gohr//$lang['qb_ul']      = 'Unordered List Item';
141*231e27e3SAndreas Gohr//$lang['qb_media']   = 'Add Images and other files';
142*231e27e3SAndreas Gohr//$lang['qb_sig']     = 'Insert Signature';
143*231e27e3SAndreas Gohr//$lang['qb_smileys'] = 'Smileys';
144*231e27e3SAndreas Gohr//$lang['qb_chars']   = 'Special Chars';
145*231e27e3SAndreas Gohr
146*231e27e3SAndreas Gohr//$lang['del_confirm']= 'Really delete selected item(s)?';
147*231e27e3SAndreas Gohr//$lang['admin_register']= 'Add new user';
148*231e27e3SAndreas Gohr
149*231e27e3SAndreas Gohr//$lang['spell_start'] = 'Check Spelling';
150*231e27e3SAndreas Gohr//$lang['spell_stop']  = 'Resume Editing';
151*231e27e3SAndreas Gohr//$lang['spell_wait']  = 'Please wait...';
152*231e27e3SAndreas Gohr//$lang['spell_noerr'] = 'No Mistakes found';
153*231e27e3SAndreas Gohr//$lang['spell_nosug'] = 'No Suggestions';
154*231e27e3SAndreas Gohr//$lang['spell_change']= 'Change';
155*231e27e3SAndreas Gohr
156*231e27e3SAndreas Gohr//$lang['metaedit']    = 'Edit Metadata';
157*231e27e3SAndreas Gohr//$lang['metasaveerr'] = 'Writing metadata failed';
158*231e27e3SAndreas Gohr//$lang['metasaveok']  = 'Metadata saved';
159*231e27e3SAndreas Gohr//$lang['img_backto']  = 'Back to';
160*231e27e3SAndreas Gohr//$lang['img_title']   = 'Title';
161*231e27e3SAndreas Gohr//$lang['img_caption'] = 'Caption';
162*231e27e3SAndreas Gohr//$lang['img_date']    = 'Date';
163*231e27e3SAndreas Gohr//$lang['img_fname']   = 'Filename';
164*231e27e3SAndreas Gohr//$lang['img_fsize']   = 'Size';
165*231e27e3SAndreas Gohr//$lang['img_artist']  = 'Photographer';
166*231e27e3SAndreas Gohr//$lang['img_copyr']   = 'Copyright';
167*231e27e3SAndreas Gohr//$lang['img_format']  = 'Format';
168*231e27e3SAndreas Gohr//$lang['img_camera']  = 'Camera';
169*231e27e3SAndreas Gohr//$lang['img_keywords']= 'Keywords';
170*231e27e3SAndreas Gohr
171*231e27e3SAndreas Gohr//$lang['subscribe_success']  = 'Added %s to subscription list for %s';
172*231e27e3SAndreas Gohr//$lang['subscribe_error']    = 'Error adding %s to subscription list for %s';
173*231e27e3SAndreas Gohr//$lang['subscribe_noaddress']= 'There is no address associated with your login, you cannot be added to the subscription list';
174*231e27e3SAndreas Gohr//$lang['unsubscribe_success']= 'Removed %s from subscription list for %s';
175*231e27e3SAndreas Gohr//$lang['unsubscribe_error']  = 'Error removing %s from subscription list for %s';
176*231e27e3SAndreas Gohr
177*231e27e3SAndreas Gohr/* auth.class language support */
178*231e27e3SAndreas Gohr//$lang['authmodfailed']   = 'Bad user authentication configuration. Please inform your Wiki Admin.';
179*231e27e3SAndreas Gohr//$lang['authtempfail']    = 'User authentication is temporarily unavailable. If this situation persists, please inform your Wiki Admin.';
180*231e27e3SAndreas Gohr
181*231e27e3SAndreas Gohr//Setup VIM: ex: et ts=2 enc=utf-8 :
182