home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / croatian-utf-8.inc.php < prev    next >
Encoding:
PHP Script  |  2004-06-06  |  42.4 KB  |  754 lines

  1. <?php
  2. /* $Id: croatian-utf-8.inc.php,v 2.6.2.1 2004/06/07 10:09:54 rabus Exp $ */
  3.  
  4. /**
  5.  * Translation made by: Sime Essert <sime@nofrx.org>
  6.  */
  7.  
  8. $charset = 'utf-8';
  9. $allow_recoding = TRUE;
  10. $text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
  11. $left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
  12. $right_font_family = 'arial, helvetica, geneva, sans-serif';
  13. $number_thousands_separator = ',';
  14. $number_decimal_separator = '.';
  15. // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
  16. $byteUnits = array('Byteova', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
  17.  
  18. $day_of_week = array('Ned', 'Pon', 'Uto', 'Sri', '─îet', 'Pet', 'Sub');
  19. $month = array('Sij', 'Vel', 'O┼╛u', 'Tra', 'Svi', 'Lip', 'Srp', 'Kol', 'Ruj', 'Lis', 'Stu', 'Pro');
  20. // See http://www.php.net/manual/en/function.strftime.php to define the
  21. // variable below
  22. $datefmt = '%d. %B %Y. u %H:%M';
  23.  
  24. $strAccessDenied = 'Pristup odbijen';
  25. $strAction = 'Akcija';
  26. $strAddDeleteColumn = 'Dodaj/izbri┼íi stupac';
  27. $strAddDeleteRow = 'Dodaj/izbri┼íi polje za kriterij';
  28. $strAddNewField = 'Dodaj novi stupac';
  29. $strAddPriv = 'Dodaj novu privilegiju';
  30. $strAddPrivMessage = 'Privilegija je dodana';
  31. $strAddSearchConditions = 'Dodaj uvjete pretra┼╛ivanja (dio "where" upita):';
  32. $strAddToIndex = 'Dodaj klju─ì';
  33. $strAddUser = 'Dodaj novog korisnika';
  34. $strAddUserMessage = 'Korisnik dodan';
  35. $strAffectedRows = 'Promijenjeno redaka:';
  36. $strAfter = 'Nakon %s';
  37. $strAfterInsertBack = 'Natrag na prethodnu stranicu';
  38. $strAfterInsertNewInsert = 'Dodaj jo┼í jedan red';
  39. $strAll = 'Sve';
  40. $strAlterOrderBy = 'Promijeni redoslijed u tablici';
  41. $strAnalyzeTable = 'Analiziraj tablicu';
  42. $strAnd = 'i';
  43. $strAnIndex = 'Klju─ì je upravo dodan %s';
  44. $strAny = 'Bilo koji';
  45. $strAnyColumn = 'Bilo koji stupac';
  46. $strAnyDatabase = 'Bilo koja baza podataka';
  47. $strAnyHost = 'Bilo koji server';
  48. $strAnyTable = 'Bilo koja tablica';
  49. $strAnyUser = 'Bilo koji korisnik';
  50. $strAPrimaryKey = 'Primarni klju─ì je upravo dodan %s';
  51. $strAscending = 'Rastu─çi';
  52. $strAtBeginningOfTable = 'Na po─ìetku tablice';
  53. $strAtEndOfTable = 'Na kraju tablice';
  54. $strAttr = 'Svojstva';
  55.  
  56. $strBack = 'Nazad';
  57. $strBinary = 'Binarno';
  58. $strBinaryDoNotEdit = 'Binarno - ne mijenjaj';
  59. $strBookmarkDeleted = 'Oznaka je upravo izbrisana.';
  60. $strBookmarkLabel = 'Naziv';
  61. $strBookmarkQuery = 'Ozna─ìeni SQL-upit';
  62. $strBookmarkThis = 'Ozna─ìi SQL-upit';
  63. $strBookmarkView = 'Vidi samo';
  64. $strBrowse = 'Pregled';
  65. $strBzip = '"bzip-ano"';
  66.  
  67. $strCantLoadMySQL = 'Ne mogu u─ìitati MySql ekstenziju,<br /> molim provjerite PHP konfiguraciju.';
  68. $strCantRenameIdxToPrimary = 'Ne mogu promijeniti klju─ì u PRIMARY (primarni) !';
  69. $strCardinality = 'Kardinalnost';
  70. $strCarriage = 'Novi red (carriage return): \\r';
  71. $strChange = 'Promijeni';
  72. $strChangePassword = 'Promijeni ┼íifru';
  73. $strCheckAll = 'Ozna─ìi sve';
  74. $strCheckDbPriv = 'Provjeri privilegije baze podataka';
  75. $strCheckTable = 'Provjeri tablicu';
  76. $strColumn = 'Stupac';
  77. $strColumnNames = 'Imena stupaca';
  78. $strCompleteInserts = 'Kompletan INSERT (sa imenima polja)';
  79. $strConfirm = 'Da li stvarno to ┼╛elite u─ìiniti?';
  80. $strCookiesRequired = '<i>Cookies</i> moraju biti omogu─çeni.';
  81. $strCopyTable = 'Kopiram tablicu u (baza<b>.</b>tablica):';
  82. $strCopyTableOK = 'Tablica %s je upravo kopirana u %s.';
  83. $strCreate = 'Napravi';
  84. $strCreateIndex = 'Napravi klju─ì sa %s stupcem(aca)';
  85. $strCreateIndexTopic = 'Napravi novi klju─ì';
  86. $strCreateNewDatabase = 'Napravi bazu podataka';
  87. $strCreateNewTable = 'Napravi novu tablicu u bazi ';
  88. $strCriteria = 'Kriterij';
  89.  
  90. $strData = 'Podaci';
  91. $strDatabase = 'Baza podataka ';
  92. $strDatabaseHasBeenDropped = 'Baza %s je izbrisana.';
  93. $strDatabases = 'baze';
  94. $strDatabasesStats = 'Statistika baze';
  95. $strDatabaseWildcard = 'Baza (<i>wildcard</i> znakovi dozvoljeni):';
  96. $strDataOnly = 'Samo podaci';
  97. $strDefault = 'Default';
  98. $strDelete = 'Izbri┼íi';
  99. $strDeleted = 'Red je izbrisan';
  100. $strDeletedRows = 'Izbrisani redovi:';
  101. $strDeleteFailed = 'Brisanje nije uspjelo!';
  102. $strDeleteUserMessage = 'Upravo ste izbrisali korisnika: %s.';
  103. $strDescending = 'Opadaju─çi';
  104. $strDisplay = 'Prika┼╛i';
  105. $strDisplayOrder = 'Redoslijed prikaza:';
  106. $strDoAQuery = 'Napravi "upit po primjeru" (<i>wildcard</i>: "%")';
  107. $strDocu = 'Dokumentacija';
  108. $strDoYouReally = 'Da li stvarno ┼╛elite ';
  109. $strDrop = 'Izbri┼íi';
  110. $strDropDB = 'Izbri┼íi bazu %s';
  111. $strDropTable = 'Izbri┼íi tablicu';
  112. $strDumpingData = 'Izvoz <i>(dump)</i> podataka tablice';
  113. $strDynamic = 'dinami─ìno';
  114.  
  115. $strEdit = 'Promijeni';
  116. $strEditPrivileges = 'Promijeni privilegije';
  117. $strEffective = 'Efektivno';
  118. $strEmpty = 'Isprazni';
  119. $strEmptyResultSet = 'MySQL je vratio prazan rezultat (nula redaka).';
  120. $strEnd = 'Kraj';
  121. $strEnglishPrivileges = 'Opaska: MySQL imena privilegija moraju biti engleskom ';
  122. $strError = 'Gre┼íka';
  123. $strExtendedInserts = 'Pro┼íireni INSERT';
  124. $strExtra = 'Dodatno';
  125.  
  126. $strField = 'Polje';
  127. $strFieldHasBeenDropped = 'Polje %s izbrisano';
  128. $strFields = 'Broj polja';
  129. $strFieldsEmpty = ' Broj polja je nula! ';
  130. $strFieldsEnclosedBy = 'Podaci ogra─æeni sa';
  131. $strFieldsEscapedBy = '<i>Escape</i> znak      ';
  132. $strFieldsTerminatedBy = 'Podaci razdvojeni sa';
  133. $strFixed = 'sre─æeno';
  134. $strFlushTable = 'Osvje┼╛i tablicu';
  135. $strFormat = 'Format';
  136. $strFormEmpty = 'Nedostaje vrijednost u formi !';
  137. $strFullText = 'Pun tekst';
  138. $strFunction = 'Funkcija';
  139.  
  140. $strGenTime = 'Vrijeme podizanja';
  141. $strGo = 'Kreni';
  142. $strGrants = 'Omogu─çi';
  143. $strGzip = '"gzip-ano"';
  144.  
  145. $strHasBeenAltered = 'je promijenjen.';
  146. $strHasBeenCreated = 'je kreiran/a.';
  147. $strHome = 'Po─ìetna stranica';
  148. $strHomepageOfficial = 'phpMyAdmin WEB site';
  149. $strHomepageSourceforge = 'Sourceforge phpMyAdmin Download Stranica';
  150. $strHost = 'Host (domena)';
  151. $strHostEmpty = 'Ime domene je prazno!';
  152.  
  153. $strIdxFulltext = 'Puni tekst';
  154. $strIfYouWish = 'Ukoliko ┼╛elite pregledati samo neke stupce u tablici, navedite ih razdvojene zarezom';
  155. $strIgnore = 'Ignoriraj';
  156. $strIndex = 'Klju─ì';
  157. $strIndexes = 'Klju─ìevi';
  158. $strIndexHasBeenDropped = 'Klju─ì %s je izbrisan';
  159. $strIndexName = 'Ime klju─ìa :';
  160. $strIndexType = 'Vrsta klju─ìa :';
  161. $strInsert = 'Novi redak';
  162. $strInsertAsNewRow = 'Unesi kao novi redak';
  163. $strInsertedRows = 'Uneseni reci:';
  164. $strInsertNewRow = 'Unesi novi redak';
  165. $strInsertTextfiles = 'Ubaci podatke iz tekstualne datoteke';
  166. $strInstructions = 'Uputstva';
  167. $strInUse = 'se koristi';
  168. $strInvalidName = '"%s" je rezervirana rije─ì, \nne mo┼╛e se koristiti kao ime polja, tablice ili baze.';
  169.  
  170. $strKeepPass = 'Ne mijenjaj lozinku';
  171. $strKeyname = 'Ime Klju─ìa';
  172. $strKill = 'Zaustavi';
  173.  
  174. $strLength = 'Du┼╛ina';
  175. $strLengthSet = 'Du┼╛ina/Vrijednost*';
  176. $strLimitNumRows = 'Broj redaka po stranici';
  177. $strLineFeed = '<i>Linefeed</i>: \\n';
  178. $strLines = 'Linije';
  179. $strLinesTerminatedBy = 'Linije zavr┼íavaju na';
  180. $strLinksTo = 'Links to';
  181. $strLocationTextfile = 'Lokacija tekstualne datoteke';
  182. $strLogin = 'Prijava';
  183. $strLogout = 'Odjava';
  184. $strLogPassword = 'Lozinka:';
  185. $strLogUsername = 'Korisni─ìko ime:';
  186.  
  187. $strModifications = 'Izmjene su spremljene';
  188. $strModify = 'Promijeni';
  189. $strModifyIndexTopic = 'Promijeni klju─ì';
  190. $strMoveTable = 'Preimenuj tablicu u (baza<b>.</b>tablica):';
  191. $strMoveTableOK = 'Tablica %s se sada zove %s.';
  192. $strMySQLReloaded = 'MySQL je ponovno pokrenut (<i>reload</i>).';
  193. $strMySQLSaid = 'MySQL poruka: ';
  194. $strMySQLServerProcess = 'MySQL %pma_s1% pokrenut na %pma_s2%, prijavljen kao %pma_s3%';
  195. $strMySQLShowProcess = 'Prika┼╛i listu procesa';
  196. $strMySQLShowStatus = 'Prika┼╛i MySQL runtime informacije';
  197. $strMySQLShowVars = 'Prika┼╛i MySQL sistemske varijable';
  198.  
  199. $strName = 'Ime';
  200. $strNext = 'Sljede─çi';
  201. $strNo = 'Ne';
  202. $strNoDatabases = 'Baza ne postoji';
  203. $strNoDropDatabases = '"DROP DATABASE" naredba je onemogu─çena.';
  204. $strNoFrames = 'phpMyAdmin preferira preglednike koji podr┼╛avaju frame-ove.';
  205. $strNoIndex = 'Klju─ì nije definiran!';
  206. $strNoIndexPartsDefined = 'Dijelovi klju─ìa nisu definirani!';
  207. $strNoModification = 'Nema nikakvih promjena';
  208. $strNone = 'Ni┼íta';
  209. $strNoPassword = 'Nema lozinke';
  210. $strNoPrivileges = 'Nema privilegija';
  211. $strNoQuery = 'Nema SQL upita!';
  212. $strNoRights = 'Nemate dovoljno prava za ovo podru─ìje!';
  213. $strNoTablesFound = 'Tablica nije prona─æena u bazi.';
  214. $strNotNumber = 'To nije broj!';
  215. $strNotValidNumber = ' nije odgovaraju─çi broj redaka!';
  216. $strNoUsersFound = 'Korisnik(ci) nije prona─æen.';
  217. $strNull = 'Null';
  218.  
  219. $strOftenQuotation = 'Navodnici koji se koriste. OPCIONO se misli da neka polja mogu, ali ne moraju biti pod navodnicima.';
  220. $strOptimizeTable = 'Optimiziraj tablicu';
  221. $strOptionalControls = 'Opciono. Znak koji prethodi specijalnim znakovima.';
  222. $strOptionally = 'OPCIONO';
  223. $strOr = 'ili';
  224. $strOverhead = 'Prekora─ìenje';
  225.  
  226. $strPartialText = 'Dio teksta';
  227. $strPassword = 'Lozinka';
  228. $strPasswordEmpty = 'Lozinka je prazna!';
  229. $strPasswordNotSame = 'Lozinka se ne podudara!';
  230. $strPHPVersion = 'verzija PHP-a';
  231. $strPmaDocumentation = 'phpMyAdmin dokumentacija';
  232. $strPmaUriError = '<tt>$cfg[\'PmaAbsoluteUri\']</tt> dio mora biti namje┼íten u konfiguracijskoj datoteci (config.inc.php)!';
  233. $strPos1 = 'Po─ìetak';
  234. $strPrevious = 'Prethodna';
  235. $strPrimary = 'Primarni';
  236. $strPrimaryKey = 'Primarni klju─ì';
  237. $strPrimaryKeyHasBeenDropped = 'Primarni klju─ì je izbrisan';
  238. $strPrimaryKeyName = 'Ime primarnog klju─ìa mora biti... PRIMARY!';
  239. $strPrimaryKeyWarning = '("PRIMARY" <b>mora</b> biti ime i <b>samo</b> ime primarnog klju─ìa!)';
  240. $strPrintView = 'Sa┼╛etak';
  241. $strPrivileges = 'Privilegije';
  242. $strProperties = 'Svojstva';
  243.  
  244. $strQBE = 'Upit po primjeru';
  245. $strQBEDel = 'Del';
  246. $strQBEIns = 'Ins';
  247. $strQueryOnDb = 'SQL upit na bazi <b>%s</b>:';
  248.  
  249. $strRecords = 'Reci';
  250. $strReferentialIntegrity = 'Provjeri ispravnost veza:';
  251. $strReloadFailed = 'ponovno pokretanje MySQL-a nije uspjelo.';
  252. $strReloadMySQL = 'Ponovo pokreni MySQL (<i>reload</i>)';
  253. $strRememberReload = 'Ne zaboravite ponovo pokrenuti (<i>reload</i>) server.';
  254. $strRenameTable = 'Promijeni ime tablice u ';
  255. $strRenameTableOK = 'Tablici %s promjenjeno ime u %s';
  256. $strRepairTable = 'Popravi tablicu';
  257. $strReplace = 'Zamijeni';
  258. $strReplaceTable = 'Zamijeni podatke u tablici sa datotekom';
  259. $strReset = 'Resetiraj';
  260. $strReType = 'Ponovite unos';
  261. $strRevoke = 'Opozovi';
  262. $strRevokeGrant = 'Opozovi Grant';
  263. $strRevokeGrantMessage = 'Opozvali ste Grant privilegije za  %s';
  264. $strRevokeMessage = 'Opozvali ste privilegije za %s';
  265. $strRevokePriv = 'Opozovi privilegije';
  266. $strRowLength = 'Du┼╛ina retka';
  267. $strRows = 'Redaka';
  268. $strRowsFrom = ' redaka po─ìev┼íi od retka';
  269. $strRowSize = ' Veli─ìina retka ';
  270. $strRowsModeHorizontal = 'horizontalnom';
  271. $strRowsModeOptions = 'u %s na─ìinu i ispi┼íi zaglavlje poslije svakog %s retka';
  272. $strRowsModeVertical = 'vertikalnom';
  273. $strRowsStatistic = 'Statistika redaka';
  274. $strRunning = 'pokrenuto na %s';
  275. $strRunQuery = 'Izvr┼íi SQL upit';
  276. $strRunSQLQuery = 'Izvr┼íi SQL upit(e) na bazi ';
  277.  
  278. $strSave = 'Spremi';
  279. $strSelect = 'Ozna─ìi';
  280. $strSelectADb = 'Izaberite bazu';
  281. $strSelectAll = 'Ozna─ìi sve';
  282. $strSelectFields = 'Izaberite polja (najmanje jedno)';
  283. $strSelectNumRows = 'u upitu';
  284. $strSend = 'Spremi u datoteku';
  285. $strServerChoice = 'Izbor servera';
  286. $strServerVersion = 'Verzija servera';
  287. $strSetEnumVal = 'Ako je polje "enum" ili "set", unesite vrijednosti u formatu: \'a\',\'b\',\'c\'...<br />Ako vam zatreba <i>backslash</i> ("\") ili jednostruki navodnik ("\'") navedite ih koriste─çi <i>backslash</i> (npr. \'\\\\xyz\' ili \'a\\\'b\').';
  288. $strShow = 'Prika┼╛i';
  289. $strShowAll = 'Prika┼╛i sve';
  290. $strShowCols = 'Prika┼╛i stupce';
  291. $strShowingRecords = 'Prikaz redaka';
  292. $strShowPHPInfo = 'Prika┼╛i informacije o PHP-u';
  293. $strShowTables = 'Prika┼╛i tablice';
  294. $strShowThisQuery = ' Prika┼╛i ovaj upit ponovo ';
  295. $strSingly = '(po jednom polju)';
  296. $strSize = 'Veli─ìina';
  297. $strSort = 'Sortiranje';
  298. $strSpaceUsage = 'Zauze─çe';
  299. $strSQLQuery = 'SQL-upit';
  300. $strStatement = 'Ime';
  301. $strStrucCSV = 'CSV format';
  302. $strStrucData = 'Struktura i podaci';
  303. $strStrucDrop = 'Dodaj \'drop table\'';
  304. $strStrucExcelCSV = 'CSV za Ms Excel';
  305. $strStrucOnly = 'Samo struktura';
  306. $strSubmit = 'Pokreni';
  307. $strSuccess = 'Va┼í SQL upit je uspje┼íno izvr┼íen';
  308. $strSum = 'Ukupno';
  309.  
  310. $strTable = 'Tablica';
  311. $strTableComments = 'Komentar tablice';
  312. $strTableEmpty = 'Ime tablice je prazno!';
  313. $strTableHasBeenDropped = 'Tablica %s je izbrisana';
  314. $strTableHasBeenEmptied = 'Tablica %s je ispra┼╛njena';
  315. $strTableHasBeenFlushed = 'Tablica %s je osvje┼╛ena';
  316. $strTableMaintenance = 'Radnje na tablici';
  317. $strTables = '%s tablica/e';
  318. $strTableStructure = 'Struktura tablice';
  319. $strTableType = 'Vrsta tablice';
  320. $strTextAreaLength = ' Zbog veli─ìine ovog polja,<br /> polje mo┼╛da ne─çete mo─çi mijenjati ';
  321. $strTheContent = 'Sadr┼╛aj datoteke je stavljen u bazu.';
  322. $strTheContents = 'Sadr┼╛aj tablice zamijeni sa sadr┼╛ajem datoteke sa identi─ìnim primarnim i jedinstvenim (unique) klju─ìem.';
  323. $strTheTerminator = 'Znak za odjeljivanje polja u datoteci.';
  324. $strTotal = 'ukupno';
  325. $strType = 'Vrsta';
  326.  
  327. $strUncheckAll = 'Makni oznake';
  328. $strUnique = 'Jedinstveni klju─ì';
  329. $strUnselectAll = 'Makni oznake';
  330. $strUpdatePrivMessage = 'Promijenili ste privilegije za %s.';
  331. $strUpdateProfile = 'Promijeni profil:';
  332. $strUpdateProfileMessage = 'Profil je promijenjen.';
  333. $strUpdateQuery = 'Promijeni SQL-upit';
  334. $strUsage = 'Zauze─çe';
  335. $strUseBackquotes = 'Koristi \' za ograni─ìavanje imena polja';
  336. $strUser = 'Korisnik';
  337. $strUserEmpty = 'Ime korisnika je prazno!';
  338. $strUserName = 'Ime korisnika';
  339. $strUsers = 'Korisnici';
  340. $strUseTables = 'Koristi tablice';
  341.  
  342. $strValue = 'Vrijednost';
  343. $strViewDump = 'Prika┼╛i dump (shemu) tablice';
  344. $strViewDumpDB = 'Prika┼╛i dump (shemu) baze';
  345.  
  346. $strWelcome = 'Dobrodo┼íli u %s';
  347. $strWithChecked = 'Ozna─ìeno:';
  348. $strWrongUser = 'Pogre┼íno korisni─ìko ime/lozinka. Pristup odbijen.';
  349.  
  350. $strYes = 'Da';
  351.  
  352. $strZip = '"zip-ano"';
  353. // To translate
  354.  
  355. $strAllTableSameWidth = 'display all Tables with same width?';  //to translate
  356.  
  357. $strBeginCut = 'BEGIN CUT';  //to translate
  358. $strBeginRaw = 'BEGIN RAW';  //to translate
  359.  
  360. $strCantLoadRecodeIconv = 'Can not load iconv or recode extension needed for charset conversion, configure php to allow using these extensions or disable charset conversion in phpMyAdmin.';  //to translate
  361. $strCantUseRecodeIconv = 'Can not use iconv nor libiconv nor recode_string function while extension reports to be loaded. Check your php configuration.';  //to translate
  362. $strChangeDisplay = 'Choose Field to display';  //to translate
  363. $strCharsetOfFile = 'Character set of the file:'; //to translate
  364. $strChoosePage = 'Please choose a Page to edit';  //to translate
  365. $strColComFeat = 'Displaying Column Comments';  //to translate
  366. $strComments = 'Comments';  //to translate
  367. $strConfigFileError = 'phpMyAdmin was unable to read your configuration file!<br />This might happen if php finds a parse error in it or php cannot find the file.<br />Please call the configuration file directly using the link below and read the php error message(s) that you recieve. In most cases a quote or a semicolon is missing somewhere.<br />If you recieve a blank page, everything is fine.'; //to translate
  368. $strConfigureTableCoord = 'Please configure the coordinates for table %s';  //to translate
  369. $strCreatePage = 'Create a new Page';  //to translate
  370. $strCreatePdfFeat = 'Creation of PDFs';  //to translate
  371.  
  372. $strDisabled = 'Disabled';  //to translate
  373. $strDisplayFeat = 'Display Features';  //to translate
  374. $strDisplayPDF = 'Display PDF schema';  //to translate
  375. $strDumpXRows = 'Dump %s rows starting at row %s.'; //to translate
  376.  
  377. $strEditPDFPages = 'Edit PDF Pages';  //to translate
  378. $strEnabled = 'Enabled';  //to translate
  379. $strEndCut = 'END CUT';  //to translate
  380. $strEndRaw = 'END RAW';  //to translate
  381. $strExplain = 'Explain SQL';  //to translate
  382. $strExport = 'Export';  //to translate
  383. $strExportToXML = 'Export to XML format'; //to translate
  384.  
  385. $strGenBy = 'Generated by'; //to translate
  386. $strGeneralRelationFeat = 'General relation features';  //to translate
  387.  
  388. $strHaveToShow = 'You have to choose at least one Column to display';  //to translate
  389.  
  390. $strLinkNotFound = 'Link not found';  //to translate
  391.  
  392. $strMissingBracket = 'Missing Bracket';  //to translate
  393. $strMySQLCharset = 'MySQL Charset';  //to translate
  394.  
  395. $strNoDescription = 'no Description';  //to translate
  396. $strNoExplain = 'Skip Explain SQL';  //to translate
  397. $strNoPhp = 'without PHP Code';  //to translate
  398. $strNotOK = 'not OK';  //to translate
  399. $strNotSet = '<b>%s</b> table not found or not set in %s';  //to translate
  400. $strNoValidateSQL = 'Skip Validate SQL';  //to translate
  401. $strNumSearchResultsInTable = '%s match(es) inside table <i>%s</i>';//to translate
  402. $strNumSearchResultsTotal = '<b>Total:</b> <i>%s</i> match(es)';//to translate
  403.  
  404. $strOK = 'OK';  //to translate
  405. $strOperations = 'Operations';  //to translate
  406. $strOptions = 'Options';  //to translate
  407.  
  408. $strPageNumber = 'Page number:';  //to translate
  409. $strPdfDbSchema = 'Schema of the the "%s" database - Page %s';  //to translate
  410. $strPdfInvalidPageNum = 'Undefined PDF page number!';  //to translate
  411. $strPdfInvalidTblName = 'The "%s" table does not exist!';  //to translate
  412. $strPdfNoTables = 'No tables';  //to translate
  413. $strPhp = 'Create PHP Code';  //to translate
  414.  
  415. $strRelationNotWorking = 'The additional Features for working with linked Tables have been deactivated. To find out why click %shere%s.';  //to translate
  416. $strRelationView = 'Relation view';  //to translate
  417.  
  418. $strScaleFactorSmall = 'The scale factor is too small to fit the schema on one page';  //to translate
  419. $strSearch = 'Search';//to translate
  420. $strSearchFormTitle = 'Search in database';//to translate
  421. $strSearchInTables = 'Inside table(s):';//to translate
  422. $strSearchNeedle = 'Word(s) or value(s) to search for (wildcard: "%"):';//to translate
  423. $strSearchOption1 = 'at least one of the words';//to translate
  424. $strSearchOption2 = 'all words';//to translate
  425. $strSearchOption3 = 'the exact phrase';//to translate
  426. $strSearchOption4 = 'as regular expression';//to translate
  427. $strSearchResultsFor = 'Search results for "<i>%s</i>" %s:';//to translate
  428. $strSearchType = 'Find:';//to translate
  429. $strSelectTables = 'Select Tables';  //to translate
  430. $strShowColor = 'Show color';  //to translate
  431. $strShowGrid = 'Show grid';  //to translate
  432. $strShowTableDimension = 'Show dimension of tables';  //to translate
  433. $strSplitWordsWithSpace = 'Words are seperated by a space character (" ").';//to translate
  434. $strSQL = 'SQL'; //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. $strSQLResult = 'SQL result'; //to translate
  438. $strSQPBugInvalidIdentifer = 'Invalid Identifer';  //to translate
  439. $strSQPBugUnclosedQuote = 'Unclosed quote';  //to translate
  440. $strSQPBugUnknownPunctuation = 'Unknown Punctuation String';  //to translate
  441. $strStructPropose = 'Propose table structure';  //to translate
  442. $strStructure = 'Structure';  //to translate
  443.  
  444. $strValidateSQL = 'Validate SQL';  //to translate
  445.  
  446. $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
  447. $strWebServerUploadDirectory = 'web-server upload directory';  //to translate
  448. $strWebServerUploadDirectoryError = 'The directory you set for upload work cannot be reached';  //to translate
  449. $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
  450. $strServer = 'Server %s';  //to translate
  451. $strPutColNames = 'Put fields names at first row';  //to translate
  452. $strImportDocSQL = 'Import docSQL Files';  //to translate
  453. $strDataDict = 'Data Dictionary';  //to translate
  454. $strPrint = 'Print';  //to translate
  455. $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
  456. $strCompression = 'Compression'; //to translate
  457. $strNumTables = 'Tables'; //to translate
  458. $strTotalUC = 'Total'; //to translate
  459. $strRelationalSchema = 'Relational schema';  //to translate
  460. $strTableOfContents = 'Table of contents';  //to translate
  461. $strCannotLogin = 'Cannot login to MySQL server';  //to translate
  462. $strShowDatadictAs = 'Data Dictionary Format';  //to translate
  463. $strLandscape = 'Landscape';  //to translate
  464. $strPortrait = 'Portrait';  //to translate
  465.  
  466. $timespanfmt = '%s days, %s hours, %s minutes and %s seconds'; //to translate
  467.  
  468. $strAbortedClients = 'Aborted'; //to translate
  469. $strConnections = 'Connections'; //to translate
  470. $strFailedAttempts = 'Failed attempts'; //to translate
  471. $strGlobalValue = 'Global value'; //to translate
  472. $strMoreStatusVars = 'More status variables'; //to translate
  473. $strPerHour = 'per hour'; //to translate
  474. $strQueryStatistics = '<b>Query statistics</b>: Since its startup, %s queries have been sent to the server.';
  475. $strQueryType = 'Query type'; //to translate
  476. $strReceived = 'Received'; //to translate
  477. $strSent = 'Sent'; //to translate
  478. $strServerStatus = 'Runtime Information'; //to translate
  479. $strServerStatusUptime = 'This MySQL server has been running for %s. It started up on %s.'; //to translate
  480. $strServerTabVariables = 'Variables'; //to translate
  481. $strServerTabProcesslist = 'Processes'; //to translate
  482. $strServerTrafficNotes = '<b>Server traffic</b>: These tables show the network traffic statistics of this MySQL server since its startup.';
  483. $strServerVars = 'Server variables and settings'; //to translate
  484. $strSessionValue = 'Session value'; //to translate
  485. $strTraffic = 'Traffic'; //to translate
  486. $strVar = 'Variable'; //to translate
  487.  
  488. $strCommand = 'Command'; //to translate
  489. $strCouldNotKill = 'phpMyAdmin was unable to kill thread %s. It probably has already been closed.'; //to translate
  490. $strId = 'ID'; //to translate
  491. $strProcesslist = 'Process list'; //to translate
  492. $strStatus = 'Status'; //to translate
  493. $strTime = 'Time'; //to translate
  494. $strThreadSuccessfullyKilled = 'Thread %s was successfully killed.'; //to translate
  495.  
  496. $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
  497. $strLaTeX = 'LaTeX';  //to translate
  498.  
  499. $strAdministration = 'Administration'; //to translate
  500. $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
  501. $strGlobalPrivileges = 'Global privileges'; //to translate
  502. $strGrantOption = 'Grant'; //to translate
  503. $strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
  504. $strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
  505. $strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
  506. $strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
  507. $strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
  508. $strPrivDescDelete = 'Allows deleting data.'; //to translate
  509. $strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
  510. $strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
  511. $strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
  512. $strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
  513. $strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
  514. $strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
  515. $strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
  516. $strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
  517. $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
  518. $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
  519. $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
  520. $strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
  521. $strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
  522. $strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
  523. $strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
  524. $strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
  525. $strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
  526. $strPrivDescSelect = 'Allows reading data.'; //to translate
  527. $strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
  528. $strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
  529. $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
  530. $strPrivDescUpdate = 'Allows changing data.'; //to translate
  531. $strPrivDescUsage = 'No privileges.'; //to translate
  532. $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
  533. $strResourceLimits = 'Resource limits'; //to translate
  534. $strUserOverview = 'User overview'; //to translate
  535. $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
  536.  
  537. $strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
  538.  
  539. $strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
  540. $strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
  541. $strDeleting = 'Deleting %s'; //to translate
  542. $strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
  543. $strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
  544. $strReloadingThePrivileges = 'Reloading the privileges'; //to translate
  545. $strRemoveSelectedUsers = 'Remove selected users'; //to translate
  546. $strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
  547. $strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
  548. $strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
  549.  
  550. $strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
  551. $strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
  552. $strColumnPrivileges = 'Column-specific privileges'; //to translate
  553. $strDbPrivileges = 'Database-specific privileges'; //to translate
  554. $strLocalhost = 'Local';
  555. $strLoginInformation = 'Login Information'; //to translate
  556. $strTblPrivileges = 'Table-specific privileges'; //to translate
  557. $strThisHost = 'This Host'; //to translate
  558. $strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
  559. $strUserAlreadyExists = 'The user %s already exists!'; //to translate
  560. $strUseTextField = 'Use text field'; //to translate
  561.  
  562. $strNoUsersSelected = 'No users selected.'; //to translate
  563. $strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
  564. $strAddedColumnComment = 'Added comment for column';  //to translate
  565. $strWritingCommentNotPossible = 'Writing of comment not possible';  //to translate
  566. $strAddedColumnRelation = 'Added relation for column';  //to translate
  567. $strWritingRelationNotPossible = 'Writing of relation not possible';  //to translate
  568. $strImportFinished = 'Import finished';  //to translate
  569. $strFileCouldNotBeRead = 'File could not be read';  //to translate
  570. $strIgnoringFile = 'Ignoring file %s';  //to translate
  571. $strThisNotDirectory = 'This was not a directory';  //to translate
  572. $strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory';  //to translate
  573. $strImportFiles = 'Import files';  //to translate
  574. $strDBGModule = 'Module';  //to translate
  575. $strDBGLine = 'Line';  //to translate
  576. $strDBGHits = 'Hits';  //to translate
  577. $strDBGTimePerHitMs = 'Time/Hit, ms';  //to translate
  578. $strDBGTotalTimeMs = 'Total time, ms';  //to translate
  579. $strDBGMinTimeMs = 'Min time, ms';  //to translate
  580. $strDBGMaxTimeMs = 'Max time, ms';  //to translate
  581. $strDBGContextID = 'Context ID';  //to translate
  582. $strDBGContext = 'Context';  //to translate
  583. $strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration';  //to translate
  584. $strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a';  //to translate
  585. $strCheckPrivs = 'Check Privileges';  //to translate
  586. $strCheckPrivsLong = 'Check privileges for database "%s".';  //to translate
  587. $strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.';  //to translate
  588. $strDatabasesStatsDisable = 'Disable Statistics';  //to translate
  589. $strDatabasesStatsEnable = 'Enable Statistics';  //to translate
  590. $strJumpToDB = 'Jump to database "%s".';  //to translate
  591. $strDropSelectedDatabases = 'Drop Selected Databases';  //to translate
  592. $strNoDatabasesSelected = 'No databases selected.';  //to translate
  593. $strDatabasesDropped = '%s databases have been dropped successfully.';  //to translate
  594. $strGlobal = 'global';  //to translate
  595. $strDbSpecific = 'database-specific';  //to translate
  596. $strUsersHavingAccessToDb = 'Users having access to "%s"';  //to translate
  597. $strChangeCopyUser = 'Change Login Information / Copy User';  //to translate
  598. $strChangeCopyMode = 'Create a new user with the same privileges and ...';  //to translate
  599. $strChangeCopyModeCopy = '... keep the old one.';  //to translate
  600. $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';  //to translate
  601. $strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.';  //to translate
  602. $strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.';  //to translate
  603. $strWildcard = 'wildcard';  //to translate
  604. $strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
  605. $strQueryTime = 'Query took %01.4f sec';//to translate
  606. $strDumpComments = 'Include column comments as inline SQL-comments';//to translate
  607. $strDBComment = 'Database comment: ';//to translate
  608. $strQueryFrame = 'Query window';//to translate
  609. $strQueryFrameDebug = 'Debugging information';//to translate
  610. $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
  611. $strQuerySQLHistory = 'SQL-history';//to translate
  612. $strMIME_MIMEtype = 'MIME-type';//to translate
  613. $strMIME_transformation = 'Browser transformation';//to translate
  614. $strMIME_transformation_options = 'Transformation options';//to translate
  615. $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
  616. $strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
  617. $strMIME_available_mime = 'Available MIME-types';//to translate
  618. $strMIME_available_transform = 'Available transformations';//to translate
  619. $strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
  620. $strMIME_description = 'Description';//to translate
  621. $strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
  622. $strMIME_file = 'Filename';//to translate
  623. $strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
  624. $strTransformation_text_plain__unformatted = 'Displays HTML code as HTML entities. No HTML formatting is shown.';//to translate
  625. $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
  626. $strInnodbStat = 'InnoDB Status';  //to translate
  627. $strUpdComTab = 'Please see Documentation on how to update your Column_comments Table';  //to translate
  628. $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)';  //to translate
  629. $strTransformation_image_png__inline = 'See image/jpeg: inline';  //to translate
  630. $strSQLOptions = 'SQL options';//to translate
  631. $strXML = 'XML';//to translate
  632. $strCSVOptions = 'CSV options';//to translate
  633. $strNoOptions = 'This format has no options';//to translate
  634. $strStatCreateTime = 'Creation';//to translate
  635. $strStatUpdateTime = 'Last update';//to translate
  636. $strStatCheckTime = 'Last check';//to translate
  637. $strPerMinute = 'per minute';//to translate
  638. $strPerSecond = 'per second';//to translate
  639. $strAutomaticLayout = 'Automatic layout';  //to translate
  640. $strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?';  //to translate
  641. $strFileNameTemplate = 'File name template';//to translate
  642. $strFileNameTemplateRemember = 'remember template';//to translate
  643. $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
  644. $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
  645. $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
  646. $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
  647. $strAutodetect = 'Autodetect';  //to translate
  648. $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
  649. $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
  650. $strUseHostTable = 'Use Host Table';  //to translate
  651. $strShowFullQueries = 'Show Full Queries';  //to translate
  652. $strTruncateQueries = 'Truncate Shown Queries';  //to translate
  653. $strSwitchToTable = 'Switch to copied table';  //to translate
  654. $strCharset = 'Charset';  //to translate
  655. $strLaTeXOptions = 'LaTeX options';  //to translate
  656. $strRelations = 'Relations';  //to translate
  657. $strMoveTableSameNames = 'Can\'t move table to same one!';  //to translate
  658. $strCopyTableSameNames = 'Can\'t copy table to same one!';  //to translate
  659. $strMustSelectFile = 'You should select file which you want to insert.';  //to translate
  660. $strSaveOnServer = 'Save on server in %s directory';  //to translate
  661. $strOverwriteExisting = 'Overwrite existing file(s)';  //to translate
  662. $strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.';  //to translate
  663. $strDumpSaved = 'Dump has been saved to file %s.';  //to translate
  664. $strNoPermission = 'The web server does not have permission to save the file %s.';  //to translate
  665. $strNoSpace = 'Insufficient space to save the file %s.';  //to translate
  666. $strInsertedRowId = 'Inserted row id:';  //to translate
  667. $strLoadMethod = 'LOAD method';  //to translate
  668. $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.';  //to translate
  669. $strExecuteBookmarked = 'Execute bookmarked query';  //to translate
  670. $strExcelOptions = 'Excel options';  //to translate
  671. $strReplaceNULLBy = 'Replace NULL by';  //to translate
  672. $strQueryWindowLock = 'Do not overwrite this query from outside the window';  //to translate
  673. $strPaperSize = 'Paper size';  //to translate
  674. $strDatabaseNoTable = 'This database contains no table!';//to translate
  675. $strViewDumpDatabases = 'View dump (schema) of databases';//to translate
  676. $strAddIntoComments = 'Add into comments';//to translate
  677. $strDatabaseExportOptions = 'Database export options';//to translate
  678. $strAddDropDatabase = 'Add DROP DATABASE';//to translate
  679. $strToggleScratchboard = 'toggle scratchboard';  //to translate
  680. $strTableOptions = 'Table options';  //to translate
  681. $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).';  //to translate
  682. $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.';  //to translate
  683. $strAddAutoIncrement = 'Add AUTO_INCREMENT value';  //to translate
  684. $strCharsets = 'Charsets';  //to translate
  685. $strDescription = 'Description';  //to translate
  686. $strCharsetsAndCollations = 'Character Sets and Collations';  //to translate
  687. $strCollation = 'Collation';  //to translate
  688. $strMultilingual = 'multilingual';  //to translate
  689. $strGerman = 'German';  //to translate
  690. $strPhoneBook = 'phone book';  //to translate
  691. $strDictionary = 'dictionary';  //to translate
  692. $strSwedish = 'Swedish';  //to translate
  693. $strDanish = 'Danish';  //to translate
  694. $strCzech = 'Czech';  //to translate
  695. $strTurkish = 'Turkish';  //to translate
  696. $strEnglish = 'English';  //to translate
  697. $strHungarian = 'Hungarian';  //to translate
  698. $strCroatian = 'Croatian';  //to translate
  699. $strBulgarian = 'Bulgarian';  //to translate
  700. $strLithuanian = 'Lithuanian';  //to translate
  701. $strEstonian = 'Estonian';  //to translate
  702. $strCaseInsensitive = 'case-insensitive';  //to translate
  703. $strCaseSensitive = 'case-sensitive';  //to translate
  704. $strUkrainian = 'Ukrainian';  //to translate
  705. $strHebrew = 'Hebrew';  //to translate
  706. $strWestEuropean = 'West European';  //to translate
  707. $strCentralEuropean = 'Central European';  //to translate
  708. $strTraditionalChinese = 'Traditional Chinese';  //to translate
  709. $strCyrillic = 'Cyrillic';  //to translate
  710. $strArmenian = 'Armenian';  //to translate
  711. $strArabic = 'Arabic';  //to translate
  712. $strRussian = 'Russian';  //to translate
  713. $strUnknown = 'unknown';  //to translate
  714. $strBaltic = 'Baltic';  //to translate
  715. $strUnicode = 'Unicode';  //to translate
  716. $strSimplifiedChinese = 'Simplified Chinese';  //to translate
  717. $strKorean = 'Korean';  //to translate
  718. $strGreek = 'Greek';  //to translate
  719. $strJapanese = 'Japanese';  //to translate
  720. $strThai = 'Thai';  //to translate
  721. $strUseThisValue = 'Use this value';  //to translate
  722. $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings';  //to translate
  723. $strBrowseForeignValues = 'Browse foreign values';  //to translate
  724. $strInternalRelations = 'Internal relations';  //to translate
  725. $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.';  //to translate
  726. $strUpgrade = 'You should upgrade to %s %s or later.';  //to translate
  727. $strLatexStructure = 'Structure of table __TABLE__';//to translate
  728. $strLatexContinued = '(continued)';//to translate
  729. $strLatexContent = 'Content of table __TABLE__';//to translate
  730. $strLatexIncludeCaption = 'Include table caption';//to translate
  731. $strLatexCaption = 'Table caption';//to translate
  732. $strLatexLabel = 'Label key';//to translate
  733. $strLatexContinuedCaption = 'Continued table caption';//to translate
  734.  
  735. $strPrintViewFull = 'Print view (with full texts)';  //to translate
  736. $strLogServer = 'Server';  //to translate
  737. $strSortByKey = 'Sort by key';  //to translate
  738. $strBookmarkAllUsers = 'Let every user access this bookmark';  //to translate
  739. $strConstraintsForDumped = 'Constraints for dumped tables';  //to translate
  740. $strConstraintsForTable = 'Constraints for table';  //to translate
  741. $strBookmarkOptions = 'Bookmark options';  //to translate
  742. $strCreationDates = 'Creation/Update/Check dates';  //to translate
  743. $strCheckOverhead = 'Check overheaded';  //to translate
  744. $strExcelEdition = 'Excel edition';  //to translate
  745. $strDelayedInserts = 'Use delayed inserts';  //to translate
  746. $strSQLExportType = 'Export type';  //to translate
  747. $strAddConstraints = 'Add constraints';  //to translate
  748. $strGeorgian = 'Georgian';  //to translate
  749. $strCzechSlovak = 'Czech-Slovak';  //to translate
  750. $strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string';  //to translate
  751. $strMaximumSize = 'Maximum size: %s%s';  //to translate
  752. $strSpanish = 'Spanish';  //to translate
  753. ?>
  754.