going rc2
[phpmyadmin/crack.git] / lang / georgian-utf-8.inc.php3
blob5da7193e942a2a8fe189222952f67402268160a3
1 <?php
2 /* $Id$ */
4 /**
5 * Translation by Kakha Mchedlidze <kakha at qartuli.com>
7 * It requires some special Unicode font faces that can downloaded at
8 * http://www.main.osgf.ge/eng/dounen.htm
9 * http://www.osgf.ge/resources/fonts/sylfaen.zip
12 $charset = "utf-8";
13 $text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
14 $left_font_family = "Sylfaen";
15 $right_font_family = "Sylfaen";
16 $number_thousands_separator = " ";
17 $number_decimal_separator = ",";
18 // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
19 $byteUnits = array("ბაიტი", "KB", "MB", "GB");
21 $day_of_week = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
22 $month = array('Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec');
23 // See http://www.php.net/manual/en/function.strftime.php to define the
24 // variable below
25 $datefmt = '%B %d, %Y at %I:%M %p';
27 $strAccessDenied = 'აკრძალულია';
28 $strAction = 'მოქმედება';
29 $strAddDeleteColumn = 'დაამატე/წაშალე სვეტის ველები';
30 $strAddDeleteRow = 'დაამატე/წაშალე სტრიქონის კრიტერია';
31 $strAddNewField = 'ახალი ველის დამატება.';
32 $strAddPriv = 'ახალი პრივილეგიის დამატება.';
33 $strAddPrivMessage = 'თქვენ დაამატეთ ახალი პრივილეგია.';
34 $strAddSearchConditions = 'ძებნის პარამეტრების დამატება ("where" ნაწილის ტანი):';
35 $strAddToIndex = '&nbsp;%s&nbsp;ამ ინდექსში სვეტის(სვეტების) დამატება';
36 $strAddUser = 'ახალი მომხმარებლის დამატება.';
37 $strAddUserMessage = 'თქვენ დაამატეთ ახალი მომხმარებელი.';
38 $strAffectedRows = 'გააქტიურებული რიგები:';
39 $strAfter = '%s შემდეგ';
40 $strAfterInsertBack = 'წინა გვერდზე დაბრუნება';
41 $strAfterInsertNewInsert = 'ახალი სვეტის ჩამატება';
42 $strAll = 'ყველა';
43 $strAlterOrderBy = 'შეცვლილი ცხრილი სორტირებული';
44 $strAnalyzeTable = 'ცხრილის ანალიზი';
45 $strAnd = 'და';
46 $strAnIndex = 'ინდექსი დამატებულია ველზე %s';
47 $strAny = 'ნებისმიერი.';
48 $strAnyColumn = 'ნებისმიერი სვეტი';
49 $strAnyDatabase = 'ნებისმიერი მონაცემთა ბაზა';
50 $strAnyHost = 'ნებისმიერი ჰოსტი';
51 $strAnyTable = 'ნებისმიერი ცხრილი';
52 $strAnyUser = 'ნებისმიერი მომხმარებელი';
53 $strAPrimaryKey = 'პირველადი გასაღები დამატებულია ველზე %s';
54 $strAscending = 'ამომავალი';
55 $strAtBeginningOfTable = 'ცხრილის დასაწყისში';
56 $strAtEndOfTable = 'ცხრილის დასასრულში';
57 $strAttr = 'ატრიბუტები';
59 $strBack = 'უკან';
60 $strBinary = 'ბინარული';
61 $strBinaryDoNotEdit = 'ბინარული - არ რედაქტირდება';
62 $strBookmarkDeleted = 'სანიშნი წაიშალა.';
63 $strBookmarkLabel = 'ჭდე';
64 $strBookmarkQuery = 'SQL-შეკითხვის(მოთხოვნის) სანიშნი';
65 $strBookmarkThis = 'მოცემული SQL-შეკითხვის(მოთხოვნის) სანიშნი';
66 $strBookmarkView = 'მხოლოდ დათვალიერება';
67 $strBrowse = 'ნახვა';
68 $strBzip = '"bzip შეკუმშვა"';
70 $strCantLoadMySQL = 'MySQL გაფართოება არ ჩაიტვირტა,<br />გთხოვთ შეამოწმეთ PHP კონფიგურაცია.';
71 $strCantLoadRecodeIconv = 'ვერ ჩაიტვირთა iconv,რაც საჭიროა charset-ის ასამუშავებლად, შეცვალეთ php-ს კონფიგურირება თუ გინდათ ამ ფუნქციის გამოყენება, ან გამორთეთ charset ფუნქცია phpMyAdmin-ში';
72 $strCantRenameIdxToPrimary = 'PRIMARY-ში ინდექსის სახელის შეცვლა შეუძლებელია!';
73 $strCantUseRecodeIconv = 'iconv-ს ან libiconv-ს და recode_string-ს ვერ იყენებს, მაშინ როდესაც ფუნქცია ჩატვირთულია. შეამოწმეთ php კონფიგურაცია.';
74 $strCardinality = 'ელემენტების რაოდენობა';
75 $strCarriage = 'კურსორის გადატანა: \\r';
76 $strChange = 'შეცვლა';
77 $strChangeDisplay = 'აირჩიეთ მონაცემი გვერდზე გამოსაჩენად';
78 $strChangePassword = 'შეცვალე პაროლი';
79 $strCheckAll = 'მონიშნე ყველა';
80 $strCheckDbPriv = 'შეამოწმეთ მონაცემთა ბაზის პრივილეგიები';
81 $strCheckTable = 'ცხრილის შემოწმება';
82 $strChoosePage = 'აირჩიეთ გვერდი რედაქტირებისთვის';
83 $strColumn = 'სვეტი';
84 $strColumnNames = 'სვეტის სახელები';
85 $strComments = 'კომენტარი';
86 $strCompleteInserts = 'სრულყოფილი ჩამატება';
87 $strConfigFileError = 'phpMyAdmin-მა ვერ შეძლო კონფიგურაციის ფაილის წაკითხვა!<br/>ეს მაშინ ხდება თუ php-მ იპოვა parse შეცდომა, ან php-მ ვერ იპოვა ფაილი.<br />გამოიძახეთ კონფიგურაციის ფაილი და ქვევით ჩამოწერილი შეცდომები გაასწორეთ. უმეტეს შემთხვევაში წერტილ-მძიმე აკლია ხოლმე.<br />თუ ცარიელი გვერდი ჩამოიტვირთა, ესეიგი ყველაფერი რიგზეა.';
88 $strConfigureTableCoord = 'საჭიროა %s ცხრილის კოორდინატების კონფიგურირება';
89 $strConfirm = 'თქვენ დარწმუნებული ხართ რომ გინდათ ამის გაკეთება?';
90 $strCookiesRequired = 'ამ ადგილის შემდეგ Cookies უნდა ჩართოთ.';
91 $strCopyTable = 'ცხრილის კოპირება (ბაზა<b>.</b>ცხრილი):';
92 $strCopyTableOK = 'ცხრილი %s კოპირებულია %s ცხრილში.';
93 $strCreate = 'შექმნა';
94 $strCreateIndex = '&nbsp;%s&nbsp;ინდექსის შექმნა სვეტებზე';
95 $strCreateIndexTopic = 'ახალი ინდექსის შექმნა';
96 $strCreateNewDatabase = 'ახალი მონაცემთა ბაზის შექმნა';
97 $strCreateNewTable = 'მონაცემთა ბაზაში ახალი ცხრილის შექმნა %s';
98 $strCreatePage = 'შექმენი ახალი გვერდი';
99 $strCriteria = 'კრიტერია';
101 $strData = 'მონაცემები';
102 $strDatabase = 'მონაცემთა ბაზა ';
103 $strDatabaseHasBeenDropped = 'მონაცემთა ბაზა %s წაიშალა.';
104 $strDatabases = 'ბაზები';
105 $strDatabasesStats = 'მონაცემთა ბაზის სტატისტიკა';
106 $strDatabaseWildcard = 'მონაცემთა ბაზა (wildcards allowed):';
107 $strDataOnly = 'მხოლოდ მონაცემები';
108 $strDefault = 'ავტო მნიშვნელობა';
109 $strDelete = 'წაშლა';
110 $strDeleted = 'სტრიქონი წაიშალა';
111 $strDeletedRows = 'სტრიქონები წაიშალა:';
112 $strDeleteFailed = 'წაშლილი ველი!';
113 $strDeleteUserMessage = 'თქვენ წაშალეთ მომხმარებელი %s.';
114 $strDescending = 'შუთავსებელი';
115 $strDisplay = 'აჩვენე';
116 $strDisplayOrder = 'დათვალიერების წესი:';
117 $strDisplayPDF = 'PDF სქემის ჩვენება';
118 $strDoAQuery = 'შეასრულე "მოთხოვნა მაგალითის მოხედვით" (ნებისმიერი სიმბოლოს აღმნიშვნელია: "%")';
119 $strDocu = 'დოკუმენტაცია';
120 $strDoYouReally = 'დარწმუნებული ხართ, რომ გინდათ ';
121 $strDrop = 'წაშლა';
122 $strDropDB = 'წაშალე მონაცემთა ბაზა %s';
123 $strDropTable = 'სვეტის წაშლა';
124 $strDumpingData = 'მონაცემები ცხრილიდან ';
125 $strDynamic = 'დინამიური';
127 $strEdit = 'შესწორება';
128 $strEditPDFPages = 'PDF გვერდების რედაქტირება';
129 $strEditPrivileges = 'პრივილეგიების რედაქტირება';
130 $strEffective = 'ეფექტური';
131 $strEmpty = 'ცარიელი';
132 $strEmptyResultSet = 'MySQL-ის მიერ დააბრუნებული ჩანაწერების რაოდენობაა 0.';
133 $strEnd = 'დასასრული';
134 $strEnglishPrivileges = ' შენიშვნა: MySQL-ის პრივილეგიები ენიჭება ინგლისურად ';
135 $strError = 'შეცდომა';
136 $strExport = 'ექსპორტი';
137 $strExtendedInserts = 'ჩამატების გაფართოება';
138 $strExtra = 'სხვა';
140 $strField = 'ველი';
141 $strFieldHasBeenDropped = 'ველი %s წაიშალა';
142 $strFields = 'ველები';
143 $strFieldsEmpty = ' ველების მთვლელი ცარიელია! ';
144 $strFieldsEnclosedBy = 'ველები ჩაკეტილია by';
145 $strFieldsEscapedBy = 'ველები გახსნილია by';
146 $strFieldsTerminatedBy = 'ველები განცალკავებულია by';
147 $strFixed = 'გამართულია';
148 $strFlushTable = 'კეში გადატანა ("FLUSH") ცხრილში';
149 $strFormat = 'ფორმატი';
150 $strFormEmpty = 'საჭიროა ფორმის აღმნიშვნელები!';
151 $strFullText = 'სრული ტექსტი';
152 $strFunction = 'ფუნქცია';
154 $strGenBy = 'შექმნილია by';
155 $strGenTime = 'შექმნის დრო';
156 $strGo = 'შესრულება';
157 $strGrants = 'უფლებები';
158 $strGzip = '"gzip-ში შეკუმშვა"';
160 $strHasBeenAltered = 'შეიცვალა.';
161 $strHasBeenCreated = 'შეიქმნა.';
162 $strHaveToShow = 'თქვენ ერთი ცხრილი მაინც უნდა აირჩიოთ';
163 $strHome = 'დასაწყისი';
164 $strHomepageOfficial = 'phpMyAdmin ოფიციალური ვებგვერდი';
165 $strHomepageSourceforge = 'Sourceforge phpMyAdmin Download გვერდი';
166 $strHost = 'ჰოსტი';
167 $strHostEmpty = 'ჰოსტის სახელი ცარიელია!';
169 $strIdxFulltext = 'სრული ტექსტი';
170 $strIfYouWish = 'თუ თქვენ მხოლოდ რამოდენიმე სვეტის მონაცემების ჩატვირთვა, მიუთითეთ მძიმეებით გამოყოფილი ველების ჩამონათვალი.';
171 $strIgnore = 'იგნორირება';
172 $strIndex = 'ინდექსირება';
173 $strIndexes = 'ინდექსები';
174 $strIndexHasBeenDropped = 'ინდექსი %s წაიშალა';
175 $strIndexName = 'ინდექსის სახელი&nbsp;:';
176 $strIndexType = 'ინდექსის ტიპი&nbsp;:';
177 $strInsert = 'დამატება';
178 $strInsertAsNewRow = 'დამატება ახალ ჩანაწერად';
179 $strInsertedRows = 'სტრიქონების დამატება:';
180 $strInsertNewRow = 'დაამატე ახალი სტრიქონი';
181 $strInsertTextfiles = 'ჩაამატე ტექსტური ფაილები ცხრილში';
182 $strInstructions = 'ინსტრუქცია';
183 $strInUse = 'გამოყენებულია';
184 $strInvalidName = '"%s" ეს რეგისტირებული სიტყვაა, შენ არ შეგიძლიათ ის გამოიყენო მონაცემთა ბაზის/ცხრილის/ველის სახელად.';
186 $strKeepPass = 'არ შეცვალო ეს პაროლი';
187 $strKeyname = 'Keyname';
188 $strKill = 'Kill';
190 $strLength = 'სიგრძე';
191 $strLengthSet = 'სიგრძე/მნიშვნელობა*';
192 $strLimitNumRows = 'სტრიქონის რაოდენობა თითოეულ გვერდზე';
193 $strLineFeed = 'ახალი ხაზი: \\n';
194 $strLines = 'სტრიქონები(ჩანაწერები) ';
195 $strLinesTerminatedBy = 'სტრიქონები დაყოფილია by';
196 $strLinkNotFound = 'ლინკი ვერ ვიპოვე';
197 $strLinksTo = 'ლინკები';
198 $strLocationTextfile = 'მიუთითეთ ტექსტური ფაილის მდებარეობა';
199 $strLogin = 'ლოგინი';
200 $strLogout = 'გასვლა';
201 $strLogPassword = 'პაროლი:';
202 $strLogUsername = 'სახელი:';
204 $strMissingBracket = 'ბრჭყალები არ არსებობს';
205 $strModifications = 'ცვლილებები შენახულია';
206 $strModify = 'შეცვალე';
207 $strModifyIndexTopic = 'ინდექსის შეცვლა';
208 $strMoveTable = 'გადაიტანე ცხრილები (მონაცემთა ბაზა<b>.</b>ცხრილი):';
209 $strMoveTableOK = 'ცხრილი %s გადატანილია %s ში.';
210 $strMySQLCharset = 'MySQL Charset-ი';
211 $strMySQLReloaded = 'MySQL გადაიტვირთა.';
212 $strMySQLSaid = 'MySQL-მა თქვა: ';
213 $strMySQLServerProcess = 'MySQL %pma_s1% მუშაობს on %pma_s2% როგორც %pma_s3%';
214 $strMySQLShowProcess = 'პროცესების შვენება';
215 $strMySQLShowStatus = 'MySQL მონაცემთა ბაზის მდგომარეობის ჩვენება';
216 $strMySQLShowVars = 'MySQL მონაცემთა ბაზის სისტემური ცვლადები';
218 $strName = 'სახელი';
219 $strNext = 'შემდეგი';
220 $strNo = 'არა';
221 $strNoDatabases = 'ცარიელია';
222 $strNoDescription = 'შინაარსი არ არის';
223 $strNoDropDatabases = '"DROP DATABASE" ოპერატორები გათიშულია.';
224 $strNoFrames = 'phpMyAdmin-თან სამუშაოდ საჭიროა ისეთი ბროუზერი რომელიც <b>ფრეიმებთან</b> მუშაობს.';
225 $strNoIndex = 'ინდექსი არ არსებობს!';
226 $strNoIndexPartsDefined = 'ინდექსის ნაწილები არ არსებობს!';
227 $strNoModification = 'ცვლილებები არ მომხდარა';
228 $strNone = 'არა';
229 $strNoPassword = 'არ არის პარილი';
230 $strNoPhp = 'PHP კოდის გარეშე';
231 $strNoPrivileges = 'არ არის პრივილეგიები';
232 $strNoQuery = 'SQL შეკითხვა არ არსებობს!';
233 $strNoRights = 'თქვენ არაგაქვთ ამის უფლება!';
234 $strNoTablesFound = 'მონაცემთა ბაზა არ შეიცავს ცხრილებს.';
235 $strNotNumber = 'ეს რიცხვი არაა!';
236 $strNotSet = '<b>%s</b> ცხრილი ვერ ვიპვე ან უწესრიგობაა %s-ში';
237 $strNotValidNumber = ' სტრიქონების მიუწვდომელი რაოდენობა!';
238 $strNoUsersFound = 'მომხმარებელი არ არის ნაპოვნი.';
239 $strNull = 'ნული';
240 $strNumSearchResultsInTable = '%s შესაბამისობა ცხრილის შიგნით<i>%s</i>';
241 $strNumSearchResultsTotal = '<b>სულ:</b> <i>%s</i> შესაბამისობა';
243 $strOftenQuotation = 'ველების მნიშვნელობები მოთავსდება ამ სიმბოლოებში OPTIONALLY ნიშნავს რომ მხოლოდ char და varchar ტიპის ველების მნიშვნელობები მოთავსდება მითითებულ სიმბოლოებში.';
244 $strOperations = 'ოპერაციები';
245 $strOptimizeTable = 'ცხრილის ოპტიმიზაცია';
246 $strOptionalControls = 'არააუცილებელია. განსაზღვრავს როგორ უნდა იქნას ჩაწერილი და წაკითხული სპეციალური სიმბოლოები.';
247 $strOptionally = 'აქრჩევანის მიხედვით';
248 $strOptions = 'ოფციები';
249 $strOr = 'ან';
250 $strOverhead = 'ზედმეტი';
252 $strPageNumber = 'გვერდის ნომერი:';
253 $strPartialText = 'ტექსტების ნაწილი';
254 $strPassword = 'პაროლი';
255 $strPasswordEmpty = 'პაროლი ცარიელია!';
256 $strPasswordNotSame = 'პაროლები განსხვავდება!';
257 $strPdfDbSchema = '"%s"-ს სქემა %s მონაცემთა ბაზაში';
258 $strPdfInvalidPageNum = 'PDF გვერდების რაოდენობა გაურკვეველია!';
259 $strPdfInvalidTblName = 'The "%s" table does not exist!';
260 $strPhp = 'PHP კოდის შექმნა';
261 $strPHPVersion = 'PHP ვერსია';
262 $strPmaDocumentation = 'phpMyAdmin-ის დოკუმენტაცია';
263 $strPmaUriError = 'დირექტივა <tt>$cfgPmaAbsoluteUri</tt> უნდა დაყენდეს კონფიგურაციის ფაილში!';
264 $strPos1 = 'დასაწყისი';
265 $strPrevious = 'წინა';
266 $strPrimary = 'პირველადი';
267 $strPrimaryKey = 'პირველადი ველი';
268 $strPrimaryKeyHasBeenDropped = 'პირველი გასაღები წაშლილია';
269 $strPrimaryKeyName = 'პირველი გასაღების სახელი უნდა იყოს PRIMARY!';
270 $strPrimaryKeyWarning = '("PRIMARY" <b>უნდა იყოს მხოლოდ</b> პირველი გასაღების სახელი!)';
271 $strPrintView = 'ბეჭდვისთვის';
272 $strPrivileges = 'პრივილეგიები';
273 $strProperties = 'თვისებები';
275 $strQBE = 'ამორჩევა მაგალითის მიხედვით';
276 $strQBEDel = 'წაშლა';
277 $strQBEIns = 'დამატება';
278 $strQueryOnDb = 'SQL-შეკითხვა <b>%s</b> მონაცემთა ბაზაში:';
280 $strRecords = 'ჩანაწერები';
281 $strReferentialIntegrity = 'მონაცემთა შემოწმება:';
282 $strRelationView = 'ურთიერთობათა სახე';
283 $strReloadFailed = 'MySQL წარუმატებლად გადაიტვირთა.';
284 $strReloadMySQL = 'MySQL-ის გადატვირთვა';
285 $strRememberReload = 'არ დაგავიწყდეთ სერვერის გადატვირთვა.';
286 $strRenameTable = 'სახელის შეცვლა';
287 $strRenameTableOK = 'ცხრილი %s გადაკეთდა %s-დ';
288 $strRepairTable = 'ცხრილის აღდგენა';
289 $strReplace = 'შეცვლა';
290 $strReplaceTable = 'შეცვალე ცხრილი მონაცემებით შემდეგი ფაილიდან';
291 $strReset = 'საწყისი მნიშვნელობები';
292 $strReType = 'დამოწმება';
293 $strRevoke = 'გაუქმება';
294 $strRevokeGrant = 'უფლებების გაუქმება';
295 $strRevokeGrantMessage = 'უფლებების პრივილეგია გაუუქმდა %s-ს';
296 $strRevokeMessage = 'თქვენ შეცვალეთ პრივიკებიები %s-სთვის';
297 $strRevokePriv = 'პრივილეგიების შეცვლა';
298 $strRowLength = 'სტრიქონის სიგრძე ';
299 $strRows = 'ჩანაწერები';
300 $strRowsFrom = 'სტრიქონი. საწყისი სტრიქონი:';
301 $strRowSize = ' სტრიქონის ზომა ';
302 $strRowsModeHorizontal = 'ჰორიზონტალური';
303 $strRowsModeOptions = '%s-ს რეჟიმში, სათაურები %s სვეტების სემდეგ';
304 $strRowsModeVertical = 'ვერტიკალური';
305 $strRowsStatistic = 'სტრიქონის სტატისტიკა';
306 $strRunning = 'გაშვებულია ჰოსტზე %s';
307 $strRunQuery = 'სესრულება';
308 $strRunSQLQuery = 'შეასრულე SQL მოთხოვნა/მოთხოვნები მონაცემთა ბაზაზე %s';
310 $strSave = 'შენახვა';
311 $strScaleFactorSmall = 'მაშტაბის ფაქტორი ძალიან პატარაა იმისთვის, რომ გვერდის სქემაში აისახოს';
312 $strSearch = 'ძებნა';
313 $strSearchFormTitle = 'ძებნა მონაცემთა ბაზაში';
314 $strSearchInTables = 'Inside ცხრილი:';
315 $strSearchNeedle = 'საძიებელი სიტყვები ან მნიშვნელობები (wildcard: "%"):';
316 $strSearchOption1 = 'ერთი სიტყვა მაინც';
317 $strSearchOption2 = 'ყველა სიტყვა';
318 $strSearchOption3 = 'ზუსტი ფრაზა';
319 $strSearchOption4 = 'როგორც სწორი ფრაზა';
320 $strSearchResultsFor = 'ძებნის შედეგი "<i>%s</i>" %s:';
321 $strSearchType = 'ძიება:';
322 $strSelect = 'ამორჩევა';
323 $strSelectADb = 'გთხოვთ მონიშნეთ მონაცემთა ბაზა';
324 $strSelectAll = 'ყველას მონიშვნა';
325 $strSelectFields = 'აირჩიეთ ველები (მინიმუმ ერთი მაინც):';
326 $strSelectNumRows = 'მოთხოვნაში';
327 $strSelectTables = 'ცხრილის მონიშვნა';
328 $strSend = 'ფაილად შენახვა';
329 $strServerChoice = 'სერვერის არჩევა';
330 $strServerVersion = 'სერვერის ვერსია';
331 $strSetEnumVal = '"enum" ან "set" ტიპის ველებისათვის მონაცემები შეიყვანეთ შემდეგი ფორმატის მიხედვით: \'a\',\'b\',\'c\'...<br />თუ თქვენ დაგჭირდებათ დახრილი ხაზის ("\") ან დახრილი ხაზისა და აპოსტროფის ("\'") შეყვანა, ამ სიმბოლოების წინ და შორის ჩასვით დახრილი ხაზი ისე როგორც აქაა (for example \'\\\\xyz\' or \'a\\\'b\').';
332 $strShow = 'გამოიტანე';
333 $strShowAll = 'ყველას დათვალიერება';
334 $strShowColor = 'ფერების ჩვენება';
335 $strShowCols = 'სვეტების დათვალიერება';
336 $strShowGrid = 'ჩვენების ბადე';
337 $strShowingRecords = 'ნაჩვენებია ჩანაწერები ';
338 $strShowPHPInfo = 'PHP ინფორმაცია';
339 $strShowTableDimension = 'ცხრილის ჩვენების ცვლილება';
340 $strShowTables = 'ცხრილების დათვალიერება';
341 $strShowThisQuery = ' მოცემული შეკითხვის ხელახლა ჩვენება ';
342 $strSingly = '(ცალკე)';
343 $strSize = 'ზომა';
344 $strSort = 'სორტირება';
345 $strSpaceUsage = 'გამოყენებული სივრცე';
346 $strSplitWordsWithSpace = 'სიტყვები არის დაშლილია ცალკეულ სიმბოლოენად (" ").';
347 $strSQL = 'SQL-ი';
348 $strSQLQuery = 'SQL-ის ამორჩევა';
349 $strSQLResult = 'SQL შედეგი';
350 $strStatement = 'აღწერა';
351 $strStrucCSV = 'CSV მონაცემები';
352 $strStrucData = 'სტრუქტურა და მონაცემები';
353 $strStrucDrop = 'არსებულის წაშლა და დამატება';
354 $strStrucExcelCSV = 'CSV Ms Excel-ის მონაცემებისთვის ';
355 $strStrucOnly = 'მხოლოდ სტრუქტურა';
356 $strStructPropose = 'ცხრილის სტრუქტურის შეთავაზება';
357 $strStructure = 'სტრუქტურა';
358 $strSubmit = 'თანხმობა';
359 $strSuccess = 'თქვენი SQL მოთხოვნა წარმატებით შესრულდა';
360 $strSum = 'ჯამი';
362 $strTable = 'ცხრილი ';
363 $strTableComments = 'კომენტარი ცხრილზე';
364 $strTableEmpty = 'ცხრილის სახელი არა არის მითითებული!';
365 $strTableHasBeenDropped = 'ცხრილი %s წაიშალა';
366 $strTableHasBeenEmptied = 'ცხრილი %s დაცარიელდა';
367 $strTableHasBeenFlushed = 'ცხრილი %s კეშირებულია';
368 $strTableMaintenance = 'ცხრილის მომსახურება';
369 $strTables = '%s ცხრილი';
370 $strTableStructure = 'ცხრილის სტრუქტურა. ცხრილი:';
371 $strTableType = 'ცხრილის ტიპი';
372 $strTextAreaLength = ' მისი სიგრძის გამო,<br /> ეს ველი შეიძლება არ არის რედაქტირებადი ';
373 $strTheContent = 'ფაილის შემცველობა დამატებულ იქნა.';
374 $strTheContents = 'ცხრილის ის ჩანაწერები, რომლებსაც ჰქონდათ იდენტური პირველადი ან უნიკალური გასაღები შეცვლილია ფაილის შემცველობით.';
375 $strTheTerminator = 'ველების ტერმინატორი.';
376 $strTotal = 'სულ ცხრილში';
377 $strType = 'ტიპი';
379 $strUncheckAll = 'Uncheck All';
380 $strUnique = 'უნიკალური';
381 $strUnselectAll = 'მონიშვნის გაუქმება';
382 $strUpdatePrivMessage = 'პრივილეგიები განახლდა %s-სთვის.';
383 $strUpdateProfile = 'პროფაილის განახლება:';
384 $strUpdateProfileMessage = 'პროფაილი განახლდა.';
385 $strUpdateQuery = 'შეკითხვის (მოთხოვნის) განახლება';
386 $strUsage = 'მოცულობა';
387 $strUseBackquotes = 'შებრუნებული ბრჭყალები';
388 $strUser = 'მომხმარებელი';
389 $strUserEmpty = 'მომხმარებლის სახელი ცარიელია!';
390 $strUserName = 'მომხმარებლის სახელი';
391 $strUsers = 'მომხმარებლები';
392 $strUseTables = 'მომხმარებლის ცხრილები';
394 $strValue = 'მნიშვნელობა';
395 $strViewDump = 'ცხრილისი სქემა';
396 $strViewDumpDB = 'მონაცემთა ბაზის სქემა';
398 $strWelcome = 'კეთილი იყოს თქვენი მობრძანება %s';
399 $strWithChecked = 'მონიშნულებთან:';
400 $strWrongUser = 'არასწორი სახელი/პაროლი. მიმართვა ბლოკირებულია';
402 $strYes = 'კი';
404 $strZip = '"zip-ში შეკუმშვა"';
406 $strAllTableSameWidth = 'display all Tables with same width?'; //to translate
408 $strBeginCut = 'BEGIN CUT'; //to translate
409 $strBeginRaw = 'BEGIN RAW'; //to translate
411 $strCharsetOfFile = 'Character set of the file:'; //to translate
412 $strColComFeat = 'Displaying Column Comments'; //to translate
413 $strCreatePdfFeat = 'Creation of PDFs'; //to translate
415 $strDisabled = 'Disabled'; //to translate
416 $strDisplayFeat = 'Display Features'; //to translate
418 $strEnabled = 'Enabled'; //to translate
419 $strEndCut = 'END CUT'; //to translate
420 $strEndRaw = 'END RAW'; //to translate
421 $strExplain = 'Explain SQL'; //to translate
423 $strGeneralRelationFeat = 'General relation features'; //to translate
425 $strNoExplain = 'Skip Explain SQL'; //to translate
426 $strNotOK = 'not OK'; //to translate
427 $strNoValidateSQL = 'Skip Validate SQL'; //to translate
429 $strOK = 'OK'; //to translate
431 $strPdfNoTables = 'No tables'; //to translate
433 $strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.'; //to translate
435 $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
436 $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
437 $strSQPBugInvalidIdentifer = 'Invalid Identifer'; //to translate
438 $strSQPBugUnclosedQuote = 'Unclosed quote'; //to translate
439 $strSQPBugUnknownPunctuation = 'Unknown Punctuation String'; //to translate
441 $strValidateSQL = 'Validate SQL'; //to translate
443 $strInsecureMySQL = 'Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole.'; //to translate
444 $strWebServerUploadDirectory = 'web-server upload directory'; //to translate
445 $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached'; //to translate
446 $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
447 $strServer = 'Server %s'; //to translate
448 $strPutColNames = 'Put fields names at first row'; //to translate
449 $strImportDocSQL = 'Import docSQL Files'; //to translate
450 $strDataDict = 'Data Dictionary'; //to translate
451 $strPrint = 'Print'; //to translate
452 $strPHP40203 = 'You are using PHP 4.2.3, which has a serious bug with multi-byte strings (mbstring). See PHP bug report 19404. This version of PHP is not recommended for use with phpMyAdmin.'; //to translate
453 $strCompression = 'Compression'; //to translate
454 $strNumTables = 'Tables'; //to translate
455 $strTotalUC = 'Total'; //to translate
456 $strRelationalSchema = 'Relational schema'; //to translate
457 $strTableOfContents = 'Table of contents'; //to translate
458 $strCannotLogin = 'Cannot login to MySQL server'; //to translate
459 $strShowDatadictAs = 'Data Dictionary Format'; //to translate
460 $strLandscape = 'Landscape'; //to translate
461 $strPortrait = 'Portrait'; //to translate
463 $timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
465 $strAbortedClients = 'Aborted'; //to translate
466 $strConnections = 'Connections'; //to translate
467 $strFailedAttempts = 'Failed attempts'; //to translate
468 $strGlobalValue = 'Global value'; //to translate
469 $strMoreStatusVars = 'More status variables'; //to translate
470 $strPerHour = 'per hour'; //to translate
471 $strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
472 $strQueryType = 'Query type'; //to translate
473 $strReceived = 'Received'; //to translate
474 $strSent = 'Sent'; //to translate
475 $strServerStatus = 'Runtime Information'; //to translate
476 $strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
477 $strServerTabVariables = 'Variables'; //to translate
478 $strServerTabProcesslist = 'Processes'; //to translate
479 $strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
480 $strServerVars = 'Server variables and settings'; //to translate
481 $strSessionValue = 'Session value'; //to translate
482 $strTraffic = 'Traffic'; //to translate
483 $strVar = 'Variable'; //to translate
485 $strCommand = 'Command'; //to translate
486 $strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
487 $strId = 'ID'; //to translate
488 $strProcesslist = 'Process list'; //to translate
489 $strStatus = 'Status'; //to translate
490 $strTime = 'Time'; //to translate
491 $strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
493 $strBzError = 'phpMyAdmin was unable to compress the dump because of a broken Bz2 extension in this php version. It is strongly recommended to set the <code>$cfg[\'BZipDump\']</code> directive in your phpMyAdmin configuration file to <code>FALSE</code>. If you want to use the Bz2 compression features, you should upgrade to a later php version. See php bug report %s for details.'; //to translate
494 $strLaTeX = 'LaTeX'; //to translate
496 $strAdministration = 'Administration'; //to translate
497 $strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate
498 $strGlobalPrivileges = 'Global privileges'; //to translate
499 $strGrantOption = 'Grant'; //to translate
500 $strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
501 $strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
502 $strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
503 $strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
504 $strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
505 $strPrivDescDelete = 'Allows deleting data.'; //to translate
506 $strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
507 $strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
508 $strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
509 $strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
510 $strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
511 $strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
512 $strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
513 $strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
514 $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
515 $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
516 $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
517 $strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
518 $strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
519 $strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
520 $strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
521 $strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
522 $strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
523 $strPrivDescSelect = 'Allows reading data.'; //to translate
524 $strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
525 $strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
526 $strPrivDescSuper = 'Allows connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
527 $strPrivDescUpdate = 'Allows changing data.'; //to translate
528 $strPrivDescUsage = 'No privileges.'; //to translate
529 $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
530 $strResourceLimits = 'Resource limits'; //to translate
531 $strUserOverview = 'User overview'; //to translate
532 $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
534 $strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
536 $strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
537 $strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
538 $strDeleting = 'Deleting %s'; //to translate
539 $strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
540 $strJustDeleteDescr = 'The &quot;deleted&quot; users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
541 $strReloadingThePrivileges = 'Reloading the privileges'; //to translate
542 $strRemoveSelectedUsers = 'Remove selected users'; //to translate
543 $strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
544 $strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
545 $strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
546 $strDumpXRows = 'Dump %s row(s) starting at record # %s.'; //to translate
547 $strExportToXML = 'Export to XML format'; //to translate
549 $strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
550 $strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
551 $strColumnPrivileges = 'Column-specific privileges'; //to translate
552 $strDbPrivileges = 'Database-specific privileges'; //to translate
553 $strLocalhost = 'Local';
554 $strLoginInformation = 'Login Information'; //to translate
555 $strTblPrivileges = 'Table-specific privileges'; //to translate
556 $strThisHost = 'This Host'; //to translate
557 $strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
558 $strUserAlreadyExists = 'The user %s already exists!'; //to translate
559 $strUseTextField = 'Use text field'; //to translate
561 $strNoUsersSelected = 'No users selected.'; //to translate
562 $strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
563 $strAddedColumnComment = 'Added comment for column'; //to translate
564 $strWritingCommentNotPossible = 'Writing of comment not possible'; //to translate
565 $strAddedColumnRelation = 'Added relation for column'; //to translate
566 $strWritingRelationNotPossible = 'Writing of relation not possible'; //to translate
567 $strImportFinished = 'Import finished'; //to translate
568 $strFileCouldNotBeRead = 'File could not be read'; //to translate
569 $strIgnoringFile = 'Ignoring file %s'; //to translate
570 $strThisNotDirectory = 'This was not a directory'; //to translate
571 $strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory'; //to translate
572 $strImportFiles = 'Import files'; //to translate
573 $strDBGModule = 'Module'; //to translate
574 $strDBGLine = 'Line'; //to translate
575 $strDBGHits = 'Hits'; //to translate
576 $strDBGTimePerHitMs = 'Time/Hit, ms'; //to translate
577 $strDBGTotalTimeMs = 'Total time, ms'; //to translate
578 $strDBGMinTimeMs = 'Min time, ms'; //to translate
579 $strDBGMaxTimeMs = 'Max time, ms'; //to translate
580 $strDBGContextID = 'Context ID'; //to translate
581 $strDBGContext = 'Context'; //to translate
582 $strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration'; //to translate
583 $strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a'; //to translate
584 $strCheckPrivs = 'Check Privileges'; //to translate
585 $strCheckPrivsLong = 'Check privileges for database &quot;%s&quot;.'; //to translate
586 $strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.'; //to translate
587 $strDatabasesStatsDisable = 'Disable Statistics'; //to translate
588 $strDatabasesStatsEnable = 'Enable Statistics'; //to translate
589 $strJumpToDB = 'Jump to database &quot;%s&quot;.'; //to translate
590 $strDropSelectedDatabases = 'Drop Selected Databases'; //to translate
591 $strNoDatabasesSelected = 'No databases selected.'; //to translate
592 $strDatabasesDropped = '%s databases have been dropped successfully.'; //to translate
593 $strGlobal = 'global'; //to translate
594 $strDbSpecific = 'database-specific'; //to translate
595 $strUsersHavingAccessToDb = 'Users having access to &quot;%s&quot;'; //to translate
596 $strChangeCopyUser = 'Change Login Information / Copy User'; //to translate
597 $strChangeCopyMode = 'Create a new user with the same privileges and ...'; //to translate
598 $strChangeCopyModeCopy = '... keep the old one.'; //to translate
599 $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.'; //to translate
600 $strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.'; //to translate
601 $strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.'; //to translate
602 $strWildcard = 'wildcard'; //to translate
603 $strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
604 $strQueryTime = 'Query took %01.4f sec';//to translate
605 $strDumpComments = 'Include column comments as inline SQL-comments';//to translate
606 $strDBComment = 'Database comment: ';//to translate
607 $strQueryFrame = 'Query window';//to translate
608 $strQueryFrameDebug = 'Debugging information';//to translate
609 $strQueryFrameDebugBox = 'Active variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nCurrent variables for the query form:\nDB: %s\nTable: %s\nServer: %s\n\nOpener location: %s\nFrameset location: %s.';//to translate
610 $strQuerySQLHistory = 'SQL-history';//to translate
611 $strMIME_MIMEtype = 'MIME-type';//to translate
612 $strMIME_transformation = 'Browser transformation';//to translate
613 $strMIME_transformation_options = 'Transformation options';//to translate
614 $strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';//to translate
615 $strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
616 $strMIME_available_mime = 'Available MIME-types';//to translate
617 $strMIME_available_transform = 'Available transformations';//to translate
618 $strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
619 $strMIME_description = 'Description';//to translate
620 $strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
621 $strMIME_file = 'Filename';//to translate
622 $strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
623 $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
624 $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
625 $strInnodbStat = 'InnoDB Status'; //to translate
626 $strUpdComTab = 'Please see Documentation on how to update your Column_comments Table'; //to translate
627 $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)'; //to translate
628 $strTransformation_image_png__inline = 'See image/jpeg: inline'; //to translate
629 $strSQLOptions = 'SQL options';//to translate
630 $strXML = 'XML';//to translate
631 $strCSVOptions = 'CSV options';//to translate
632 $strNoOptions = 'This format has no options';//to translate
633 $strStatCreateTime = 'Creation';//to translate
634 $strStatUpdateTime = 'Last update';//to translate
635 $strStatCheckTime = 'Last check';//to translate
636 $strPerMinute = 'per minute';//to translate
637 $strPerSecond = 'per second';//to translate
638 $strAutomaticLayout = 'Automatic layout'; //to translate
639 $strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?'; //to translate
640 $strFileNameTemplate = 'File name template';//to translate
641 $strFileNameTemplateRemember = 'remember template';//to translate
642 $strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
643 $strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate
644 $strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate
645 $strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. 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 insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate
646 $strAutodetect = 'Autodetect'; //to translate
647 $strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.'; //to translate
648 $strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.'; //to translate
649 $strUseHostTable = 'Use Host Table'; //to translate
650 $strShowFullQueries = 'Show Full Queries'; //to translate
651 $strTruncateQueries = 'Truncate Shown Queries'; //to translate
652 $strSwitchToTable = 'Switch to copied table'; //to translate
653 $strCharset = 'Charset'; //to translate