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