| [ Index ] |
|
Code source de phpMyAdmin 2.10.3 |
1 <?php 2 /* $Id: greek-utf-8.inc.php 10439 2007-06-15 17:13:29Z lem9 $ */ 3 4 /* Translated by Kyriakos Xagoraris <theremon at users.sourceforge.net> */ 5 6 $charset = 'utf-8'; 7 $allow_recoding = TRUE; 8 $text_dir = 'ltr'; 9 $number_thousands_separator = '.'; 10 $number_decimal_separator = ','; 11 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa 12 $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB'); 13 14 $day_of_week = array('Κυρ', 'Δευ', 'Τρι', 'Τετ', 'Πεμ', 'Παρ', 'Σαβ'); 15 $month = array('Ιαν', 'Φεβ', 'Μάρ', 'Απρ', 'Μάι', 'Ιούν', 'Ιούλ', 'Αυγ', 'Σεπ', 'Οκτ', 'Νοε', 'Δεκ'); 16 // See http://www.php.net/manual/en/function.strftime.php to define the 17 // variable below 18 $datefmt = '%d %B %Y, στις %I:%M %p'; 19 20 // To Arrange 21 22 $timespanfmt = '%s μέρες, %s ώρες, %s λεπτά and %s δευτερόλεπτα'; 23 24 $strAbortedClients = 'Ακυρωμένες συνδέσεις'; 25 $strAccessDeniedExplanation = 'Το phpMyAdmin προσπάθησε να συνδεθεί με τον διακομιστή MySQL αλλά ο διακομιστής απέριψε τη σύνδεση. Θα πρέπει να ελέγξετε την διεύθυνση, το όνομα χρήστη και τον κωδικό πρόσβασης στο αρχείο ρυθμίσεων config.inc.php και να βεβαιωθείτε ότι αντιστοιχούν σε αυτά που σας έχει δώσει ο διαχειρηστής του διακομιστή MySQL.'; 26 $strAccessDenied = '\'Αρνηση Πρόσβασης'; 27 $strAction = 'Ενέργεια'; 28 $strAddAutoIncrement = 'Προσθήκη τιμής AUTO_INCREMENT'; 29 $strAddDeleteColumn = 'Προσθήκη/Αφαίρεση Στήλης Πεδίου'; 30 $strAddDeleteRow = 'Προσθήκη/Αφαίρεση Γραμμής Κριτηρίων'; 31 $strAddIntoComments = 'Προσθήκη στα σχόλια'; 32 $strAddNewField = 'Προσθήκη νέου Πεδίου'; 33 $strAddPrivilegesOnDb = 'Προσθήκη προνομίων στην ακόλουθη βάση δεδομένων'; 34 $strAddPrivilegesOnTbl = 'Προσθήκη δεδομένων στον ακόλουθο πίνακα'; 35 $strAddSearchConditions = 'Προσθήκη νέου όρου (σώμα της "where" πρότασης):'; 36 $strAddToIndex = 'Προσθήκη στο ευρετήριο %s κολώνας(ων)'; 37 $strAddUserMessage = 'Προσθέσατε ένα νέο χρήστη.'; 38 $strAddUser = 'Προσθήκη νέου Χρήστη'; 39 $strAdministration = 'Διαχείριση'; 40 $strAffectedRows = 'Επηρρεαζόμενες εγγραφές:'; 41 $strAfterInsertBack = 'Επιστροφή'; 42 $strAfterInsertNewInsert = 'Εισαγωγή νέας εγγραφής'; 43 $strAfter = 'Μετά το %s'; 44 $strAllTableSameWidth = 'εμφάνιση όλων των πινάκων με το ίδιο πλάτος;'; 45 $strAll = 'Όλα'; 46 $strAlterOrderBy = 'Αλλαγή ταξινόμησης Πίνακα κατά'; 47 $strAnalyzeTable = 'Ανάλυση Πίνακα'; 48 $strAnd = 'Και'; 49 $strAnIndex = 'Ένα ευρετήριο προστέθηκε στο %s'; 50 $strAnyHost = 'Οποιοδήποτε Σύστημα'; 51 $strAnyUser = 'Οποιοσδήποτε Χρήστης'; 52 $strAny = 'Οποιοδήποτε'; 53 $strAPrimaryKey = 'Ένα πρωτεύον κλειδί προστέθηκε στο %s'; 54 $strArabic = 'Αραβικά'; 55 $strArmenian = 'Αρμενικά'; 56 $strAscending = 'Αύξουσα'; 57 $strAtBeginningOfTable = 'Στην αρχή του Πίνακα'; 58 $strAtEndOfTable = 'Στο τέλος του Πίνακα'; 59 $strAttr = 'Χαρακτηριστικά'; 60 $strAutomaticLayout = 'Αυτόματη διάταξη'; 61 62 $strBack = 'Επιστροφή'; 63 $strBaltic = 'Βαλτικής'; 64 $strBeginCut = 'BEGIN CUT'; 65 $strBeginRaw = 'BEGIN RAW'; 66 $strBinaryDoNotEdit = 'Δυαδικό - χωρίς δυνατότητα επεξεργασίας'; 67 $strBinary = 'Δυαδικό'; 68 $strBookmarkDeleted = 'Η ετικέτα διεγράφη.'; 69 $strBookmarkLabel = 'Τίτλος'; 70 $strBookmarkQuery = 'Αποθηκευμένο επερώτημα SQL'; 71 $strBookmarkThis = 'Αποθήκευση αυτού του επερωτήματος SQL'; 72 $strBookmarkView = 'Μόνο ανάγνωση'; 73 $strBrowse = 'Περιήγηση'; 74 $strBulgarian = 'Βουλγαρικά'; 75 $strBzError = 'Το phpMyAdmin δεν μπόρεσε να συμπιέσει το αρχείο εξόδου λόγω προβλήματος στην επέκταση Bz2 αυτής της έκδοσης php. Προτείνεται να ορίσετε την τιμή της μεταβλητής <code>$cfg[\'BZipDump\']</code> στο αρχείο ρυθμίσεων του phpMyAdmin σε <code>FALSE</code>. Εάν θέλετε να χρησιμοποιήσετε λειτουργίες συμπίεσης τύπου Bz2, θα πρέπει να αναβαθμίσετε την php σε μεταγενέστερη έκδοση. Δείτε την αναφορά προβλήματος php %s για περισσότερες λεπτομέρειες.'; 76 $strBzip = 'συμπίεση «bzip»'; 77 78 $strCannotLogin = 'Δεν ήταν δυνατή η σύνδεση με τον διακομιστή MySQL'; 79 $strCantLoadRecodeIconv = 'Δεν είναι δυνατή η φόρτωση της επέκτασης iconv ή recode που χρειάζεται για την μετατροπή του σετ χαρακτήρων. Ρυθμίστε την php να επιτρέπει την χρήση αυτών των επεκτάσεων ή απανεργοποιήστε την μετατροπή χαρακτήρων στο phpMyAdmin.'; 80 $strCantLoad = 'δεν ήταν δυνατή η φόρτωση της επέκτασης %s ,<br />παρακαλώ ελέγξτε τις ρυθμίσεις της PHP'; 81 $strCantRenameIdxToPrimary = 'Η μετονομασία του ευρετηρίου σε PRIMARY σε είναι εφικτή!'; 82 $strCantUseRecodeIconv = 'Δεν είναι δυνατή η χρήση της επέκτασης iconv ούτε της libiconv ούτε της ρουτίνας recode_string, ενώ η επέκταση έχει φορτωθεί. Ελέξτε τις ρυθμίσεις της php.'; 83 $strCardinality = 'Μοναδικότητα'; 84 $strCentralEuropean = 'Κεντρικής Ευρώπης'; 85 $strChangeCopyModeCopy = '... διατήρηση του παλιού χρήστη.'; 86 $strChangeCopyModeDeleteAndReload = ' ... διαγραφή του παλιού χρήστη από τους πίνακες χρηστών και επαναφόρτωση των προνομίων.'; 87 $strChangeCopyModeJustDelete = ' ... διαγραφή του παλιού χρήστη από τους πίνακες χρηστών.'; 88 $strChangeCopyModeRevoke = ' ... ανάκληση των προνομίων του παλιού χρήστη και διαγραφή του.'; 89 $strChangeCopyMode = 'Δημιουργία νέα χρήστη με τα ίδια προνόμια και ...'; 90 $strChangeCopyUser = 'Αλλαγή Στοιχείων Πρόσβασης / Αντιγραφή Χρήστη'; 91 $strChangeDisplay = 'Επιλέξτε πεδίο για εμφάνιση'; 92 $strChangePassword = 'Αλλαγή κωδικού πρόσβασης'; 93 $strChange = 'Αλλαγή'; 94 $strCharsetOfFile = 'Σετ χαρακτήρων του αρχείου:'; 95 $strCharsets = 'Σετ χαρακτήρων'; 96 $strCharset = 'Σετ χαρακτήρων'; 97 $strCheckAll = 'Επιλογή όλων'; 98 $strCheckPrivsLong = 'Έλεγχος προνομίων για τη βάση "%s".'; 99 $strCheckPrivs = 'Έλεγχος Προνομίων'; 100 $strCheckTable = 'Έλεγχος πίνακα'; 101 $strChoosePage = 'Παρακαλώ επιλέξτε σελίδα για αλλαγή'; 102 $strColComFeat = 'Εμφάνιση σχολίων πεδίων'; 103 $strColumnNames = 'Ονόματα στηλών'; 104 $strColumnPrivileges = 'Προνόμια πεδίων'; 105 $strCommand = 'Εντολή'; 106 $strComments = 'Σχόλια'; 107 $strCompleteInserts = 'Ολοκληρωμένες εντολές «Insert»'; 108 $strCompression = 'Συμπίεση'; 109 $strConfigFileError = 'Το phpMyAdmin δεν μπόρεσε να διαβάσει το αρχείο ρυθμίσεων!<br />Αυτό μπορεί να συμβεί εάν η php βρει κάποιο λάθος στο αρχείο ή εάν η php δεν μπορεί να βρει το αρχείο.<br />Παρακαλώ καλέστε το αρχείο ρυθμίσεων απ\' ευθείας χρησιμοποιώντας το ακόλουθο link και διαβάστε τα μυνήματα λάθους που θα επιστρέψει η php. Στις περισσότερες περιπτώσεις κάπου λείπουν εισαγωγικά (") ή ερωτιματικά (;).<br />Εάν η php επιστρέψει μια λευκή σελίδα, όλα είναι σωστά.'; 110 $strConfigureTableCoord = 'Παρακαλώ ορίστε τις συντεταγμένες για τον πίνακα %s'; 111 $strConnections = 'Συνδέσεις'; 112 $strCookiesRequired = 'Από αυτό το σημείο πρέπει να έχετε ενεργοποιημένα cookies.'; 113 $strCopyTableOK = 'Ο Πίνακας %s αντιγράφηκε στο %s.'; 114 $strCopyTableSameNames = 'Δεν είναι δυνατή η αντιγραφή του πίνακα στον εαυτό του!'; 115 $strCopyTable = 'Αντιγραφή πίνακα σε (βάση<b>.</b>πίνακας):'; 116 $strCouldNotKill = 'Το phpMyAdmin δεν μπόρεσε να διακόψει τη λειτουργία %s. Μπορεί να έχει ήδη σταματήσει.'; 117 $strCreateIndexTopic = 'Δημιουργία νέου ευρετηρίου'; 118 $strCreateIndex = 'Δημιουργία ευρετηρίου σε %s πεδία'; 119 $strCreateNewDatabase = 'Δημιουργία νέας βάσης'; 120 $strCreateNewTable = 'Δημιουργία νέου πίνακα στη βάση %s'; 121 $strCreatePage = 'Δημιουργία νέας σελίδας'; 122 $strCreatePdfFeat = 'Δημιουργία αρχείων PDF'; 123 $strCreate = 'Δημιουργία'; 124 $strCriteria = 'Κριτήρια'; 125 $strCroatian = 'Κροατικά'; 126 $strCSVOptions = 'Επιλογές CSV'; 127 $strCyrillic = 'Κυριλλικά'; 128 $strCzech = 'Τσεχικά'; 129 130 $strDanish = 'Δανικά'; 131 $strDatabaseExportOptions = 'Επιλογές εξαγωγής βάσης δεδομένων'; 132 $strDatabaseHasBeenDropped = 'Η βάση δεδομένων %s διεγράφη.'; 133 $strDatabasesDropped = '%s βάσεις δεδομένων διεγράφησαν επιτυχώς.'; 134 $strDatabasesStatsDisable = 'Απενεργοποίηση Στατιστικών'; 135 $strDatabasesStatsEnable = 'Ενεργοποίηση Στατιστικών'; 136 $strDatabasesStatsHeavyTraffic = 'Σημείωση: Η ενεργοποίηση στατιστικών μπορεί να προκαλέσει μεγάλη μεταφορά δεδομένων μεταξύ του διακομιστή διαδικτύου και του διακομιστή MySQL.'; 137 $strDatabasesStats = 'Στατιστικά βάσης'; 138 $strDatabases = 'Βάσεις Δεδομένων'; 139 $strDatabase = 'Βάση'; 140 $strDataDict = 'Λεξικό δεδομένων'; 141 $strDataOnly = 'Μόνο τα δεδομένα'; 142 $strData = 'Δεδομένα'; 143 $strDBComment = 'Σχόλιο βάσης: '; 144 $strDbPrivileges = 'Προνόμια βάσης δεδομένων'; 145 $strDbSpecific = 'Χρήστης Βάσης'; 146 $strDefaultValueHelp = 'Για προκαθορισμένες τιμές, παρακαλώ εισάγετε μία τιμή, χωρίς χαρακτήρες διαφυγής ή εισαγωγικά, χρησιμοποιώντας τη μορφή: a'; 147 $strDefault = 'Προκαθορισμένο'; 148 $strDeleteAndFlushDescr = 'Αυτός είναι ο πιο "καθαρός" τρόπος, αλλά η επαναφόρτωση των προνομίων μπορεί να καθυστερήσει.'; 149 $strDeleteAndFlush = 'Διαγραφή των χρηστών και επαναφόρτωση των προνομίων.'; 150 $strDeletedRows = 'Διαγραμμένες Εγγραφές:'; 151 $strDeleted = 'Η Εγγραφή έχει διαγραφεί'; 152 $strDelete = 'Διαγραφή'; 153 $strDeleting = 'Διαγραφή %s'; 154 $strDelOld = 'Η τρέχουσα σελίδα έχει αναφορές σε πίνακες που δεν υπάρχουν πια. Θέλετε να διαγραφές αυτές οι αναφορές;'; 155 $strDescending = 'Φθίνουσα'; 156 $strDescription = 'Περιγραφή'; 157 $strDictionary = 'λεξικό'; 158 $strDisabled = 'Απενεργοποιημένο'; 159 $strDisplayFeat = 'Λειτουργίες εμφάνισης'; 160 $strDisplayOrder = 'Σειρά εμφάνισης:'; 161 $strDisplayPDF = 'Εμφάνιση σχήματος PDF'; 162 $strDoAQuery = 'Εκτέλεσε ένα «επερώτημα κατά παράδειγμα» (χαρακτήρας μπαλαντέρ "%")'; 163 $strDocu = 'Τεκμηρίωση'; 164 $strDoYouReally = 'Θέλετε να εκτελέσετε την εντολή'; 165 $strDropUsersDb = 'Διαγραφή βάσεων δεδομένων που έχουν ίδια ονόματα με χρήστες.'; 166 $strDrop = 'Διαγραφή'; 167 $strDumpingData = '\'Αδειασμα δεδομένων του πίνακα'; 168 $strDumpSaved = 'Το αρχείο εξόδου αποθηκεύτηκε ως %s.'; 169 $strDumpXRows = 'Εμφάνιση %s εγγραφών ξεκινώντας από την εγγραφή %s.'; 170 $strDynamic = 'δυναμικά'; 171 172 $strEditPDFPages = 'Αλλαγή σελίδων PDF'; 173 $strEditPrivileges = 'Επεξεργασία Προνομίων'; 174 $strEdit = 'Επεξεργασία'; 175 $strEffective = 'Αποτελεσματικός'; 176 $strEmptyResultSet = 'Η MySQL επέστρεψε ένα άδειο σύνολο αποτελεσμάτων (π.χ. καμμία εγγραφή).'; 177 $strEmpty = '\'Αδειασμα'; 178 $strEnabled = 'Ενεργοποιημένο'; 179 $strEndCut = 'END CUT'; 180 $strEndRaw = 'END RAW'; 181 $strEnd = 'Τέλος'; 182 $strEnglishPrivileges = ' Σημείωση: Τα ονόματα προνομίων της MySQL εκφράζονται στα Αγγλικά '; 183 $strEnglish = 'Αγγλικά'; 184 $strError = 'λάθος'; 185 $strEstonian = 'Εσθονικά'; 186 $strExcelOptions = 'Επιλογές Excel'; 187 $strExecuteBookmarked = 'Εκτέλεση αποθηκευμένου επερωτήματος'; 188 $strExplain = 'Ανάλυση SQL'; 189 $strExport = 'Εξαγωγή'; 190 $strExtendedInserts = 'Εκτεταμένες εντολές «Insert»'; 191 $strExtra = 'Πρόσθετα'; 192 193 $strFailedAttempts = 'Αποτυχημένες προσπάθειες'; 194 $strFieldHasBeenDropped = 'Το πεδίο %s διεγράφη'; 195 $strFieldsEmpty = ' Η απαρίθμηση των πεδίων είναι κενή! '; 196 $strFieldsEnclosedBy = 'Πεδία που περικλείονται σε'; 197 $strFieldsEscapedBy = 'Τα πεδία χρησιμοποιούν το χαρακτήρα διαφυγής '; 198 $strFieldsTerminatedBy = 'Πεδία που τελειώνουν σε'; 199 $strFields = 'Πεδία'; 200 $strField = 'Πεδίο'; 201 $strFileAlreadyExists = 'Το αρχείο %s υπάρχει ήδη στον διακομιστή. Επιλέξτε διαφορετικό όνομα αρχείου ή ενεργοποιήστε την επιλογή αντικατάστασης.'; 202 $strFileCouldNotBeRead = 'Δεν ήταν δυνατή η ανάγνωση του αρχείου'; 203 $strFileNameTemplateRemember = 'αποθήκευση μορφής'; 204 $strFileNameTemplate = 'Μορφή ονόματος αρχείου'; 205 $strFixed = 'προκαθορισμένου μήκους'; 206 $strFlushPrivilegesNote = 'Σημείωση: Το phpMyAdmin διαβάζει τα προνόμια των χρηστών απ\' ευθείεας από τους πίνακες προνομίων της MySQL. Το περιεχόμενο αυτών των πινάκων μπορεί να διαφέρει από τα προνόμια που χρησιμοποιεί ο διακομιστής εάν έχουν γίνει αλλαγές χειροκίνητα. Σε αυτήν την περίπτωση, θα πρέπει να %sεπαναφορτώσετε τα προνόμια%s πριν συνεχίσετε.'; 207 $strFlushTable = 'Εκκαθάριση ("FLUSH") πίνακα'; 208 $strFormat = 'Μορφοποίηση'; 209 $strFormEmpty = 'Ελλειπής τιμή στο πεδίο !'; 210 $strFullText = 'Πλήρη κείμενα'; 211 $strFunction = 'Έλεγχος'; 212 213 $strGenBy = 'Δημιουργήθηκε από:'; 214 $strGeneralRelationFeat = 'Γενικές λειτουργίες συσχέτισης'; 215 $strGenTime = 'Χρόνος δημιουργίας'; 216 $strGerman = 'Γερμανικά'; 217 $strGlobalPrivileges = 'Γενικά προνόμια'; 218 $strGlobalValue = 'Γενική τιμή'; 219 $strGlobal = 'Γενικός'; 220 $strGo = 'Εκτέλεση'; 221 $strGrantOption = 'Χορήγηση'; // Grant 222 $strGreek = 'Ελληνικά'; 223 $strGzip = 'συμπίεση «gzip»'; 224 225 $strHasBeenAltered = 'έχει αλλαχθεί.'; 226 $strHasBeenCreated = 'έχει δημιουργηθεί.'; 227 $strHaveToShow = 'Πρέπει να επιλέξετε τουλάχιστον μία στήλη για εμφάνιση'; 228 $strHebrew = 'Εβραϊκά'; 229 $strHomepageOfficial = 'Επίσημη σελίδα του phpMyAdmin'; 230 $strHome = 'Κεντρική σελίδα'; 231 $strHostEmpty = 'Το όνομα του Συστήματος είναι κενό!'; 232 $strHost = 'Σύστημα'; 233 $strHungarian = 'Ουγγρικά'; 234 235 $strId = 'ID'; 236 $strIdxFulltext = 'Πλήρες κείμενο'; 237 $strIgnore = 'Παράληψη'; 238 $strImportFiles = 'Εισαγωγή αρχείων'; 239 $strIndexes = 'Ευρετήρια'; 240 $strIndexHasBeenDropped = 'Το ευρετήριο %s διεγράφη'; 241 $strIndexName = 'Όνομα ευρετηρίου :'; 242 $strIndexType = 'Τύπος ευρετηρίου :'; 243 $strIndex = 'Ευρετήριο'; 244 $strInnodbStat = 'Κατάσταση InnoDB'; 245 $strInsecureMySQL = 'Το αρχείο ρυθμίσεών σας περιέχει ρυθμίσεις (χρήστης root χωρίς κωδικό πρόσβασης) που αντιστοιχούν στον εξ\' ορισμού λογαριασμό χρήστη MySQL. Ο διακομιστής MySQL σας που τρέχει με αυτή τη ρύθμιση, είναι ανοιχτός σε επιθέσεις και θα πρέπει να διορθώσετε το πρόβλημα.'; 246 $strInsertAsNewRow = 'Εισαγωγή ως νέα εγγραφές'; 247 $strInsertedRowId = 'id εισαγμένης εγγραφής:'; 248 $strInsertedRows = 'Εισαγόμενες εγγραφές:'; 249 $strInsert = 'Εισαγωγή'; 250 $strInUse = 'σε χρήση'; 251 252 $strJapanese = 'Ιαπωνικά'; 253 $strJumpToDB = 'Μεταπήδηση στην βάση "%s".'; 254 $strJustDeleteDescr = 'Οι "διεγραμμένοι" χρήστες θα συνεχίσουν να έχουν πρόσβαση στον διακομιστή μέχρις ότου να επαναφορτωθούν οι πίνακες προνομίων.'; 255 $strJustDelete = 'Απλή διαγραφή των χρηστών από τους πίνακες προνομίων.'; 256 257 $strKeepPass = 'Διατήρηση κωδικού πρόσβασης'; 258 $strKeyname = 'Όνομα κλειδιού'; 259 $strKill = 'Τερματισμός'; 260 $strKorean = 'Κορεατικά'; 261 262 $strLandscape = 'Οριζόντια διάταξη'; 263 $strLaTeX = 'LaTeX'; 264 $strLaTeXOptions = 'Επιλογές LaTeX'; 265 $strLengthSet = 'Μήκος/Τιμές*'; 266 $strLimitNumRows = 'Εγγραφές ανά σελίδα'; 267 $strLinesTerminatedBy = 'Γραμμές που τελειώνουν σε'; 268 $strLinkNotFound = 'Δεν βρέθηκε η σύνδεση'; 269 $strLinksTo = 'Σύνδεση με'; 270 $strLithuanian = 'Λιθουανικά'; 271 $strLocalhost = 'Τοπικό'; 272 $strLocationTextfile = 'Τοποθεσία του αρχείου κειμένου'; 273 $strLoginInformation = 'Πληροφορίες Σύνδεσης'; 274 $strLogin = 'Σύνδεση'; 275 $strLogout = 'Αποσύνδεση'; 276 $strLogPassword = 'Κωδικός πρόσβασης:'; 277 $strLogUsername = 'Όνομα χρήστη:'; 278 279 $strMIME_available_mime = 'Διαθέσιμοι τύποι MIME'; 280 $strMIME_available_transform = 'Διαθέσιμες μετατροπές'; 281 $strMIME_description = 'Περιγραφή'; 282 $strMIME_MIMEtype = 'Τύπος MIME'; 283 $strMIME_nodescription = 'Δεν υπάρχει διαθέσιμη περιγραφή για αυτή τη μετατροπή.<br />Παρακαλώ απευθηνθείτε στον δημιουργό της για να μάθετε, τι κάνει η μετατροπή %s.'; 284 $strMIME_transformation_note = 'Για μία λίστα με τις διαθέσιμες μετατροπές και τις μετατροπές τύπου MIME, πατήστε %sπεριγραφές μετατροπών%s'; 285 $strMIME_transformation_options_note = 'Παρακαλώ εισάγετε τις τιμές για τη μετατροπή χρησιμοποιώντας τη μορφή: \'a\', 100, b,\'c\'...<br />Εάν χρειαστείτε να χρησιμοποιήσετε καθέτους ("\") ή μονά εισαγωγικά ("\'") στις τιμές, χρησιμοποιείτε καθέτους (παράδειγμα \'\\\\xyz\' ή \'a\\\'b\').'; 286 $strMIME_transformation_options = 'Επιλογές μετατροπής'; 287 $strMIME_transformation = 'Μετατροπή περιηγητή'; 288 $strMIME_without = 'Οι τύποι MIME που εμφανίζονται με πλάγια γράμματα δεν έχουν ξεχωριστή λειτουργία μετατροπής'; 289 $strModifications = 'Οι αλλαγές αποθηκεύτηκαν'; 290 $strModifyIndexTopic = 'Αλλαγή ενός ευρετηρίου'; 291 $strModify = 'Τροποποίηση'; 292 $strMoveTableOK = 'Ο πίνακας %s μεταφέρθηκε στο %s.'; 293 $strMoveTableSameNames = 'Δεν είναι δυνατή η μεταφορά του πίνακα στον εαυτό του!'; 294 $strMoveTable = 'Μεταφορά πίνακα σε (βάση<b>.</b>πίνακας):'; 295 $strMultilingual = 'πολυγλωσσικό'; 296 $strMySQLCharset = 'Σετ χαρακτήρων της MySQL'; 297 $strMySQLSaid = 'Η MySQL επέστρεψε το μύνημα: '; 298 $strMySQLShowProcess = 'Εμφάνιση διεργασιών'; 299 $strMySQLShowStatus = 'Εμφάνιση πληροφορών εκτέλεσης της MySQL'; 300 $strMySQLShowVars = 'Εμφάνιση μεταβλητών της MySQL'; 301 302 $strName = 'Όνομα'; 303 $strNext = 'Επόμενο'; 304 $strNoDatabasesSelected = 'Δεν έχετε επιλέξει βάσεις.'; 305 $strNoDatabases = 'Δεν υπάρχουν βάσεις δεδομένων'; 306 $strNoDescription = 'χωρίς περιγραφή'; 307 $strNoDropDatabases = 'Οι εντολές «DROP DATABASE» έχουν απενεργοποιηθεί.'; 308 $strNoExplain = 'Χωρίς ανάλυση SQL'; 309 $strNoFrames = 'Το phpMyAdmin είναι πιο φιλικό με έναν browser <b>που υποστηρίζει frames</b>.'; 310 $strNoIndexPartsDefined = 'Δεν ορίστηκαν τα στοιχεία του ευρετηρίου!'; 311 $strNoIndex = 'Δεν ορίστηκε ευρετήριο!'; 312 $strNoModification = 'Χωρίς αλλαγή'; 313 $strNone = 'Κανένα'; 314 $strNoOptions = 'Αυτή η μορφή δεν έχει επιλογές'; 315 $strNoPassword = 'Χωρίς Κωδικό Πρόσβασης'; 316 $strNoPermission = 'Ο διακομιστής δεν έχει δικαιώματα αποθήκευσης του αρχείου %s.'; 317 $strNoPhp = 'χωρίς κώδικα PHP'; 318 $strNoPrivileges = 'Χωρίς Προνόμια'; 319 $strNoRights = 'Δεν έχετε αρκετά δικαιώματα να είσαστε εδώ τώρα!'; 320 $strNoSpace = 'Δεν υπάρχει διαθέσιμος χώρος για την αποθήκευση του αρχείου %s.'; 321 $strNoTablesFound = 'Δεν βρέθηκαν Πίνακες στη βάση.'; 322 $strNotNumber = 'Αυτό δεν είναι αριθμός!'; 323 $strNotOK = 'ΛΑΘΟΣ'; 324 $strNotSet = 'Ο πίνακας <b>%s</b> δεν βρέθηκε ή δεν ορίστηκε στη %s'; 325 $strNoUsersFound = 'Δεν βρέθηκαν χρήστες.'; 326 $strNoValidateSQL = 'Skip Validate SQL'; 327 $strNo = 'Όχι'; 328 $strNull = 'Κενό'; 329 $strNumSearchResultsInTable = '%s αποτελέσματα στον πίνακα <i>%s</i>'; 330 $strNumSearchResultsTotal = '<b>Σύνολο:</b> <i>%s</i> αποτελέσματα'; 331 $strNumTables = 'Πίνακες'; 332 333 $strOK = 'OK'; 334 $strOperations = 'Λειτουργίες'; 335 $strOptimizeTable = 'Βελτιστοποίηση Πίνακα'; 336 $strOr = 'Ή'; 337 $strOverhead = 'Επιβάρυνση'; 338 $strOverwriteExisting = 'Αντικατάσταση υπαρχόντων αρχείων'; 339 340 $strPageNumber = 'Σελίδα:'; 341 $strPaperSize = 'Μέγεθος χαρτιού'; 342 $strPartialText = 'Επιμέρους κείμενα'; 343 $strPasswordChanged = 'Ο Κωδικός Πρόσβασης για τον χρήστη %s άλλαξε επιτυχώς.'; 344 $strPasswordEmpty = 'Ο Κωδικός Πρόσβασης είναι κενός!'; 345 $strPasswordNotSame = 'Οι κωδικοί πρόσβασης δεν είναι ίδιοι!'; 346 $strPassword = 'Κωδικός Πρόσβασης'; 347 $strPdfDbSchema = 'Σχήμα της βάσης "%s" - Σελίδα %s'; 348 $strPdfInvalidTblName = 'Ο πίνακας "%s" δεν υπάρχει!'; 349 $strPdfNoTables = 'Δεν υπάρχουν πίνακες'; 350 $strPerHour = 'ανά ώρα'; 351 $strPerMinute = 'ανά λεπτό'; 352 $strPerSecond = 'ανά δευτερόλεπτο'; 353 $strPhoneBook = 'τηλ. κατάλογος'; 354 $strPHP40203 = 'Χρησιμοποιείτε την PHP 4.2.3, η οποία είχε ένα σοβαρό πρόβλημα με αλφαριθμητικά τύπου multi-byte (mbstring). Δείτε το αναφορά προβλήματος PHP 19404. Αυτή η έκδοση της PHP δεν προτείνεται για χρήση με το phpMyAdmin.'; 355 $strPHPVersion = 'Έκδοση PHP'; 356 $strPhp = 'Δημιουργία κώδικα PHP'; 357 $strPmaDocumentation = 'Τεκμηρίωση phpMyAdmin'; 358 $strPmaUriError = 'Η εντολή <tt>$cfg[\'PmaAbsoluteUri\']</tt> ΠΡΕΠΕΙ να οριστεί στο αρχείο ρυθμίσεων!'; 359 $strPortrait = 'Κάθετη διάταξη'; 360 $strPos1 = 'Αρχή'; 361 $strPrevious = 'Προηγούμενο'; 362 $strPrimaryKeyHasBeenDropped = 'Το πρωτεύον κλειδί διεγράφη'; 363 $strPrimaryKeyName = 'Το όνομα του πρωτεύοντος κλειδιού πρέπει να είναι... PRIMARY!'; 364 $strPrimaryKeyWarning = '("PRIMARY" <b>πρέπει</b> να είναι το όνομα του πρωτεύοντος κλειδιού και <b>μόνο αυτού</b> !)'; 365 $strPrimary = 'Πρωτεύον'; 366 $strPrintView = 'Εμφάνιση για εκτύπωση'; 367 $strPrint = 'Εκτύπωση'; 368 $strPrivDescAllPrivileges = 'Περιλαμβάνει όλα τα προνόμια εκτός από το GRANT.'; 369 $strPrivDescAlter = 'Επιτρέπει την αλλαγή δομής των υπαρχόντων πινάκων.'; 370 $strPrivDescCreateDb = 'Επιτρέπει τη δημιουργία νέων βάσεων και πινάκων.'; 371 $strPrivDescCreateTbl = 'Επιτρέπει τη δημιουργία νέων πινάκων.'; 372 $strPrivDescCreateTmpTable = 'Επιτρέπει τη δημιουργία προσωρινών πινάκων.'; 373 $strPrivDescDelete = 'Επιτρέπει τη διαγραφή δεδομένων.'; 374 $strPrivDescDropDb = 'Επιτρέπει τη διαγραφή βάσεων και πινάκων.'; 375 $strPrivDescDropTbl = 'Επιτρέπει τη διαγραφή πινάκων.'; 376 $strPrivDescExecute = 'Επιτρέπει την εκτέλεση αποθηκευμένων ρουτινών. Δεν έχει χρήση σε αυτήν την έκδοση MySQL version.'; 377 $strPrivDescFile = 'Επιτρέπει την εισαγωγή και εξαγωγή δεδομένων από και σε αρχεία.'; 378 $strPrivDescGrant = 'Επιτρέπει την προσθήκη χρηστών και προνομίων χωρίς να επαναφορτώσετε τους πίνακες προνομίων.'; 379 $strPrivDescIndex = 'Επιτρέπει την δημιουργία και την διαγραφή ευρετηρίων.'; 380 $strPrivDescInsert = 'Επιτρέπει την εισαγωγή και την αντικατάσταση δεδομένων.'; 381 $strPrivDescLockTables = 'Επιτρέπει το κλείδωμα πινάκων για την τρέχουσα λειτουργία.'; 382 $strPrivDescMaxConnections = 'Περιορίζει τον αριθμό των νέων συνδέσεων που ο χρήστης μπορεί να ξεκινήσει ανά ώρα.'; 383 $strPrivDescMaxQuestions = 'Περιορίζει τον αριθμό των επερωτημάτων που ο χρήστης μπορεί να στείλει στον διακομιστή ανά ώρα.'; 384 $strPrivDescMaxUpdates = 'Περιορίζει τον αριθμό των αλλαγής πινάκων ή βάσεων που ο χρήστης μπορεί να εκετελέσει ανά ώρα.'; 385 $strPrivDescProcess3 = 'Επιτρέπει την διακοπή διεργασιών άλλων χρηστών.'; 386 $strPrivDescProcess4 = 'Επιτρέπει την εμφάνιση ολοκληρωμένων επερωτημάτων στη λίστα διεργασιών.'; 387 $strPrivDescReferences = 'Δεν έχει χρήση σε αυτήν την έκδοση MySQL.'; 388 $strPrivDescReload = 'Επιτρέπει την επανεκκίνηση του διακομιστή και τον καθαρισμό των προσωρινών αρχείων του.'; 389 $strPrivDescReplClient = 'Δίνει το δικαίωμα στον χρήστη να βρει που είναι οι κύριοι και δευτερεύοντες διακομιστές.'; 390 $strPrivDescReplSlave = 'Απαιτείται για τους δευτερευόντες διακομιστές αναπαραγωγής.'; 391 $strPrivDescSelect = 'Επιτρέπει την ανάγνωση δεδομένων.'; 392 $strPrivDescShowDb = 'Δίνει πρόσβαση στην πλήρη λίστα των βάσεων δεδομένων.'; 393 $strPrivDescShutdown = 'Επιτρέπει την διακοπή λειτουργίας του διακομιστή.'; 394 $strPrivDescSuper = 'Επιτρέπει τη σύνδεση, ακόμα και όταν ο μέγιστος αριθμός συνδέσεων έχει καλυθφεί; Απαιτείται για τις περισσότερες λειτουργίες διαχείρισης όπως ο ορισμός γενικών μεταβλητών ή τη διακοπή λειτουργιών άλλων χρηστών.'; 395 $strPrivDescUpdate = 'Επιτρέπει την αλλαγή δεδομένων.'; 396 $strPrivDescUsage = 'Χωρίς προνόμια.'; 397 $strPrivilegesReloaded = 'Τα προνόμια επαναφορτώθηκαν επιτυχώς.'; 398 $strPrivileges = 'Προνόμια'; 399 $strProcesses = 'Διεργασίες'; 400 $strProcesslist = 'Λίστα διεργασιών'; 401 $strPutColNames = 'Εμφάνιση ονομάτων πεδίων στην πρώτη γραμμή'; 402 403 $strQBEDel = 'Διαγραφή'; 404 $strQBEIns = 'Εισαγωγή'; 405 $strQBE = 'Επερώτημα κατά παράδειγμα'; 406 $strQueryFrame = 'Παράθυρο επερωτήματος'; 407 $strQueryOnDb = 'Εντολή SQL στη βάση <b>%s</b>:'; 408 $strQuerySQLHistory = 'Ιστορικό SQL'; 409 $strQueryStatistics = '<b>Στατιστικά επερωτημάτων</b>: Από την έναρξη λειτουργίας, %s επερωτήματα έχουν σταλεί στον διακομιστή.'; 410 $strQueryTime = 'Το επερώτημα χρειάστηκε %01.4f δευτ/τα'; 411 $strQueryType = 'Τύπος επερωτήματος'; 412 $strQueryWindowLock = 'Να μην αλλάξει το επερώτημα από εξωτερική πηγή'; 413 414 $strReceived = 'Λήφθησαν'; 415 $strRecords = 'Εγγραφές'; 416 $strReferentialIntegrity = 'Έλεγχος ακεραιότητας σχέσεων:'; 417 $strRelationalSchema = 'Σχεσιακό σχήμα'; 418 $strRelationNotWorking = 'Οι επιπρόσθετες λειτουργίες για εργασία με συσχετισμένους πίνακες έχουν απενεργοποιηθεί. Για να μάθετε γιατί, πατήστε %sεδώ%s.'; 419 $strRelations = 'Σχέσεις'; 420 $strRelationView = 'Εμφάνιση σχέσεων'; 421 $strReloadingThePrivileges = 'Επαναφόρτωση προνομίων'; 422 $strRemoveSelectedUsers = 'Διαγραφή των επιλεγμένων χρηστών'; 423 $strRenameTableOK = 'Ο Πίνακας %s μετονομάσθηκε σε %s'; 424 $strRenameTable = 'Μετονομασία πίνακα σε'; 425 $strRepairTable = 'Επιδιόρθωση πίνακα'; 426 $strReplaceNULLBy = 'Αντικατάσταση τιμής NULL με'; 427 $strReplaceTable = 'Αντικατάσταση δεδομένων Πίνακα με το αρχείο'; 428 $strReset = 'Επαναφορά'; 429 $strResourceLimits = 'Όρια πόρων'; 430 $strReType = 'Επαναεισαγωγή'; 431 $strRevokeAndDeleteDescr = 'Οι χρήστες θα συνεχίσουν να έχουν το προνόμιο USAGE μέχρις ότου επαναφορτωθούν τα προνόμια.'; 432 $strRevokeAndDelete = 'Ανάκληση όλων των ενεργών προνομίων από τους χρήστες και διαγραφή τους.'; 433 $strRevokeMessage = 'Ανακαλέσατε τα προνόμια για %s'; 434 $strRevoke = 'Ανάκληση'; 435 $strRowLength = 'Μέγεθος Γραμμής'; 436 $strRowsFrom = 'Εγγραφές αρχίζοντας από την εγγραφή'; 437 $strRowSize = ' Μέγεθος Εγγραφής '; 438 $strRowsModeFlippedHorizontal = 'οριζόντια (στραμμένες επικεφαλίδες)'; 439 $strRowsModeHorizontal = 'οριζόντια'; 440 $strRowsModeOptions = 'σε %s μορφή με επανάληψη επικεφαλίδων ανά %s κελιά'; 441 $strRowsModeVertical = 'κάθετη'; 442 $strRowsStatistic = 'Στατιστικά Εγγραφών'; 443 $strRows = 'Εγγραφές'; 444 $strRunning = 'που εκτελείται στο %s'; 445 $strRunQuery = 'Υποβολή επερωτήματος'; 446 $strRunSQLQuery = 'Εκτέλεση εντολής/εντολών SQL στη βάση δεδομένων %s'; 447 $strRussian = 'Ρωσσικά'; 448 449 $strSaveOnServer = 'Αποθήκευση στον διακομιστή στον φάκελο %s'; 450 $strSave = 'Αποθήκευση'; 451 $strScaleFactorSmall = 'Η κλίμακα είναι πολύ μικρή για να εμφανιστεί το σχήμα σε μία σελίδα'; 452 $strSearchFormTitle = 'Αναζήτηση στη βάση'; 453 $strSearchInTables = 'Μέσα στους πίνακες:'; 454 $strSearchNeedle = 'Όροι ή τιμές για αναζήτηση (μπαλαντέρ: "%"):'; 455 $strSearchOption1 = 'τουλάχιστον έναν από τους όρους'; 456 $strSearchOption2 = 'όλους τους όρους'; 457 $strSearchOption3 = 'την ακριβή φράση'; 458 $strSearchOption4 = 'ως regular expression'; 459 $strSearchResultsFor = 'Αποτελέσματα αναζήτησης για "<i>%s</i>" %s:'; 460 $strSearchType = 'Έυρεση:'; 461 $strSearch = 'Αναζήτηση'; 462 $strSecretRequired = 'Το αρχείο ρυθμίσεων χρειάζεται τώρα μία μυστική φράση-κλειδί (blowfish_secret).'; 463 $strSelectADb = 'Παρακαλώ επιλέξτε μία βάση δεδομένων'; 464 $strSelectAll = 'Επιλογή όλων'; 465 $strSelectFields = 'Επιλογή πεδίων (τουλάχιστον ένα)'; 466 $strSelectNumRows = 'στην εντολή'; 467 $strSelectTables = 'Επιλογή Πινάκων'; 468 $strSend = 'Αποστολή'; 469 $strSent = 'Εστάλησαν'; 470 $strServerChoice = 'Επιλογή Διακομιστή'; 471 $strServerStatusUptime = 'Αυτός ο διακομιστής MySQL λειτουργεί για %s. Ξεκίνησε στις %s.'; 472 $strServerStatus = 'Πληροφορίες εκτέλεσης'; 473 $strServerTabVariables = 'Μεταβλητές'; 474 $strServerTrafficNotes = '<b>Κίνηση Διακομιστή</b>: Αυτοί οι πίνακες δείχνουν στατιστικά χρήσης δικτύου αυτού του διακομιστή MySQL από την έναρξη της λειτουργίας του.'; 475 $strServerVars = 'Ρυθμίσεις και μεταβλητές του διακομιστή'; 476 $strServerVersion = 'Έκδοση Διακομιστή'; 477 $strServer = 'Διακομιστής'; 478 $strSessionValue = 'Τιμή Session'; 479 $strSetEnumVal = 'Αν ο τύπος του πεδίου είναι «enum» ή «set», παρακαλώ εισάγετε τις τιμές χρησιμοποιώντας την εξής μορφή: \'α\',\'β\',\'γ\'...<br /> Αν χρειάζεται να εισάγετε την ανάποδη κάθετο ("\") ή απλά εισαγωγικά ("\'"), προθέστε τα με ανάποδη κάθετο στην αρχή (για παράδειγμα \'\\\\χψω\' ή \'α\\\'β\').'; 480 $strShowAll = 'Εμφάνιση όλων'; 481 $strShowColor = 'Εμφάνιση χρωμάτων'; 482 $strShowDatadictAs = 'Μορφή λεξικού δεδομένων'; 483 $strShowFullQueries = 'Πλήρης εμφάνιση επερωτημάτων'; 484 $strShowGrid = 'Εμφάνιση πλέγματος'; 485 $strShowingRecords = 'Εμφάνιση εγγραφής '; 486 $strShowPHPInfo = 'Εμφάνιση πληροφοριών της PHP'; 487 $strShowTableDimension = 'Εμφάνιση διαστάσεων πινάκων'; 488 $strShowTables = 'Εμφάνιση πινάκων'; 489 $strShowThisQuery = ' Εμφάνισε εδώ ξανά αυτό το επερώτημα'; 490 $strShow = 'Εμφάνιση'; 491 $strSimplifiedChinese = 'Απλοποιημένα Κινεζικά'; 492 $strSingly = '(μοναδικά)'; 493 $strSize = 'Μέγεθος'; 494 $strSort = 'Ταξινόμηση'; 495 $strSpaceUsage = 'Χρήση χώρου'; 496 $strSplitWordsWithSpace = 'Οι λέξεις χωρίζονται από τον χαρακτήρα διαστήματος (" ").'; 497 $strSQLOptions = 'Επιλογές SQL'; 498 $strSQLParserBugMessage = 'Υπάρχει περίπτωση να εντοπίσατε ένα πρόβλημα στον SQL parser. Παρακαλώ εξετάστε το επερώτημά σας προσεκτικά και ελέγξτε ότι όλα τα εισαγωγικά ανοίγουν και κλείνουν σωστά. \'Αλλες πιθανές αιτίες μπορούν να είναι η αποστολή αρχείου με δυαδικό κώδικα εκτός εισαγωγικών. Μπορείτε επίσης να δοκιμάσετε το επερώτημά σας στη γραμμή εντολών της MySQL. Εάν συνεχίζετε να έχετε πρόβλημα, ή εάν ο parser αποτυγχάνει όπου η γραμμή εντολών επιτυγχάνει, παρακαλώ απομονώστε το επερώτημα εκείνο που δημιουργεί το πρόβλημα και στείλτε αναφορά λάθους με τα δεδομένα που βρίσκονται στο τμήμα CUT που ακολουθεί:'; 499 $strSQLParserUserError = 'Φαίνεται να υπάρχει ένα λάθος στο επερώτημά σας. Το κάτωθι λάθος διακομιστή MySQL, εάν υπάρχει κάποιο, μπορεί επίσης να σας βοηθήσει να διαγνώσετε το πρόβλημα.'; 500 $strSQLQuery = 'Εντολή SQL'; 501 $strSQLResult = 'αποτέλεσμα SQL'; 502 $strSQL = 'SQL'; 503 $strSQPBugInvalidIdentifer = '\'Αγνωστο Αναγνωριστικό'; 504 $strSQPBugUnclosedQuote = 'Ανοιχτά εισαγωγικά'; 505 $strSQPBugUnknownPunctuation = '\'Αγνωστο σημείο στίξης'; 506 $strStatCheckTime = 'τελευταίος έλεγχος'; 507 $strStatCreateTime = 'Δημιουργία'; 508 $strStatement = 'Δηλώσεις'; 509 $strStatUpdateTime = 'Τελευταία ενημέρωση'; 510 $strStatus = 'Κατάσταση'; 511 $strStrucCSV = 'Δεδομένα CSV'; 512 $strStrucData = 'Δομή και δεδομένα'; 513 $strStrucExcelCSV = 'Μορφή CSV για δεδομένα MS Excel'; 514 $strStrucOnly = 'Μόνο η δομή'; 515 $strStructPropose = 'Προτεινόμενη δομή πίνακα'; 516 $strStructure = 'Δομή'; 517 $strSubmit = 'Αποστολή'; 518 $strSuccess = 'Η SQL εντολή σας εκτελέσθηκε επιτυχώς'; 519 $strSum = 'Σύνολο'; 520 $strSwedish = 'Σουηδικά'; 521 $strSwitchToTable = 'Μεταφορά στον αντεγραμμένο πίνακα'; 522 523 $strTableComments = 'Σχόλια Πίνακα'; 524 $strTableEmpty = 'Το όνομα του Πίνακα είναι κενό!'; 525 $strTableHasBeenDropped = 'Ο Πίνακας %s διεγράφη'; 526 $strTableHasBeenEmptied = 'Ο Πίνακας %s άδειασε'; 527 $strTableHasBeenFlushed = 'Ο Πίνακας %s εκκαθαρίστικε ("FLUSH")'; 528 $strTableMaintenance = 'Συντήρηση Πίνακα'; 529 $strTableOfContents = 'Πίνακας περιεχομένων'; 530 $strTableOptions = 'Επιλογές πίνακα'; 531 $strTables = '%s Πίνακας/Πίνακες'; 532 $strTableStructure = 'Δομή Πίνακα για τον Πίνακα'; 533 $strTable = 'Πίνακας '; 534 $strTblPrivileges = 'Προνόμια πινάκων'; 535 $strTextAreaLength = ' Εξαιτίας του μεγέθος του,<br /> αυτό το πεδίο ίσως να μη μπορεί να διορθωθεί '; 536 $strThai = 'Ταϋλανδικά'; 537 $strThisHost = 'Αυτός ο διακομιστής'; 538 $strThreadSuccessfullyKilled = 'Η λειτουργία %s διεκόπη.'; 539 $strTime = 'Χρόνος'; 540 $strToggleScratchboard = '(Απ)ενεργοποίηση πίνακα σχεδιασμού'; 541 $strTotalUC = 'Σύνολο'; 542 $strTotal = 'συνολικά'; 543 $strTraditionalChinese = 'Παραδοσιακά Κινεζικά'; 544 $strTraffic = 'Κίνηση'; 545 $strTransformation_image_jpeg__inline = 'Εμφανίζει μια εικόνα προεπισκόπησης με σύνδεσμο; επιλογές: πλάτος, ύψος σε pixels (διατηρεί τις αρχικές αναλογίες)'; 546 $strTransformation_image_jpeg__link = 'Εμφανίζει έναν σύνδεσμο για αυτήν την εικόνα.'; 547 $strTransformation_image_png__inline = 'Δείτε image/jpeg: inline'; 548 $strTransformation_text_plain__external = 'ΜΟΝΟ ΓΙΑ LINUX: Εκτελεί μία εξωτερική εφαρμογή και στέλνει τα δεδομένα μέσω \'standard input\'. Επιστρέφει το αποτέλεσμα της εφαρμογής. Εξ\' ορισμού τιμή είναι το Tidy, που τυπώνει μορφοποιημένο κώδικα HTML. Για λόγους ασφαλείες, πρέπει χειροκίνητα να αλλάξετε το αρχείο libraries/transformations/text_plain__external.inc.php και να εισάγετε τις εφαρμογές που εσείς επιτρέπετε να εκτελούνται. Η πρώτη επιλογή είναι ο αριθμός της εφαρμογής που θέλετε να χρησιμοποιήσετε και η δεύτερη επιλογή είναι οι παράμετροι της. Η τρίτη επιλογή, αν τεθεί σε 1 θα μετατρέψει το αποτέλεσμα χρησιμοποιώντας την εντολή htmlspecialchars() (Εξ\' ορισμού τιμή: 1). Η τέταρτη επιλογή, αν τεθεί σε 1 θα εισάγει NOWRAP στο κελί περιεχομένου ούτως ώστε όλο το αποτέλεσμα να εμφανιστεί χωρίς αλλαγές στην διάταξη (Εξ\' ορισμού τιμή: 1)'; 549 $strTransformation_text_plain__formatted = 'Διατηρεί την αρχική μορφοποίηση του πεδίου. Δεν χρησιμοποιούνται χαρακτήρες διαφυγής.'; 550 $strTransformation_text_plain__imagelink = 'Εμφανίζει μία εικόνα και ένα σύνδεσμο, το πεδίο περιέχει το όνομα αρχείου. Η πρώτη επιλογή είναι ένα πρόθεμα όπως "http://domain.com/", η δεύτερη επιλογή είναι το πλάτος σε pixels, η τρίτη είναι το ύψος.'; 551 $strTransformation_text_plain__link = 'Εμφανίζει ένα σύνδεσμο, το πεδίο περιέχει το όνομα αρχείου. Η πρώτη επιλογή είναι ένα πρόθεμα όπως "http://domain.com/", η δεύτερη επιλογή είναι ένας τίτλος για τον σύνδεσμο.'; 552 $strTransformation_text_plain__substr = 'Εμφανίζει μόνο μέρος ενός αλφαριθμητικού. Η πρώτη επιλογή είναι η θέση στην οποία ξεκινά η εμφάνιση του κειμένου (Εξ\' ορισμού 0). Η δεύτερη επιλογή είναι το μήκος του κειμένου. Αν μείνει κενό θα επιστραφεί όλο το αλφαριθμητικό. Η τρίτη επιλογή καθορίζει ποιοι χαρακτήρες θα ακολουθούν το κείμενο όταν εμφανίζεται μέρος του (Εξ\' ορισμού: ...) .'; 553 $strTruncateQueries = 'Αποκοπή εμφανιζόμενων επερωτημάτων'; 554 $strTurkish = 'Τουρκικά'; 555 $strType = 'Τύπος'; 556 557 $strUkrainian = 'Ουκρανικά'; 558 $strUncheckAll = 'Απεπιλογή όλων'; 559 $strUnicode = 'Unicode'; 560 $strUnique = 'Μοναδικό'; 561 $strUnknown = 'άγνωστο'; 562 $strUnselectAll = 'Απεπιλογή όλων'; 563 $strUpdatePrivMessage = 'Τα προνόμια του χρήστη %s ενημερώθηκαν.'; 564 $strUpdateProfileMessage = 'Τα στοιχεία ανανεώθηκαν.'; 565 $strUpdateQuery = 'Ενημέρωση της εντολής'; 566 $strUpdComTab = 'Παρακαλώ διαβάστε στην τεκμηρίωση για το πως μπορείτε να ανανεώσετε τον πίνακα Column_comments'; 567 $strUsage = 'Χρήση'; 568 $strUseBackquotes = 'Χρήση ανάποδων εισαγωγικών στα ονόματα των Πινάκων και των Πεδίων'; 569 $strUseHostTable = 'Use Host Table'; 570 $strUserAlreadyExists = 'Ο χρήστης %s υπάρχει ήδη!'; 571 $strUserEmpty = 'Το όνομα του χρήστη είναι κενό!'; 572 $strUserName = 'Όνομα χρήστη'; 573 $strUserNotFound = 'Ο επιλεγμένος χρήστης δεν βρέθηκε στον πίνακα προνομίων.'; 574 $strUserOverview = 'Περίληψη χρηστών'; 575 $strUsersDeleted = 'Οι επιλεγμένοι χρήστες διεγράφησαν επιτυχώς.'; 576 $strUsersHavingAccessToDb = 'Χρήστες με πρόσβαση στη βάση "%s"'; 577 $strUser = 'Χρήστης'; 578 $strUseTables = 'Χρήση Πινάκων'; 579 $strUseTextField = 'Χρησιμοποιήστε το πεδίο κειμένου'; 580 $strUseThisValue = 'Χρήση αυτής της τιμής'; 581 582 $strValidateSQL = 'Επικύρωση SQL'; 583 $strValidatorError = 'Ο επικυρωτής SQL δεν μπόρεσε να ενεργοποιηθεί. Παρακαλώ ελέγξτε ότι έχετε εγκαταστήσει της απαραίτητες επεκτάσεις της php όπως περιγράφεται στην %sdocumentation%s.'; 584 $strValue = 'Τιμή'; 585 $strVar = 'Μεταβλητή'; 586 $strViewDumpDatabases = 'Εμφάνισης σχήματος βάσεων'; 587 $strViewDumpDB = 'Εμφάνιση σχήματος της βάσης'; 588 $strViewDump = 'Εμφάνιση σχήματος του πίνακα'; 589 590 $strWebServerUploadDirectoryError = 'Ο υποκατάλογος που ορίσατε για την αποθήκευση αρχείων δεν μπόρεσε να βρεθεί'; 591 $strWebServerUploadDirectory = 'Υποκατάλογος αποθήκευσης αρχείων διακομιστή'; 592 $strWelcome = 'Καλωσήρθατε στο %s'; 593 $strWestEuropean = 'Δυτικής Ευρώπης'; 594 $strWildcard = 'μπαλαντέρ'; 595 $strWindowNotFound = 'Δεν ήταν δυνατό να ανανεωθεί το target παράθυρο του περιηγητή. Ίσως κλείσατε το parent παράθυρο ή ο περιηγητής σας δεν επιτρέπει τις ανανεώσεις μεταξύ παραθύρων λόγω ρυθμίσεων ασφαλείας.'; 596 $strWithChecked = 'Με τους επιλεγμένους:'; 597 $strWrongUser = 'Λανθασμένο όνομα χρήστη/κωδικός πρόσβασης. \'Αρνηση πρόσβασης.'; 598 599 $strXML = 'XML'; 600 601 $strYes = 'Ναι'; 602 603 $strZeroRemovesTheLimit = 'Σημείωση: Αν ορίσετε αυτές τις επιλογές σε 0 (μηδέν) αφαιρείτε ο περιορισμός.'; 604 $strZip = 'συμπίεση «zip»'; 605 606 // To translate: 607 $strAccessDeniedCreateConfig = 'Probably reason of this is that you did not create configuration file. You might want to use %1$ssetup script%2$s to create one.'; //to translate 608 $strAddConstraints = 'Add constraints'; //to translate 609 $strAddFields = 'Add %s field(s)'; //to translate 610 $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)'; //to translate 611 $strAfterInsertNext = 'Edit next row'; //to translate 612 $strAfterInsertSame = 'Go back to this page'; //to translate 613 $strAllowInterrupt = 'Allow interrupt of import in case script detects it is close to time limit. This might be good way to import large files, however it can break transactions.'; //to translate 614 $strAndThen = 'and then'; //to translate 615 $strApproximateCount = 'May be approximate. See FAQ 3.11'; //to translate 616 617 $strBinaryLog = 'Binary log'; //to translate 618 $strBinLogEventType = 'Event type'; //to translate 619 $strBinLogInfo = 'Information'; //to translate 620 $strBinLogName = 'Log name'; //to translate 621 $strBinLogOriginalPosition = 'Original position'; //to translate 622 $strBinLogPosition = 'Position'; //to translate 623 $strBinLogServerId = 'Server ID'; //to translate 624 $strBookmarkAllUsers = 'Let every user access this bookmark'; //to translate 625 $strBookmarkCreated = 'Bookmark %s created'; //to translate 626 $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate 627 $strBrowseDistinctValues = 'Browse distinct values'; //to translate 628 $strBrowseForeignValues = 'Browse foreign values'; //to translate 629 $strBufferPoolActivity = 'Buffer Pool Activity'; //to translate 630 $strBufferPool = 'Buffer Pool'; //to translate 631 $strBufferPoolUsage = 'Buffer Pool Usage'; //to translate 632 $strBufferReadMissesInPercent = 'Read misses in %'; //to translate 633 $strBufferReadMisses = 'Read misses'; //to translate 634 $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate 635 $strBufferWriteWaits = 'Write waits'; //to translate 636 $strBusyPages = 'Busy pages'; //to translate 637 638 $strCalendar = 'Calendar'; //to translate 639 $strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate 640 $strCaseInsensitive = 'case-insensitive'; //to translate 641 $strCaseSensitive = 'case-sensitive'; //to translate 642 $strCharsetsAndCollations = 'Character Sets and Collations'; //to translate 643 $strCheckOverhead = 'Check tables with overhead'; //to translate 644 $strCollation = 'Collation'; //to translate 645 $strCommentsForTable = 'COMMENTS FOR TABLE'; //to translate 646 $strCompatibleHashing = 'MySQL 4.0 compatible'; //to translate 647 $strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate 648 $strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate 649 $strConnectionError = 'Cannot connect: invalid settings.'; //to translate 650 $strConstraintsForDumped = 'Constraints for dumped tables'; //to translate 651 $strConstraintsForTable = 'Constraints for table'; //to translate 652 $strCopy = 'Copy'; //to translate 653 $strCopyDatabaseOK = 'Database %s has been copied to %s'; //to translate 654 $strCreateDatabaseBeforeCopying = 'CREATE DATABASE before copying'; //to translate 655 $strCreationDates = 'Creation/Update/Check dates'; //to translate 656 $strCSV = 'CSV'; //to translate 657 $strCSVImportOptions = 'CSV options'; //to translate 658 $strCzechSlovak = 'Czech-Slovak'; //to translate 659 660 $strDatabaseEmpty = 'The database name is empty!'; //to translate 661 $strDataPages = 'Pages containing data'; //to translate 662 $strDBCopy = 'Copy database to'; //to translate 663 $strDBRename = 'Rename database to'; //to translate 664 $strDefaultEngine = '%s is the default storage engine on this MySQL server.'; //to translate 665 $strDefragment = 'Defragment table'; //to translate 666 $strDelayedInserts = 'Use delayed inserts'; //to translate 667 $strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate 668 $strDirtyPages = 'Dirty pages'; //to translate 669 $strDisableForeignChecks = 'Disable foreign key checks'; //to translate 670 $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!'; //to translate 671 672 $strEncloseInTransaction = 'Enclose export in a transaction'; //to translate 673 $strEngineAvailable = '%s is available on this MySQL server.'; //to translate 674 $strEngineDisabled = '%s has been disabled for this MySQL server.'; //to translate 675 $strEngines = 'Engines'; //to translate 676 $strEngineUnsupported = 'This MySQL server does not support the %s storage engine.'; //to translate 677 $strErrorInZipFile = 'Error in ZIP archive:'; //to translate 678 $strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally'; //to translate 679 $strEsperanto = 'Esperanto'; //to translate 680 $strExcelEdition = 'Excel edition'; //to translate 681 682 $strFileNameTemplateDescriptionDatabase = 'database name'; //to translate 683 $strFileNameTemplateDescriptionServer = 'server name'; //to translate 684 $strFileNameTemplateDescriptionTable = 'table name'; //to translate 685 $strFileNameTemplateDescription = 'This value is interpreted using %1$sstrftime%2$s, so you can use time formatting strings. Additionally the following transformations will happen: %3$s. Other text will be kept as is.'; //to translate 686 $strFileToImport = 'File to import'; //to translate 687 $strFlushQueryCache = 'Flush query cache'; //to translate 688 $strFlushTables = 'Flush (close) all tables'; //to translate 689 $strFreePages = 'Free pages'; //to translate 690 691 $strGenerate = 'Generate'; //to translate 692 $strGeneratePassword = 'Generate Password'; //to translate 693 $strGeorgian = 'Georgian'; //to translate 694 695 $strHandler = 'Handler'; //to translate 696 $strHexForBinary = 'Use hexadecimal for binary fields'; //to translate 697 $strHTMLExcel = 'Microsoft Excel 2000'; //to translate 698 $strHTMLExcelOptions = 'Microsoft Excel 2000 export options'; //to translate 699 $strHTMLWord = 'Microsoft Word 2000'; //to translate 700 $strHTMLWordOptions = 'Microsoft Word 2000 export options'; //to translate 701 702 $strIcelandic = 'Icelandic'; //to translate 703 $strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate 704 $strIgnoreInserts = 'Use ignore inserts'; //to translate 705 $strImportFormat = 'Format of imported file'; //to translate 706 $strImport = 'Import'; //to translate 707 $strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate 708 $strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate 709 $strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate 710 $strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate 711 $strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate 712 $strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate 713 $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate 714 $strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate 715 $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate 716 $strInnoDBDataFilePath = 'Data files'; //to translate 717 $strInnoDBDataHomeDir = 'Data home directory'; //to translate 718 $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate 719 $strInnoDBPages = 'pages'; //to translate 720 $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.'; //to translate 721 $strInternalRelations = 'Internal relations'; //to translate 722 $strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate 723 $strInvalidColumnCount = 'Column count has to be larger than zero.'; //to translate 724 $strInvalidColumn = 'Invalid column (%s) specified!'; //to translate 725 $strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate 726 $strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate 727 $strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate 728 $strInvalidFieldAddCount = 'You have to add at least one field.'; //to translate 729 $strInvalidFieldCount = 'Table must have at least one field.'; //to translate 730 $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate 731 $strInvalidRowNumber = '%d is not valid row number.'; //to translate 732 $strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate 733 $strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate 734 735 $strJoins = 'Joins'; //to translate 736 737 $strKeyCache = 'Key cache'; //to translate 738 739 $strLanguageUnknown = 'Unknown language: %1$s.'; //to translate 740 $strLatchedPages = 'Latched pages'; //to translate 741 $strLatexCaption = 'Table caption';//to translate 742 $strLatexContent = 'Content of table __TABLE__';//to translate 743 $strLatexContinuedCaption = 'Continued table caption';//to translate 744 $strLatexContinued = '(continued)';//to translate 745 $strLatexIncludeCaption = 'Include table caption';//to translate 746 $strLatexLabel = 'Label key';//to translate 747 $strLatexStructure = 'Structure of table __TABLE__';//to translate 748 $strLatvian = 'Latvian'; //to translate 749 $strLDI = 'CSV using LOAD DATA'; //to translate 750 $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate 751 $strLDILocal = 'Use LOCAL keyword'; //to translate 752 $strLogServer = 'Server'; //to translate 753 $strLongOperation = 'This operation could be long. Proceed anyway?'; //to translate 754 755 $strMaxConnects = 'max. concurrent connections'; //to translate 756 $strMaximalQueryLength = 'Maximal length of created query'; //to translate 757 $strMaximumSize = 'Maximum size: %s%s'; //to translate 758 $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.'; //to translate 759 $strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!'; //to translate 760 $strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate 761 $strMyISAMDataPointerSize = 'Data pointer size'; //to translate 762 $strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.'; //to translate 763 $strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.'; //to translate 764 $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate 765 $strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).'; //to translate 766 $strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate 767 $strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate 768 $strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate 769 $strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.'; //to translate 770 $strMyISAMRepairThreads = 'Repair threads'; //to translate 771 $strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.'; //to translate 772 $strMyISAMSortBufferSize = 'Sort buffer size'; //to translate 773 $strMysqlClientVersion = 'MySQL client version'; //to translate 774 $strMySQLConnectionCollation = 'MySQL connection collation'; //to translate 775 776 $strNoActivity = 'No activity since %s seconds or more, please login again'; //to translate 777 $strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.'; //to translate 778 $strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate 779 $strNoRowsSelected = 'No rows selected'; //to translate 780 $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.'; //to translate 781 $strNumberOfFields = 'Number of fields'; //to translate 782 783 $strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate 784 $strOperator = 'Operator'; //to translate 785 786 $strPagesToBeFlushed = 'Pages to be flushed'; //to translate 787 $strPartialImport = 'Partial import'; //to translate 788 $strPasswordHashing = 'Password Hashing'; //to translate 789 $strPDFOptions = 'PDF options'; //to translate 790 $strPDF = 'PDF'; //to translate 791 $strPDFReportTitle = 'Report title'; //to translate 792 $strPersian = 'Persian'; //to translate 793 $strPolish = 'Polish'; //to translate 794 $strPrintViewFull = 'Print view (with full texts)'; //to translate 795 $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate 796 $strPrivDescCreateRoutine = 'Allows creating stored routines.'; //to translate 797 $strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate 798 $strPrivDescCreateView = 'Allows creating new views.'; //to translate 799 $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate 800 $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate 801 $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate 802 $strProtocolVersion = 'Protocol version'; //to translate 803 804 $strQueryCache = 'Query cache'; //to translate 805 806 $strReadRequests = 'Read requests'; //to translate 807 $strRefresh = 'Refresh'; //to translate 808 $strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate 809 $strReloadPrivileges = 'Reload privileges'; //to translate 810 $strRenameDatabaseOK = 'Database %s has been renamed to %s'; //to translate 811 $strReplication = 'Replication'; //to translate 812 $strRomanian = 'Romanian'; //to translate 813 $strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate 814 815 $strSelectBinaryLog = 'Select binary log to view'; //to translate 816 $strServerNotResponding = 'The server is not responding'; //to translate 817 $strServerStatusDelayedInserts = 'Delayed inserts'; //to translate 818 $strShowingBookmark = 'Showing bookmark'; //to translate 819 $strShowOpenTables = 'Show open tables'; //to translate 820 $strShowSlaveHosts = 'Show slave hosts'; //to translate 821 $strShowSlaveStatus = 'Show slave status'; //to translate 822 $strShowStatusBinlog_cache_disk_useDescr = 'The number of transactions that used the temporary binary log cache but that exceeded the value of binlog_cache_size and used a temporary file to store statements from the transaction.'; //to translate 823 $strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate 824 $strShowStatusCreated_tmp_disk_tablesDescr = 'The number of temporary tables on disk created automatically by the server while executing statements. If Created_tmp_disk_tables is big, you may want to increase the tmp_table_size value to cause temporary tables to be memory-based instead of disk-based.'; //to translate 825 $strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate 826 $strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate 827 $strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate 828 $strShowStatusDelayed_insert_threadsDescr = 'The number of INSERT DELAYED handler threads in use. Every different table on which one uses INSERT DELAYED gets its own thread.'; //to translate 829 $strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate 830 $strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate 831 $strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate 832 $strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate 833 $strShowStatusHandler_discoverDescr = 'The MySQL server can ask the NDB Cluster storage engine if it knows about a table with a given name. This is called discovery. Handler_discover indicates the number of time tables have been discovered.'; //to translate 834 $strShowStatusHandler_read_firstDescr = 'The number of times the first entry was read from an index. If this is high, it suggests that the server is doing a lot of full index scans; for example, SELECT col1 FROM foo, assuming that col1 is indexed.'; //to translate 835 $strShowStatusHandler_read_keyDescr = 'The number of requests to read a row based on a key. If this is high, it is a good indication that your queries and tables are properly indexed.'; //to translate 836 $strShowStatusHandler_read_nextDescr = 'The number of requests to read the next row in key order. This is incremented if you are querying an index column with a range constraint or if you are doing an index scan.'; //to translate 837 $strShowStatusHandler_read_prevDescr = 'The number of requests to read the previous row in key order. This read method is mainly used to optimize ORDER BY ... DESC.'; //to translate 838 $strShowStatusHandler_read_rndDescr = 'The number of requests to read a row based on a fixed position. This is high if you are doing a lot of queries that require sorting of the result. You probably have a lot of queries that require MySQL to scan whole tables or you have joins that don\'t use keys properly.'; //to translate 839 $strShowStatusHandler_read_rnd_nextDescr = 'The number of requests to read the next row in the data file. This is high if you are doing a lot of table scans. Generally this suggests that your tables are not properly indexed or that your queries are not written to take advantage of the indexes you have.'; //to translate 840 $strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate 841 $strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate 842 $strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate 843 $strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate 844 $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate 845 $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate 846 $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate 847 $strShowStatusInnodb_buffer_pool_pages_latchedDescr = 'The number of latched pages in InnoDB buffer pool. These are pages currently being read or written or that can\'t be flushed or removed for some other reason.'; //to translate 848 $strShowStatusInnodb_buffer_pool_pages_miscDescr = 'The number of pages busy because they have been allocated for administrative overhead such as row locks or the adaptive hash index. This value can also be calculated as Innodb_buffer_pool_pages_total - Innodb_buffer_pool_pages_free - Innodb_buffer_pool_pages_data.'; //to translate 849 $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate 850 $strShowStatusInnodb_buffer_pool_read_ahead_rndDescr = 'The number of "random" read-aheads InnoDB initiated. This happens when a query is to scan a large portion of a table but in random order.'; //to translate 851 $strShowStatusInnodb_buffer_pool_read_ahead_seqDescr = 'The number of sequential read-aheads InnoDB initiated. This happens when InnoDB does a sequential full table scan.'; //to translate 852 $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate 853 $strShowStatusInnodb_buffer_pool_readsDescr = 'The number of logical reads that InnoDB could not satisfy from buffer pool and had to do a single-page read.'; //to translate 854 $strShowStatusInnodb_buffer_pool_wait_freeDescr = 'Normally, writes to the InnoDB buffer pool happen in the background. However, if it\'s necessary to read or create a page and no clean pages are available, it\'s necessary to wait for pages to be flushed first. This counter counts instances of these waits. If the buffer pool size was set properly, this value should be small.'; //to translate 855 $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate 856 $strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate 857 $strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate 858 $strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate 859 $strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate 860 $strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate 861 $strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate 862 $strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate 863 $strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate 864 $strShowStatusInnodb_dblwr_pages_writtenDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate 865 $strShowStatusInnodb_dblwr_writesDescr = 'The number of doublewrite writes that have been performed and the number of pages that have been written for this purpose.'; //to translate 866 $strShowStatusInnodb_log_waitsDescr = 'The number of waits we had because log buffer was too small and we had to wait for it to be flushed before continuing.'; //to translate 867 $strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate 868 $strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate 869 $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate 870 $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate 871 $strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate 872 $strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate 873 $strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate 874 $strShowStatusInnodb_page_sizeDescr = 'The compiled-in InnoDB page size (default 16KB). Many values are counted in pages; the page size allows them to be easily converted to bytes.'; //to translate 875 $strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate 876 $strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate 877 $strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate 878 $strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate 879 $strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate 880 $strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate 881 $strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate 882 $strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate 883 $strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate 884 $strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate 885 $strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate 886 $strShowStatusKey_blocks_not_flushedDescr = 'The number of key blocks in the key cache that have changed but haven\'t yet been flushed to disk. It used to be known as Not_flushed_key_blocks.'; //to translate 887 $strShowStatusKey_blocks_unusedDescr = 'The number of unused blocks in the key cache. You can use this value to determine how much of the key cache is in use.'; //to translate 888 $strShowStatusKey_blocks_usedDescr = 'The number of used blocks in the key cache. This value is a high-water mark that indicates the maximum number of blocks that have ever been in use at one time.'; //to translate 889 $strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate 890 $strShowStatusKey_readsDescr = 'The number of physical reads of a key block from disk. If Key_reads is big, then your key_buffer_size value is probably too small. The cache miss rate can be calculated as Key_reads/Key_read_requests.'; //to translate 891 $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate 892 $strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate 893 $strShowStatusLast_query_costDescr = 'The total cost of the last compiled query as computed by the query optimizer. Useful for comparing the cost of different query plans for the same query. The default value of 0 means that no query has been compiled yet.'; //to translate 894 $strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAYED queues.'; //to translate 895 $strShowStatusOpened_tablesDescr = 'The number of tables that have been opened. If opened tables is big, your table cache value is probably too small.'; //to translate 896 $strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate 897 $strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate 898 $strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate 899 $strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate 900 $strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate 901 $strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate 902 $strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate 903 $strShowStatusQcache_lowmem_prunesDescr = 'The number of queries that have been removed from the cache to free up memory for caching new queries. This information can help you tune the query cache size. The query cache uses a least recently used (LRU) strategy to decide which queries to remove from the cache.'; //to translate 904 $strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate 905 $strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate 906 $strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate 907 $strShowStatusReset = 'Reset'; //to translate 908 $strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate 909 $strShowStatusSelect_full_joinDescr = 'The number of joins that do not use indexes. If this value is not 0, you should carefully check the indexes of your tables.'; //to translate 910 $strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate 911 $strShowStatusSelect_range_checkDescr = 'The number of joins without keys that check for key usage after each row. (If this is not 0, you should carefully check the indexes of your tables.)'; //to translate 912 $strShowStatusSelect_rangeDescr = 'The number of joins that used ranges on the first table. (It\'s normally not critical even if this is big.)'; //to translate 913 $strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate 914 $strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate 915 $strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate 916 $strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate 917 $strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate 918 $strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate 919 $strShowStatusSort_merge_passesDescr = 'The number of merge passes the sort algorithm has had to do. If this value is large, you should consider increasing the value of the sort_buffer_size system variable.'; //to translate 920 $strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate 921 $strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate 922 $strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate 923 $strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate 924 $strShowStatusTable_locks_waitedDescr = 'The number of times that a table lock could not be acquired immediately and a wait was needed. If this is high, and you have performance problems, you should first optimize your queries, and then either split your table or tables or use replication.'; //to translate 925 $strShowStatusThreads_cachedDescr = 'The number of threads in the thread cache. The cache hit rate can be calculated as Threads_created/Connections. If this value is red you should raise your thread_cache_size.'; //to translate 926 $strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate 927 $strShowStatusThreads_createdDescr = 'The number of threads created to handle connections. If Threads_created is big, you may want to increase the thread_cache_size value. (Normally this doesn\'t give a notable performance improvement if you have a good thread implementation.)'; //to translate 928 $strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate 929 $strSkipQueries = 'Number of records(queries) to skip from start'; //to translate 930 $strSlovak = 'Slovak'; //to translate 931 $strSlovenian = 'Slovenian'; //to translate 932 $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate 933 $strSortByKey = 'Sort by key'; //to translate 934 $strSorting = 'Sorting'; //to translate 935 $strSpanish = 'Spanish'; //to translate 936 $strSQLCompatibility = 'SQL compatibility mode'; //to translate 937 $strSQLExportType = 'Export type'; //to translate 938 $strSQLImportOptions = 'SQL options'; //to translate 939 $strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate 940 $strStorageEngines = 'Storage Engines'; //to translate 941 $strStorageEngine = 'Storage Engine'; //to translate 942 $strStrucNativeExcel = 'Native MS Excel data'; //to translate 943 $strSwitchToDatabase = 'Switch to copied database'; //to translate 944 945 $strTableAlreadyExists = 'Table %s already exists!'; //to translate 946 $strTakeIt = 'take it'; //to translate 947 $strTempData = 'Temporary data'; //to translate 948 $strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate 949 $strThemeNoPreviewAvailable = 'No preview available.'; //to translate 950 $strThemeNotFound = 'Theme %s not found!'; //to translate 951 $strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate 952 $strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate 953 $strTheme = 'Theme / Style'; //to translate 954 $strThreads = 'Threads'; //to translate 955 $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate 956 $strTimeoutNothingParsed = 'However on last run no data has been parsed, this usually means phpMyAdmin won\'t be able to finish this import unless you increase php time limits.'; //to translate 957 $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate 958 $strTraditionalSpanish = 'Traditional Spanish'; //to translate 959 $strTransactionCoordinator = 'Transaction coordinator'; //to translate 960 $strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string'; //to translate 961 $strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data. Optional first parameter specifies how often space will be added (defaults to 2 nibbles).'; //to translate 962 $strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate 963 964 $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate 965 $strUpgrade = 'You should upgrade to %s %s or later.'; //to translate 966 $strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate 967 $strUsedPhpExtensions = 'Used PHP extensions'; //to translate 968 $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate 969 970 $strVersionInformation = 'Version information'; //to translate 971 $strViewHasBeenDropped = 'View %s has been dropped'; //to translate 972 $strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate 973 $strView = 'View'; //to translate 974 975 $strWriteRequests = 'Write requests'; //to translate 976 977 $strQueryResultsOperations = 'Query results operations'; //to translate 978 $strAddClause = 'Add %s'; //to translate 979 $strUploadsNotAllowed = 'File uploads are not allowed on this server.'; //to translate 980 $strOpenDocumentSpreadsheet = 'Open Document Spreadsheet'; //to translate 981 $strOpenDocumentSpreadsheetOptions = 'Open Document Spreadsheet options'; //to translate 982 $strExportMustBeFile = 'Selected export type has to be saved in file!'; //to translate 983 $strXMLOptions = 'XML options'; //to translate 984 $strStrucNativeExcelOptions = 'Native Excel export options'; //to translate 985 $strCreateUserDatabase = 'Database for user'; //to translate 986 $strCreateUserDatabaseNone = 'None'; //to translate 987 $strCreateUserDatabaseName = 'Create database with same name and grant all privileges'; //to translate 988 $strCreateUserDatabaseWildcard = 'Grant all privileges on wildcard name (username\_%)'; //to translate 989 $strOpenDocumentText = 'Open Document Text'; //to translate 990 $strOpenDocumentTextOptions = 'Open Document Text options'; //to translate 991 $strNoDataReceived = 'No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration. See FAQ 1.16.'; //to translate 992 $strCanNotLoadExportPlugins = 'Could not load export plugins, please check your installation!'; //to translate 993 $strErrorRenamingTable = 'Error renaming table %1$s to %2$s'; //to translate 994 $strInvalidTableName = 'Invalid table name'; //to translate 995 $strInvalidDatabase = 'Invalid database'; //to translate 996 $strServers = 'Servers'; //to translate 997 $strDelimiter = 'Delimiter'; //to translate 998 $strFunctions = 'Functions'; //to translate 999 $strProcedures = 'Procedures'; //to translate 1000 $strPDFReportExplanation = '(Generates a report containing the data of a single table)'; //to translate 1001 $strFontSize = 'Font size'; //to translate 1002 $strLanguage = 'Language'; //to translate 1003 $strPmaWiki = 'phpMyAdmin wiki'; //to translate 1004 $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP, DATETIME or numeric unix timestamp field as formatted date. The first option is the offset (in hours) which will be added to the timestamp (Default: 0). Use second option to specify a different date/time format string. Third option determines whether you want to see local date or UTC one (use "local" or "utc" strings) for that. According to that, date format has different value - for "local" see the documentation for PHP\'s strftime() function and for "utc" it is done using gmdate() function.'; //to translate 1005 $strDocSQL = 'DocSQL'; //to translate 1006 $strDocSQLOptions = 'DocSQL options'; //to translate 1007 $strTableName = 'Table name'; //to translate 1008 $strTableIsEmpty = 'Table seems to be empty!'; //to translate 1009 $strDbIsEmpty = 'Database seems to be empty!'; //to translate 1010 $strShowingPhp = 'Showing as PHP code'; //to translate 1011 $strShowingSQL = 'Showing SQL query'; //to translate 1012 $strDesigner = 'Designer'; //to translate 1013 $strNumberOfTables = 'Number of tables'; //to translate 1014 $strCreateTable = 'Create table'; //to translate 1015 $strCreateRelation = 'Create relation'; //to translate 1016 $strSavePosition = 'Save position'; //to translate 1017 $strSelectForeignKey = 'Select Foreign Key'; //to translate 1018 $strHide = 'Hide'; //to translate 1019 $strShowHideLeftMenu = 'Show/Hide left menu'; //to translate 1020 $strReload = 'Reload'; //to translate 1021 $strSmallBigAll = 'Small/Big All'; //to translate 1022 $strImportExportCoords = 'Import/Export coordinates for PDF schema'; //to translate 1023 $strMoveMenu = 'Move Menu'; //to translate 1024 $strAngularLinks = 'Angular links'; //to translate 1025 $strDirectLinks = 'Direct links'; //to translate 1026 $strHideShowAll = 'Hide/Show all'; //to translate 1027 $strHideShowNoRelation = 'Hide/Show Tables with no relation'; //to translate 1028 $strInternalRelationAdded = 'Internal relation added'; //to translate 1029 $strInnoDBRelationAdded = 'InnoDB relation added'; //to translate 1030 $strRelationDeleted = 'Relation deleted'; //to translate 1031 $strToSelectRelation = 'To select relation, click :'; //to translate 1032 $strExportImportToScale = 'Export/Import to scale'; //to translate 1033 $strRecommended = 'recommended'; //to translate 1034 $strToFromPage = 'to/from page'; //to translate 1035 $strSelectReferencedKey = 'Select referenced key'; //to translate 1036 $strPleaseSelectPrimaryOrUniqueKey = 'Please select the primary key or a unique key'; //to translate 1037 $strForeignKeyError = 'Error creating foreign key (check data types)'; //to translate 1038 $strHelp = 'Help'; //to translate 1039 $strCancel = 'Cancel'; //to translate 1040 $strDeleteRelation = 'Delete relation'; //to translate 1041 $strKnownExternalBug = 'The %s functionality is affected by a known bug, see %s'; //to translate 1042 $strStructureForView = 'Structure for view'; //to translate 1043 $strStandInStructureForView = 'Stand-in structure for view'; //to translate 1044 $strToggleSmallBig = 'Toggle small/big'; //to translate 1045 $strIEUnsupported = 'Internet Explorer does not support this function.'; //to translate 1046 $strErrorRelationAdded = 'Error: Relation not added.'; //to translate 1047 $strErrorRelationExists = 'Error: relation already exists.'; //to translate 1048 $strErrorSaveTable = 'Error saving coordinates for Designer.'; //to translate 1049 $strSnapToGrid = 'Snap to grid'; //to translate 1050 $strDesignerHelpDisplayField = 'The display field is shown in pink. To set/unset a field as the display field, click the "Choose field to display" icon, then click on the appropriate field name.'; //to translate 1051 $strSessionStartupErrorGeneral = 'Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.'; //to translate 1052 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
| Gnr le : Mon Nov 26 15:18:20 2007 | par Balluche grce PHPXref 0.7 |
|