xhtml typo
[phpmyadmin/crack.git] / lang / greek-utf-8.inc.php3
blob0dd2989f5e258383447bc7220407834e06511b01
1 <?php
2 /* $Id$ */
4 /* Translated by Kyriakos Xagoraris <theremon at users.sourceforge.net> */
6 $charset = 'utf-8';
7 $allow_recoding = TRUE;
8 $text_dir = 'ltr';
9 $left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
10 $right_font_family = 'tahoma, verdana, helvetica, geneva, sans-serif';
11 $number_thousands_separator = '.';
12 $number_decimal_separator = ',';
13 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
14 $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
16 $day_of_week = array('Κυρ', 'Δευ', 'Τρι', 'Τετ', 'Πεμ', 'Παρ', 'Σαβ');
17 $month = array('Ιαν', 'Φεβ', 'Μάρ', 'Απρ', 'Μάι', 'Ιούν', 'Ιούλ', 'Αυγ', 'Σεπ', 'Οκτ', 'Νοε', 'Δεκ');
18 // See http://www.php.net/manual/en/function.strftime.php to define the
19 // variable below
20 $datefmt = '%d %B %Y, στις %I:%M %p';
22 // To Arrange
24 $strAccessDenied = '\'Αρνηση Πρόσβασης';
25 $strAction = 'Ενέργεια';
26 $strAddDeleteColumn = 'Προσθήκη/Αφαίρεση Στήλης Πεδίου';
27 $strAddDeleteRow = 'Προσθήκη/Αφαίρεση Γραμμής Κριτηρίων';
28 $strAddNewField = 'Προσθήκη νέου Πεδίου';
29 $strAddPriv = 'Προσθήκη νέου Προνομίου';
30 $strAddPrivMessage = 'Προσθέσατε νέο Προνόμιο.';
31 $strAddSearchConditions = 'Προσθήκη νέου όρου (σώμα της "where" πρότασης):';
32 $strAddToIndex = 'Προσθήκη στο ευρετήριο &nbsp;%s&nbsp;κολώνας(ων)';
33 $strAddUser = 'Προσθήκη νέου Χρήστη';
34 $strAddUserMessage = 'Προσθέσατε ένα νέο χρήστη.';
35 $strAffectedRows = 'Επηρεαζόμενες εγγραφές:';
36 $strAfter = 'Μετά το %s';
37 $strAfterInsertBack = 'Επιστροφή';
38 $strAfterInsertNewInsert = 'Εισαγωγή νέας εγγραφής';
39 $strAll = 'Όλα';
40 $strAllTableSameWidth = 'εμφάνιση όλων των πινάκων με το ίδιο πλάτος;';
41 $strAlterOrderBy = 'Αλλαγή ταξινόμησης Πίνακα κατά';
42 $strAnalyzeTable = 'Ανάλυση Πίνακα';
43 $strAnd = 'Και';
44 $strAnIndex = 'Ένα ευρετήριο προστέθηκε στο %s';
45 $strAny = 'Οποιοδήποτε';
46 $strAnyColumn = 'Οποιαδήποτε Στήλη';
47 $strAnyDatabase = 'Οποιαδήποτε Βάση';
48 $strAnyHost = 'Οποιοδήποτε Σύστημα';
49 $strAnyTable = 'Οποιοσδήποτε Πίνακας';
50 $strAnyUser = 'Οποιοσδήποτε Χρήστης';
51 $strAPrimaryKey = 'Ένα πρωτεύον κλειδί προστέθηκε στο %s';
52 $strAscending = 'Αύξουσα';
53 $strAtBeginningOfTable = 'Στην αρχή του Πίνακα';
54 $strAtEndOfTable = 'Στο τέλος του Πίνακα';
55 $strAttr = 'Χαρακτηριστικά';
57 $strBack = 'Επιστροφή';
58 $strBinary = 'Δυαδικό';
59 $strBinaryDoNotEdit = 'Δυαδικό - χωρίς δυνατότητα επεξεργασίας';
60 $strBookmarkDeleted = 'Η ετικέτα διεγράφη.';
61 $strBookmarkLabel = 'Ετικέτα';
62 $strBookmarkQuery = 'Αποθηκευμένη εντολή SQL';
63 $strBookmarkThis = 'Αποθήκευσε αυτήν την εντολή SQL';
64 $strBookmarkView = 'Μόνο ανάγνωση';
65 $strBrowse = 'Περιήγηση';
66 $strBzip = 'συμπίεση «bzip»';
68 $strCantLoadMySQL = 'δεν μπορεί να φορτωθεί η επέκταση MySQL,<br />παρακαλώ ελέγξτε τις ρυθμίσεις της PHP.';
69 $strCantRenameIdxToPrimary = 'Η μετονομασία του ευρετηρίου σε PRIMARY σε είναι εφικτή!';
70 $strCardinality = 'Μοναδικότητα';
71 $strCarriage = 'Χαρακτήρας επιστροφής: \\r';
72 $strChange = 'Αλλαγή';
73 $strChangePassword = 'Αλλαγή κωδικού πρόσβασης';
74 $strCheckAll = 'Επιλογή όλων';
75 $strCheckDbPriv = 'Έλεγχος προνομίων Βάσης';
76 $strCheckTable = 'Έλεγχος πίνακα';
77 $strColComFeat = 'Εμφάνιση σχολίων πεδίων';
78 $strColumn = 'Στήλη';
79 $strColumnNames = 'Ονόματα στηλών';
80 $strCompleteInserts = 'Ολοκληρωμένες εντολές «Insert»';
81 $strConfirm = 'Πραγματικά θέλετε να το εκτελέσετε;';
82 $strCookiesRequired = 'Από αυτό το σημείο πρέπει να έχετε ενεργοποιημένα cookies.';
83 $strCopyTable = 'Αντιγραφή πίνακα σε (βάση<b>.</b>πίνακας):';
84 $strCopyTableOK = 'Ο Πίνακας %s αντιγράφηκε στο %s.';
85 $strCreate = 'Δημιουργία';
86 $strCreateIndex = 'Δημιουργία ευρετηρίου σε &nbsp;%s&nbsp;πεδία';
87 $strCreateIndexTopic = 'Δημιουργία νέου ευρετηρίου';
88 $strCreateNewDatabase = 'Δημιουργία νέας βάσης';
89 $strCreateNewTable = 'Δημιουργία νέου πίνακα στη βάση %s';
90 $strCreatePdfFeat = 'Δημιουργία αρχείων PDF';
91 $strCriteria = 'Κριτήρια';
93 $strData = 'Δεδομένα';
94 $strDatabase = 'Βάση ';
95 $strDatabaseHasBeenDropped = 'Η βάση δεδομένων %s διεγράφη.';
96 $strDatabases = 'Βάσεις';
97 $strDatabasesStats = 'Στατιστικά βάσης';
98 $strDatabaseWildcard = 'Βάση δεδομένων (επιτρέπονται wildcards):';
99 $strDataOnly = 'Μόνο τα δεδομένα';
100 $strDefault = 'Προκαθορισμένο';
101 $strDelete = 'Διαγραφή';
102 $strDeleted = 'Η Εγγραφή έχει διαγραφεί';
103 $strDeletedRows = 'Διαγραμμένες Εγγραφές:';
104 $strDeleteFailed = 'Η διαγραφή απέτυχε';
105 $strDeleteUserMessage = 'Διαγράψατε τον χρήστη %s.';
106 $strDescending = 'Φθίνουσα';
107 $strDisabled = 'Απενεργοποιημένο';
108 $strDisplay = 'Εμφάνιση';
109 $strDisplayFeat = 'Λειτουργίες εμφάνισης';
110 $strDisplayOrder = 'Σειρά εμφάνισης:';
111 $strDoAQuery = 'Εκτέλεσε μία «επερώτηση κατά παράδειγμα» (χαρακτήρας μπαλαντέρ "%")';
112 $strDocu = 'Τεκμηρίωση';
113 $strDoYouReally = 'Θέλετε να εκτελέσετε την εντολή';
114 $strDrop = 'Διαγραφή';
115 $strDropDB = 'Διαγραφή βάσης %s';
116 $strDropTable = 'Διαγραφή πίνακα';
117 $strDumpingData = '\'Αδειασμα δεδομένων του πίνακα';
118 $strDynamic = 'δυναμικά';
120 $strEdit = 'Επεξεργασία';
121 $strEditPrivileges = 'Επεξεργασία Προνομίων';
122 $strEffective = 'Αποτελεσματικός';
123 $strEmpty = '\'Αδειασμα';
124 $strEmptyResultSet = 'Η MySQL επέστρεψε ένα άδειο σύνολο αποτελεσμάτων (π.χ. καμμία εγγραφή).';
125 $strEnabled = 'Ενεργοποιημένο';
126 $strEnd = 'Τέλος';
127 $strEnglishPrivileges = ' Σημείωση: Τα ονόματα προνομίων της MySQL εκφράζονται στα Αγγλικά ';
128 $strError = 'λάθος';
129 $strExtendedInserts = 'Εκτεταμένες εντολές «Insert»';
130 $strExtra = 'Πρόσθετα';
132 $strField = 'Πεδίο';
133 $strFieldHasBeenDropped = 'Το πεδίο %s διεγράφη';
134 $strFields = 'Πεδία';
135 $strFieldsEmpty = ' Η απαρίθμηση των πεδίων είναι κενή! ';
136 $strFieldsEnclosedBy = 'Πεδία που περικλείονται σε';
137 $strFieldsEscapedBy = 'Τα πεδία χρησιμοποιούν το χαρακτήρα διαφυγής ';
138 $strFieldsTerminatedBy = 'Πεδία που τελειώνουν σε';
139 $strFixed = 'προκαθορισμένου μήκους';
140 $strFlushTable = 'Εκκαθάριση ("FLUSH") πίνακα';
141 $strFormat = 'Μορφοποίηση';
142 $strFormEmpty = 'Ελλειπής τιμή στο πεδίο !';
143 $strFullText = 'Πλήρη κείμενα';
144 $strFunction = 'Έλεγχος';
146 $strGeneralRelationFeat = 'Γενικές λειτουργίες συσχέτισης';
147 $strGenTime = 'Χρόνος δημιουργίας';
148 $strGo = 'Εκτέλεση';
149 $strGrants = 'Παραχωρήσεις';
150 $strGzip = 'συμπίεση «gzip»';
152 $strHasBeenAltered = 'έχει αλλαχθεί.';
153 $strHasBeenCreated = 'έχει δημιουργηθεί.';
154 $strHome = 'Κεντρική σελίδα';
155 $strHomepageOfficial = 'Επίσημη σελίδα του phpMyAdmin';
156 $strHomepageSourceforge = 'Σελίδα του Sourceforge για την απόκτηση του phpMyAdmin';
157 $strHost = 'Σύστημα';
158 $strHostEmpty = 'Το όνομα του Συστήματος είναι κενό!';
160 $strIdxFulltext = 'Πλήρες κείμενο';
161 $strIfYouWish = 'Αν ενδιαφέρεστε να φορτώσετε μόνο μερικές απο τις στήλες του πίνακα, καθορίστε μία λίστα πεδίων διαχωρισμένα με κόμμα.';
162 $strIgnore = 'Παράληψη';
163 $strIndex = 'Ευρετήριο';
164 $strIndexes = 'Ευρετήρια';
165 $strIndexHasBeenDropped = 'Το ευρετήριο %s διεγράφη';
166 $strIndexName = 'Όνομα ευρετηρίου&nbsp;:';
167 $strIndexType = 'Τύπος ευρετηρίου&nbsp;:';
168 $strInsert = 'Εισαγωγή';
169 $strInsertAsNewRow = 'Εισαγωγή ως νέα εγγραφές';
170 $strInsertedRows = 'Εισαγόμενες εγγραφές:';
171 $strInsertNewRow = 'Εισαγωγή νέας εγγραφής';
172 $strInsertTextfiles = 'Εισαγωγή αρχείου κειμένου στον πίνακα';
173 $strInstructions = 'Οδηγίες';
174 $strInUse = 'σε χρήση';
175 $strInvalidName = 'Η «%s» είναι δεσμευμένη λέξη, δεν μπορείτε να την χρησιμοποιήσετε ως όνομα για Βάση, Πίνακα ή Πεδίο.';
177 $strKeepPass = 'Διατήρηση κωδικού πρόσβασης';
178 $strKeyname = 'Όνομα κλειδιού';
179 $strKill = 'Τερματισμός';
181 $strLength = 'Μήκος';
182 $strLengthSet = 'Μήκος/Τιμές*';
183 $strLimitNumRows = 'Εγγραφές ανά σελίδα';
184 $strLineFeed = 'Χαρακτήρας προώθησης γραμμής: \\n';
185 $strLines = 'Γραμμές';
186 $strLinesTerminatedBy = 'Γραμμές που τελειώνουν σε';
187 $strLocationTextfile = 'Τοποθεσία του αρχείου κειμένου';
188 $strLogin = 'Σύνδεση';
189 $strLogout = 'Αποσύνδεση';
190 $strLogPassword = 'Κωδικός πρόσβασης:';
191 $strLogUsername = 'Όνομα χρήστη:';
193 $strModifications = 'Οι αλλαγές αποθηκεύτηκαν';
194 $strModify = 'Τροποποίηση';
195 $strModifyIndexTopic = 'Αλλαγή ενός ευρετηρίου';
196 $strMoveTable = 'Μεταφορά πίνακα σε (βάση<b>.</b>πίνακας):';
197 $strMoveTableOK = 'Ο πίνακας %s μεταφέρθηκε στο %s.';
198 $strMySQLReloaded = 'Η MySQL επαναφορτώθηκε.';
199 $strMySQLSaid = 'Η MySQL επέστρεψε το μύνημα: ';
200 $strMySQLServerProcess = 'Η MySQL %pma_s1% εκτελείται στον %pma_s2% ως %pma_s3%';
201 $strMySQLShowProcess = 'Εμφάνιση διεργασιών';
202 $strMySQLShowStatus = 'Εμφάνιση πληροφορών εκτέλεσης της MySQL';
203 $strMySQLShowVars = 'Εμφάνιση μεταβλητών της MySQL';
205 $strName = 'Όνομα';
206 $strNext = 'Επόμενο';
207 $strNo = 'Όχι';
208 $strNoDatabases = 'Δεν υπάρχουν βάσεις δεδομένων';
209 $strNoDropDatabases = 'Οι εντολές «DROP DATABASE» έχουν απενεργοποιηθεί.';
210 $strNoFrames = 'Το phpMyAdmin είναι πιο φιλικό με έναν browser <b>που υποστηρίζει frames</b>.';
211 $strNoIndex = 'Δεν ορίστηκε ευρετήριο!';
212 $strNoIndexPartsDefined = 'Δεν ορίστηκαν τα στοιχεία του ευρετηρίου!';
213 $strNoModification = 'Χωρίς αλλαγή';
214 $strNone = 'Κανένα';
215 $strNoPassword = 'Χωρίς Κωδικό Πρόσβασης';
216 $strNoPrivileges = 'Χωρίς Προνόμια';
217 $strNoQuery = 'Δεν υπάρχει εντολή SQL!';
218 $strNoRights = 'Δεν έχετε αρκετά δικαιώματα να είσαστε εδώ τώρα!';
219 $strNoTablesFound = 'Δεν βρέθηκαν Πίνακες στη βάση.';
220 $strNotNumber = 'Αυτό δεν είναι αριθμός!';
221 $strNotOK = 'ΛΑΘΟΣ';
222 $strNotValidNumber = ' δεν είναι υπαρκτός αριθμός Εγγραφής!';
223 $strNoUsersFound = 'Δεν βρέθηκαν χρήστες.';
224 $strNull = 'Κενό';
226 $strOftenQuotation = 'Συχνά εισαγωγικά. Το OPTIONALLY σημαίνει ότι μόνο τα πεδία char και varchar εμπεριέχονται με τον χαρακτήρα «περιστοιχίζεται από».';
227 $strOK = 'OK';
228 $strOptimizeTable = 'Βελτιστοποίηση Πίνακα';
229 $strOptionalControls = 'Προεραιτικό. Ρυθμίζει πώς να γίνεται η ανάγνωση και η εγγραφή ειδικών χαρακτήρων.';
230 $strOptionally = 'ΠΡΟΑΙΡΕΤΙΚΑ';
231 $strOr = 'Ή';
232 $strOverhead = 'Επιβάρυνση';
234 $strPartialText = 'Επιμέρους κείμενα';
235 $strPassword = 'Κωδικός Πρόσβασης';
236 $strPasswordEmpty = 'Ο Κωδικός Πρόσβασης είναι κενός!';
237 $strPasswordNotSame = 'Οι κωδικοί πρόσβασης δεν είναι ίδιοι!';
238 $strPdfNoTables = 'Δεν υπάρχουν πίνακες';
239 $strPHPVersion = 'Έκδοση PHP';
240 $strPmaDocumentation = 'Τεκμηρίωση phpMyAdmin';
241 $strPmaUriError = 'Η εντολή <tt>$cfg[\'PmaAbsoluteUri\']</tt> ΠΡΕΠΕΙ να οριστεί στο αρχείο προεπιλογών!';
242 $strPos1 = 'Αρχή';
243 $strPrevious = 'Προηγούμενο';
244 $strPrimary = 'Πρωτεύον';
245 $strPrimaryKey = 'Πρωτεύον κλειδί';
246 $strPrimaryKeyHasBeenDropped = 'Το πρωτεύον κλειδί διεγράφη';
247 $strPrimaryKeyName = 'Το όνομα του πρωτεύοντος κλειδιού πρέπει να είναι... PRIMARY!';
248 $strPrimaryKeyWarning = '("PRIMARY" <b>πρέπει</b> να είναι το όνομα του πρωτεύοντος κλειδιού και <b>μόνο αυτού</b> !)';
249 $strPrintView = 'Εμφάνιση για εκτύπωση';
250 $strPrivileges = 'Προνόμια';
251 $strProperties = 'Ιδιότητες';
253 $strQBE = 'Επερώτηση κατά παράδειγμα';
254 $strQBEDel = 'Διαγραφή';
255 $strQBEIns = 'Εισαγωγή';
256 $strQueryOnDb = 'Εντολή SQL στη βάση <b>%s</b>:';
258 $strRecords = 'Εγγραφές';
259 $strReferentialIntegrity = 'Έλεγχος ακεραιότητας σχέσεων:';
260 $strRelationNotWorking = 'Οι επιπρόσθετες λειτουργίες για εργασία με συσχετισμένους πίνακες έχουν απενεργοποιηθεί. Για να μάθετε γιατί, πατήστε %sεδώ%s.';
261 $strReloadFailed = 'Η επανεκκίνηση της MySQL απέτυχε.';
262 $strReloadMySQL = 'Επανεκκίνηση της MySQL';
263 $strRememberReload = 'Ενθύμιση της επανεκκίνησης του διακομιστή.';
264 $strRenameTable = 'Μετονομασία πίνακα σε';
265 $strRenameTableOK = 'Ο Πίνακας %s μετονομάσθηκε σε %s';
266 $strRepairTable = 'Επιδιόρθωση πίνακα';
267 $strReplace = 'Αντικατάσταση';
268 $strReplaceTable = 'Αντικατάσταση δεδομένων Πίνακα με το αρχείο';
269 $strReset = 'Επαναφορά';
270 $strReType = 'Επαναεισαγωγή';
271 $strRevoke = 'Ανάκληση';
272 $strRevokeGrant = 'Ανάκληση Παραχώρισης';
273 $strRevokeGrantMessage = 'Ανακαλέσατε τα προνόμια Παραχώρισης του %s';
274 $strRevokeMessage = 'Ανακαλέσατε τα προνόμια για %s';
275 $strRevokePriv = 'Ανάκληση προνομοίων';
276 $strRowLength = 'Μέγεθος Γραμμής';
277 $strRows = 'Εγγραφές';
278 $strRowsFrom = 'Εγγραφές αρχίζοντας από την εγγραφή';
279 $strRowSize = ' Μέγεθος Εγγραφής ';
280 $strRowsModeHorizontal = 'οριζόντια';
281 $strRowsModeOptions = 'σε %s μορφή με επανάληψη επικεφαλίδων ανά %s κελιά';
282 $strRowsModeVertical = 'κάθετη';
283 $strRowsStatistic = 'Στατιστικά Εγγραφών';
284 $strRunning = 'που εκτελείται στο %s';
285 $strRunQuery = 'Υποβολή επερώτησης';
286 $strRunSQLQuery = 'Εκτέλεση εντολής/εντολών SQL στη βάση δεδομένων %s';
288 $strSave = 'Αποθήκευση';
289 $strSelect = 'Επιλογή';
290 $strSelectADb = 'Παρακαλώ επιλέξτε μία βάση δεδομένων';
291 $strSelectAll = 'Επιλογή όλων';
292 $strSelectFields = 'Επιλογή πεδίων (τουλάχιστον ένα)';
293 $strSelectNumRows = 'στην εντολή';
294 $strSend = 'Αποστολή';
295 $strServerChoice = 'Επιλογή Διακομιστή';
296 $strServerVersion = 'Έκδοση Διακομιστή';
297 $strSetEnumVal = 'Αν ο τύπος του πεδίου είναι «enum» ή «set», παρακαλώ εισάγετε τις τιμές χρησιμοποιώντας την εξής μορφοποίηση: \'α\',\'β\',\'γ\'...<br /> Αν χρειάζεται να εισάγετε την ανάποδη κάθετο ("\") ή απλά εισαγωγικά ("\'"), προθέστε τα με ανάποδη κάθετο στην αρχή (για παράδειγμα \'\\\\χψω\' ή \'α\\\'β\').';
298 $strShow = 'Εμφάνιση';
299 $strShowAll = 'Εμφάνιση όλων';
300 $strShowCols = 'Εμφάνιση στηλών';
301 $strShowingRecords = 'Εμφάνιση εγγραφής ';
302 $strShowPHPInfo = 'Εμφάνιση πληροφοριών της PHP';
303 $strShowTables = 'Εμφάνιση πινάκων';
304 $strShowThisQuery = ' Εμφάνισε εδώ ξανά αυτήν την εντολή ';
305 $strSingly = '(μοναδικά)';
306 $strSize = 'Μέγεθος';
307 $strSort = 'Ταξινόμιση';
308 $strSpaceUsage = 'Χρήση χώρου';
309 $strSQLQuery = 'Εντολή SQL';
310 $strStatement = 'Δηλώσεις';
311 $strStrucCSV = 'Δεδομένα CSV';
312 $strStrucData = 'Δομή και δεδομένα';
313 $strStrucDrop = 'Προσθήκη «Drop Table»';
314 $strStrucExcelCSV = 'Μορφή CSV για δεδομένα Ms Excel';
315 $strStrucOnly = 'Μόνο η δομή';
316 $strSubmit = 'Αποστολή';
317 $strSuccess = 'Η SQL εντολή σας εκτελέσθηκε επιτυχώς';
318 $strSum = 'Σύνολο';
320 $strTable = 'Πίνακας ';
321 $strTableComments = 'Σχόλια Πίνακα';
322 $strTableEmpty = 'Το όνομα του Πίνακα είναι κενό!';
323 $strTableHasBeenDropped = 'Ο Πίνακας %s διεγράφη';
324 $strTableHasBeenEmptied = 'Ο Πίνακας %s άδειασε';
325 $strTableHasBeenFlushed = 'Ο Πίνακας %s εκκαθαρίστικε ("FLUSH")';
326 $strTableMaintenance = 'Συντήρηση Πίνακα';
327 $strTables = '%s Πίνακας/Πίνακες';
328 $strTableStructure = 'Δομή Πίνακα για τον Πίνακα';
329 $strTableType = 'Τύπος Πίνακα';
330 $strTextAreaLength = ' Εξαιτίας του μεγέθος του,<br /> αυτό το πεδίο μπορεί να μη μπορεί να διορθωθεί ';
331 $strTheContent = 'Τα περιεχόμενα του αρχείου σας έχουν εισαγχθεί.';
332 $strTheContents = 'Τα περιεχόμενα του αρχείου αντικαθιστούν τα περιεχόμενα του επιλεγμένου πίνακα για Γραμμές με ίδιο πρωτεύον ή μοναδικό κλειδί.';
333 $strTheTerminator = 'Ο τερματικός χαρακτήρας των πεδίων.';
334 $strTotal = 'συνολικά';
335 $strType = 'Τύπος';
337 $strUncheckAll = 'Απεπιλογή όλων';
338 $strUnique = 'Μοναδικό';
339 $strUnselectAll = 'Απεπιλογή όλων';
340 $strUpdatePrivMessage = 'Τα προνόμια του χρήστη %s ενημερώθηκαν.';
341 $strUpdateProfile = 'Ενημέρωση στοιχείων:';
342 $strUpdateProfileMessage = 'Τα στοιχεία ανανεώθηκαν.';
343 $strUpdateQuery = 'Ενημέρωση της εντολής';
344 $strUsage = 'Χρήση';
345 $strUseBackquotes = 'Χρήση ανάποδων εισαγωγικών στα ονόματα των Πινάκων και των Πεδίων';
346 $strUser = 'Χρήστης';
347 $strUserEmpty = 'Το όνομα του χρήστη είναι κενό!';
348 $strUserName = 'Όνομα χρήστη';
349 $strUsers = 'Χρήστες';
350 $strUseTables = 'Χρήση Πινάκων';
352 $strValue = 'Τιμή';
353 $strViewDump = 'Εμφάνιση σχήματος του πίνακα';
354 $strViewDumpDB = 'Εμφάνιση σχήματος της βάσης';
356 $strWelcome = 'Καλωσήρθατε στο %s';
357 $strWithChecked = 'Με τους επιλεγμένους:';
358 $strWrongUser = 'Λανθασμένο όνομα χρήστη/κωδικός πρόσβασης. \'Αρνηση πρόσβασης.';
360 $strYes = 'Ναι';
362 $strZip = 'συμπίεση «zip»';
363 // To Translate
365 $strBeginCut = 'BEGIN CUT'; //to translate
366 $strBeginRaw = 'BEGIN RAW'; //to translate
368 $strCantLoadRecodeIconv = 'Δεν είναι δυνατή η φόρτωση της επέκτασης iconv ή recode που χρειάζεται για την μετατροπή του σετ χαρακτήρων. Ρυθμίστε την php να επιτρέπει την χρήση αυτών των επεκτάσεων ή απανεργοποιήστε την μετατροπή χαρακτήρων στο phpMyAdmin.'; //to translate
369 $strCantUseRecodeIconv = 'Δεν είναι δυνατή η χρήση της επέκτασης iconv ούτε της libiconv ούτε της ρουτίνας recode_string, ενώ η επέκταση έχει φορτωθεί. Ελέξτε τις ρυθμίσεις της php.'; //to translate
370 $strChangeDisplay = 'Επιλέξτε πεδίο για εμφάνιση'; //to translate
371 $strCharsetOfFile = 'Character set of the file:'; //to translate
372 $strChoosePage = 'Παρακαλώ επιλέξτε σελίδα για αλλαγή'; //to translate
373 $strComments = 'Σχόλια'; //to translate
374 $strConfigFileError = 'Το phpMyAdmin δεν μπόρεσε να διαβάσει το αρχείο ρυθμίσεων!<br />Αυτό μπορεί να συμβεί εάν η php βρει κάποιο λάθος στο αρχείο ή εάν η php δεν μπορεί να βρει το αρχείο.<br />Παρακαλώ καλέστε το αρχείο ρυθμίσεων απ\' ευθείας χρησιμοποιώντας το ακόλουθο link και διαβάστε τα μυνήματα λάθους που θα επιστρέψει η php. Στις περισσότερες περιπτώσεις κάπου λείπουν εισαγωγικά (") ή ερωτιματικά (;).<br />Εάν η php επιστρέψει μια λευκή σελίδα, όλα είναι σωστά.'; //to translate
375 $strConfigureTableCoord = 'Παρακαλώ ορίστε τις συντεταγμένες για τον πίνακα %s'; //to translate
376 $strCreatePage = 'Δημιουργία νέας σελίδας'; //to translate
378 $strDisplayPDF = 'Εμφάνιση σχήματος PDF'; //to translate
379 $strDumpXRows = 'Εμφάνιση %s εγγραφών ξεκινώντας από την εγγραφή %s.'; //to translate
381 $strEditPDFPages = 'Αλλαγή σελίδων PDF'; //to translate
382 $strEndCut = 'END CUT'; //to translate
383 $strEndRaw = 'END RAW'; //to translate
384 $strExplain = 'Explain SQL'; //to translate
385 $strExport = 'Εξαγωγή'; //to translate
386 $strExportToXML = 'Export to XML format'; //to translate
388 $strGenBy = 'Δημιουργήθηκε από:'; //to translate
390 $strHaveToShow = 'Πρέπει να επιλέξετε τουλάχιστον μία στήλη για εμφάνιση'; //to translate
392 $strLinkNotFound = 'Δεν βρέθηκε η σύνδεση'; //to translate
393 $strLinksTo = 'Σύνδεση με'; //to translate
395 $strMissingBracket = 'Λείπει μία αγκύλη'; //to translate
396 $strMySQLCharset = 'Σετ χαρακτήρων της MySQL'; //to translate
398 $strNoDescription = 'χωρίς περιγραφή'; //to translate
399 $strNoExplain = 'Skip Explain SQL'; //to translate
400 $strNoPhp = 'χωρίς κώδικα PHP'; //to translate
401 $strNotSet = 'Ο πίνακας <b>%s</b> δεν βρέθηκε ή δεν ορίστηκε στη %s'; //to translate
402 $strNoValidateSQL = 'Skip Validate SQL'; //to translate
403 $strNumSearchResultsInTable = '%s αποτελέσματα στον πίνακα <i>%s</i>';//to translate
404 $strNumSearchResultsTotal = '<b>Σύνολο:</b> <i>%s</i> αποτελέσματα';//to translate
406 $strOperations = 'Λειτουργίες'; //to translate
407 $strOptions = 'Επιλογές'; //to translate
409 $strPageNumber = 'Σελίδα:'; //to translate
410 $strPdfDbSchema = 'Σχήμα της βάσης "%s" - Σελίδα %s'; //to translate
411 $strPdfInvalidPageNum = 'Δεν ορίστηκε αριθμός σελίδας PDF!'; //to translate
412 $strPdfInvalidTblName = 'Ο πίνακας "%s" δεν υπάρχει!'; //to translate
413 $strPhp = 'Δημιουργία κώδικα PHP'; //to translate
415 $strRelationView = 'Εμφάνιση σχέσεων'; //to translate
417 $strScaleFactorSmall = 'Η κλίμακα είναι πολύ μικρή για να εμφανιστεί το σχήμα σε μία σελίδα'; //to translate
418 $strSearch = 'Αναζήτηση';//to translate
419 $strSearchFormTitle = 'Αναζήτηση στη βάση';//to translate
420 $strSearchInTables = 'Μέσα στους πίνακες:';//to translate
421 $strSearchNeedle = 'Όροι ή τιμές για αναζήτηση (μπαλαντέρ: "%"):';//to translate
422 $strSearchOption1 = 'τουλάχιστον έναν από τους όρους';//to translate
423 $strSearchOption2 = 'όλους τους όρους';//to translate
424 $strSearchOption3 = 'την ακριβή φράση';//to translate
425 $strSearchOption4 = 'ως regular expression';//to translate
426 $strSearchResultsFor = 'Αποτελέσματα αναζήτησης για "<i>%s</i>" %s:';//to translate
427 $strSearchType = 'Έυρεση:';//to translate
428 $strSelectTables = 'Επιλογή Πινάκων'; //to translate
429 $strShowColor = 'Εμφάνιση χρωμάτων'; //to translate
430 $strShowGrid = 'Εμφάνιση πλέγματος'; //to translate
431 $strShowTableDimension = 'Εμφάνιση διαστάσεων πινάκων'; //to translate
432 $strSplitWordsWithSpace = 'Οι λέξεις χωρίζονται από τον χαρακτήρα διαστήματος (" ").';//to translate
433 $strSQL = 'SQL'; //to translate
434 $strSQLParserBugMessage = 'There is a chance that you may have found a bug in the SQL parser. Please examine your query closely, and check that the quotes are correct and not mis-matched. Other possible failure causes may be that you are uploading a file with binary outside of a quoted text area. You can also try your query on the MySQL command line interface. The MySQL server error output below, if there is any, may also help you in diagnosing the problem. If you still have problems or if the parser fails where the command line interface succeeds, please reduce your SQL query input to the single query that causes problems, and submit a bug report with the data chunk in the CUT section below:'; //to translate
435 $strSQLParserUserError = 'There seems to be an error in your SQL query. The MySQL server error output below, if there is any, may also help you in diagnosing the problem'; //to translate
436 $strSQLResult = 'αποτέλεσμα SQL'; //to translate
437 $strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
438 $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
439 $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
440 $strStructPropose = 'Προτεινόμενη δομή πίνακα'; //to translate
441 $strStructure = 'Δομή'; //to translate
443 $strValidateSQL = 'Validate SQL'; //to translate
445 $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate
446 $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
447 $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
448 $strValidatorError = 'The SQL validator could not be initialized. Please check if you have installed the necessary php extensions as described in the %sdocumentation%s.'; //to translate
449 $strServer = 'Server %s'; //to translate
450 $strPutColNames = 'Put fields names at first row'; //to translate
451 $strImportDocSQL = 'Import docSQL Files'; //to translate
452 $strDataDict = 'Data Dictionary'; //to translate
453 $strPrint = 'Print'; //to translate
454 $strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.'; //to translate
455 $strCompression = 'Compression'; //to translate
456 $strNumTables = 'Tables'; //to translate
457 $strTotalUC = 'Total'; //to translate
458 $strRelationalSchema = 'Relational schema'; //to translate
459 $strTableOfContents = 'Table of contents'; //to translate
460 $strCannotLogin = 'Cannot login to MySQL server'; //to translate
461 $strShowDatadictAs = 'Data Dictionary Format'; //to translate
462 $strLandscape = 'Landscape'; //to translate
463 $strPortrait = 'Portrait'; //to translate
465 $timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
467 $strAbortedClients = 'Aborted'; //to translate
468 $strConnections = 'Connections'; //to translate
469 $strFailedAttempts = 'Failed attempts'; //to translate
470 $strGlobalValue = 'Global value'; //to translate
471 $strMoreStatusVars = 'More status variables'; //to translate
472 $strPerHour = 'per hour'; //to translate
473 $strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
474 $strQueryType = 'Query type'; //to translate
475 $strReceived = 'Received'; //to translate
476 $strSent = 'Sent'; //to translate
477 $strServerStatus = 'Runtime Information'; //to translate
478 $strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
479 $strServerTabVariables = 'Variables'; //to translate
480 $strServerTabProcesslist = 'Processes'; //to translate
481 $strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
482 $strServerVars = 'Server variables and settings'; //to translate
483 $strSessionValue = 'Session value'; //to translate
484 $strTraffic = 'Traffic'; //to translate
485 $strVar = 'Variable'; //to translate
487 $strCommand = 'Command'; //to translate
488 $strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
489 $strId = 'ID'; //to translate
490 $strProcesslist = 'Process list'; //to translate
491 $strStatus = 'Status'; //to translate
492 $strTime = 'Time'; //to translate
493 $strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
495 $strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the <code>$cfg[\'BZipDump\']</code> directive in your phpMyAdmin configuration file to <code>FALSE</code>. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; //to translate
496 $strLaTeX = 'LaTeX'; //to translate
498 $strAdministration = 'Administration'; //to translate
499 $strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate
500 $strGlobalPrivileges = 'Global privileges'; //to translate
501 $strGrantOption = 'Grant'; //to translate
502 $strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
503 $strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
504 $strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
505 $strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
506 $strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
507 $strPrivDescDelete = 'Allows deleting data.'; //to translate
508 $strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
509 $strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
510 $strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
511 $strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
512 $strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
513 $strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
514 $strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
515 $strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
516 $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
517 $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
518 $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
519 $strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
520 $strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
521 $strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
522 $strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
523 $strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
524 $strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
525 $strPrivDescSelect = 'Allows reading data.'; //to translate
526 $strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
527 $strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
528 $strPrivDescSuper = 'Allows connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
529 $strPrivDescUpdate = 'Allows changing data.'; //to translate
530 $strPrivDescUsage = 'No privileges.'; //to translate
531 $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
532 $strResourceLimits = 'Resource limits'; //to translate
533 $strUserOverview = 'User overview'; //to translate
534 $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
536 $strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
538 $strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
539 $strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
540 $strDeleting = 'Deleting %s'; //to translate
541 $strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
542 $strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
543 $strReloadingThePrivileges = 'Reloading the privileges'; //to translate
544 $strRemoveSelectedUsers = 'Remove selected users'; //to translate
545 $strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
546 $strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
547 $strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
549 $strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
550 $strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
551 $strColumnPrivileges = 'Column-specific privileges'; //to translate
552 $strDbPrivileges = 'Database-specific privileges'; //to translate
553 $strLocalhost = 'Local';
554 $strLoginInformation = 'Login Information'; //to translate
555 $strTblPrivileges = 'Table-specific privileges'; //to translate
556 $strThisHost = 'This Host'; //to translate
557 $strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
558 $strUserAlreadyExists = 'The user %s already exists!'; //to translate
559 $strUseTextField = 'Use text field'; //to translate
561 $strNoUsersSelected = 'No users selected.'; //to translate
562 $strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
563 $strAddedColumnComment = 'Added comment for column'; //to translate
564 $strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
565 $strAddedColumnRelation = 'Added relation for column'; //to translate
566 $strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
567 $strImportFinished = 'Import finished'; //to translate
568 $strFileCouldNotBeRead = 'File could not be read'; //to translate
569 $strIgnoringFile = 'Ignoring file %s'; //to translate
570 $strThisNotDirectory = 'This was not a directory'; //to translate
571 $strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
572 $strImportFiles = 'Import files'; //to translate
573 $strDBGModule = 'Module'; //to translate
574 $strDBGLine = 'Line'; //to translate
575 $strDBGHits = 'Hits'; //to translate
576 $strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
577 $strDBGTotalTimeMs = 'Total time, ms'; //to translate
578 $strDBGMinTimeMs = 'Min time, ms'; //to translate
579 $strDBGMaxTimeMs = 'Max time, ms'; //to translate
580 $strDBGContextID = 'Context ID'; //to translate
581 $strDBGContext = 'Context'; //to translate
582 $strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
583 $strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
584 $strCheckPrivs = 'Check Privileges'; //to translate
585 $strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.'; //to translate
586 $strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
587 $strDatabasesStatsDisable = 'Disable Statistics'; //to translate
588 $strDatabasesStatsEnable = 'Enable Statistics'; //to translate
589 $strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
590 $strDropSelectedDatabases = 'Drop Selected Databases'; //to translate
591 $strNoDatabasesSelected = 'No databases selected.'; //to translate
592 $strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
593 $strGlobal = 'global'; //to translate
594 $strDbSpecific = 'database-specific'; //to translate
595 $strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
596 $strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
597 $strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
598 $strChangeCopyModeCopy = '... keep the old one.'; //to translate
599 $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
600 $strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
601 $strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
602 $strWildcard = 'wildcard'; //to translate
603 $strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
604 $strQueryTime = 'Query took %01.4f sec';//to translate
605 $strDumpComments = 'Include column comments as inline SQL-comments';//to translate
606 $strDBComment = 'Database comment: ';//to translate
607 $strQueryFrame = 'Query window';//to translate
608 $strQueryFrameDebug = 'Debugging information';//to translate
609 $strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
610 $strQuerySQLHistory = 'SQL-history';//to translate
611 $strMIME_MIMEtype = 'MIME-type';//to translate
612 $strMIME_transformation = 'Browser transformation';//to translate
613 $strMIME_transformation_options = 'Transformation options';//to translate
614 $strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';//to translate
615 $strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
616 $strMIME_available_mime = 'Available MIME-types';//to translate
617 $strMIME_available_transform = 'Available transformations';//to translate
618 $strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
619 $strMIME_description = 'Description';//to translate
620 $strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
621 $strMIME_file = 'Filename';//to translate
622 $strTransformation_image_jpeg__plain = 'Takes an imagefile and outputs a link for it. First options argument is a possible prepended string like http://...';//to translate
623 $strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
624 $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
625 $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
626 $strInnodbStat = 'InnoDB Status'; //to translate
627 $updComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
628 $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
629 $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
630 $strSQLOptions = 'SQL options';//to translate
631 $strXML = 'XML';//to translate
632 $strCSVOptions = 'CSV options';//to translate
633 $strNoOptions = 'This format has no options';//to translate
634 $strStatCreateTime = 'Creation';//to translate
635 $strStatUpdateTime = 'Last update';//to translate
636 $strStatCheckTime = 'Last check';//to translate
637 $strPerMinute = 'per minute';//to translate
638 $strPerSecond = 'per second';//to translate
639 $strAutomaticLayout = 'Automatic layout'; //to translate
640 $strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate