Rev Author Line No. Line
250 kaklik 1 <?php
2 /* $Id: hebrew-utf-8.inc.php,v 2.82.2.4 2006/03/23 17:42:13 lem9 Exp $
3 * Translated by Hadar Porat <hadar at banner.co.il> */
4  
5 $charset = 'utf-8';
6 $allow_recoding = TRUE;
7 $text_dir = 'rtl'; // ('ltr' for left to right, 'rtl' for right to left)
8 $left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
9 $right_font_family = 'arial, helvetica, geneva, sans-serif';
10 $number_thousands_separator = ',';
11 $number_decimal_separator = '.';
12 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
13 $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
14  
15 $day_of_week = array('יום ראשון', 'יום שני', 'יום שלישי', 'יום רביעי', 'יום חמישי', 'יום שישי', 'שבת');
16 $month = array('ינואר', 'פברואר', 'מרץ', 'אפריל', 'מאי', 'יוני', 'יולי', 'אוגוסט', 'ספטמבר', 'אוקטובר', 'נובמבר', 'דצמבר');
17 // See http://www.php.net/manual/en/function.strftime.php to define the
18 // variable below
19 $datefmt = '%B %d, %Y at %I:%M %p';
20 $timespanfmt = '%s ימים, %s שעות, %s דקות ו- %s שניות';
21  
22 $strAbortedClients = 'בוטל';
23 $strAbsolutePathToDocSqlDir = 'אנא הכנס את הנתיב המוחלט אל תיקיית docSQL';
24 $strAccessDenied = 'גישה נדתחה';
25 $strAccessDeniedExplanation = 'phpMyAdmin ניסה לתקשר עם שרת MySQL, והשרת דחה את החיבור. אתה צריך לבדוק את כתובת השרת, שם משתמש והסיסמא בקובץ config.inc.php ולוודא כי הם תואמים למידע שקיבלת ע"י אחראי השרת של MySQL.';
26 $strAction = 'פעולה';
27 $strAddAutoIncrement = 'הוספת ערך AUTO_INCREMENT (מספור אוטומטי)';
28 $strAddConstraints = 'הוספת הגבלות';
29 $strAddDeleteColumn = 'הוספת/מחיקת עמודות שדה';
30 $strAddDeleteRow = 'Add/Delete Criteria Row';
31 $strAddDropDatabase = 'הוספת DROP DATABASE';
32 $strAddedColumnComment = 'נוספה הערה לעמודה';
33 $strAddedColumnRelation = 'נוסף קשר לעמודה';
34 $strAddFields = 'הוספת %s תאים';
35 $strAddHeaderComment = 'הוספת הערה מותאמת אל פתיחה(\\n לשבירת שורות)';
36 $strAddIfNotExists = 'הוספת IF NOT EXISTS';
37 $strAddIntoComments = 'הוספה אל הערות';
38 $strAddNewField = 'הוספת שדה חדש';
39 $strAddPrivilegesOnDb = 'הוספת הרשאות למאגר הנתונים הבא';
40 $strAddPrivilegesOnTbl = 'הוספת הראשאות לטבלה הבאה';
41 $strAddSearchConditions = 'הוספת תנאי חיפוש (הגוף של תנאי "where"):';
42 $strAddToIndex = 'הוספה לאינדקס &nbsp;%s&nbsp;שורה/שורות';
43 $strAddUser = 'הוספת משתמש חדש';
44 $strAddUserMessage = 'משתמש חדש נוסף.';
45 $strAdministration = 'ניהול';
46 $strAffectedRows = 'שורות הושפעו:';
47 $strAfterInsertBack = 'חזרה לעמוד הקודם';
48 $strAfterInsertNewInsert = 'הוספה נוספת של שורה חדשה';
49 $strAfterInsertNext = 'עריכת השורה הבאה';
50 $strAfterInsertSame = 'חזרה אחורה לעמוד זה';
51 $strAfter = 'לאחר %s';
52 $strAll = 'הכל';
53 $strAllTableSameWidth = 'הצגת כל הטבלאות ברוחב דומה?';
54 $strAlterOrderBy = 'שינוי סדר הטבלה לפי';
55 $strAnalyzeTable = 'ניתוח טבלה';
56 $strAnd = 'וגם';
57 $strAndThen = 'ואז';
58 $strAnIndex = 'אינדקס נוסף אל %s';
59 $strAny = 'כל דבר';
60 $strAnyHost = 'כל שרת מארח';
61 $strAnyUser = 'כל משתמש';
62 $strApproximateCount = 'יכול להיות הערכה. ראה FAQ 3.11';
63 $strAPrimaryKey = 'מפתח ראשי נוסף אל %s';
64 $strArabic = 'ערבית';
65 $strArmenian = 'ארמנית';
66 $strAscending = 'עולה';
67 $strAtBeginningOfTable = 'בתחילת טבלה';
68 $strAtEndOfTable = 'בסוף טבלה';
69 $strAttr = 'תכונות';
70 $strAutodetect = 'זיהוי אוטומטי';
71 $strAutomaticLayout = 'עיצוב אוטומטי';
72  
73 $strBack = 'חזרה';
74 $strBaltic = 'בלטית';
75 $strBeginCut = 'התחלת חיתוך';
76 $strBeginRaw = 'התחלת RAW';
77 $strBinary = 'בינארי';
78 $strBinaryDoNotEdit = 'בינארי - אין לערוך';
79 $strBinaryLog = 'דו"ח בינארי';
80 $strBinLogEventType = 'סוג אירוע';
81 $strBinLogInfo = 'מידע';
82 $strBinLogName = 'שם דו"ח';
83 $strBinLogOriginalPosition = 'מיקום מקורי';
84 $strBinLogPosition = 'מיקום';
85 $strBinLogServerId = 'קוד שרת (ID)';
86 $strBookmarkAllUsers = 'אפשר לכל משתמש לגשת לכתובת מועדפת זאת';
87 $strBookmarkDeleted = 'כתובת מועדפת נמחקה.';
88 $strBookmarkLabel = 'תווית';
89 $strBookmarkQuery = 'שאילתות SQL מועדפות';
90 $strBookmarkThis = 'הכנס שאילתת SQL זאת למועדפים';
91 $strBookmarkView = 'ראה רק';
92 $strBrowse = 'עיון';
93 $strBulgarian = 'בולגרית';
94 $strBusyPages = 'עמודים עסוקים';
95 $strBzError = 'phpMyAdmin נכשל בדחיסת הנתונים משום שתוספת Bz2 לא תקינה בגרסת PHP הנוכחית. זה מאוד רצוי כי תגדיר את הגדרת <code>$cfg[\'BZipDump\']</code> בקובץ הגדרות phpMyAdmin אל <code>FALSE</code>. אם אתה רוצה להשתמש בתכונות דחיסת Bz2, עליך לשדרג לגרסת PHP חדישה יותר. ראה דיווח שגיאות PHP %s לפרטים נוספים.';
96 $strBzip = '"bzipped"';
97  
98 $strCalendar = 'לוח שנה';
99 $strCannotLogin = 'נכשל בכניסה לשרת MySQL';
100 $strCantLoadRecodeIconv = 'נכשל בטעית תוספת iconv או recode הדרושה להמרת קידודים. או שתגדיר את PHP להפעיל את תוספות אלו, או שתבטל את המרת הקידודים בתוך phpMyAdmin.';
101 $strCantLoad = 'התוספת %s לא נטענה בהצלחה,<br />אנא בדוק את הגדרות ה- PHP שלך.';
102 $strCantRenameIdxToPrimary = 'לא ניתן לשנות שם אינדקס אל PRIMARY!';
103 $strCantUseRecodeIconv = 'נכשל בשימוש בפונקציות iconv, libiconv או recode, למרות שזה נראה כי התוספות הדרושות נטענו. בדוק את הגדרות PHP שלך.';
104 $strCardinality = 'מספור';
105 $strCaseInsensitive = 'אין חשיבות לרישיות (case)';
106 $strCaseSensitive = 'יש חשיבות לרישיות (case)';
107 $strChange = 'שינוי';
108 $strChangeCopyMode = 'יצירת משתמש חדש עם אותן ההרשאות וגם ...';
109 $strChangeCopyModeCopy = '... שמירת הישן.';
110 $strChangeCopyModeDeleteAndReload = ' ... מחיקת הישן מטבלאות המשתמשים וטען מחדש את ההרשאות לאחר מכן.';
111 $strChangeCopyModeJustDelete = ' ... מחיקת הישן מטבלאות המשתמשים.';
112 $strChangeCopyModeRevoke = ' ... בטל את כל ההרשאות הפעילות מהישן ומחק אותו לאחר מכן.';
113 $strChangeCopyUser = 'שינוי מידע כניסה / העתקת משתמש';
114 $strChangeDisplay = 'בחירת שדה להצגה';
115 $strChangePassword = 'שינוי סיסמא';
116 $strCharset = 'קידוד';
117 $strCharsetOfFile = 'חבילת הקידוד של הקובץ:';
118 $strCharsets = 'קידודים';
119 $strCharsetsAndCollations = 'חבילות קידוד';
120 $strCheckAll = 'בחירת הכל';
121 $strCheckOverhead = 'בדיקת טבלאות עבור תקורה';
122 $strCheckPrivs = 'בדיקת הרשאות';
123 $strCheckPrivsLong = 'בדיקת הראשות עבור מאגר נתונים &quot;%s&quot;.';
124 $strCheckTable = 'בדיקת טבלה';
125 $strChoosePage = 'אנא בחר עמוד לעריכה';
126 $strColComFeat = 'מציג הערות עמודה';
127 $strCollation = 'קידוד';
128 $strColumnNames = 'שמות עמודה';
129 $strColumnPrivileges = 'הרשאות ספציפיות-לעמודה';
130 $strCommand = 'פקודה';
131 $strComments = 'הערות';
132 $strCommentsForTable = 'הערות עבור טבלה';
133 $strCompatibleHashing = 'תואם MySQL&nbsp;4.0';
134 $strCompleteInserts = 'השלם הכנסות';
135 $strCompression = 'דחיסה';
136 $strConfigFileError = 'phpMyAdmin לא הצליח לקרוא את קובץ ההגדרות שלך! מצב זה יתכן אם PHP מוצא טעות בקוד הקובץ או אם הוא לא מוצא את הקובץ.<br /> אנא קרא לקובץ הקונפיגורציה ישירות בעזרת הקישור מתחת להודעה זו וקרא את הודעת PHP שהינך מקבל. ברוב המילים גרש או נקודה-פסיק חסרים במקום כלשהו.<br /> אם הינך מקבל דף ריק, הכל בסדר.';
137 $strConfigureTableCoord = 'אנא הגדר נקודות ציון עבור טבלה %s';
138 $strConnectionError = 'חיבור נכשל: הגדרות לא תקינות.';
139 $strConnections = 'חיבורים';
140 $strConstraintsForDumped = 'הגבלות לטבלאות שהוצאו';
141 $strConstraintsForTable = 'הגבלות לטבלה';
142 $strCookiesRequired = 'עוגיות (Cookies) חייבות לפעול מנקודה זאת.';
143 $strCopy = 'העתקה';
144 $strCopyDatabaseOK = 'מאגר נתונים %s הועתק אל %s';
145 $strCopyTable = 'העתקת טבלה אל (מסד נתונים<b>.</b>טבלה):';
146 $strCopyTableOK = 'טבלה %s הועתקה אל %s.';
147 $strCopyTableSameNames = 'לא ניתן להעתיק טבלה אל אותה אחת!';
148 $strCouldNotKill = 'phpMyAdmin נכשל בחיסול בהליך %s. רוב הסיכויים שהוא כבר נסגר.';
149 $strCreate = 'יצירה';
150 $strCreateDatabaseBeforeCopying = 'CREATE DATABASE לפני העתקה';
151 $strCreateIndex = 'יצירת אינדקס על&nbsp;%s&nbsp; עמודות';
152 $strCreateIndexTopic = 'יצירת אינדקס חדש';
153 $strCreateNewDatabase = 'יצירת מאגר נתונים חדש';
154 $strCreateNewTable = 'יצירת טבלה חדשה על מאגר נתונים %s';
155 $strCreatePage = 'יצירת עמוד חדש';
156 $strCreatePdfFeat = 'יצירה של קבצי PDF';
157 $strCreationDates = 'יצירת/עדכון/בדיקת תאריכים';
158 $strCriteria = 'קריטריון';
159 $strCroatian = 'קרואטית';
160 $strCSVOptions = 'אפשרויות CSV';
161 $strCyrillic = 'קירילית';
162 $strCzech = 'צ\'יכית';
163  
164 $strDanish = 'דנית';
165 $strData = 'נתונים';
166 $strDatabase = 'מאגר נתונים';
167 $strDatabaseEmpty = 'שם מאגר הנתונים ריק!';
168 $strDatabaseExportOptions = 'אפשרויות ייצוא מאגר נתונים';
169 $strDatabaseHasBeenDropped = 'מסד הנתונים %s נמחק.';
170 $strDatabaseNoTable = 'מאגר הנתונים מכיל שום טבלה!';
171 $strDatabases = 'מאגרי נתונים';
172 $strDatabasesDropped = '%s מסדי נתונים נמחקו בהצלחה.';
173 $strDatabasesStats = 'סטטיסטיקת מסד הנתונים';
174 $strDatabasesStatsDisable = 'ביטול סטטיסטיקה';
175 $strDatabasesStatsEnable = 'הפעלת סטטיסטיקה';
176 $strDatabasesStatsHeavyTraffic = 'הערה: הפעלת סטטיסטיקות מאגר נתונים כאן יכולות לגרום לתעבורה כבדה בין השרת האינטרנט לשרת MySQL.';
177 $strDataDict = 'מילון מידע';
178 $strDataOnly = 'מידע בלבד';
179 $strDataPages = 'דפים מכילים מידע';
180 $strDBComment = 'הערה על מאגר הנתונים: ';
181 $strDBCopy = 'העתקת מאגר נתונים אל';
182 $strDBGContext = 'Context';
183 $strDBGContextID = 'Context ID';
184 $strDBGHits = 'לחיצות';
185 $strDBGLine = 'שורה';
186 $strDBGMaxTimeMs = 'זמן מירבי, ms';
187 $strDBGMinTimeMs = 'זמן מיזערי, ms';
188 $strDBGModule = 'מודול';
189 $strDBGTimePerHitMs = 'זמן/לחיצה, ms';
190 $strDBGTotalTimeMs = 'סה"כ זמן, ms';
191 $strDbPrivileges = 'הרשאות ספציפיות למאגר נתונים';
192 $strDBRename = 'שינוי שם מאגר נתונים אל';
193 $strDbSpecific = 'ספציפי למאגר הנתונים';
194 $strDefault = 'ברירת מחדל';
195 $strDefaultEngine = '%s הוא מנוע האחסון ברירת המחדשל של שרת MySQL זה.';
196 $strDefaultValueHelp = 'לערכי ברירת מחדל, אנא הכנס רק ערך בודד, ללא סימני ציטוט או לוכסנים, השתמש בתבנית הזאת : a';
197 $strDefragment = 'איחוי טבלה';
198 $strDelayedInserts = 'השתמש בהכנסות מעוכבות';
199 $strDelete = 'מחיקה';
200 $strDeleteAndFlush = 'מחיקת המשתמשים וטעינה מחדש של ההרשאות לאחר מכן.';
201 $strDeleteAndFlushDescr = 'זהו השיטה הנקייה ביותר, אבל טעינה של ההרשאות יכולה לקחת זמן מה.';
202 $strDeleted = 'השורה נמחקה';
203 $strDeletedRows = 'שורות נמחקו:';
204 $strDeleting = 'מוחק %s';
205 $strDelOld = 'לעמוד הנוכחי יש הפניות לטבלאות שכבר לא קיימות. האם אתה רוצה למחוק את הפניות אלו?';
206 $strDescending = 'יורד';
207 $strDescription = 'תיאור';
208 $strDictionary = 'מילון';
209 $strDirtyPages = 'דפים מלוכלכים';
210 $strDisabled = 'מבוטל';
211 $strDisplayFeat = 'הצגת תכונות';
212 $strDisplayOrder = 'סדר תצוגה:';
213 $strDisplayPDF = 'הצגת תרשים PDF';
214 $strDoAQuery = 'ביצוע "שאילתה לדוגמה" (תו כללי: "%")';
215 $strDocu = 'תיעוד';
216 $strDoYouReally = 'האם אתה באמת רוצה ';
217 $strDrop = 'הסרה';
218 $strDropDatabaseStrongWarning = 'אתה עומד להרוס מאגר נתונים שלם!';
219 $strDropUsersDb = 'הסרת מאגרי נתונים שיש להם שמות דומים כמו למשתמשים.';
220 $strDumpingData = 'הוצאת מידע עבור טבלה';
221 $strDumpSaved = 'הוצאה נשמרה אל קובץ %s.';
222 $strDumpXRows = 'הוצאת %s שורות מתחילת רשומה מספר %s.';
223 $strDynamic = 'דינאמי';
224  
225 $strEdit = 'עריכה';
226 $strEditPDFPages = 'עריכת דפי PDG';
227 $strEditPrivileges = 'עריכת הרשאות';
228 $strEffective = 'יעיל';
229 $strEmpty = 'ריקון';
230 $strEmptyResultSet = 'MySQL החזיר חבילת תוצאות ריקה (לדוגמא, אפס שורות).';
231 $strEnabled = 'מופעל';
232 $strEnd = 'סיום';
233 $strEndCut = 'END CUT';
234 $strEndRaw = 'END RAW';
235 $strEngineAvailable = '%s זמין על שרת MySQL זה.';
236 $strEngineDisabled = '%s מובטל על שרת MySQL זה.';
237 $strEngines = 'מנועים';
238 $strEngineUnsupported = 'שרת MySQL לא תומך במנוע אחסון %s.';
239 $strEnglish = 'אנגלית';
240 $strEnglishPrivileges = ' הערה: שמות הרשאות MySQL מובטאות באנגלית ';
241 $strError = 'שגיאה';
242 $strEscapeWildcards = 'תווים כללים _ וגם % צריכים לבוא ביחד עם \ על מנת להשתמש בהם באמת';
243 $strEstonian = 'אסטונית';
244 $strExcelEdition = 'מהדורת Excel';
245 $strExcelOptions = 'אפשרויות Excel';
246 $strExecuteBookmarked = 'הרצת שאילתה מועדפת';
247 $strExplain = 'הסברת SQL';
248 $strExport = 'ייצוא';
249 $strExtendedInserts = 'הכנסות מורחבות';
250 $strExtra = 'תוספת';
251  
252 $strFailedAttempts = 'ניסיונות כושלים';
253 $strField = 'שדה';
254 $strFieldHasBeenDropped = 'שדה %s נמחק';
255 $strFields = 'שדות';
256 $strFieldsEmpty = 'ספירת השדה אופסה! ';
257 $strFieldsEnclosedBy = 'שדות מוקפים ע"י';
258 $strFieldsEscapedBy = 'הורדת שדות עם';
259 $strFieldsTerminatedBy = 'סיום שדות ע"י';
260 $strFileAlreadyExists = 'קובץ %s כבר קיים על השרת, שנה שם קובץ או בדוק אופציית כתיבה-על.';
261 $strFileCouldNotBeRead = 'נכשל בקריאת הקובץ';
262 $strFileNameTemplate = 'תבנית שם קובץ';
263 $strFileNameTemplateRemember = 'זכור תבנית';
264 $strFixed = 'תוקן';
265 $strFlushPrivilegesNote = 'הערה: phpMyAdmin מקבל הרשאות משתמש ישירות מטבלאות הרשאות של MySQL. התוכן של הטבלאות האלו יכול להיות שונה מההרשאות שהשרת משתמש בהן, אם הן שונו באופן ידני. במקרה זה, אתה צריך לבצע %sטעינה מחדש של הרשאות%s לפני שאתה ממשיך.';
266 $strFlushTable = 'ריקון טבלה ("FLUSH")';
267 $strFormat = 'תבנית';
268 $strFormEmpty = 'ערך ריק בטופס!';
269 $strFreePages = 'דפים חופשיים';
270 $strFullText = 'טקסטים מלאים';
271 $strFunction = 'פונקציה';
272  
273 $strGenBy = 'נוצר ע"י';
274 $strGeneralRelationFeat = 'תכונות קשר כלליות';
275 $strGenerate = 'ייצור';
276 $strGeneratePassword = 'ייצור סיסמא';
277 $strGenTime = 'זמן ייצור';
278 $strGeorgian = 'גרוזינית';
279 $strGerman = 'גרמנית';
280 $strGlobal = 'עולמי';
281 $strGlobalPrivileges = 'הרשאות גלובליות';
282 $strGlobalValue = 'ערך גלובלי';
283 $strGo = 'סע';
284 $strGrantOption = 'הענקה';
285 $strGreek = 'יוונית';
286 $strGzip = '"gzipped"';
287  
288 $strHasBeenAltered = 'שונתה.';
289 $strHasBeenCreated = 'נוצרה.';
290 $strHaveToShow = 'עליך לבחור לפחות עמודה אחת לתצוגה';
291 $strHebrew = 'עברית';
292 $strHexForBinary = 'השתמש בהקסדצימלי לשדות בינאריים';
293 $strHome = 'בית';
294 $strHomepageOfficial = 'דף הבית phpMyAdmin הרשמי';
295 $strHost = 'מארח';
296 $strHostEmpty = 'שם המארח ריק!';
297 $strHTMLExcel = 'Microsoft Excel 2000';
298 $strHTMLExcelOptions = 'אפשרויות ייצוא Microsoft Excel 2000';
299 $strHTMLWord = 'Microsoft Word 2000';
300 $strHTMLWordOptions = 'אפשרויות ייצוא Microsoft Word 2000';
301 $strHungarian = 'הונגרית';
302  
303 $strIcelandic = 'איסלנדית';
304 $strId = 'קוד זיהוי';
305 $strIdxFulltext = 'Fulltext';
306 $strIgnore = 'התעלמות';
307 $strIgnoreInserts = 'השתמש בהעלמות מהכנסות';
308 $strIgnoringFile = 'מתעלם מהקובץ %s';
309 $strImportDocSQL = 'ייבוא קבצי docSQL';
310 $strImportFiles = 'קבצי ייבוא';
311 $strIndex = 'אינדקס';
312 $strIndexes = 'אינדקסים';
313 $strIndexHasBeenDropped = 'אינדקס %s הוסר';
314 $strIndexName = 'שם אינדקס:';
315 $strIndexType = 'סוג אינדקס:';
316 $strIndexWarningMultiple = 'יותר מ- %s מפתחות נוצאו עבור עמודה `%s`';
317 $strIndexWarningTable = 'בעיות עם אינדקסים של טבלה `%s`';
318 $strInnoDBDataFilePath = 'קבצי נתונים';
319 $strInnoDBDataHomeDir = 'תיקיית בית של נתונים';
320 $strInnoDBPages = 'דפים';
321 $strInnodbStat = 'מצב InnoDB';
322 $strInsecureMySQL = 'קובץ ההגדרות שלך מכיל הגדרות (root ללא סיסמא) אשר תואמות את חשבון הרשאה ברירת מחדל של MySQL. שרת MySQL שלך פועל עם ברירת מחדל זאת, והוא פתוח לחדירות,ואתה ממש צריך לתקן את חור אבטחה זה.';
323 $strInsert = 'הכנסה';
324 $strInsertAsNewRow = 'הכנסה כשורה חדשה';
325 $strInsertedRowId = 'קוד שורה שהוכנסה:';
326 $strInsertedRows = 'שורות הוכנסו:';
327 $strInsertNewRow = 'הכנסת שורה חדשה';
328 $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.';
329 $strInternalRelations = 'יחסים פנימיים';
330 $strInUse = 'בשימוש';
331 $strInvalidColumnCount = 'מספר העמודות צריך להיות גדול מאפס.';
332 $strInvalidFieldAddCount = 'אתה חייב להוסיף לפחות שדה אחד.';
333 $strInvalidFieldCount = 'טבלה חייבית להכיל לפחות שדה אחד.';
334 $strInvalidRowNumber = '%d הוא לא מספר שורה תקין.';
335  
336 $strJapanese = 'יפנית';
337 $strJumpToDB = 'קפיצה אל מאגר נתונים &quot;%s&quot;.';
338 $strJustDelete = 'רק תמחק את המשתמשים מטבלאות ההרשאות.';
339  
340 $strKeepPass = 'אל תשנה את הסיסמא';
341  
342 $strLatexCaption = 'כותרת טבלה';
343 $strLatexContent = 'תוכן של טבלה __TABLE__';
344 $strLatexContinued = '(מומשך)';
345 $strLatexContinuedCaption = 'כותרת טבלה מומשך';
346 $strLatexIncludeCaption = 'כלול כותרת טבלה';
347 $strLatexLabel = 'מפתח תווית';
348 $strLaTeX = 'LaTeX';
349 $strLaTeXOptions = 'אפשרויות LaTeX';
350 $strLatexStructure = 'מבנה של טבלה __TABLE__';
351 $strLatvian = 'Latvian';
352 $strLengthSet = 'אורך/ערכים*';
353 $strLimitNumRows = 'מספר של שורות לכל דף';
354 $strLinesTerminatedBy = 'שורות מסתיימות ע"י';
355 $strLinkNotFound = 'קישור לא נמצא';
356 $strLinksTo = 'קישורים אל';
357 $strLithuanian = 'ליטאית';
358 $strLocalhost = 'מקומי';
359 $strLocationTextfile = 'מיקום של קובץ טקסט';
360 $strLogin = 'כניסה';
361 $strLoginInformation = 'מידע כניסה';
362 $strLogout = 'יציאה';
363 $strLogPassword = 'סיסמא:';
364 $strLogServer = 'שרת';
365 $strLogUsername = 'שם משתמש:';
366 $strLongOperation = 'תהליך זה יכול לקחת זמן רב. להמשיך בכל מקרה?';
367  
368 $strMaximumSize = 'מירבי: %s%s';
369 $strMbExtensionMissing = 'תוספת mbstring לא נמצאה וזה נראה כי אתה משתמש בקידוד multibyte. ללא תוספת mbstring מותקנת, phpMyAdmin אינו יכול לחלק מחרוזות באופן תקין וזה יכול לגרום לתוצאות לא רצויות.';
370 $strMIME_available_mime = 'סוגי MIME זמינים';
371 $strMIME_available_transform = 'שינויי צורה זמינים';
372 $strMIME_description = 'תיאור';
373 $strMIME_MIMEtype = 'סוג MIME';
374 $strModifications = 'שינויים נשמרו';
375 $strModify = 'עריכה';
376 $strModifyIndexTopic = 'עריכת אינדקס';
377 $strMoveTable = 'העברת טבלה אל (מסד נתונים<b>.</b>טבלה):';
378 $strMoveTableOK = 'הטבלה %s הועברה ל- %s.';
379 $strMySQLCharset = 'קידוד MySQL';
380 $strMySQLConnectionCollation = 'קידוד חיבור MySQL';
381 $strMySQLSaid = 'MySQL אמר: ';
382 $strMySQLShowProcess = 'ראיית תהליכים';
383 $strMySQLShowStatus = 'ראיית מידע זמן ריצה MySQL';
384 $strMySQLShowVars = 'ראיית משתני מערכת MySQL';
385  
386 $strName = 'שם';
387 $strNext = 'הבא';
388 $strNo = 'לא';
389 $strNoDatabases = 'אין מאגרי נתונים';
390 $strNoDatabasesSelected = 'אף מאגר נתונים לא נבחר.';
391 $strNoDescription = 'ללא תיאור';
392 $strNoDetailsForEngine = 'אין מידע מצב מפורט על מנוע אחסון זה.';
393 $strNoDropDatabases = 'הוראות "DROP DATABASE" מבוטלות.';
394 $strNoExplain = 'Skip Explain SQL';
395 $strNoFrames = 'phpMyAdmin יותר ידידותי עם דפדפן <b>frames-capable</b>.';
396 $strNoIndex = 'אין אינדקסים מוגדרים!';
397 $strNoIndexPartsDefined = 'No index parts defined!';
398 $strNoModification = 'ללא שינוי';
399 $strNone = 'ללא';
400 $strNoOptions = 'לתבנית זאת אין אפשרויות';
401 $strNoPassword = 'ללא סיסמא';
402 $strNoPermission = 'לשרת אין הרשאה לשמור את קובץ %s.';
403 $strNoPhp = 'ללא קוד PHP';
404 $strNoPrivileges = 'ללא הרשאות';
405 $strNoRights = 'אין לך הרשאות מספיקות להיות כאן כרגע!';
406 $strNoRowsSelected = 'לא נבחרו שורות';
407 $strNoSpace = 'אןי מספיק מקום לשמור את הקובץ %s.';
408 $strNoTablesFound = 'לא נמצאו טבלאות במאגר נתונים.';
409 $strNotNumber = 'זה אינו מספר!';
410 $strNotOK = 'לא בסדר';
411 $strNotSet = 'טבלה <b>%s</b> לא נמצאה או לא קיימת בתוך %s';
412 $strNoUsersFound = 'לא נמצאו משתמשים.';
413 $strNull = 'Null';
414 $strNumSearchResultsTotal = '<b>סה"כ:</b> <i>%s</i> פריטים';
415 $strNumTables = 'טבלאות';
416  
417 $strOK = 'אישור';
418 $strOperations = 'פעולות';
419 $strOptimizeTable = 'ייעול טבלה';
420 $strOr = 'או';
421 $strOverhead = 'תקורה';
422  
423 $strPageNumber = 'מספר דף:';
424 $strPagesToBeFlushed = 'דפים לריקון';
425 $strPaperSize = 'גודל דף';
426 $strPartialText = 'טקסטים חלקיים';
427 $strPassword = 'סיסמא';
428 $strPasswordChanged = 'הסיסמא עבור %s שונתה בהצלחה.';
429 $strPasswordEmpty = 'הסיסמא ריקה!';
430 $strPasswordNotSame = 'הסיסמאות אינן זהות!';
431 $strPdfInvalidTblName = 'הטבלה "%s" לא קיימת!';
432 $strPdfNoTables = 'אין טבלאות';
433 $strPerHour = 'לשעה';
434 $strPerMinute = 'לדקה';
435 $strPerSecond = 'לשנייה';
436 $strPersian = 'Persian';
437 $strPhoneBook = 'phone book';
438 $strPHP40203 = 'אתה משתמש ב- PHP 4.2.3, אשר כולל תקלה רצינית עם מחרוזות multibyte (mbstring). ראה דיווח שגיאה 19404 של PHP. גרסה זאת של PHP לא מומלצת לשימוש עם phpMyAdmin..';
439 $strPhp = 'ייצור קוד PHP';
440 $strPHPVersion = 'גרסת PHP';
441 $strPmaDocumentation = 'תיעוד phpMyAdmin';
442 $strPolish = 'Polish';
443 $strPortrait = 'Portrait';
444 $strPos1 = 'התחלה';
445 $strPrevious = 'הקודם';
446 $strPrimary = 'ראשי';
447 $strPrimaryKeyHasBeenDropped = 'המפתח הראשי הוסר';
448 $strPrint = 'הדפסה';
449 $strPrintView = 'תצוגת הדפסה';
450 $strPrintViewFull = 'תצוגת הדפסה (עם טקסטים מלאים)';
451 $strPrivDescAllPrivileges = 'כלול כל ההרשאות חוץ מ- GRANT.';
452 $strPrivDescAlter = 'מאפשר שינוי של מבני הטבלאות הקיימות.';
453 $strPrivDescCreateRoutine = 'מאפשר יצירת שגרות מאוחסנות.';
454 $strPrivDescCreateTbl = 'מאפשר יצירת טבלאות חדשות.';
455 $strPrivDescCreateTmpTable = 'מאפשר יצירת טבלאות זמניות.';
456 $strPrivDescDelete = 'מאפשר מחיקת מידע.';
457 $strPrivDescDropDb = 'מאפשר מחיקת מאגרי נתונים וטבלאות.';
458 $strPrivDescDropTbl = 'מאפשר מחיקת טבלאות.';
459 $strPrivDescUsage = 'ללא הרשאות.';
460 $strPrivileges = 'הרשאות';
461 $strPrivilegesReloaded = 'ההרשאות נטענו מחדש בהצלחה.';
462 $strProcesslist = 'רשימת תהליכים';
463  
464 $strQBE = 'שאילתה';
465 $strQBEDel = 'מחיקה';
466 $strQBEIns = 'הכנסה';
467 $strQueryFrame = 'חלון שאילתה';
468 $strQuerySQLHistory = 'היסטוריית SQL';
469 $strQueryStatistics = '<b>סטטיטיקת שאילתות</b>: מאז ההפעלה, %s שאילתות נשלחו לשרת.';
470 $strQueryTime = 'שאילתה לקחה %01.4f שניות';
471 $strQueryType = 'סוג שאילתה';
472 $strQueryWindowLock = 'אל תכתוב מחדש על שאילתה זאת מחוץ לחלון זה';
473  
474 $strReceived = 'התקבל';
475 $strRecords = 'רשומות';
476 $strRefresh = 'רענון';
477 $strRelationNotWorking = 'תכונות נוספות לעבודה עם טבלאות מקושרות בוטלו. לעוד מידע למה לחץ %sכאן%s.';
478 $strRelations = 'יחסים';
479 $strRelationView = 'תצוגת יחסים';
480 $strReloadingThePrivileges = 'טוען מחדש הרשאות';
481 $strReloadMySQL = 'טעינה מחדש של MySQL';
482 $strRemoveSelectedUsers = 'הסרת משתמשים שנבחרו';
483 $strRenameDatabaseOK = 'מאגר נתונים %s שונה אל %s';
484 $strRenameTable = 'שינוי שם טבלה אל';
485 $strRenameTableOK = 'טבלה %s שונתה אל %s';
486 $strRepairTable = 'תיקון טבלה';
487 $strReplaceNULLBy = 'החלפת NULL ע"י';
488 $strReplaceTable = 'החלפת נתוני הטבלה עם הקובץ';
489 $strReset = 'איפוס';
490 $strResourceLimits = 'גבולות משאבים';
491 $strReType = 'הקלדה נוספת';
492 $strRevoke = 'שלילה';
493 $strRevokeAndDelete = 'שלילת כל ההרשאות הפעילות מהמשתמשים ומחיקתם לאחר מכן.';
494 $strRevokeMessage = 'אתה שללת הרשאות עבור %s';
495 $strRomanian = 'רומנית';
496 $strRowLength = 'אורך שורה';
497 $strRows = 'שורות';
498 $strRowsFrom = 'שורות המתחילות מרשומה #';
499 $strRowSize = ' גודל שורה ';
500 $strRowsModeFlippedHorizontal = 'מאוזן (headers מסובבים)';
501 $strRowsModeHorizontal = 'מאוזן';
502 $strRowsModeOptions = 'במצב %s וחזור אחרי Headers לאחר %s תאים';
503 $strRowsModeVertical = 'ניצב';
504 $strRowsStatistic = 'סטטיסטיקת שורה';
505 $strRunning = 'פועל על %s';
506 $strRunQuery = 'שליחת שאילתה';
507 $strRunSQLQuery = 'הרצת את שאילתה/שאילתות על מסד הנתונים %s';
508 $strRussian = 'רוסית';
509  
510 $strSave = 'שמירה';
511 $strSaveOnServer = 'שמירת שרת בתוך תיקיית %s';
512 $strSearch = 'חיפוש';
513 $strSearchFormTitle = 'חפש במסד הנתונים';
514 $strSearchInTables = 'בתוך הטבלה/הטבלאות:';
515 $strSearchNeedle = 'מילים או ערכים עבור חיפוש (תו כללי: "%"):';
516 $strSearchOption1 = 'לפחות אחת מן המילים';
517 $strSearchOption2 = 'כל המילים';
518 $strSearchOption3 = 'הביטוי המדוייק';
519 $strSearchOption4 = 'כביטוי רגיל';
520 $strSearchResultsFor = 'תוצאות חיפוש עבור "<i>%s</i>" %s:';
521 $strSearchType = 'מצא:';
522 $strSelectADb = 'אנא בחר מאגר נתונים';
523 $strSelectAll = 'בחירת הכל';
524 $strSelectFields = 'בחירת שדות (לפחות אחד):';
525 $strSelectNumRows = 'בשאילתה';
526 $strSelectTables = 'בחירת טבלאות';
527 $strSend = 'שמירה כקובץ';
528 $strSent = 'נשלח';
529 $strServer = 'שרת';
530 $strServerChoice = 'בחירת שרת';
531 $strServerNotResponding = 'השרת אינו מגיב';
532 $strServerStatus = 'מידע זמן ריצה';
533 $strServerStatusUptime = 'שרת MySQL פעיל במשך %s. הוא התחיל לפעול ב- %s.';
534 $strServerTabProcesslist = 'תהליכים';
535 $strServerTabVariables = 'משתנים';
536 $strServerVars = 'משתני והגדרות שרת';
537 $strServerVersion = 'גרסת שרת';
538 $strSessionValue = 'ערך זמן חיבור (Session)';
539 $strSetEnumVal = 'אם סוג השדה הוא "enum" או "set", אנא השתמש בערכים בתבנית הבאה : \'a\',\'b\',\'c\'...<br /> אם אתה צריך להשתמש באלכסונים ("\") או בציטוט יחיד ("\'") ביחד עם הערכים האלה, הכנס לוכסן אחורי לפניהם (לדוגמא \'\\\\xyz\' or \'a\\\'b\').';
540 $strShow = 'ראייה';
541 $strShowAll = 'ראיית הכל';
542 $strShowColor = 'ראיית צבע';
543 $strShowDatadictAs = 'תבנית מידע מילון';
544 $strShowFullQueries = 'הראה שאילתות שלמות';
545 $strShowGrid = 'הראה רשת';
546 $strShowingRecords = 'מראה שורות';
547 $strShowPHPInfo = 'ראיית מידע PHP';
548 $strShowTableDimension = 'ראיית ממדים של טבלאות';
549 $strShowTables = 'ראיית טבלאות';
550 $strShowThisQuery = ' הראה את שאילתה כאן שוב ';
551 $strSingly = '(singly)';
552 $strSize = 'גודל';
553 $strSlovak = 'סלובקית';
554 $strSlovenian = 'סלובנית';
555 $strSort = 'סידור';
556 $strSpaceUsage = 'שימוש מקום';
557 $strSpanish = 'ספרדית';
558 $strSplitWordsWithSpace = 'מילים מופרדות ע"י תו רווח (" ").';
559 $strSQLExportCompatibility = 'תאימות ייצוא SQL';
560 $strSQLExportType = 'סוג ייצוא';
561 $strSQLOptions = 'אפשרויות SQL';
562 $strSQLQuery = 'שאילתת SQL';
563 $strSQLResult = 'תוצאת SQL';
564 $strSQL = 'SQL';
565 $strStatCheckTime = 'נבדק לאחרונה';
566 $strStatCreateTime = 'יצירה';
567 $strStatement = 'משפטים';
568 $strStatUpdateTime = 'עדכון אחרון';
569 $strStatus = 'מצב';
570 $strStorageEngine = 'מנוע אחסון';
571 $strStorageEngines = 'מנועי אחסון';
572 $strStrucCSV = 'CSV';
573 $strStrucData = 'מבנה ומידע';
574 $strStrucDrop = 'הוספת DROP TABLE';
575 $strStrucExcelCSV = 'CSV עבור MS Excel';
576 $strStrucNativeExcel = 'תבנית MS Excel טבעית';
577 $strStrucOnly = 'מבנה בלבד';
578 $strStructPropose = 'הצעת מבנה טבלה';
579 $strStructure = 'מבנה';
580 $strSubmit = 'שליחה';
581 $strSuccess = 'שאילתת SQL שלך בוצעה בהצלחה';
582 $strSum = 'סכום';
583 $strSwedish = 'שוודית';
584 $strSwitchToDatabase = 'מעבר למאגר נתונים שהועתק';
585 $strSwitchToTable = 'מעבר לטבלה שהועתקה';
586  
587 $strTable = 'טבלה';
588 $strTableComments = 'הערות טבלה';
589 $strTableEmpty = 'שם הטבלה ריק!';
590 $strTableHasBeenDropped = 'טבלה %s נמחקה';
591 $strTableHasBeenEmptied = 'טבלה %s רוקנה';
592 $strTableHasBeenFlushed = 'טבלה %s אופסה';
593 $strTableMaintenance = 'אחזקת טבלה';
594 $strTableOfContents = 'תוכן עניניים';
595 $strTableOptions = 'אפשרויות טבלה';
596 $strTables = '%s טבלאות';
597 $strTableStructure = 'מבנה טבלה עבור טבלה';
598 $strTableType = 'סוג טבלה';
599 $strTakeIt = 'קח זאת';
600 $strTblPrivileges = 'הרשאות ספציפיות-לטבלאות';
601 $strTextAreaLength = ' משום אורכם, <br /> השדה הזה יכול להיות בלתי עריך ';
602 $strTheme = 'תבנית / סגנון';
603 $strThisHost = 'מארח זה';
604 $strThisNotDirectory = 'זהו לא תיקייה';
605 $strTime = 'זמן';
606 $strTotal = 'סה"כ';
607 $strTotalUC = 'סה"כ';
608 $strTraditionalChinese = 'סינית מסורתית';
609 $strTraditionalSpanish = 'ספרדית מסורתית';
610 $strTraffic = 'Traffic';
611 $strTurkish = 'טורקית';
612 $strType = 'סוג';
613  
614 $strUkrainian = 'אוקראינית';
615 $strUncheckAll = 'בטל סימון הכל';
616 $strUnicode = 'Unicode';
617 $strUnique = 'ייחודי';
618 $strUnknown = 'לא ידוע';
619 $strUnselectAll = 'בטל בחירת הכל';
620 $strUpdatePrivMessage = 'אתה עדכנת הרשאות עבור %s.';
621 $strUpdateProfileMessage = 'הפרופיל עודכן בהצלחה.';
622 $strUpdateQuery = 'עדכון שאילתה';
623 $strUpgrade = 'אתה צריך לשדרג אל %s %s לפחות.';
624 $strUsage = 'שימוש';
625 $strUseBackquotes = 'צירוף תוי ציטוט (backquotes) אל שמות טבלאות ושדות';
626 $strUseHostTable = 'Use Host Table';
627 $strUser = 'משתמש';
628 $strUserAlreadyExists = 'שם המשתמש %s כבר קיים!';
629 $strUserEmpty = 'שם המשתמש ריק !';
630 $strUserName = 'שם משתמש';
631 $strUserNotFound = 'המשתמש שנבחר לא נמצא בטבלת ההרשאות.';
632 $strUserOverview = 'סקירת משתמשים';
633 $strUseTables = 'השתמש בטבלאות';
634 $strUseTextField = 'השתמש בשדה טקסט';
635 $strUseThisValue = 'השתמש בערך זה';
636  
637 $strValidateSQL = 'בדיקת תקינות SQL';
638 $strValue = 'ערך';
639 $strVar = 'משתנה';
640 $strVersionInformation = 'מידע גרסאות';
641 $strViewDump = 'ראיית הוצאה (תבנית) של טבלה';
642 $strViewDumpDatabases = 'ראיית הוצאה (תבנית) של מאגרי נתונים';
643 $strViewDumpDB = 'ראיית הוצאה (תבנית) של מאגר נתונים';
644  
645 $strWelcome = 'ברוך הבא אל %s';
646 $strWildcard = 'תו כללי';
647 $strWithChecked = 'עם הנבחרים:';
648 $strWriteRequests = 'בקשות כתיבה';
649 $strWritingCommentNotPossible = 'כתיבת הערה לא אפשרית';
650 $strWritingRelationNotPossible = 'כתיבה של יחס לא אפשרית';
651 $strWrongUser = 'שם משתמש/סיסמה שגויים. הגישה נדחתה.';
652  
653 $strXML = 'XML';
654  
655 $strYes = 'כן';
656  
657 $strZeroRemovesTheLimit = 'הערה: הגדרת אפשרויות אלו אל 0 (אפס) יבטלו את ההגבלה.';
658 $strZip = '"zipped"';
659  
660 // To translate:
661  
662 $strBrowseForeignValues = 'Browse foreign values'; //to translate
663 $strBufferPoolActivity = 'Buffer Pool Activity'; //to translate
664 $strBufferPool = 'Buffer Pool'; //to translate
665 $strBufferPoolUsage = 'Buffer Pool Usage'; //to translate
666 $strBufferReadMissesInPercent = 'Read misses in %'; //to translate
667 $strBufferReadMisses = 'Read misses'; //to translate
668 $strBufferWriteWaitsInPercent = 'Write waits in %'; //to translate
669 $strBufferWriteWaits = 'Write waits'; //to translate
670  
671 $strCentralEuropean = 'Central European'; //to translate
672 $strCzechSlovak = 'Czech-Slovak'; //to translate
673  
674 $strDisableForeignChecks = 'Disable foreign key checks'; //to translate
675  
676 $strEncloseInTransaction = 'Enclose export in a transaction'; //to translate
677  
678 $strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`'; //to translate
679 $strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`'; //to translate
680 $strInnoDBAutoextendIncrement = 'Autoextend increment'; //to translate
681 $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.'; //to translate
682 $strInnoDBBufferPoolSize = 'Buffer pool size'; //to translate
683 $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.'; //to translate
684 $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.'; //to translate
685  
686 $strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
687  
688 $strKeyname = 'Keyname'; //to translate
689 $strKill = 'Kill'; //to translate
690 $strKorean = 'Korean'; //to translate
691  
692 $strLandscape = 'Landscape'; //to translate
693 $strLatchedPages = 'Latched pages'; //to translate
694  
695 $strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause some data to be corrupted!'; //to translate
696 $strMIME_nodescription = 'No description is available for this transformation.<br />Please ask the author what %s does.'; //to translate
697 $strMIME_transformation = 'Browser transformation'; //to translate
698 $strMIME_transformation_note = 'For a list of available transformation options and their MIME type transformations, click on %stransformation descriptions%s'; //to translate
699 $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, precede it with a backslash (for example \'\\\\xyz\' or \'a\\\'b\').'; //to translate
700 $strMIME_transformation_options = 'Transformation options'; //to translate
701 $strMIMETypesForTable = 'MIME TYPES FOR TABLE'; //to translate
702 $strMIME_without = 'MIME types printed in italics do not have a separate transformation function'; //to translate
703 $strMoveTableSameNames = 'Can\'t move table to same one!'; //to translate
704 $strMultilingual = 'multilingual'; //to translate
705 $strMyISAMDataPointerSize = 'Data pointer size'; //to translate
706 $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
707 $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
708 $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation'; //to translate
709 $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
710 $strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files'; //to translate
711 $strMyISAMRecoverOptions = 'Automatic recovery mode'; //to translate
712 $strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.'; //to translate
713 $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
714 $strMyISAMRepairThreads = 'Repair threads'; //to translate
715 $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
716 $strMyISAMSortBufferSize = 'Sort buffer size'; //to translate
717  
718 $strNoActivity = 'No activity within %s seconds; please log in again'; //to translate
719 $strNoThemeSupport = 'No themes support; please check your configuration and/or your themes in directory %s.'; //to translate
720 $strNoValidateSQL = 'Skip Validate SQL'; //to translate
721 $strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>'; //to translate
722  
723 $strOperator = 'Operator'; //to translate
724 $strOverwriteExisting = 'Overwrite existing file(s)'; //to translate
725  
726 $strPasswordHashing = 'Password Hashing'; //to translate
727 $strPdfDbSchema = 'Schema of the the "%s" database - Page %s'; //to translate
728 $strPmaUriError = 'The <tt>$cfg[\'PmaAbsoluteUri\']</tt> directive MUST be set in your configuration file!'; //to translate
729 $strPrimaryKeyName = 'The name of the primary key must be "PRIMARY"!'; //to translate
730 $strPrimaryKeyWarning = '("PRIMARY" <b>must</b> be the name of and <b>only of</b> a primary key!)'; //to translate
731 $strPrivDescAlterRoutine = 'Allows altering and dropping stored routines.'; //to translate
732 $strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
733 $strPrivDescCreateUser = 'Allows creating, dropping and renaming user accounts.'; //to translate
734 $strPrivDescCreateView = 'Allows creating new views.'; //to translate
735 $strPrivDescExecute5 = 'Allows executing stored routines.'; //to translate
736 $strPrivDescExecute = 'Allows running stored procedures; has no effect in this MySQL version.'; //to translate
737 $strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
738 $strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
739 $strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
740 $strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
741 $strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
742 $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.'; //to translate
743 $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.'; //to translate
744 $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.'; //to translate
745 $strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
746 $strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
747 $strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
748 $strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
749 $strPrivDescReplClient = 'Allows the user to ask where the slaves / masters are.'; //to translate
750 $strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
751 $strPrivDescSelect = 'Allows reading data.'; //to translate
752 $strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
753 $strPrivDescShowView = 'Allows performing SHOW CREATE VIEW queries.'; //to translate
754 $strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
755 $strPrivDescSuper = 'Allows connecting, 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
756 $strPrivDescUpdate = 'Allows changing data.'; //to translate
757 $strPutColNames = 'Put fields names in the first row'; //to translate
758  
759 $strQueryOnDb = 'SQL query on database <b>%s</b>:'; //to translate
760  
761 $strReadRequests = 'Read requests'; //to translate
762 $strReferentialIntegrity = 'Check referential integrity:'; //to translate
763 $strRelationalSchema = 'Relational schema'; //to translate
764 $strRelationsForTable = 'RELATIONS FOR TABLE'; //to translate
765 $strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
766  
767 $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page'; //to translate
768 $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).'; //to translate
769 $strSelectBinaryLog = 'Select binary log to view'; //to translate
770 $strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.'; //to translate
771 $strSimplifiedChinese = 'Simplified Chinese'; //to translate
772 $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)'; //to translate
773 $strSortByKey = 'Sort by key'; //to translate
774 $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
775 $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
776 $strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
777 $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
778 $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
779  
780 $strThai = 'Thai'; //to translate
781 $strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
782 $strToggleScratchboard = 'Toggle scratchboard'; //to translate
783 $strTransformation_application_octetstream__download = 'Displays a link to download the binary data of the field. You can use the first option to specify the filename, or use the second option as the name of a field which contains the filename. If you use the second option, you need to set the first option to the empty string.'; //to translate
784 $strTransformation_application_octetstream__hex = 'Displays hexadecimal representation of data.'; //to translate
785 $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail. The options are the maximum width and height in pixels. The original aspect ratio is preserved.'; //to translate
786 $strTransformation_image_jpeg__link = 'Displays a link to download this image.'; //to translate
787 $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
788 $strTransformation_text_plain__dateformat = 'Displays a TIME, TIMESTAMP or DATETIME field according to your local date/time format. 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; see the documentation for PHP\'s strftime() function.'; //to translate
789 $strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds it the field data via standard input. Returns the standard output of the application. The default is Tidy, to pretty-print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and list the tools you want to make available. The first option is then the number of the program you want to use and the second option is the parameters for the program. The third option, if set to 1, will convert the output using htmlspecialchars() (Default 1). The fourth option, if set to 1, will prevent wrapping and ensure that the output appears all on one line (Default 1).'; //to translate
790 $strTransformation_text_plain__formatted = 'Displays the contents of the field as-is, without running it through htmlspecialchars(). That is, the field is assumed to contain valid HTML.'; //to translate
791 $strTransformation_text_plain__imagelink = 'Displays an image and a link; the field contains the filename. The first option is a URL prefix like "http://www.example.com/". The second and third options are the width and the height in pixels.'; //to translate
792 $strTransformation_text_plain__link = 'Displays a link; the field contains the filename. The first option is a URL prefix like "http://www.example.com/". The second option is a title for the link.'; //to translate
793 $strTransformation_text_plain__substr = 'Displays a part of a string. The first option is the number of characters to skip from the beginning of the string (Default 0). The second option is the number of characters to return (Default: until end of string). The third option is the string to append and/or prepend when truncation occurs (Default: "...").'; //to translate
794 $strTruncateQueries = 'Truncate Shown Queries'; //to translate
795  
796 $strUpdComTab = 'Please see the documentation on how to update your column_comments table'; //to translate
797 $strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
798 $strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
799 $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere'; //to translate
800  
801 $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
802 $strViewHasBeenDropped = 'View %s has been dropped'; //to translate
803 $strView = 'View'; //to translate
804  
805 $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
806 $strWebServerUploadDirectory = 'web server upload directory'; //to translate
807 $strWestEuropean = 'West European'; //to translate
808 $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window, or your browser\'s security settings are configured to block cross-window updates.'; //to translate
809  
810 $strInvalidAuthMethod = 'Invalid authentication method set in configuration:'; //to translate
811 $strRunSQLQueryOnServer = 'Run SQL query/queries on server %s'; //to translate
812 $strCSV = 'CSV'; //to translate
813 $strImport = 'Import'; //to translate
814 $strImportFormat = 'Format of imported file'; //to translate
815 $strFileToImport = 'File to import'; //to translate
816 $strCompressionWillBeDetected = 'Imported file compression will be automatically detected from: %s'; //to translate
817 $strCanNotLoadImportPlugins = 'Could not load import plugins, please check your installation!'; //to translate
818 $strCSVImportOptions = 'CSV options'; //to translate
819 $strPartialImport = 'Partial import'; //to translate
820 $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
821 $strTimeoutPassed = 'Script timeout passed, if you want to finish import, please resubmit same file and import will resume.'; //to translate
822 $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
823 $strTimeoutInfo = 'Previous import timed out, after resubmitting will continue from position %d.'; //to translate
824 $strUnsupportedCompressionDetected = 'You attempted to load file with unsupported compression (%s). Either support for it is not implemented or disabled by your configuration.'; //to translate
825 $strNothingToImport = 'You didn\'t enter any data to import!'; //to translate
826 $strIgnoreDuplicates = 'Ignore duplicate rows'; //to translate
827 $strSkipQueries = 'Number of records(queries) to skip from start'; //to translate
828 $strInvalidColumn = 'Invalid column (%s) specified!'; //to translate
829 $strNoFilesFoundInZip = 'No files found inside ZIP archive!'; //to translate
830 $strErrorInZipFile = 'Error in ZIP archive:'; //to translate
831 $strFlushQueryCache = 'Flush query cache'; //to translate
832 $strFlushTables = 'Flush (close) all tables'; //to translate
833 $strHandler = 'Handler'; //to translate
834 $strJoins = 'Joins'; //to translate
835 $strKeyCache = 'Key cache'; //to translate
836 $strMaxConnects = 'max. concurrent connections'; //to translate
837 $strQueryCache = 'Query cache'; //to translate
838 $strReplication = 'Replication'; //to translate
839 $strServerStatusDelayedInserts = 'Delayed inserts'; //to translate
840 $strShowOpenTables = 'Show open tables'; //to translate
841 $strShowSlaveHosts = 'Show slave hosts'; //to translate
842 $strShowSlaveStatus = 'Show slave status'; //to translate
843 $strShowStatusReset = 'Reset'; //to translate
844 $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
845 $strShowStatusBinlog_cache_useDescr = 'The number of transactions that used the temporary binary log cache.'; //to translate
846 $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
847 $strShowStatusCreated_tmp_filesDescr = 'How many temporary files mysqld has created.'; //to translate
848 $strShowStatusCreated_tmp_tablesDescr = 'The number of in-memory temporary tables created automatically by the server while executing statements.'; //to translate
849 $strShowStatusDelayed_errorsDescr = 'The number of rows written with INSERT DELAYED for which some error occurred (probably duplicate key).'; //to translate
850 $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
851 $strShowStatusDelayed_writesDescr = 'The number of INSERT DELAYED rows written.'; //to translate
852 $strShowStatusFlush_commandsDescr = 'The number of executed FLUSH statements.'; //to translate
853 $strShowStatusHandler_commitDescr = 'The number of internal COMMIT statements.'; //to translate
854 $strShowStatusHandler_deleteDescr = 'The number of times a row was deleted from a table.'; //to translate
855 $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
856 $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
857 $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
858 $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
859 $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
860 $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
861 $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
862 $strShowStatusHandler_rollbackDescr = 'The number of internal ROLLBACK statements.'; //to translate
863 $strShowStatusHandler_updateDescr = 'The number of requests to update a row in a table.'; //to translate
864 $strShowStatusHandler_writeDescr = 'The number of requests to insert a row in a table.'; //to translate
865 $strShowStatusInnodb_buffer_pool_pages_dataDescr = 'The number of pages containing data (dirty or clean).'; //to translate
866 $strShowStatusInnodb_buffer_pool_pages_dirtyDescr = 'The number of pages currently dirty.'; //to translate
867 $strShowStatusInnodb_buffer_pool_pages_flushedDescr = 'The number of buffer pool pages that have been requested to be flushed.'; //to translate
868 $strShowStatusInnodb_buffer_pool_pages_freeDescr = 'The number of free pages.'; //to translate
869 $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
870 $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
871 $strShowStatusInnodb_buffer_pool_pages_totalDescr = 'Total size of buffer pool, in pages.'; //to translate
872 $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
873 $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
874 $strShowStatusInnodb_buffer_pool_read_requestsDescr = 'The number of logical read requests InnoDB has done.'; //to translate
875 $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
876 $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
877 $strShowStatusInnodb_buffer_pool_write_requestsDescr = 'The number writes done to the InnoDB buffer pool.'; //to translate
878 $strShowStatusInnodb_data_fsyncsDescr = 'The number of fsync() operations so far.'; //to translate
879 $strShowStatusInnodb_data_pending_fsyncsDescr = 'The current number of pending fsync() operations.'; //to translate
880 $strShowStatusInnodb_data_pending_readsDescr = 'The current number of pending reads.'; //to translate
881 $strShowStatusInnodb_data_pending_writesDescr = 'The current number of pending writes.'; //to translate
882 $strShowStatusInnodb_data_readDescr = 'The amount of data read so far, in bytes.'; //to translate
883 $strShowStatusInnodb_data_readsDescr = 'The total number of data reads.'; //to translate
884 $strShowStatusInnodb_data_writesDescr = 'The total number of data writes.'; //to translate
885 $strShowStatusInnodb_data_writtenDescr = 'The amount of data written so far, in bytes.'; //to translate
886 $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
887 $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
888 $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
889 $strShowStatusInnodb_log_write_requestsDescr = 'The number of log write requests.'; //to translate
890 $strShowStatusInnodb_log_writesDescr = 'The number of physical writes to the log file.'; //to translate
891 $strShowStatusInnodb_os_log_fsyncsDescr = 'The number of fsyncs writes done to the log file.'; //to translate
892 $strShowStatusInnodb_os_log_pending_fsyncsDescr = 'The number of pending log file fsyncs.'; //to translate
893 $strShowStatusInnodb_os_log_pending_writesDescr = 'Pending log file writes.'; //to translate
894 $strShowStatusInnodb_os_log_writtenDescr = 'The number of bytes written to the log file.'; //to translate
895 $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
896 $strShowStatusInnodb_pages_createdDescr = 'The number of pages created.'; //to translate
897 $strShowStatusInnodb_pages_readDescr = 'The number of pages read.'; //to translate
898 $strShowStatusInnodb_pages_writtenDescr = 'The number of pages written.'; //to translate
899 $strShowStatusInnodb_row_lock_current_waitsDescr = 'The number of row locks currently being waited for.'; //to translate
900 $strShowStatusInnodb_row_lock_timeDescr = 'The total time spent in acquiring row locks, in milliseconds.'; //to translate
901 $strShowStatusInnodb_row_lock_time_avgDescr = 'The average time to acquire a row lock, in milliseconds.'; //to translate
902 $strShowStatusInnodb_row_lock_time_maxDescr = 'The maximum time to acquire a row lock, in milliseconds.'; //to translate
903 $strShowStatusInnodb_row_lock_waitsDescr = 'The number of times a row lock had to be waited for.'; //to translate
904 $strShowStatusInnodb_rows_deletedDescr = 'The number of rows deleted from InnoDB tables.'; //to translate
905 $strShowStatusInnodb_rows_insertedDescr = 'The number of rows inserted in InnoDB tables.'; //to translate
906 $strShowStatusInnodb_rows_readDescr = 'The number of rows read from InnoDB tables.'; //to translate
907 $strShowStatusInnodb_rows_updatedDescr = 'The number of rows updated in InnoDB tables.'; //to translate
908 $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
909 $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
910 $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
911 $strShowStatusKey_read_requestsDescr = 'The number of requests to read a key block from the cache.'; //to translate
912 $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
913 $strShowStatusKey_write_requestsDescr = 'The number of requests to write a key block to the cache.'; //to translate
914 $strShowStatusKey_writesDescr = 'The number of physical writes of a key block to disk.'; //to translate
915 $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
916 $strShowStatusNot_flushed_delayed_rowsDescr = 'The number of rows waiting to be written in INSERT DELAY queues.'; //to translate
917 $strShowStatusOpen_filesDescr = 'The number of files that are open.'; //to translate
918 $strShowStatusOpen_streamsDescr = 'The number of streams that are open (used mainly for logging).'; //to translate
919 $strShowStatusOpen_tablesDescr = 'The number of tables that are open.'; //to translate
920 $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
921 $strShowStatusQcache_free_blocksDescr = 'The number of free memory blocks in query cache.'; //to translate
922 $strShowStatusQcache_free_memoryDescr = 'The amount of free memory for query cache.'; //to translate
923 $strShowStatusQcache_hitsDescr = 'The number of cache hits.'; //to translate
924 $strShowStatusQcache_insertsDescr = 'The number of queries added to the cache.'; //to translate
925 $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
926 $strShowStatusQcache_not_cachedDescr = 'The number of non-cached queries (not cachable, or not cached due to the query_cache_type setting).'; //to translate
927 $strShowStatusQcache_queries_in_cacheDescr = 'The number of queries registered in the cache.'; //to translate
928 $strShowStatusQcache_total_blocksDescr = 'The total number of blocks in the query cache.'; //to translate
929 $strShowStatusRpl_statusDescr = 'The status of failsafe replication (not yet implemented).'; //to translate
930 $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
931 $strShowStatusSelect_full_range_joinDescr = 'The number of joins that used a range search on a reference table.'; //to translate
932 $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
933 $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
934 $strShowStatusSelect_scanDescr = 'The number of joins that did a full scan of the first table.'; //to translate
935 $strShowStatusSlave_open_temp_tablesDescr = 'The number of temporary tables currently open by the slave SQL thread.'; //to translate
936 $strShowStatusSlave_retried_transactionsDescr = 'Total (since startup) number of times the replication slave SQL thread has retried transactions.'; //to translate
937 $strShowStatusSlave_runningDescr = 'This is ON if this server is a slave that is connected to a master.'; //to translate
938 $strShowStatusSlow_launch_threadsDescr = 'The number of threads that have taken more than slow_launch_time seconds to create.'; //to translate
939 $strShowStatusSlow_queriesDescr = 'The number of queries that have taken more than long_query_time seconds.'; //to translate
940 $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
941 $strShowStatusSort_rangeDescr = 'The number of sorts that were done with ranges.'; //to translate
942 $strShowStatusSort_rowsDescr = 'The number of sorted rows.'; //to translate
943 $strShowStatusSort_scanDescr = 'The number of sorts that were done by scanning the table.'; //to translate
944 $strShowStatusTable_locks_immediateDescr = 'The number of times that a table lock was acquired immediately.'; //to translate
945 $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
946 $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
947 $strShowStatusThreads_connectedDescr = 'The number of currently open connections.'; //to translate
948 $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
949 $strShowStatusThreads_runningDescr = 'The number of threads that are not sleeping.'; //to translate
950 $strSorting = 'Sorting'; //to translate
951 $strTempData = 'Temporary data'; //to translate
952 $strThreads = 'Threads'; //to translate
953 $strLDI = 'CSV using LOAD DATA'; //to translate
954 $strLDILocal = 'Use LOCAL keyword'; //to translate
955 $strLDIImportOptions = 'Options for CSV import using LOAD DATA'; //to translate
956 $strInvalidLDIImport = 'This plugin does not support compressed imports!'; //to translate
957 $strTableAlreadyExists = 'Table %s already exists!'; //to translate
958 $strTransactionCoordinator = 'Transaction coordinator'; //to translate
959 $strNumberOfFields = 'מספר שדות';
960 $strShowingBookmark = 'Showing bookmark'; //to translate
961 $strUploadLimit = 'You probably tried to upload too large file. Please refer to %sdocumentation%s for ways to workaround this limit.'; //to translate
962 $strDeleteNoUsersSelected = 'No users selected for deleting!'; //to translate
963 $strPrivDescMaxUserConnections = 'Limits the number of simultaneous connections the user may have.'; //to translate
964 $strMaximalQueryLength = 'Maximal length of created query'; //to translate
965 $strBookmarkCreated = 'Bookmark %s created'; //to translate
966 $strBookmarkReplace = 'Replace existing bookmark of same name'; //to translate
967 $strTransformation_text_plain__sql = 'Formats text as SQL query with syntax highlighting.'; //to translate
968 $strEsperanto = 'Esperanto'; //to translate
969 $strInvalidServerIndex = 'Invalid server index: "%s"'; //to translate
970 $strInvalidServerHostname = 'Invalid hostname for server %1$s. Please review your configuration.'; //to translate
971 $strFileNameTemplateDescriptionTable = 'table name'; //to translate
972 $strFileNameTemplateDescriptionDatabase = 'database name'; //to translate
973 $strFileNameTemplateDescriptionServer = 'server name'; //to translate
974 $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
975 $strProtocolVersion = 'Protocol version'; //to translate
976 $strMysqlClientVersion = 'MySQL client version'; //to translate
977 $strUsedPhpExtensions = 'Used PHP extensions'; //to translate
978 $strOpenNewWindow = 'Open new phpMyAdmin window'; //to translate
979 $strLanguageUnknown = 'Unknown language: %1$s.'; //to translate
980 $strLanguageFileNotFound = 'Language file "%1$s" not found.'; //to translate
981 $strThemeNoPreviewAvailable = 'No preview available.'; //to translate
982 $strConfigDefaultFileError = 'Could not load default configuration from: "%1$s"'; //to translate
983 $strPDF = 'PDF'; //to translate
984 $strPDFOptions = 'PDF options'; //to translate
985 $strPDFReportTitle = 'Report title'; //to translate
986 $strInvalidCSVParameter = 'Invalid parameter for CSV import: %s'; //to translate
987 $strInvalidCSVFieldCount = 'Invalid field count in CSV input on line %d.'; //to translate
988 $strInvalidCSVFormat = 'Invalid format of CSV input on line %d.'; //to translate
989 $strImportSuccessfullyFinished = 'Import has been successfully finished, %d queries executed.'; //to translate
990 $strThemeNotFound = 'Theme %s not found!'; //to translate
991 $strThemeDefaultNotFound = 'Default theme %s not found!'; //to translate
992 $strThemeNoValidImgPath = 'No valid image path for theme %s found!'; //to translate
993 $strThemePathNotFound = 'Theme path not found for theme %s!'; //to translate
994 $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
995 $strSQLImportOptions = 'SQL options'; //to translate
996 $strBrowseDistinctValues = 'Browse distinct values'; //to translate
997 $strStatisticsOverrun = 'On a busy server, the byte counters may overrun, so those statistics as reported by the MySQL server may be incorrect.'; //to translate
998 $strViewMaxExactCount = 'This view has more than %s rows. Please refer to %sdocumentation%s.'; //to translate
999 ?>