qa-lang-users.php 7.29 KB
Newer Older
Foivos S. Zakkak's avatar
Foivos S. Zakkak committed
1 2 3
<?php
	
/*
Foivos S. Zakkak's avatar
Foivos S. Zakkak committed
4
	Question2Answer Greek Translation (c) Foivos S. Zakkak
Foivos S. Zakkak's avatar
Foivos S. Zakkak committed
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23

	
	Description: Language phrases for user management


	This program is free software; you can redistribute it and/or
	modify it under the terms of the GNU General Public License
	as published by the Free Software Foundation; either version 2
	of the License, or (at your option) any later version.
	
	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.

	More about this license: http://www.question2answer.org/license.php
*/

	return array(
Foivos S. Zakkak's avatar
Foivos S. Zakkak committed
24 25 26 27 28 29 30 31 32
		'about' => 'Πληροφορίες',
		'add_user_x_favorites' => 'Προσθήκη χρήστη ^ στα αγαπημένα',
		'avatar_default' => 'Προεπιλογή',
		'avatar_gravatar' => 'Εμφάνιση του ^1Gravatar^2',
		'avatar_label' => 'Εικόνα προφίλ:',
		'avatar_none' => 'Χωρίς',
		'block_user_button' => 'Μπλοκάρισμα χρήστη',
		'blocked_users' => 'Μπλοκαρισμένοι χρήστες',
		'change_email_link' => ' - ^1αλλαγή email^2',
zakkak's avatar
zakkak committed
33 34
		'change_password' => 'Αλλαγή κωδικού',
		'confirm_complete' => 'Ευχαριστούμε - η ηλεκτρονική σας διεύθυνση έχει επιβεβαιωθεί',
Foivos S. Zakkak's avatar
Foivos S. Zakkak committed
35 36 37
		'confirm_emailed' => 'Σας έχει αποσταλεί ένας υπερσύνδεσμος επιβεβαίωσης στην ηλεκτρονική σας διεύθυνση παρακαλώ ανοίξτε τον υπερσύνδεσμο για να επιβεβαιώσετε την ηλεκτρονική σας διεύθυνση',
		'confirm_required' => 'Για να ολοκληρώσετε την εγγραφή σας, παρακαλώ πατήστε τον σύνδεσμο επιβεβαίωσης που σας έχει αποσταλεί, ή ζητήστε να σας ^1ξανά αποσταλεί^2.',
		'confirm_title' => 'Επιβεβαίωση ηλεκτρονικής διεύθυνσης',
Foivos S. Zakkak's avatar
Foivos S. Zakkak committed
38 39
		'confirm_wrong_log_in' => 'Code not correct - please ^1log in^2 to send a new link',
		'confirm_wrong_resend' => 'Code not correct - please click below to send a new link',
Foivos S. Zakkak's avatar
Foivos S. Zakkak committed
40 41 42 43 44
		'delete_user_button' => 'Διαγραφή χρήστη',
		'edit_user_button' => 'Επεξεργασία χρήστη',
		'email_confirmed' => 'Επιβεβαιωμένο',
		'email_exists' => 'Η ηλεκτρονική διεύθυνση ανήκει σε άλλο λογαριασμό χρήστη',
		'email_handle_label' => 'Ηλεκτρονική διεύθυνση ή Όνομα χρήστη:',
zakkak's avatar
zakkak committed
45
		'email_invalid' => 'Λάθος ηλεκτρονική διεύθυνση - παρακαλώ ελέγξτε προσεκτικά',
Foivos S. Zakkak's avatar
Foivos S. Zakkak committed
46
		'email_label' => 'Ηλεκτρονική διεύθυνση:',
zakkak's avatar
zakkak committed
47 48
		'email_not_confirmed' => 'Μη επιβεβαιωμένη',
		'email_please_confirm' => 'Παρακαλώ ^5επιβεβαιώστε^6',
Foivos S. Zakkak's avatar
Foivos S. Zakkak committed
49
		'email_required' => 'Email address required - not public',
Foivos S. Zakkak's avatar
Foivos S. Zakkak committed
50
		'forgot_link' => 'Ξέχασα τον κωδικό μου',
zakkak's avatar
zakkak committed
51
		'full_name' => 'Ονοματεπώνυμο',
Foivos S. Zakkak's avatar
Foivos S. Zakkak committed
52 53 54
		'handle_empty' => 'Username must not be empty',
		'handle_exists' => 'Username is taken - please try another',
		'handle_has_bad' => 'Username may not contain: ^',
Foivos S. Zakkak's avatar
Foivos S. Zakkak committed
55 56 57 58
		'handle_label' => 'Όνομα χρήστη:',
		'hide_all_user_button' => 'Απόκρυψη όλων των δημοσιεύσεων αυτού του χρήστη',
		'last_login_label' => 'Τελευταία είσοδος:',
		'last_write_label' => 'Τελευταία προσθήκη:',
Foivos S. Zakkak's avatar
Foivos S. Zakkak committed
59 60 61 62 63
		'level_admin' => 'Administrator',
		'level_editor' => 'Editor',
		'level_expert' => 'Expert',
		'level_moderator' => 'Moderator',
		'level_super' => 'Super Administrator',
Foivos S. Zakkak's avatar
Foivos S. Zakkak committed
64
		'location' => 'Τοποθεσία',
Foivos S. Zakkak's avatar
Foivos S. Zakkak committed
65
		'log_in_to_access' => 'You may now ^1log in^2 to access your account.',
Foivos S. Zakkak's avatar
Foivos S. Zakkak committed
66
		'login_button' => 'Είσοδος',
Foivos S. Zakkak's avatar
Foivos S. Zakkak committed
67
		'login_limit' => 'Too many login attempts - please try again in an hour',
Foivos S. Zakkak's avatar
Foivos S. Zakkak committed
68
		'login_title' => 'Είσοδος',
Foivos S. Zakkak's avatar
Foivos S. Zakkak committed
69 70
		'mass_mailings_explanation' => 'Subscribe to emails sent out to all users',
		'mass_mailings' => 'Mass mailings:',
Foivos S. Zakkak's avatar
Foivos S. Zakkak committed
71 72
		'member_for' => 'Μέλος για:',
		'member_type' => 'Τύπος χρήστη:',
zakkak's avatar
zakkak committed
73 74
		'new_password_1' => 'Νέος κωδικός:',
		'new_password_2' => 'Επαναλάβετέ τον νέο κωδικό:',
Foivos S. Zakkak's avatar
Foivos S. Zakkak committed
75 76
		'no_blocked_users' => 'No blocked users found',
		'no_permission' => 'You do not have permission to perform this operation',
zakkak's avatar
zakkak committed
77
		'old_password' => 'Παλιός κωδικός:',
Foivos S. Zakkak's avatar
Foivos S. Zakkak committed
78 79
		'only_shown_admins' => '(only shown to admins)',
		'only_shown_moderators' => '(only shown to moderators)',
zakkak's avatar
zakkak committed
80 81 82
		'password_changed' => 'Ο κωδικός άλλαξε',
		'password_label' => 'Κωδικός:',
		'password_min' => 'Ο κωδικός πρέπει να είναι τουλάχιστον ^ χαρακτήρες',
Foivos S. Zakkak's avatar
Foivos S. Zakkak committed
83 84 85 86
		'password_mismatch' => 'New passwords do not match',
		'password_none' => 'None. To log in directly, set a password below.',
		'password_sent' => 'Your new password was emailed to you',
		'password_to_set' => 'Please set on your account page',
zakkak's avatar
zakkak committed
87
		'password_wrong' => 'Λάθος κωδικός πρόσβασης',
Foivos S. Zakkak's avatar
Foivos S. Zakkak committed
88
		'private_messages_explanation' => 'Allow users to email me (without seeing my address)',
Foivos S. Zakkak's avatar
Foivos S. Zakkak committed
89 90 91
		'private_messages' => 'Προσωπικά μηνύματα:',
		'profile_saved' => 'Το προφίλ σώθηκε',
		'register_button' => 'Εγγραφή',
Foivos S. Zakkak's avatar
Foivos S. Zakkak committed
92 93
		'register_limit' => 'Too many registrations - please try again in an hour',
		'register_suspended' => 'Registration of new users has been temporarily suspended. Please try again soon.',
zakkak's avatar
zakkak committed
94 95 96 97
		'register_title' => 'Εγγραφή ως νέος χρήστης',
		'registered_user' => 'Εγγεγραμμένος χρήστης',
		'remember_label' => 'Απομνημόνευση στοιχείων σε αυτόν τον υπολογιστή',
		'remember' => 'Απομνημόνευση',
Foivos S. Zakkak's avatar
Foivos S. Zakkak committed
98
		'remove_avatar' => 'Διαγραφή εικόνας προφίλ:',
Foivos S. Zakkak's avatar
Foivos S. Zakkak committed
99 100 101 102 103
		'reset_code_another' => 'send another',
		'reset_code_emailed' => 'You have been emailed your reset code',
		'reset_code_label' => 'Code:',
		'reset_code_wrong' => 'Code not correct',
		'reset_title' => 'Reset Forgotten Password',
zakkak's avatar
zakkak committed
104 105
		'save_profile' => 'Αποθήκευση προφίλ',
		'save_user' => 'Αποθήκευση χρήστη',
Foivos S. Zakkak's avatar
Foivos S. Zakkak committed
106 107 108 109
		'send_confirm_button' => 'Send Confirmation Link',
		'send_password_button' => 'Send New Password',
		'send_reset_button' => 'Send Reset Password Email',
		'send_reset_note' => 'A message will be sent to your email address with instructions.',
Foivos S. Zakkak's avatar
Foivos S. Zakkak committed
110 111
		'special_users' => 'Ειδικοί χρήστες',
		'unblock_user_button' => 'Ξεμπλοκάρισμα χρήστη',
Foivos S. Zakkak's avatar
Foivos S. Zakkak committed
112 113 114 115
		'unsubscribe_complete' => 'You have been unsubscribed from mass mailings sent out by ^0. You may resubscribe at any time via your ^1account^2 page.', 
		'unsubscribe_title' => 'Unsubscribe',
		'unsubscribe_wrong_log_in' => 'Code not correct - please ^1log in^2 to unsubscribe',
		'unsubscribe' => 'Unsubscribe:',
Foivos S. Zakkak's avatar
Foivos S. Zakkak committed
116 117 118 119
		'user_blocked' => '(μπλοκαρισμένος)',
		'user_not_found' => 'Ο χρήστης δεν βρέθηκε',
		'website' => 'Ιστοσελίδα',
		'x_ago_from_y' => '^1 πριν από ^2',
Foivos S. Zakkak's avatar
Foivos S. Zakkak committed
120 121 122 123 124
	);
	

/*
	Omit PHP closing tag to help avoid accidental output
Foivos S. Zakkak's avatar
Foivos S. Zakkak committed
125
*/