diff --git a/.tx/config b/.tx/config new file mode 100644 index 00000000..00b1d9e5 --- /dev/null +++ b/.tx/config @@ -0,0 +1,9 @@ +[main] +host = https://www.transifex.com + +[heidisql.ui] +file_filter = out/locale//LC_MESSAGES/default.po +source_file = out/locale/en/LC_MESSAGES/default.po +source_lang = en +type = PO +minimum_perc = 10 diff --git a/extra/build_everything.cmd b/extra/build_everything.cmd index 5a067b63..7b4e68b6 100644 --- a/extra/build_everything.cmd +++ b/extra/build_everything.cmd @@ -150,10 +150,15 @@ brcc32 ..\..\res\updater.rc "%compiler%" %params% -e"%base_dir%\out" heidisql.dpr if not %errorlevel% == 0 goto end +rem Get translation files from Transifex server +cd /d "%base_dir%" +extra\internationalization\tx.exe pull -a +rem Compile .po translation files +for /f %%p IN ('dir /S /B out\locale\*.po') do extra\internationalization\msgfmt.exe -o %%~dpp\%%~np.mo %%p rem Patch executable with .mo files rem Must be done before madExcept writes a new crc header, otherwise it will complain about a corrupt .exe rem See http://tech.dir.groups.yahoo.com/group/dxgettext/message/3623 -..\..\extra\dxgettext_assemble.exe "%base_dir%\out\heidisql.exe" --dxgettext +extra\internationalization\assemble.exe out\heidisql.exe --dxgettext rem Patch executable with exception handler "%mad_dir%\madExcept\Tools\madExceptPatch.exe" "%base_dir%\out\heidisql.exe" heidisql.mes diff --git a/extra/dxgettext_assemble.exe b/extra/internationalization/assemble.exe similarity index 100% rename from extra/dxgettext_assemble.exe rename to extra/internationalization/assemble.exe diff --git a/extra/internationalization/default.po b/extra/internationalization/default.po new file mode 100644 index 00000000..53d53898 --- /dev/null +++ b/extra/internationalization/default.po @@ -0,0 +1,3821 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: HeidiSQL\n" +"POT-Creation-Date: 2012-11-05 21:40\n" +"PO-Revision-Date: 2012-11-09 10:37+0000\n" +"Last-Translator: david.proweb \n" +"Language-Team: English (http://www.transifex.com/projects/p/heidisql/language/en/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Poedit 1.5.4\n" + +#. AboutBox..Caption +#: about.dfm:5 +msgid "About" +msgstr "About" + +#. AboutBox..btnClose..Caption +#. RunSQLFileForm..btnClose..Caption +#. frmSQLhelp..ButtonClose..Caption +#. frmSyncDB..btnClose..Caption +#. frmTableTools..btnCloseOrCancel..Caption +#. UserManagerForm..btnCancel..Caption +#: about.dfm:316 runsqlfile.dfm:110 sqlhelp.dfm:42 syncdb.dfm:141 +#: tabletools.dfm:39 usermanager.dfm:62 +msgid "Close" +msgstr "Close" + +#. AboutBox..btnDonate..Caption +#: about.dfm:370 +msgid "Donate" +msgstr "Donate" + +#. frmBinEditor..Caption +#: bineditor.dfm:4 +msgid "Binary editor" +msgstr "Binary editor" + +#. frmBinEditor..tlbStandard..btnWrap..Hint +#. frmBinEditor..tlbStandard..btnWrap..Caption +#. MainForm..ActionList1..actQueryWordWrap..Caption +#. MainForm..ActionList1..actQueryWordWrap..Hint +#. frmTextEditor..tlbStandard..btnWrap..Hint +#. frmTextEditor..tlbStandard..btnWrap..Caption +#: bineditor.dfm:66 bineditor.dfm:67 main.dfm:2317 main.dfm:2318 +#: texteditor.dfm:66 texteditor.dfm:67 +msgid "Wrap long lines" +msgstr "Wrap long lines" + +#. frmBinEditor..tlbStandard..btnLoadBinary..Hint +#. frmBinEditor..tlbStandard..btnLoadBinary..Caption +#: bineditor.dfm:74 bineditor.dfm:75 +msgid "Load binary file" +msgstr "Load binary file" + +#. frmBinEditor..tlbStandard..btnCancel..Hint +#. frmBinEditor..tlbStandard..btnCancel..Caption +#. frmClickFilter..btnCancel..Caption +#. ColumnSelectionForm..pnlBevel..btnCancel..Caption +#. connform..btnCancel..Caption +#. CopyTableForm..btnCancel..Caption +#. CreateDatabaseForm..btnCancel..Caption +#. DataSortingForm..pnlBevel..btnCancel..Caption +#. frmEditVariable..btnCancel..Caption +#. frmExportGrid..btnCancel..Caption +#. frmInsertFiles..btnCancel..Caption +#. loaddataform..btnCancel..Caption +#. optionsform..btnCancel..Caption +#. printlistForm..btnCancel..Caption +#. frmSearchReplace..btnCancel..Caption +#. frmSelectDBObject..btnCancel..Caption +#. frmTextEditor..tlbStandard..btnCancel..Hint +#. frmTextEditor..tlbStandard..btnCancel..Caption +#. frmUpdateCheck..btnCancel..Caption +#: bineditor.dfm:82 bineditor.dfm:83 clickfilter.dfm:26 +#: column_selection.dfm:35 connections.dfm:72 copytable.dfm:64 +#: createdatabase.dfm:95 data_sorting.dfm:52 editvar.dfm:44 exportgrid.dfm:44 +#: insertfiles.dfm:47 loaddata.dfm:46 options.dfm:932 printlist.dfm:58 +#: searchreplace.dfm:48 selectdbobject.dfm:96 texteditor.dfm:90 +#: texteditor.dfm:91 updatecheck.dfm:41 +msgid "Cancel" +msgstr "Cancel" + +#. frmBinEditor..tlbStandard..btnApply..Hint +#. frmBinEditor..tlbStandard..btnApply..Caption +#. frmTextEditor..tlbStandard..btnApply..Hint +#. frmTextEditor..tlbStandard..btnApply..Caption +#: bineditor.dfm:90 bineditor.dfm:91 texteditor.dfm:98 texteditor.dfm:99 +msgid "Apply changes" +msgstr "Apply changes" + +#. frmClickFilter..btnOK..Caption +#. ColumnSelectionForm..pnlBevel..btnOK..Caption +#. CopyTableForm..btnOK..Caption +#. CreateDatabaseForm..btnOK..Caption +#. DataSortingForm..pnlBevel..btnOK..Caption +#. frmEditVariable..btnOK..Caption +#. frmExportGrid..btnOK..Caption +#. optionsform..btnOK..Caption +#. frmSearchReplace..btnOK..Caption +#. frmSelectDBObject..btnOK..Caption +#: clickfilter.dfm:35 column_selection.dfm:45 copytable.dfm:82 +#: createdatabase.dfm:83 data_sorting.dfm:38 editvar.dfm:31 exportgrid.dfm:31 +#: options.dfm:942 searchreplace.dfm:183 selectdbobject.dfm:83 +msgid "OK" +msgstr "OK" + +#. frmClickFilter..groupValue..radioString..Caption +#. frmEditVariable..gbValue..lblString..Caption +#: clickfilter.dfm:73 editvar.dfm:89 +msgid "String:" +msgstr "String:" + +#. frmClickFilter..groupValue..radioExpression..Caption +#: clickfilter.dfm:81 +msgid "Expression:" +msgstr "Expression:" + +#. frmClickFilter..groupConcatType..Caption +#: clickfilter.dfm:91 +msgid "Append to current filter" +msgstr "Append to current filter" + +#. frmClickFilter..groupConcatType....Items.Strings +#: clickfilter.dfm:96 +msgid "Reset" +msgstr "Reset" + +#. ColumnSelectionForm..pnlBevel..chkSelectAll..Caption +#: column_selection.dfm:55 +msgid "Select / Deselect all" +msgstr "Select / Deselect all" + +#. ColumnSelectionForm..pnlBevel..chkSort..Caption +#: column_selection.dfm:74 +msgid "Sort alphabetically" +msgstr "Sort alphabetically" + +#. connform..Caption +#. MainForm..ActionList1..actSessionManager..Caption +#: connections.dfm:5 main.dfm:1871 +msgid "Session manager" +msgstr "Session manager" + +#. connform..btnSave..Caption +#. connform..popupSessions..menuSave..Caption +#. frmEventEditor..btnSave..Caption +#. MainForm..ActionList1..actSaveSQL..Caption +#. frmRoutineEditor..btnSave..Caption +#. frmTableEditor..btnSave..Caption +#. frmTriggerEditor..btnSave..Caption +#. UserManagerForm..btnSave..Caption +#. frmView..btnSave..Caption +#: connections.dfm:49 connections.dfm:736 event_editor.dfm:77 main.dfm:2453 +#: routine_editor.dfm:35 table_editor.dfm:28 trigger_editor.dfm:104 +#: usermanager.dfm:74 view.dfm:120 +msgid "Save" +msgstr "Save" + +#. connform..btnOpen..Caption +#: connections.dfm:59 +msgid "Open" +msgstr "Open" + +#. connform..ListSessions......WideText +#: connections.dfm:123 +msgid "Session name" +msgstr "Session name" + +#. connform..ListSessions......WideText +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..Caption +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabProcessList..ListProcesses......WideText +#. UserManagerForm..pnlLeft..listUsers......WideText +#: connections.dfm:128 main.dfm:601 main.dfm:874 usermanager.dfm:136 +msgid "Host" +msgstr "Host" + +#. connform..ListSessions......WideText +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabProcessList..ListProcesses......WideText +#: connections.dfm:133 main.dfm:869 +msgid "User" +msgstr "User" + +#. connform..ListSessions......WideText +#. MainForm..panelTop..pnlRight..PageControlMain..tabDatabase..ListTables......WideText +#: connections.dfm:138 main.dfm:1136 +msgid "Version" +msgstr "Version" + +#. connform..ListSessions......WideText +#: connections.dfm:143 +msgid "Last connect" +msgstr "Last connect" + +#. connform..ListSessions......WideText +#: connections.dfm:150 +msgid "Counter" +msgstr "Counter" + +#. connform..btnNew..Caption +#: connections.dfm:159 +msgid "New" +msgstr "New" + +#. connform..btnDelete..Caption +#. connform..popupSessions..menuDelete..Caption +#. UserManagerForm..pnlLeft..ToolBar1..btnDeleteUser..Caption +#: connections.dfm:171 connections.dfm:748 usermanager.dfm:169 +msgid "Delete" +msgstr "Delete" + +#. connform..PageControlDetails..tabStart..Caption +#: connections.dfm:190 +msgid "Start" +msgstr "Start" + +#. connform..PageControlDetails..tabStart..btnImportSettings..Caption +#. MainForm..ActionList1..actImportSettings..Caption +#: connections.dfm:212 main.dfm:2174 +msgid "Import settings ..." +msgstr "Import settings ..." + +#. connform..PageControlDetails..tabSettings..Caption +#. frmEventEditor..PageControlMain..tabSettings..Caption +#: connections.dfm:219 event_editor.dfm:94 +msgid "Settings" +msgstr "Settings" + +#. connform..PageControlDetails..tabSettings..lblStartupScript..Caption +#: connections.dfm:229 +msgid "Startup script:" +msgstr "Startup script:" + +#. connform..PageControlDetails..tabSettings..lblPort..Caption +#: connections.dfm:237 +msgid "Port:" +msgstr "Port:" + +#. connform..PageControlDetails..tabSettings..lblPassword..Caption +#. connform..PageControlDetails..tabSSHtunnel..lblSSHPassword..Caption +#: connections.dfm:245 connections.dfm:440 +msgid "Password:" +msgstr "Password:" + +#. connform..PageControlDetails..tabSettings..lblHost..Caption +#: connections.dfm:253 +msgid "Hostname / IP:" +msgstr "Hostname / IP:" + +#. connform..PageControlDetails..tabSettings..lblUsername..Caption +#: connections.dfm:261 +msgid "User:" +msgstr "User:" + +#. connform..PageControlDetails..tabSettings..lblNetworkType..Caption +#: connections.dfm:269 +msgid "Network type:" +msgstr "Network type:" + +#. connform..PageControlDetails..tabSettings..lblDatabase..Caption +#: connections.dfm:276 +msgid "Databases:" +msgstr "Databases:" + +#. connform..PageControlDetails..tabSettings..chkCompressed..Caption +#: connections.dfm:298 +msgid "Compressed client/server protocol" +msgstr "Compressed client/server protocol" + +#. connform..PageControlDetails..tabSettings..comboNetType..Text +#. connform..PageControlDetails..tabSettings..comboNetType....Items.Strings +#: connections.dfm:359 connections.dfm:362 +msgid "TCP/IP" +msgstr "TCP/IP" + +#. connform..PageControlDetails..tabSettings..comboNetType....Items.Strings +#: connections.dfm:363 +msgid "Named pipe" +msgstr "Named pipe" + +#. connform..PageControlDetails..tabSettings..comboNetType....Items.Strings +#. connform..PageControlDetails..tabSSHtunnel..Caption +#: connections.dfm:364 connections.dfm:414 +msgid "SSH tunnel" +msgstr "SSH tunnel" + +#. connform..PageControlDetails..tabSettings..comboDatabases..TextHint +#: connections.dfm:374 +msgid "Separated by semicolon" +msgstr "Separated by semicolon" + +#. connform..PageControlDetails..tabSettings..chkLoginPrompt..Caption +#: connections.dfm:384 +msgid "Prompt for credentials" +msgstr "Prompt for credentials" + +#. connform..PageControlDetails..tabSettings..chkWindowsAuth..Caption +#: connections.dfm:394 +msgid "Use Windows authentication" +msgstr "Use Windows authentication" + +#. connform..PageControlDetails..tabSettings..chkLocalTimeZone....Hint +#: connections.dfm:406 +msgid "" +"Use your client time zone in date/time SQL functions, e.g. NOW(), for MySQL " +"4.1.3+" +msgstr "Use your client time zone in date/time SQL functions, e.g. NOW(), for MySQL 4.1.3+" + +#. connform..PageControlDetails..tabSettings..chkLocalTimeZone..Caption +#: connections.dfm:408 +msgid "Set client time zone" +msgstr "Set client time zone" + +#. connform..PageControlDetails..tabSSHtunnel..lblSSHLocalPort..Caption +#: connections.dfm:424 +msgid "Local port:" +msgstr "Local port:" + +#. connform..PageControlDetails..tabSSHtunnel..lblSSHUser..Caption +#: connections.dfm:432 +msgid "Username:" +msgstr "Username:" + +#. connform..PageControlDetails..tabSSHtunnel..lblSSHPlinkExe..Caption +#: connections.dfm:448 +msgid "plink.exe location:" +msgstr "plink.exe location:" + +#. connform..PageControlDetails..tabSSHtunnel..lblSSHhost..Caption +#: connections.dfm:455 +msgid "SSH host + port:" +msgstr "SSH host + port:" + +#. connform..PageControlDetails..tabSSHtunnel..lblSSHkeyfile..Caption +#: connections.dfm:463 +msgid "Private key file:" +msgstr "Private key file:" + +#. connform..PageControlDetails..tabSSHtunnel..lblDownloadPlink..Caption +#: connections.dfm:473 +msgid "Download plink.exe" +msgstr "Download plink.exe" + +#. connform..PageControlDetails..tabSSHtunnel..lblPlinkTimeout..Caption +#: connections.dfm:487 +msgid "plink.exe timeout:" +msgstr "plink.exe timeout:" + +#. connform..PageControlDetails..tabSSHtunnel..editSSHUser..TextHint +#: connections.dfm:508 +msgid "Your secure shell username" +msgstr "Your secure shell username" + +#. connform..PageControlDetails..tabSSHtunnel..editSSHPassword..TextHint +#: connections.dfm:520 +msgid "Your secure shell password" +msgstr "Your secure shell password" + +#. connform..PageControlDetails..tabSSHtunnel..editSSHPlinkExe..TextHint +#: connections.dfm:534 +msgid "Doubleclick to select plink.exe ..." +msgstr "Doubleclick to select plink.exe ..." + +#. connform..PageControlDetails..tabSSHtunnel..editSSHPrivateKey..TextHint +#: connections.dfm:571 +msgid "PuTTY private key (*.ppk)" +msgstr "PuTTY private key (*.ppk)" + +#. connform..PageControlDetails..tabSSLOptions..Caption +#. UserManagerForm..pnlRight..PageControlSettings..tabSSL..Caption +#: connections.dfm:596 usermanager.dfm:468 +msgid "SSL options" +msgstr "SSL options" + +#. connform..PageControlDetails..tabSSLOptions..lblSSLPrivateKey..Caption +#: connections.dfm:606 +msgid "SSL private key:" +msgstr "SSL private key:" + +#. connform..PageControlDetails..tabSSLOptions..lblSSLCACertificate..Caption +#: connections.dfm:614 +msgid "SSL CA certificate:" +msgstr "SSL CA certificate:" + +#. connform..PageControlDetails..tabSSLOptions..lblSSLCertificate..Caption +#: connections.dfm:622 +msgid "SSL certificate:" +msgstr "SSL certificate:" + +#. connform..PageControlDetails..tabSSLOptions..chkWantSSL..Caption +#: connections.dfm:673 +msgid "Use SSL" +msgstr "Use SSL" + +#. connform..PageControlDetails..tabStatistics..Caption +#: connections.dfm:679 +msgid "Statistics" +msgstr "Statistics" + +#. connform..PageControlDetails..tabStatistics..lblLastConnectLeft..Caption +#: connections.dfm:689 +msgid "Last connect:" +msgstr "Last connect:" + +#. connform..PageControlDetails..tabStatistics..lblCounterLeft..Caption +#: connections.dfm:696 +msgid "Counter:" +msgstr "Counter:" + +#. connform..PageControlDetails..tabStatistics..lblCreatedLeft..Caption +#: connections.dfm:703 +msgid "Created:" +msgstr "Created:" + +#. connform..popupSessions..menuSaveAs..Caption +#. MainForm..ActionList1..actSaveSQLAs..Caption +#: connections.dfm:742 main.dfm:2256 +msgid "Save as ..." +msgstr "Save as ..." + +#. connform..popupSessions..menuNewSession2..Caption +#: connections.dfm:754 +msgid "New session" +msgstr "New session" + +#. connform..popupSessions..menuNewFolder2..Caption +#: connections.dfm:759 +msgid "New folder" +msgstr "New folder" + +#. connform..popupNew..menuNewSession..Caption +#: connections.dfm:781 +msgid "Session" +msgstr "Session" + +#. connform..popupNew..menuNewFolder..Caption +#: connections.dfm:786 +msgid "Folder" +msgstr "Folder" + +#. CopyTableForm..Caption +#: copytable.dfm:4 +msgid "Copy Table..." +msgstr "Copy Table..." + +#. CopyTableForm..lblNewTablename..Caption +#: copytable.dfm:32 +msgid "Copy .. to new db.table:" +msgstr "Copy .. to new db.table:" + +#. CopyTableForm..lblItems..Caption +#: copytable.dfm:39 +msgid "Elements to create in new table:" +msgstr "Elements to create in new table:" + +#. CopyTableForm..lblWhere..Caption +#: copytable.dfm:47 +msgid "WHERE clause for data copying:" +msgstr "WHERE clause for data copying:" + +#. CopyTableForm..btnRecentFilters..Caption +#. MainForm..popupFilter..menuRecentFilters..Caption +#: copytable.dfm:145 main.dfm:9256 +msgid "Recent filters" +msgstr "Recent filters" + +#. CreateDatabaseForm..Caption +#: createdatabase.dfm:5 +msgid "Create database ..." +msgstr "Create database ..." + +#. CreateDatabaseForm..lblDBName..Caption +#. frmRoutineEditor..PageControlMain..tabOptions..lblName..Caption +#: createdatabase.dfm:29 routine_editor.dfm:126 +msgid "&Name:" +msgstr "&Name:" + +#. CreateDatabaseForm..lblCharset..Caption +#: createdatabase.dfm:37 +msgid "&Character set:" +msgstr "&Character set:" + +#. CreateDatabaseForm..lblCollation..Caption +#: createdatabase.dfm:45 +msgid "C&ollation:" +msgstr "C&ollation:" + +#. CreateDatabaseForm..lblPreview..Caption +#: createdatabase.dfm:54 +msgid "SQL &preview for CREATE DATABASE:" +msgstr "SQL &preview for CREATE DATABASE:" + +#. CreateDatabaseForm..editDBName..TextHint +#: createdatabase.dfm:63 +msgid "Enter database name" +msgstr "Enter database name" + +#. DataSortingForm..pnlBevel..btnAddCol..Caption +#: data_sorting.dfm:63 +msgid "Add Col" +msgstr "Add Col" + +#. DataSortingForm..pnlBevel..btnReset..Caption +#. MainForm..ActionList1..actDataResetSorting..Caption +#: data_sorting.dfm:73 main.dfm:2462 +msgid "Reset sorting" +msgstr "Reset sorting" + +#. frmEditVariable..Caption +#: editvar.dfm:4 +msgid "Edit server variable" +msgstr "Edit server variable" + +#. frmEditVariable..grpScope..Caption +#: editvar.dfm:54 +msgid "Scope" +msgstr "Scope" + +#. frmEditVariable..grpScope..radioScopeSession..Caption +#: editvar.dfm:61 +msgid "This session" +msgstr "This session" + +#. frmEditVariable..grpScope..radioScopeGlobal..Caption +#. frmSearchReplace..grpScope....Items.Strings +#: editvar.dfm:69 searchreplace.dfm:173 +msgid "Global" +msgstr "Global" + +#. frmEditVariable..gbValue..Caption +#: editvar.dfm:79 +msgid "name of variable" +msgstr "name of variable" + +#. frmEditVariable..gbValue..lblNumber..Caption +#: editvar.dfm:96 +msgid "Number:" +msgstr "Number:" + +#. frmEditVariable..gbValue..lblEnum..Caption +#: editvar.dfm:103 +msgid "Enumeration:" +msgstr "Enumeration:" + +#. frmEditVariable..gbValue..lblBoolean..Caption +#: editvar.dfm:110 +msgid "Bolean:" +msgstr "Bolean:" + +#. frmEditVariable..gbValue..radioBooleanOn..Caption +#: editvar.dfm:117 +msgid "On" +msgstr "On" + +#. frmEditVariable..gbValue..radioBooleanOff..Caption +#: editvar.dfm:125 +msgid "Off" +msgstr "Off" + +#. frmEditVariable..btnHelp..Caption +#. frmEventEditor..btnHelp..Caption +#. frmRoutineEditor..btnHelp..Caption +#. frmTableEditor..btnHelp..Caption +#. frmTableTools..pnlTop..pnlRight..tabsTools..tabMaintenance..btnHelp..Caption +#. frmTriggerEditor..btnHelp..Caption +#. frmView..btnHelp..Caption +#: editvar.dfm:172 event_editor.dfm:57 routine_editor.dfm:57 +#: table_editor.dfm:49 tabletools.dfm:245 trigger_editor.dfm:84 view.dfm:146 +msgid "Help" +msgstr "Help" + +#. frmEventEditor..lblBody..Caption +#: event_editor.dfm:17 +msgid "Execution body:" +msgstr "Execution body:" + +#. frmEventEditor..btnDiscard..Caption +#. frmRoutineEditor..btnDiscard..Caption +#. frmTableEditor..btnDiscard..Caption +#. frmTriggerEditor..btnDiscard..Caption +#. UserManagerForm..btnDiscard..Caption +#. frmView..btnDiscard..Caption +#: event_editor.dfm:67 routine_editor.dfm:46 table_editor.dfm:39 +#: trigger_editor.dfm:94 usermanager.dfm:562 view.dfm:110 +msgid "Discard" +msgstr "Discard" + +#. frmEventEditor..PageControlMain..tabSettings..lblName..Caption +#. frmTableEditor..PageControlMain..tabBasic..lblName..Caption +#. frmTriggerEditor..lblName..Caption +#. frmView..lblName..Caption +#: event_editor.dfm:104 table_editor.dfm:193 trigger_editor.dfm:15 view.dfm:15 +msgid "Name:" +msgstr "Name:" + +#. frmEventEditor..PageControlMain..tabSettings..lblComment..Caption +#. frmTableEditor..PageControlMain..tabBasic..lblComment..Caption +#: event_editor.dfm:112 table_editor.dfm:200 +msgid "Comment:" +msgstr "Comment:" + +#. frmEventEditor..PageControlMain..tabSettings..editName..TextHint +#: event_editor.dfm:122 +msgid "Enter event name ..." +msgstr "Enter event name ..." + +#. frmEventEditor..PageControlMain..tabSettings..chkDropAfterExpiration..Caption +#: event_editor.dfm:131 +msgid "Drop event after expiration" +msgstr "Drop event after expiration" + +#. frmEventEditor..PageControlMain..tabSettings..grpState..Caption +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabProcessList..ListProcesses......WideText +#: event_editor.dfm:150 main.dfm:892 +msgid "State" +msgstr "State" + +#. frmEventEditor..PageControlMain..tabScheduling..Caption +#: event_editor.dfm:157 +msgid "Timing" +msgstr "Timing" + +#. frmEventEditor..PageControlMain..tabScheduling..radioOnce..Caption +#: event_editor.dfm:168 +msgid "Once, at:" +msgstr "Once, at:" + +#. frmEventEditor..PageControlMain..tabScheduling..radioEvery..Caption +#: event_editor.dfm:179 +msgid "Every" +msgstr "Every" + +#. frmEventEditor..PageControlMain..tabScheduling..chkStarts..Caption +#: event_editor.dfm:238 +msgid "Starts at:" +msgstr "Starts at:" + +#. frmEventEditor..PageControlMain..tabScheduling..chkEnds..Caption +#: event_editor.dfm:247 +msgid "Ends at:" +msgstr "Ends at:" + +#. frmEventEditor..PageControlMain..tabCREATEcode..Caption +#. frmRoutineEditor..PageControlMain..tabCreateCode..Caption +#. frmTableEditor..PageControlMain..tabCREATEcode..Caption +#: event_editor.dfm:295 routine_editor.dfm:371 table_editor.dfm:617 +msgid "CREATE code" +msgstr "CREATE code" + +#. frmEventEditor..PageControlMain..tabALTERcode..Caption +#. frmTableEditor..PageControlMain..tabALTERCode..Caption +#: event_editor.dfm:331 table_editor.dfm:650 +msgid "ALTER code" +msgstr "ALTER code" + +#. frmExportGrid..Caption +#: exportgrid.dfm:5 +msgid "Export grid rows" +msgstr "Export grid rows" + +#. frmExportGrid..grpFormat..Caption +#: exportgrid.dfm:54 +msgid "Output format" +msgstr "Output format" + +#. frmExportGrid..grpFormat....Items.Strings +#: exportgrid.dfm:57 +msgid "Excel compatible" +msgstr "Excel compatible" + +#. frmExportGrid..grpFormat....Items.Strings +#: exportgrid.dfm:58 +msgid "Delimited text" +msgstr "Delimited text" + +#. frmExportGrid..grpFormat....Items.Strings +#: exportgrid.dfm:59 +msgid "HTML table" +msgstr "HTML table" + +#. frmExportGrid..grpFormat....Items.Strings +#: exportgrid.dfm:60 +msgid "XML" +msgstr "XML" + +#. frmExportGrid..grpFormat....Items.Strings +#: exportgrid.dfm:61 +msgid "SQL INSERTs" +msgstr "SQL INSERTs" + +#. frmExportGrid..grpFormat....Items.Strings +#: exportgrid.dfm:62 +msgid "SQL REPLACEs" +msgstr "SQL REPLACEs" + +#. frmExportGrid..grpFormat....Items.Strings +#: exportgrid.dfm:63 +msgid "LaTeX" +msgstr "LaTeX" + +#. frmExportGrid..grpFormat....Items.Strings +#: exportgrid.dfm:64 +msgid "Wiki markup" +msgstr "Wiki markup" + +#. frmExportGrid..grpFormat....Items.Strings +#: exportgrid.dfm:65 +msgid "PHP Array" +msgstr "PHP Array" + +#. frmExportGrid..grpSelection..Caption +#: exportgrid.dfm:75 +msgid "Row selection" +msgstr "Row selection" + +#. frmExportGrid..grpSelection....Items.Strings +#: exportgrid.dfm:78 +msgid "Selected rows" +msgstr "Selected rows" + +#. frmExportGrid..grpSelection....Items.Strings +#: exportgrid.dfm:79 +msgid "All loaded rows" +msgstr "All loaded rows" + +#. frmExportGrid..grpOutput..Caption +#: exportgrid.dfm:88 +msgid "Output target" +msgstr "Output target" + +#. frmExportGrid..grpOutput..lblEncoding..Caption +#. loaddataform..grpFilename..lblEncoding..Caption +#: exportgrid.dfm:98 loaddata.dfm:77 +msgid "Encoding:" +msgstr "Encoding:" + +#. frmExportGrid..grpOutput..radioOutputCopyToClipboard..Caption +#: exportgrid.dfm:106 +msgid "Copy to clipboard" +msgstr "Copy to clipboard" + +#. frmExportGrid..grpOutput..radioOutputFile..Caption +#. MainForm..ActionList1..actSessionManager..Category +#. MainForm..ActionList1..actNewWindow..Category +#. MainForm..ActionList1..actExitApplication..Category +#. MainForm..ActionList1..actSelectTreeBackground..Category +#. MainForm..ActionList1..actNewQueryTab..Category +#. MainForm..ActionList1..actCloseQueryTab..Category +#. MainForm..ActionList1..actDisconnect..Category +#: exportgrid.dfm:118 main.dfm:1870 main.dfm:1877 main.dfm:1885 main.dfm:2367 +#: main.dfm:2407 main.dfm:2415 main.dfm:2532 +msgid "File" +msgstr "File" + +#. frmExportGrid..grpOutput..editFilename..TextHint +#: exportgrid.dfm:135 +msgid "Doubleclick to select file" +msgstr "Doubleclick to select file" + +#. frmExportGrid..grpOptions..Caption +#. loaddataform..grpOptions..Caption +#. frmRoutineEditor..PageControlMain..tabOptions..Caption +#. frmSyncDB..grpOptions..Caption +#. frmTableEditor..PageControlMain..tabOptions..Caption +#: exportgrid.dfm:156 loaddata.dfm:195 routine_editor.dfm:116 syncdb.dfm:178 +#: table_editor.dfm:227 +msgid "Options" +msgstr "Options" + +#. frmExportGrid..grpOptions..lblSeparator..Caption +#: exportgrid.dfm:166 +msgid "Field separator:" +msgstr "Field separator:" + +#. frmExportGrid..grpOptions..lblEncloser..Caption +#: exportgrid.dfm:173 +msgid "Encloser:" +msgstr "Encloser:" + +#. frmExportGrid..grpOptions..lblTerminator..Caption +#: exportgrid.dfm:180 +msgid "Line terminator:" +msgstr "Line terminator:" + +#. frmExportGrid..grpOptions..chkIncludeColumnNames..Caption +#: exportgrid.dfm:188 +msgid "Include column names" +msgstr "Include column names" + +#. frmExportGrid..grpOptions..chkIncludeAutoIncrement..Caption +#: exportgrid.dfm:243 +msgid "Include auto increment column" +msgstr "Include auto increment column" + +#. frmExportGrid..grpOptions..chkIncludeQuery..Caption +#: exportgrid.dfm:252 +msgid "Include SQL query" +msgstr "Include SQL query" + +#. frmExportGrid..popupCSVchar..menuCSVtab..Caption +#: exportgrid.dfm:261 +msgid "Tab" +msgstr "Tab" + +#. frmExportGrid..popupCSVchar..menuCSVcomma..Caption +#: exportgrid.dfm:266 +msgid "Comma" +msgstr "Comma" + +#. frmExportGrid..popupCSVchar..menuCSVsemicolon..Caption +#: exportgrid.dfm:270 +msgid "Semicolon" +msgstr "Semicolon" + +#. frmExportGrid..popupCSVchar..menuCSVsinglequote..Caption +#: exportgrid.dfm:277 +msgid "Single quote" +msgstr "Single quote" + +#. frmExportGrid..popupCSVchar..menuCSVdoublequote..Caption +#: exportgrid.dfm:281 +msgid "Double quote" +msgstr "Double quote" + +#. frmExportGrid..popupCSVchar..menuCSVwinlinebreak..Caption +#: exportgrid.dfm:288 +msgid "Windows linebreak" +msgstr "Windows linebreak" + +#. frmExportGrid..popupCSVchar..menuCSVunixlinebreak..Caption +#: exportgrid.dfm:293 +msgid "UNIX linebreak" +msgstr "UNIX linebreak" + +#. frmExportGrid..popupCSVchar..menuCSVmaclinebreak..Caption +#: exportgrid.dfm:297 +msgid "Mac OS linebreak" +msgstr "Mac OS linebreak" + +#. frmExportGrid..popupCSVchar..menuCSVnul..Caption +#: exportgrid.dfm:304 +msgid "NUL character" +msgstr "NUL character" + +#. frmExportGrid..popupCSVchar..menuCSVbackspace..Caption +#: exportgrid.dfm:308 +msgid "Backspace" +msgstr "Backspace" + +#. frmExportGrid..popupCSVchar..menuCSVcontrolz..Caption +#: exportgrid.dfm:312 +msgid "Control+Z" +msgstr "Control+Z" + +#. frmInsertFiles..Caption +#: insertfiles.dfm:5 +msgid "Insert files..." +msgstr "Insert files..." + +#. frmInsertFiles..btnInsert..Caption +#: insertfiles.dfm:33 +msgid "Import files" +msgstr "Import files" + +#. frmInsertFiles..grpSelectObject..Caption +#: insertfiles.dfm:57 +msgid "Target table and columns" +msgstr "Target table and columns" + +#. frmInsertFiles..grpSelectObject..lblTable..Caption +#: insertfiles.dfm:67 +msgid "Database, table:" +msgstr "Database, table:" + +#. frmInsertFiles..grpSelectObject..lblFilecontents....Caption +#: insertfiles.dfm:76 +msgid "" +"Column values (Hint: Assign \"%filecontent%\" value to a BLOB or TEXT " +"column)" +msgstr "Column values (Hint: Assign \"%filecontent%\" value to a BLOB or TEXT column)" + +#. frmInsertFiles..grpSelectObject..ListColumns......WideText +#: insertfiles.dfm:129 +msgid "Column" +msgstr "Column" + +#. frmInsertFiles..grpSelectObject..ListColumns......WideText +#. frmRoutineEditor..PageControlMain..tabParameters..listParameters......WideText +#. frmTableEditor..listColumns......WideText +#: insertfiles.dfm:135 routine_editor.dfm:304 table_editor.dfm:112 +msgid "Datatype" +msgstr "Datatype" + +#. frmInsertFiles..grpSelectObject..ListColumns......WideText +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabVariables..ListVariables......WideText +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabStatus..ListStatus......WideText +#: insertfiles.dfm:141 main.dfm:744 main.dfm:795 +msgid "Value" +msgstr "Value" + +#. frmInsertFiles..GroupBox2..Caption +#: insertfiles.dfm:151 +msgid "Files to import" +msgstr "Files to import" + +#. frmInsertFiles..GroupBox2..lblDropHint....Caption +#: insertfiles.dfm:165 +msgid "Hint: You can drop files from your Windows Explorer onto the list." +msgstr "Hint: You can drop files from your Windows Explorer onto the list." + +#. frmInsertFiles..GroupBox2..ListFiles......WideText +#: insertfiles.dfm:214 +msgid "Filename" +msgstr "Filename" + +#. frmInsertFiles..GroupBox2..ListFiles......WideText +#: insertfiles.dfm:220 +msgid "Binary" +msgstr "Binary" + +#. frmInsertFiles..GroupBox2..ListFiles......WideText +#. MainForm..panelTop..pnlLeft..DBtree......WideText +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabDatabases..ListDatabases......WideText +#. MainForm..panelTop..pnlRight..PageControlMain..tabDatabase..ListTables......WideText +#. frmSelectDBObject..TreeDBO......WideText +#. frmTableTools..pnlTop..TreeObjects......WideText +#: insertfiles.dfm:226 main.dfm:453 main.dfm:655 main.dfm:1111 +#: selectdbobject.dfm:74 tabletools.dfm:105 +msgid "Size" +msgstr "Size" + +#. frmInsertFiles..GroupBox2..ToolBar1..btnAddFiles..Caption +#. frmRoutineEditor..PageControlMain..tabParameters..tlbParameters..btnAddParam..Caption +#. frmTableEditor..PageControlMain..tabIndexes..tlbIndexes..btnAddIndex..Caption +#. frmTableEditor..PageControlMain..tabForeignKeys..tlbForeignKeys..btnAddForeignKey..Caption +#. frmTableEditor..pnlColumnsTop..tlbColumns..btnAddColumn..Caption +#. UserManagerForm..pnlLeft..ToolBar1..btnAddUser..Caption +#: insertfiles.dfm:244 routine_editor.dfm:329 table_editor.dfm:456 +#: table_editor.dfm:517 table_editor.dfm:718 usermanager.dfm:155 +msgid "Add" +msgstr "Add" + +#. frmInsertFiles..GroupBox2..ToolBar1..btnRemoveFiles..Caption +#. frmRoutineEditor..PageControlMain..tabParameters..tlbParameters..btnRemoveParam..Caption +#. frmTableEditor..PageControlMain..tabIndexes..tlbIndexes..btnRemoveIndex..Caption +#. frmTableEditor..PageControlMain..tabForeignKeys..tlbForeignKeys..btnRemoveForeignKey..Caption +#. frmTableEditor..pnlColumnsTop..tlbColumns..btnRemoveColumn..Caption +#. frmTableEditor..popupIndexes..menuRemoveIndex..Caption +#: insertfiles.dfm:251 routine_editor.dfm:337 table_editor.dfm:465 +#: table_editor.dfm:525 table_editor.dfm:726 table_editor.dfm:765 +msgid "Remove" +msgstr "Remove" + +#. frmInsertFiles..GroupBox2..ToolBar1..btnClearFiles..Caption +#. MainForm..ActionList1..actClearQueryEditor..Caption +#. MainForm..ActionList1..actClearFilterEditor..Caption +#. MainForm..popupSqlLog..Clear2..Caption +#. frmRoutineEditor..PageControlMain..tabParameters..tlbParameters..btnClearParams..Caption +#. frmTableEditor..PageControlMain..tabIndexes..tlbIndexes..btnClearIndexes..Caption +#. frmTableEditor..PageControlMain..tabForeignKeys..tlbForeignKeys..btnClearForeignKeys..Caption +#. frmTableEditor..popupIndexes..menuClearIndexes..Caption +#: insertfiles.dfm:259 main.dfm:2290 main.dfm:2299 main.dfm:9005 +#: routine_editor.dfm:346 table_editor.dfm:474 table_editor.dfm:534 +#: table_editor.dfm:771 +msgid "Clear" +msgstr "Clear" + +#. frmInsertFiles..OpenDialog....Filter +#: insertfiles.dfm:269 +msgid "" +"All files (*.*)|*.*|Common images (*.jpg, *.gif, *.bmp, " +"*.png)|*.jpg;*.gif;*.bmp;*.png" +msgstr "All files (*.*)|*.*|Common images (*.jpg, *.gif, *.bmp, *.png)|*.jpg;*.gif;*.bmp;*.png" + +#. loaddataform..Caption +#: loaddata.dfm:4 +msgid "Import text file" +msgstr "Import text file" + +#. loaddataform..btnImport..Caption +#: loaddata.dfm:32 +msgid "Import!" +msgstr "Import!" + +#. loaddataform..grpFilename..Caption +#: loaddata.dfm:56 +msgid "Input file" +msgstr "Input file" + +#. loaddataform..grpFilename..lblFilename..Caption +#. frmTableTools..pnlTop..pnlRight..tabsTools..tabSQLexport..lblExportOutputTarget..Caption +#: loaddata.dfm:68 tabletools.dfm:350 +msgid "Filename:" +msgstr "Filename:" + +#. loaddataform..grpChars..Caption +#: loaddata.dfm:112 +msgid "Control characters" +msgstr "Control characters" + +#. loaddataform..grpChars..lblFieldTerminater..Caption +#: loaddata.dfm:122 +msgid "Fields terminated by" +msgstr "Fields terminated by" + +#. loaddataform..grpChars..lblFieldEncloser..Caption +#: loaddata.dfm:129 +msgid "Fields enclosed by" +msgstr "Fields enclosed by" + +#. loaddataform..grpChars..lblFieldEscaper..Caption +#: loaddata.dfm:136 +msgid "Fields escaped by" +msgstr "Fields escaped by" + +#. loaddataform..grpChars..lblLineTerminator..Caption +#: loaddata.dfm:143 +msgid "Lines terminated by" +msgstr "Lines terminated by" + +#. loaddataform..grpChars..chkFieldsEnclosedOptionally..Caption +#: loaddata.dfm:175 +msgid "optionally" +msgstr "optionally" + +#. loaddataform..grpOptions..lblIgnoreLinesCount..Caption +#: loaddata.dfm:205 +msgid "lines" +msgstr "lines" + +#. loaddataform..grpOptions..lblIgnoreLines..Caption +#: loaddata.dfm:212 +msgid "Ignore first" +msgstr "Ignore first" + +#. loaddataform..grpOptions..chkLowPriority..Caption +#: loaddata.dfm:238 +msgid "Low priority, avoid high server load" +msgstr "Low priority, avoid high server load" + +#. loaddataform..grpOptions..chkLocalNumbers....Caption +#: loaddata.dfm:252 +msgid "Input file contains local formatted numbers, e.g. 1.234,56 in Germany" +msgstr "Input file contains local formatted numbers, e.g. 1.234,56 in Germany" + +#. loaddataform..grpOptions..chkTruncateTable..Caption +#: loaddata.dfm:262 +msgid "Truncate destination table before import" +msgstr "Truncate destination table before import" + +#. loaddataform..grpDuplicates..Caption +#: loaddata.dfm:272 +msgid "Handling of duplicate rows" +msgstr "Handling of duplicate rows" + +#. loaddataform..grpDuplicates....Items.Strings +#: loaddata.dfm:275 +msgid "INSERT (may throw errors)" +msgstr "INSERT (may throw errors)" + +#. loaddataform..grpDuplicates....Items.Strings +#: loaddata.dfm:276 +msgid "INSERT IGNORE (duplicates)" +msgstr "INSERT IGNORE (duplicates)" + +#. loaddataform..grpDuplicates....Items.Strings +#: loaddata.dfm:277 +msgid "REPLACE (duplicates)" +msgstr "REPLACE (duplicates)" + +#. loaddataform..grpParseMethod..Caption +#: loaddata.dfm:286 +msgid "Method" +msgstr "Method" + +#. loaddataform..grpParseMethod....Items.Strings +#: loaddata.dfm:289 +msgid "Server parses file contents (LOAD DATA)" +msgstr "Server parses file contents (LOAD DATA)" + +#. loaddataform..grpParseMethod....Items.Strings +#: loaddata.dfm:290 +msgid "Client parses file contents" +msgstr "Client parses file contents" + +#. loaddataform..grpDestination..Caption +#: loaddata.dfm:301 +msgid "Destination" +msgstr "Destination" + +#. loaddataform..grpDestination..lblDatabase..Caption +#. frmSyncDB..grpTarget..lblTargetDatabase..Caption +#: loaddata.dfm:311 syncdb.dfm:95 +msgid "Database:" +msgstr "Database:" + +#. loaddataform..grpDestination..lblTable..Caption +#. frmSyncDB..grpTarget..lblTargetTable..Caption +#: loaddata.dfm:318 syncdb.dfm:102 +msgid "Table:" +msgstr "Table:" + +#. loaddataform..grpDestination..lblColumns..Caption +#. frmTableEditor..pnlColumnsTop..Caption +#. frmTableEditor..pnlColumnsTop..tlbColumns..Caption +#: loaddata.dfm:325 table_editor.dfm:695 table_editor.dfm:709 +msgid "Columns:" +msgstr "Columns:" + +#. frmLogin..Caption +#. frmLogin..btnOK..Caption +#: loginform.dfm:5 loginform.dfm:29 +msgid "Login" +msgstr "Login" + +#. frmLogin..pnlBackground..lblUsername..Caption +#: loginform.dfm:63 +msgid "&Username:" +msgstr "&Username:" + +#. frmLogin..pnlBackground..lblPassword..Caption +#. UserManagerForm..pnlRight..PageControlSettings..tabCredentials..lblPassword..Caption +#: loginform.dfm:72 usermanager.dfm:280 +msgid "&Password:" +msgstr "&Password:" + +#. MainForm..Font.Name +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabProcessList..pnlProcessViewBox..pnlProcessView..lblExplainProcess..Font.Name +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabProcessList..pnlProcessViewBox..pnlProcessView..lblExplainProcessAnalyzer..Font.Name +#. MainForm..ParameterCompletionProposal..TitleFont.Name +#. frmTableEditor..listColumns......WideText +#: main.dfm:10 main.dfm:930 main.dfm:947 main.dfm:9356 table_editor.dfm:143 +msgid "Default" +msgstr "Default" + +#. MainForm..ControlBar1..ToolBarStandard..ToolButton14..Hint +#: main.dfm:160 +msgid "Undo" +msgstr "Undo" + +#. MainForm..ControlBar1..ToolBarData..Caption +#. MainForm..panelTop..pnlRight..PageControlMain..tabData..Caption +#. MainForm..panelTop..pnlRight..PageControlMain..tabData..pnlDataTop..lblDataTop..Caption +#. MainForm..ActionList1..actDataPreview..Category +#. MainForm..ActionList1..actDataFirst..Category +#. MainForm..ActionList1..actDataLast..Category +#. MainForm..ActionList1..actDataInsert..Category +#. MainForm..ActionList1..actDataDuplicateRow..Category +#. MainForm..ActionList1..actDataDelete..Category +#. MainForm..ActionList1..actDataPostChanges..Category +#. MainForm..ActionList1..actDataCancelChanges..Category +#. MainForm..ActionList1..actClearFilterEditor..Category +#. MainForm..ActionList1..actApplyFilter..Category +#. MainForm..ActionList1..actRemoveFilter..Category +#. MainForm..ActionList1..actDataResetSorting..Category +#. MainForm..ActionList1..actBlobAsText..Category +#. MainForm..ActionList1..actDataShowNext..Category +#. MainForm..ActionList1..actDataShowAll..Category +#. MainForm..ActionList1..actDataSetNull..Category +#. MainForm..ActionList1..actDataSaveBlobToFile..Category +#. MainForm..ActionList1..actGridEditFunction..Category +#. optionsform..pagecontrolMain..tabData..Caption +#. frmSyncDB..grpOptions..radioOptionsData..Caption +#: main.dfm:223 main.dfm:1214 main.dfm:1247 main.dfm:2015 main.dfm:2060 +#: main.dfm:2068 main.dfm:2076 main.dfm:2085 main.dfm:2093 main.dfm:2102 +#: main.dfm:2111 main.dfm:2298 main.dfm:2354 main.dfm:2361 main.dfm:2461 +#: main.dfm:2478 main.dfm:2486 main.dfm:2494 main.dfm:2516 main.dfm:2525 +#: main.dfm:2582 options.dfm:599 syncdb.dfm:195 +msgid "Data" +msgstr "Data" + +#. MainForm..panelTop..pnlLeft..comboDBFilter....Hint +#: main.dfm:384 +msgid "" +"Database filter|A list of databases, separated by semicolon. Can contain " +"regular expressions, e.g. \"mydb;test.*;project\\d+\"." +msgstr "Database filter|A list of databases, separated by semicolon. Can contain regular expressions, e.g. \"mydb;test.*;project\\d+\"." + +#. MainForm..panelTop..pnlLeft..comboDBFilter..TextHint +#: main.dfm:393 +msgid "Database filter" +msgstr "Database filter" + +#. MainForm..panelTop..pnlLeft..DBtree......WideText +#. MainForm..panelTop..pnlRight..PageControlMain..tabDatabase..ListTables......WideText +#. frmRoutineEditor..PageControlMain..tabParameters..listParameters......WideText +#. frmSelectDBObject..TreeDBO......WideText +#. frmSyncDB..treeSource......WideText +#. frmTableEditor..listColumns......WideText +#. frmTableEditor..PageControlMain..tabIndexes..treeIndexes......WideText +#: main.dfm:446 main.dfm:1101 routine_editor.dfm:298 selectdbobject.dfm:69 +#: syncdb.dfm:69 table_editor.dfm:106 table_editor.dfm:425 +msgid "Name" +msgstr "Name" + +#. MainForm..panelTop..pnlLeft..pnlPreview..lblPreviewTitle..Caption +#: main.dfm:491 +msgid "Preview ..." +msgstr "Preview ..." + +#. MainForm..panelTop..pnlLeft..pnlPreview..ToolBarPreview..btnPreviewClose..Hint +#: main.dfm:522 +msgid "Close preview" +msgstr "Close preview" + +#. MainForm..panelTop..pnlRight..pnlFilterVT..lblFilterVT..Caption +#: main.dfm:552 +msgid "Filter:" +msgstr "Filter:" + +#. MainForm..panelTop..pnlRight..pnlFilterVT..btnCloseFilterPanel..Hint +#: main.dfm:566 +msgid "Hides the filter panel" +msgstr "Hides the filter panel" + +#. MainForm..panelTop..pnlRight..pnlFilterVT..editFilterVT..RightButton.Hint +#: main.dfm:576 +msgid "Clear filter" +msgstr "Clear filter" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabDatabases..Caption +#: main.dfm:615 +msgid "Databases" +msgstr "Databases" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabDatabases..ListDatabases......WideText +#. MainForm..panelTop..pnlRight..PageControlMain..tabDatabase..Caption +#. MainForm..ActionList1..actCopyTable..Category +#. MainForm..ActionList1..actDropObjects..Category +#. MainForm..ActionList1..actCreateView..Category +#. MainForm..ActionList1..actCreateTable..Category +#. MainForm..ActionList1..actEmptyTables..Category +#. MainForm..ActionList1..actCreateDatabase..Category +#. MainForm..ActionList1..actCreateDatabase..Caption +#. MainForm..ActionList1..actCreateRoutine..Category +#. MainForm..ActionList1..actCreateTrigger..Category +#. MainForm..ActionList1..actRunRoutines..Category +#. MainForm..ActionList1..actCreateEvent..Category +#: main.dfm:650 main.dfm:1055 main.dfm:1968 main.dfm:2044 main.dfm:2052 +#: main.dfm:2120 main.dfm:2128 main.dfm:2137 main.dfm:2138 main.dfm:2400 +#: main.dfm:2445 main.dfm:2502 main.dfm:2508 +msgid "Database" +msgstr "Database" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabDatabases..ListDatabases......WideText +#: main.dfm:659 +msgid "Items" +msgstr "Items" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabDatabases..ListDatabases......WideText +#: main.dfm:663 +msgid "Last modification" +msgstr "Last modification" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabDatabases..ListDatabases......WideText +#. MainForm..ActionList1..actFlushTables..Caption +#: main.dfm:667 main.dfm:2204 +msgid "Tables" +msgstr "Tables" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabDatabases..ListDatabases......WideText +#: main.dfm:671 +msgid "Views" +msgstr "Views" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabDatabases..ListDatabases......WideText +#: main.dfm:675 +msgid "Functions" +msgstr "Functions" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabDatabases..ListDatabases......WideText +#: main.dfm:679 +msgid "Procedures" +msgstr "Procedures" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabDatabases..ListDatabases......WideText +#: main.dfm:683 +msgid "Triggers" +msgstr "Triggers" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabDatabases..ListDatabases......WideText +#: main.dfm:687 +msgid "Events" +msgstr "Events" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabDatabases..ListDatabases......WideText +#: main.dfm:692 +msgid "Default collation" +msgstr "Default collation" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabVariables..Caption +#: main.dfm:697 +msgid "Variables" +msgstr "Variables" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabVariables..ListVariables......WideText +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabStatus..ListStatus......WideText +#: main.dfm:739 main.dfm:789 +msgid "Variable" +msgstr "Variable" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabStatus..Caption +#. MainForm..ActionList1..actFlushStatus..Caption +#: main.dfm:749 main.dfm:2216 +msgid "Status" +msgstr "Status" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabStatus..ListStatus......WideText +#: main.dfm:801 +msgid "Avg per hour" +msgstr "Avg per hour" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabStatus..ListStatus......WideText +#: main.dfm:807 +msgid "Avg per second" +msgstr "Avg per second" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabProcessList..Caption +#: main.dfm:812 +msgid "Processes" +msgstr "Processes" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabProcessList..ListProcesses......WideText +#: main.dfm:864 +msgid "id" +msgstr "id" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabProcessList..ListProcesses......WideText +#: main.dfm:879 +msgid "DB" +msgstr "DB" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabProcessList..ListProcesses......WideText +#: main.dfm:884 +msgid "Command" +msgstr "Command" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabProcessList..ListProcesses......WideText +#: main.dfm:888 +msgid "Time" +msgstr "Time" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabProcessList..ListProcesses......WideText +#: main.dfm:897 +msgid "Info" +msgstr "Info" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabProcessList..pnlProcessViewBox..pnlProcessView..Caption +#: main.dfm:916 +msgid "Process SQL:" +msgstr "Process SQL:" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabProcessList..pnlProcessViewBox..pnlProcessView..lblExplainProcess..Hint +#: main.dfm:924 +msgid "Analyze this query" +msgstr "Analyze this query" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabProcessList..pnlProcessViewBox..pnlProcessView..lblExplainProcess..Caption +#: main.dfm:925 +msgid "EXPLAIN" +msgstr "EXPLAIN" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabProcessList..pnlProcessViewBox..pnlProcessView..lblExplainProcessAnalyzer..Hint +#: main.dfm:941 +msgid "Analyze this query on MariaDB.org" +msgstr "Analyze this query on MariaDB.org" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabProcessList..pnlProcessViewBox..pnlProcessView..lblExplainProcessAnalyzer..Caption +#: main.dfm:942 +msgid "EXPLAIN Analyzer on MariaDB.org" +msgstr "EXPLAIN Analyzer on MariaDB.org" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabCommandStats..Caption +#: main.dfm:984 +msgid "Command-Statistics" +msgstr "Command-Statistics" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabCommandStats..ListCommandStats......WideText +#: main.dfm:1025 +msgid "Command-type" +msgstr "Command-type" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabCommandStats..ListCommandStats......WideText +#: main.dfm:1031 +msgid "Total count" +msgstr "Total count" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabCommandStats..ListCommandStats......WideText +#: main.dfm:1037 +msgid "Average per hour" +msgstr "Average per hour" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabCommandStats..ListCommandStats......WideText +#: main.dfm:1043 +msgid "Average per second" +msgstr "Average per second" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabHost..PageControlHost..tabCommandStats..ListCommandStats......WideText +#: main.dfm:1048 +msgid "Percentage" +msgstr "Percentage" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabDatabase..ListTables......WideText +#: main.dfm:1106 +msgid "Rows" +msgstr "Rows" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabDatabase..ListTables......WideText +#: main.dfm:1116 +msgid "Created" +msgstr "Created" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabDatabase..ListTables......WideText +#: main.dfm:1121 +msgid "Updated" +msgstr "Updated" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabDatabase..ListTables......WideText +#: main.dfm:1126 +msgid "Engine" +msgstr "Engine" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabDatabase..ListTables......WideText +#. frmTableEditor..listColumns......WideText +#: main.dfm:1131 table_editor.dfm:149 +msgid "Comment" +msgstr "Comment" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabDatabase..ListTables......WideText +#: main.dfm:1142 +msgid "Row format" +msgstr "Row format" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabDatabase..ListTables......WideText +#: main.dfm:1149 +msgid "Avg row length" +msgstr "Avg row length" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabDatabase..ListTables......WideText +#: main.dfm:1156 +msgid "Max data length" +msgstr "Max data length" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabDatabase..ListTables......WideText +#: main.dfm:1163 +msgid "Index length" +msgstr "Index length" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabDatabase..ListTables......WideText +#: main.dfm:1170 +msgid "Data free" +msgstr "Data free" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabDatabase..ListTables......WideText +#: main.dfm:1177 +msgid "Auto increment" +msgstr "Auto increment" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabDatabase..ListTables......WideText +#: main.dfm:1183 +msgid "Check time" +msgstr "Check time" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabDatabase..ListTables......WideText +#. frmTableEditor..listColumns......WideText +#: main.dfm:1189 table_editor.dfm:155 +msgid "Collation" +msgstr "Collation" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabDatabase..ListTables......WideText +#: main.dfm:1195 +msgid "Checksum" +msgstr "Checksum" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabDatabase..ListTables......WideText +#: main.dfm:1201 +msgid "Create options" +msgstr "Create options" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabDatabase..ListTables......WideText +#: main.dfm:1205 +msgid "Type" +msgstr "Type" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabEditor..Caption +#. MainForm..ActionList1..actCreateTable..Caption +#: main.dfm:1210 main.dfm:2121 +msgid "Table" +msgstr "Table" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabData..lblSorryNoData..Caption +#: main.dfm:1223 +msgid "No data available for this item." +msgstr "No data available for this item." + +#. MainForm..panelTop..pnlRight..PageControlMain..tabData..pnlDataTop..tlbDataButtons..tbtnDataSorting..Caption +#: main.dfm:1289 +msgid "Sorting" +msgstr "Sorting" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabData..pnlDataTop..tlbDataButtons..tbtnDataColumns..Caption +#. frmTableEditor..PageControlMain..tabForeignKeys..pnlNoForeignKeys..listForeignKeys......WideText +#: main.dfm:1298 table_editor.dfm:587 +msgid "Columns" +msgstr "Columns" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabData..pnlDataTop..tlbDataButtons..tbtnDataFilter..Caption +#. frmSQLhelp..pnlMain..pnlLeft..editFilter..TextHint +#: main.dfm:1307 sqlhelp.dfm:93 +msgid "Filter" +msgstr "Filter" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabData..pnlFilter..lblTableFilter..Caption +#: main.dfm:1331 +msgid "Create multi column filter:" +msgstr "Create multi column filter:" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabData..pnlFilter..lblRecentFilters..Caption +#: main.dfm:1338 +msgid "Recent filters:" +msgstr "Recent filters:" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabQuery..Caption +#: main.dfm:1461 +msgid "Query" +msgstr "Query" + +#. MainForm..panelTop..pnlRight..PageControlMain..tabQuery..pnlQueryMemo..treeQueryHelpers......WideText +#: main.dfm:1584 +msgid "Attributes" +msgstr "Attributes" + +#. MainForm..MainMenu1..File1..Caption +#: main.dfm:1679 +msgid "&File" +msgstr "&File" + +#. MainForm..MainMenu1..File1..Hint +#: main.dfm:1680 +msgid "File related commands" +msgstr "File related commands" + +#. MainForm..MainMenu1..File1..menuConnectTo..Caption +#: main.dfm:1686 +msgid "Connect to" +msgstr "Connect to" + +#. MainForm..MainMenu1..Edit1..Caption +#: main.dfm:1718 +msgid "&Edit" +msgstr "&Edit" + +#. MainForm..MainMenu1..Edit1..Hint +#: main.dfm:1719 +msgid "Edit commands" +msgstr "Edit commands" + +#. MainForm..MainMenu1..Search1..Caption +#. frmSQLhelp..pnlMain..pnlLeft..editFilter..LeftButton.Hint +#: main.dfm:1747 sqlhelp.dfm:88 +msgid "Search" +msgstr "Search" + +#. MainForm..MainMenu1..Extra1..Caption +#: main.dfm:1762 +msgid "&Tools" +msgstr "&Tools" + +#. MainForm..MainMenu1..Extra1..Flush1..Caption +#: main.dfm:1770 +msgid "Flush" +msgstr "Flush" + +#. MainForm..MainMenu1..Help1..Caption +#: main.dfm:1837 +msgid "&Help" +msgstr "&Help" + +#. MainForm..MainMenu1..Help1..Hint +#: main.dfm:1838 +msgid "Help topics" +msgstr "Help topics" + +#. MainForm..ActionList1..actSessionManager..Hint +#: main.dfm:1872 +msgid "Display session manager" +msgstr "Display session manager" + +#. MainForm..ActionList1..actNewWindow..Caption +#: main.dfm:1878 +msgid "New &window" +msgstr "New &window" + +#. MainForm..ActionList1..actNewWindow..Hint +#: main.dfm:1879 +msgid "New window..." +msgstr "New window..." + +#. MainForm..ActionList1..actExitApplication..Caption +#: main.dfm:1886 +msgid "E&xit" +msgstr "E&xit" + +#. MainForm..ActionList1..actExitApplication..Hint +#: main.dfm:1887 +msgid "Exit|Exit application" +msgstr "Exit|Exit application" + +#. MainForm..ActionList1..actCopy..Category +#. MainForm..ActionList1..actPaste..Category +#. MainForm..ActionList1..actCut..Category +#. MainForm..ActionList1..actUndo..Category +#. MainForm..ActionList1..actAboutBox..Category +#. MainForm..ActionList1..actPrintList..Category +#. MainForm..ActionList1..actRefresh..Category +#. MainForm..ActionList1..actWebDownloadpage..Category +#. MainForm..ActionList1..actWebForum..Category +#. MainForm..ActionList1..actWebChangelog..Category +#. MainForm..ActionList1..actReadme..Category +#. MainForm..ActionList1..actSelectAll..Category +#. MainForm..ActionList1..actSelectInverse..Category +#. MainForm..ActionList1..actFilterPanel..Category +#. MainForm..ActionList1..actCancelOperation..Category +#. MainForm..ActionList1..actLogHorizontalScrollbar..Category +#. MainForm..ActionList1..actGroupObjects..Category +#: main.dfm:1892 main.dfm:1900 main.dfm:1915 main.dfm:1923 main.dfm:1930 +#: main.dfm:1960 main.dfm:2152 main.dfm:2227 main.dfm:2234 main.dfm:2241 +#: main.dfm:2248 main.dfm:2392 main.dfm:2423 main.dfm:2430 main.dfm:2554 +#: main.dfm:2590 main.dfm:2596 +msgid "Various" +msgstr "Various" + +#. MainForm..ActionList1..actCopy..Caption +#: main.dfm:1893 +msgid "&Copy" +msgstr "&Copy" + +#. MainForm..ActionList1..actCopy..Hint +#: main.dfm:1894 +msgid "Copy|Copy to Clipboard" +msgstr "Copy|Copy to Clipboard" + +#. MainForm..ActionList1..actPaste..Caption +#: main.dfm:1901 +msgid "&Paste" +msgstr "&Paste" + +#. MainForm..ActionList1..actPaste..Hint +#: main.dfm:1902 +msgid "Paste|Paste from Clipboard" +msgstr "Paste|Paste from Clipboard" + +#. MainForm..ActionList1..actUserManager..Category +#. MainForm..ActionList1..actMaintenance..Category +#. MainForm..ActionList1..actFindTextOnServer..Category +#. MainForm..ActionList1..actSQLhelp..Category +#. MainForm..ActionList1..actPreferences..Category +#. MainForm..ActionList1..actFlushHosts..Category +#. MainForm..ActionList1..actFlushLogs..Category +#. MainForm..ActionList1..actFlushPrivileges..Category +#. MainForm..ActionList1..actFlushTables..Category +#. MainForm..ActionList1..actFlushTableswithreadlock..Category +#. MainForm..ActionList1..actFlushStatus..Category +#. MainForm..ActionList1..actUpdateCheck..Category +#. MainForm..ActionList1..actPreviousTab..Category +#. MainForm..ActionList1..actNextTab..Category +#. MainForm..ActionList1..actBulkTableEdit..Category +#. MainForm..ActionList1..actLaunchCommandline..Category +#: main.dfm:1908 main.dfm:1937 main.dfm:1944 main.dfm:2144 main.dfm:2179 +#: main.dfm:2185 main.dfm:2191 main.dfm:2197 main.dfm:2203 main.dfm:2209 +#: main.dfm:2215 main.dfm:2221 main.dfm:2374 main.dfm:2383 main.dfm:2439 +#: main.dfm:2576 +msgid "Tools" +msgstr "Tools" + +#. MainForm..ActionList1..actUserManager..Caption +#: main.dfm:1909 +msgid "User manager" +msgstr "User manager" + +#. MainForm..ActionList1..actUserManager..Hint +#: main.dfm:1910 +msgid "Manage user authentication and privileges" +msgstr "Manage user authentication and privileges" + +#. MainForm..ActionList1..actCut..Caption +#: main.dfm:1916 +msgid "Cu&t" +msgstr "Cu&t" + +#. MainForm..ActionList1..actCut..Hint +#: main.dfm:1917 +msgid "Cut|Cuts the selection and puts it on the Clipboard" +msgstr "Cut|Cuts the selection and puts it on the Clipboard" + +#. MainForm..ActionList1..actUndo..Caption +#: main.dfm:1924 +msgid "&Undo" +msgstr "&Undo" + +#. MainForm..ActionList1..actAboutBox..Caption +#: main.dfm:1931 +msgid "About..." +msgstr "About..." + +#. MainForm..ActionList1..actAboutBox..Hint +#: main.dfm:1932 +msgid "About this application" +msgstr "About this application" + +#. MainForm..ActionList1..actMaintenance..Caption +#. frmTableTools..pnlTop..pnlRight..tabsTools..tabMaintenance..Caption +#: main.dfm:1938 tabletools.dfm:152 +msgid "Maintenance" +msgstr "Maintenance" + +#. MainForm..ActionList1..actMaintenance..Hint +#: main.dfm:1939 +msgid "Optimize, repair and analyse tables" +msgstr "Optimize, repair and analyse tables" + +#. MainForm..ActionList1..actFindTextOnServer..Caption +#: main.dfm:1945 +msgid "Find text on server" +msgstr "Find text on server" + +#. MainForm..ActionList1..actFindTextOnServer..Hint +#: main.dfm:1946 +msgid "Searches selected tables for text occurences" +msgstr "Searches selected tables for text occurences" + +#. MainForm..ActionList1..actExportData..Category +#. MainForm..ActionList1..actInsertFiles..Category +#. MainForm..ActionList1..actExportTables..Category +#. MainForm..ActionList1..actImportCSV..Category +#. MainForm..ActionList1..actExportSettings..Category +#. MainForm..ActionList1..actImportSettings..Category +#. MainForm..ActionList1..actSynchronizeDatabase..Category +#: main.dfm:1952 main.dfm:2023 main.dfm:2029 main.dfm:2160 main.dfm:2167 +#: main.dfm:2173 main.dfm:2570 +msgid "Export/Import" +msgstr "Export/Import" + +#. MainForm..ActionList1..actExportData..Caption +#: main.dfm:1953 +msgid "Export grid rows ..." +msgstr "Export grid rows ..." + +#. MainForm..ActionList1..actExportData..Hint +#: main.dfm:1955 +msgid "Export rows to file or copy to clipboard, in various formats" +msgstr "Export rows to file or copy to clipboard, in various formats" + +#. MainForm..ActionList1..actPrintList..Caption +#: main.dfm:1961 +msgid "Print..." +msgstr "Print..." + +#. MainForm..ActionList1..actPrintList..Hint +#: main.dfm:1962 +msgid "Print List or Data" +msgstr "Print List or Data" + +#. MainForm..ActionList1..actCopyTable..Caption +#: main.dfm:1969 +msgid "Table copy" +msgstr "Table copy" + +#. MainForm..ActionList1..actCopyTable..Hint +#: main.dfm:1971 +msgid "Create a base table copy of this table or view" +msgstr "Create a base table copy of this table or view" + +#. MainForm..ActionList1..actExecuteQuery..Category +#. MainForm..ActionList1..actExecuteSelection..Category +#. MainForm..ActionList1..actExecuteCurrentQuery..Category +#. MainForm..ActionList1..actExplainCurrentQuery..Category +#. MainForm..ActionList1..actExplainAnalyzeCurrentQuery..Category +#. MainForm..ActionList1..actLoadSQL..Category +#. MainForm..ActionList1..actSaveSQLAs..Category +#. MainForm..ActionList1..actSaveSQLselection..Category +#. MainForm..ActionList1..actSaveSQLSnippet..Category +#. MainForm..ActionList1..actSaveSQLSelectionSnippet..Category +#. MainForm..ActionList1..actClearQueryEditor..Category +#. MainForm..ActionList1..actQueryStopOnErrors..Category +#. MainForm..ActionList1..actQueryWordWrap..Category +#. MainForm..ActionList1..actQueryFind..Category +#. MainForm..ActionList1..actQueryReplace..Category +#. MainForm..ActionList1..actQueryFindAgain..Category +#. MainForm..ActionList1..actSetDelimiter..Category +#. MainForm..ActionList1..actSaveSQL..Category +#. MainForm..ActionList1..actReformatSQL..Category +#. MainForm..ActionList1..actBatchInOneGo..Category +#. MainForm..ActionList1..actSingleQueries..Category +#. MainForm..ActionList1..actToggleComment..Category +#. optionsform..pagecontrolMain..tabSQL..Caption +#: main.dfm:1976 main.dfm:1985 main.dfm:1994 main.dfm:2003 main.dfm:2009 +#: main.dfm:2036 main.dfm:2255 main.dfm:2264 main.dfm:2273 main.dfm:2281 +#: main.dfm:2289 main.dfm:2306 main.dfm:2315 main.dfm:2323 main.dfm:2331 +#: main.dfm:2339 main.dfm:2346 main.dfm:2452 main.dfm:2468 main.dfm:2538 +#: main.dfm:2546 main.dfm:2563 options.dfm:343 +msgid "SQL" +msgstr "SQL" + +#. MainForm..ActionList1..actExecuteQuery..Caption +#: main.dfm:1977 +msgid "Run" +msgstr "Run" + +#. MainForm..ActionList1..actExecuteQuery..Hint +#: main.dfm:1979 +msgid "Execute SQL...|Execute SQL-query/queries..." +msgstr "Execute SQL...|Execute SQL-query/queries..." + +#. MainForm..ActionList1..actExecuteSelection..Caption +#: main.dfm:1986 +msgid "Run Selection" +msgstr "Run Selection" + +#. MainForm..ActionList1..actExecuteSelection..Hint +#: main.dfm:1988 +msgid "Execute selected SQL...|Execute selected SQL-query/queries..." +msgstr "Execute selected SQL...|Execute selected SQL-query/queries..." + +#. MainForm..ActionList1..actExecuteCurrentQuery..Caption +#: main.dfm:1995 +msgid "Run current query" +msgstr "Run current query" + +#. MainForm..ActionList1..actExecuteCurrentQuery..Hint +#: main.dfm:1997 +msgid "Run current query|Run currently focused SQL query" +msgstr "Run current query|Run currently focused SQL query" + +#. MainForm..ActionList1..actExplainCurrentQuery..Caption +#: main.dfm:2004 +msgid "Explain current query" +msgstr "Explain current query" + +#. MainForm..ActionList1..actExplainCurrentQuery..Hint +#: main.dfm:2005 +msgid "Run EXPLAIN and show results" +msgstr "Run EXPLAIN and show results" + +#. MainForm..ActionList1..actExplainAnalyzeCurrentQuery..Caption +#: main.dfm:2010 +msgid "Explain analyzer for current query" +msgstr "Explain analyzer for current query" + +#. MainForm..ActionList1..actExplainAnalyzeCurrentQuery..Hint +#: main.dfm:2011 +msgid "Run EXPLAIN and send results to MariaDB.org" +msgstr "Run EXPLAIN and send results to MariaDB.org" + +#. MainForm..ActionList1..actDataPreview..Caption +#: main.dfm:2016 +msgid "Image preview" +msgstr "Image preview" + +#. MainForm..ActionList1..actDataPreview..Hint +#: main.dfm:2017 +msgid "Preview image contents from BLOB cells" +msgstr "Preview image contents from BLOB cells" + +#. MainForm..ActionList1..actInsertFiles..Caption +#: main.dfm:2024 +msgid "Insert files into TEXT/BLOB fields..." +msgstr "Insert files into TEXT/BLOB fields..." + +#. MainForm..ActionList1..actExportTables..Caption +#: main.dfm:2030 +msgid "Export database as SQL" +msgstr "Export database as SQL" + +#. MainForm..ActionList1..actExportTables..Hint +#: main.dfm:2031 +msgid "Dump database objects to an SQL file" +msgstr "Dump database objects to an SQL file" + +#. MainForm..ActionList1..actLoadSQL..Caption +#. MainForm..ActionList1..actLoadSQL..Hint +#: main.dfm:2037 main.dfm:2038 +msgid "Load SQL file..." +msgstr "Load SQL file..." + +#. MainForm..ActionList1..actDropObjects..Caption +#: main.dfm:2045 +msgid "Drop ..." +msgstr "Drop ..." + +#. MainForm..ActionList1..actDropObjects..Hint +#: main.dfm:2047 +msgid "Deletes tables, views, procedures and functions" +msgstr "Deletes tables, views, procedures and functions" + +#. MainForm..ActionList1..actCreateView..Caption +#: main.dfm:2053 +msgid "View" +msgstr "View" + +#. MainForm..ActionList1..actCreateView..Hint +#: main.dfm:2055 +msgid "Create view ..." +msgstr "Create view ..." + +#. MainForm..ActionList1..actDataFirst..Caption +#: main.dfm:2061 +msgid "&First" +msgstr "&First" + +#. MainForm..ActionList1..actDataFirst..Hint +#: main.dfm:2063 +msgid "First" +msgstr "First" + +#. MainForm..ActionList1..actDataLast..Caption +#: main.dfm:2069 +msgid "&Last" +msgstr "&Last" + +#. MainForm..ActionList1..actDataLast..Hint +#: main.dfm:2071 +msgid "Last" +msgstr "Last" + +#. MainForm..ActionList1..actDataInsert..Caption +#: main.dfm:2077 +msgid "&Insert row" +msgstr "&Insert row" + +#. MainForm..ActionList1..actDataInsert..Hint +#: main.dfm:2079 +msgid "Insert row into table" +msgstr "Insert row into table" + +#. MainForm..ActionList1..actDataDuplicateRow..Caption +#: main.dfm:2086 +msgid "Duplicate row" +msgstr "Duplicate row" + +#. MainForm..ActionList1..actDataDelete..Caption +#: main.dfm:2094 +msgid "&Delete selected row(s)" +msgstr "&Delete selected row(s)" + +#. MainForm..ActionList1..actDataDelete..Hint +#: main.dfm:2096 +msgid "Delete selected row(s)" +msgstr "Delete selected row(s)" + +#. MainForm..ActionList1..actDataPostChanges..Caption +#: main.dfm:2103 +msgid "P&ost" +msgstr "P&ost" + +#. MainForm..ActionList1..actDataPostChanges..Hint +#: main.dfm:2105 +msgid "Post" +msgstr "Post" + +#. MainForm..ActionList1..actDataCancelChanges..Caption +#. MainForm..ActionList1..actDataCancelChanges..Hint +#: main.dfm:2112 main.dfm:2114 +msgid "Cancel editing" +msgstr "Cancel editing" + +#. MainForm..ActionList1..actCreateTable..Hint +#: main.dfm:2123 +msgid "Create new table in selected database" +msgstr "Create new table in selected database" + +#. MainForm..ActionList1..actEmptyTables..Caption +#: main.dfm:2129 +msgid "Empty table(s) ..." +msgstr "Empty table(s) ..." + +#. MainForm..ActionList1..actEmptyTables..Hint +#: main.dfm:2131 +msgid "Delete all rows in selected table(s)" +msgstr "Delete all rows in selected table(s)" + +#. MainForm..ActionList1..actCreateDatabase..Hint +#: main.dfm:2139 +msgid "Create a new, blank database" +msgstr "Create a new, blank database" + +#. MainForm..ActionList1..actSQLhelp..Caption +#: main.dfm:2145 +msgid "SQL help" +msgstr "SQL help" + +#. MainForm..ActionList1..actSQLhelp..Hint +#: main.dfm:2146 +msgid "SQL help browser" +msgstr "SQL help browser" + +#. MainForm..ActionList1..actRefresh..Caption +#. MainForm..ActionList1..actRefresh..Hint +#: main.dfm:2153 main.dfm:2154 +msgid "Refresh" +msgstr "Refresh" + +#. MainForm..ActionList1..actImportCSV..Caption +#: main.dfm:2161 +msgid "Import CSV file..." +msgstr "Import CSV file..." + +#. MainForm..ActionList1..actImportCSV..Hint +#: main.dfm:2162 +msgid "Import a CSV or tab delimited file" +msgstr "Import a CSV or tab delimited file" + +#. MainForm..ActionList1..actExportSettings..Caption +#: main.dfm:2168 +msgid "Export settings ..." +msgstr "Export settings ..." + +#. MainForm..ActionList1..actPreferences..Caption +#. optionsform..Caption +#: main.dfm:2180 options.dfm:5 +msgid "Preferences" +msgstr "Preferences" + +#. MainForm..ActionList1..actFlushHosts..Caption +#: main.dfm:2186 +msgid "Hosts" +msgstr "Hosts" + +#. MainForm..ActionList1..actFlushLogs..Caption +#: main.dfm:2192 +msgid "Logs" +msgstr "Logs" + +#. MainForm..ActionList1..actFlushPrivileges..Caption +#: main.dfm:2198 +msgid "Privileges" +msgstr "Privileges" + +#. MainForm..ActionList1..actFlushTableswithreadlock..Caption +#: main.dfm:2210 +msgid "Tables with read lock" +msgstr "Tables with read lock" + +#. MainForm..ActionList1..actUpdateCheck..Caption +#. frmUpdateCheck..Caption +#: main.dfm:2222 updatecheck.dfm:5 +msgid "Check for updates ..." +msgstr "Check for updates ..." + +#. MainForm..ActionList1..actWebDownloadpage..Caption +#: main.dfm:2228 +msgid "Download page" +msgstr "Download page" + +#. MainForm..ActionList1..actWebForum..Caption +#: main.dfm:2235 +msgid "Support forum" +msgstr "Support forum" + +#. MainForm..ActionList1..actWebChangelog..Caption +#: main.dfm:2242 +msgid "Changelog" +msgstr "Changelog" + +#. MainForm..ActionList1..actReadme..Caption +#: main.dfm:2249 +msgid "Readme" +msgstr "Readme" + +#. MainForm..ActionList1..actReadme..Hint +#: main.dfm:2250 +msgid "Open readme file" +msgstr "Open readme file" + +#. MainForm..ActionList1..actSaveSQLAs..Hint +#: main.dfm:2258 +msgid "Save SQL to a textfile" +msgstr "Save SQL to a textfile" + +#. MainForm..ActionList1..actSaveSQLselection..Caption +#: main.dfm:2265 +msgid "Save selection to file ..." +msgstr "Save selection to file ..." + +#. MainForm..ActionList1..actSaveSQLselection..Hint +#: main.dfm:2267 +msgid "Save selected text to a file" +msgstr "Save selected text to a file" + +#. MainForm..ActionList1..actSaveSQLSnippet..Caption +#. MainForm..ActionList1..actSaveSQLSnippet..Hint +#: main.dfm:2274 main.dfm:2276 +msgid "Save as snippet ..." +msgstr "Save as snippet ..." + +#. MainForm..ActionList1..actSaveSQLSelectionSnippet..Caption +#: main.dfm:2282 +msgid "Save selection as snippet ..." +msgstr "Save selection as snippet ..." + +#. MainForm..ActionList1..actSaveSQLSelectionSnippet..Hint +#: main.dfm:2284 +msgid "Save selected text as snippet ..." +msgstr "Save selected text as snippet ..." + +#. MainForm..ActionList1..actClearQueryEditor..Hint +#: main.dfm:2292 +msgid "Clear query editor" +msgstr "Clear query editor" + +#. MainForm..ActionList1..actClearFilterEditor..Hint +#: main.dfm:2300 +msgid "Clear filter editor" +msgstr "Clear filter editor" + +#. MainForm..ActionList1..actQueryStopOnErrors..Caption +#. MainForm..ActionList1..actQueryStopOnErrors..Hint +#: main.dfm:2308 main.dfm:2310 +msgid "Stop on errors in batch mode" +msgstr "Stop on errors in batch mode" + +#. MainForm..ActionList1..actQueryFind..Caption +#. MainForm..ActionList1..actQueryFind..Hint +#: main.dfm:2324 main.dfm:2325 +msgid "Find text ..." +msgstr "Find text ..." + +#. MainForm..ActionList1..actQueryReplace..Caption +#. MainForm..ActionList1..actQueryReplace..Hint +#: main.dfm:2332 main.dfm:2333 +msgid "Replace text ..." +msgstr "Replace text ..." + +#. MainForm..ActionList1..actQueryFindAgain..Caption +#: main.dfm:2340 +msgid "Find or replace again" +msgstr "Find or replace again" + +#. MainForm..ActionList1..actSetDelimiter..Caption +#. MainForm..ActionList1..actSetDelimiter..Hint +#: main.dfm:2347 main.dfm:2349 +msgid "Set delimiter used in SQL execution" +msgstr "Set delimiter used in SQL execution" + +#. MainForm..ActionList1..actApplyFilter..Caption +#: main.dfm:2355 +msgid "Apply filter" +msgstr "Apply filter" + +#. MainForm..ActionList1..actRemoveFilter..Caption +#: main.dfm:2362 +msgid "Remove filter" +msgstr "Remove filter" + +#. MainForm..ActionList1..actSelectTreeBackground..Caption +#: main.dfm:2368 +msgid "Select session background color ..." +msgstr "Select session background color ..." + +#. MainForm..ActionList1..actSelectTreeBackground..Hint +#: main.dfm:2369 +msgid "Lets you chose a per session color value for the database tree" +msgstr "Lets you chose a per session color value for the database tree" + +#. MainForm..ActionList1..actPreviousTab..Caption +#: main.dfm:2376 +msgid "&Previous tab" +msgstr "&Previous tab" + +#. MainForm..ActionList1..actPreviousTab..Hint +#: main.dfm:2377 +msgid "Previous tab|Go back to the previous tab" +msgstr "Previous tab|Go back to the previous tab" + +#. MainForm..ActionList1..actNextTab..Caption +#: main.dfm:2385 +msgid "&Next tab" +msgstr "&Next tab" + +#. MainForm..ActionList1..actNextTab..Hint +#: main.dfm:2386 +msgid "Next tab|Go to the next tab" +msgstr "Next tab|Go to the next tab" + +#. MainForm..ActionList1..actSelectAll..Caption +#: main.dfm:2393 +msgid "Select all" +msgstr "Select all" + +#. MainForm..ActionList1..actSelectAll..Hint +#: main.dfm:2394 +msgid "Select all|Select all items or text" +msgstr "Select all|Select all items or text" + +#. MainForm..ActionList1..actCreateRoutine..Caption +#: main.dfm:2401 +msgid "Stored routine" +msgstr "Stored routine" + +#. MainForm..ActionList1..actCreateRoutine..Hint +#: main.dfm:2402 +msgid "Create stored routine|Create stored procedure or function" +msgstr "Create stored routine|Create stored procedure or function" + +#. MainForm..ActionList1..actNewQueryTab..Caption +#: main.dfm:2408 +msgid "New query tab" +msgstr "New query tab" + +#. MainForm..ActionList1..actNewQueryTab..Hint +#: main.dfm:2409 +msgid "Open a blank query tab" +msgstr "Open a blank query tab" + +#. MainForm..ActionList1..actCloseQueryTab..Caption +#. MainForm..popupMainTabs..menuCloseTab..Caption +#: main.dfm:2416 main.dfm:9289 +msgid "Close query tab" +msgstr "Close query tab" + +#. MainForm..ActionList1..actSelectInverse..Caption +#: main.dfm:2424 +msgid "Invert selection" +msgstr "Invert selection" + +#. MainForm..ActionList1..actFilterPanel..Caption +#: main.dfm:2432 +msgid "Filter panel" +msgstr "Filter panel" + +#. MainForm..ActionList1..actFilterPanel..Hint +#: main.dfm:2433 +msgid "Activates the filter panel" +msgstr "Activates the filter panel" + +#. MainForm..ActionList1..actBulkTableEdit..Caption +#. frmTableTools..pnlTop..pnlRight..tabsTools..tabBulkTableEdit..Caption +#: main.dfm:2440 tabletools.dfm:431 +msgid "Bulk table editor" +msgstr "Bulk table editor" + +#. MainForm..ActionList1..actCreateTrigger..Caption +#: main.dfm:2446 +msgid "Trigger" +msgstr "Trigger" + +#. MainForm..ActionList1..actCreateTrigger..Hint +#: main.dfm:2447 +msgid "Create a trigger" +msgstr "Create a trigger" + +#. MainForm..ActionList1..actSaveSQL..Hint +#: main.dfm:2455 +msgid "Save SQL to file" +msgstr "Save SQL to file" + +#. MainForm..ActionList1..actReformatSQL..Caption +#: main.dfm:2469 +msgid "Reformat SQL" +msgstr "Reformat SQL" + +#. MainForm..ActionList1..actReformatSQL....Hint +#: main.dfm:2472 +msgid "" +"Automatically reformat disordered SQL in active editor to make it more " +"readable" +msgstr "Automatically reformat disordered SQL in active editor to make it more readable" + +#. MainForm..ActionList1..actBlobAsText..Caption +#. MainForm..ActionList1..actBlobAsText..Hint +#: main.dfm:2480 main.dfm:2481 +msgid "View binary data as text (instead of HEX)" +msgstr "View binary data as text (instead of HEX)" + +#. MainForm..ActionList1..actDataShowNext..Caption +#: main.dfm:2487 +msgid "Next" +msgstr "Next" + +#. MainForm..ActionList1..actDataShowNext..Hint +#: main.dfm:2488 +msgid "Next X rows" +msgstr "Next X rows" + +#. MainForm..ActionList1..actDataShowAll..Caption +#: main.dfm:2495 +msgid "Show all" +msgstr "Show all" + +#. MainForm..ActionList1..actDataShowAll..Hint +#: main.dfm:2496 +msgid "Show all rows" +msgstr "Show all rows" + +#. MainForm..ActionList1..actRunRoutines..Caption +#: main.dfm:2503 +msgid "Run routine(s) ..." +msgstr "Run routine(s) ..." + +#. MainForm..ActionList1..actCreateEvent..Caption +#: main.dfm:2509 +msgid "Event" +msgstr "Event" + +#. MainForm..ActionList1..actCreateEvent..Hint +#: main.dfm:2511 +msgid "Create new event in selected database" +msgstr "Create new event in selected database" + +#. MainForm..ActionList1..actDataSetNull..Caption +#: main.dfm:2517 +msgid "NULL" +msgstr "NULL" + +#. MainForm..ActionList1..actDataSetNull..Hint +#: main.dfm:2519 +msgid "Set focused cell to NULL" +msgstr "Set focused cell to NULL" + +#. MainForm..ActionList1..actDataSaveBlobToFile..Caption +#: main.dfm:2526 +msgid "Save BLOB to file ..." +msgstr "Save BLOB to file ..." + +#. MainForm..ActionList1..actDataSaveBlobToFile..Hint +#: main.dfm:2527 +msgid "Save contents to local file ..." +msgstr "Save contents to local file ..." + +#. MainForm..ActionList1..actDisconnect..Caption +#: main.dfm:2533 +msgid "Disconnect" +msgstr "Disconnect" + +#. MainForm..ActionList1..actBatchInOneGo..Caption +#: main.dfm:2540 +msgid "Send batch in one go" +msgstr "Send batch in one go" + +#. MainForm..ActionList1..actBatchInOneGo..Hint +#: main.dfm:2542 +msgid "Send up to max_allowed_packet batch at once" +msgstr "Send up to max_allowed_packet batch at once" + +#. MainForm..ActionList1..actSingleQueries..Caption +#: main.dfm:2548 +msgid "Send queries one by one" +msgstr "Send queries one by one" + +#. MainForm..ActionList1..actCancelOperation..Caption +#. MainForm..ActionList1..actCancelOperation..Hint +#: main.dfm:2555 main.dfm:2557 +msgid "Cancel running operation" +msgstr "Cancel running operation" + +#. MainForm..ActionList1..actToggleComment..Caption +#: main.dfm:2564 +msgid "Un/comment" +msgstr "Un/comment" + +#. MainForm..ActionList1..actToggleComment..Hint +#: main.dfm:2565 +msgid "Makes selected SQL a comment or removes comment chars" +msgstr "Makes selected SQL a comment or removes comment chars" + +#. MainForm..ActionList1..actSynchronizeDatabase..Caption +#: main.dfm:2571 +msgid "Synchronize database" +msgstr "Synchronize database" + +#. MainForm..ActionList1..actLaunchCommandline..Caption +#: main.dfm:2577 +msgid "Launch command line" +msgstr "Launch command line" + +#. MainForm..ActionList1..actGridEditFunction..Caption +#: main.dfm:2583 +msgid "SQL function" +msgstr "SQL function" + +#. MainForm..ActionList1..actGridEditFunction..Hint +#: main.dfm:2584 +msgid "Insert SQL function call in this grid cell, e.g. NOW()" +msgstr "Insert SQL function call in this grid cell, e.g. NOW()" + +#. MainForm..ActionList1..actLogHorizontalScrollbar..Caption +#: main.dfm:2592 +msgid "Horizontal scrollbar" +msgstr "Horizontal scrollbar" + +#. MainForm..ActionList1..actGroupObjects..Caption +#: main.dfm:2598 +msgid "Group objects by type" +msgstr "Group objects by type" + +#. MainForm..popupDB..menuEditObject..Caption +#: main.dfm:8573 +msgid "Edit" +msgstr "Edit" + +#. MainForm..popupDB..menuEditObject..Hint +#: main.dfm:8574 +msgid "Edit selected object" +msgstr "Edit selected object" + +#. MainForm..popupDB..menuCreateObject..Caption +#: main.dfm:8589 +msgid "Create new" +msgstr "Create new" + +#. MainForm..popupDB..menuTreeExpandAll..Caption +#: main.dfm:8632 +msgid "Expand all" +msgstr "Expand all" + +#. MainForm..popupDB..menuTreeCollapseAll..Caption +#: main.dfm:8637 +msgid "Collapse all" +msgstr "Collapse all" + +#. MainForm..popupDB..menuShowSizeColumn..Caption +#: main.dfm:8646 +msgid "Display size of objects" +msgstr "Display size of objects" + +#. MainForm..popupHost..menuFetchDBitems..Caption +#: main.dfm:8674 +msgid "Fetch database items" +msgstr "Fetch database items" + +#. MainForm..popupHost..Kill1..Caption +#: main.dfm:8679 +msgid "Kill Process(es)..." +msgstr "Kill Process(es)..." + +#. MainForm..popupHost..menuEditVariable..Caption +#: main.dfm:8686 +msgid "Edit ..." +msgstr "Edit ..." + +#. MainForm..popupHost..menuExplainProcess..Caption +#: main.dfm:8692 +msgid "EXPLAIN query" +msgstr "EXPLAIN query" + +#. MainForm..popupHost..menuExplainProcess..Hint +#: main.dfm:8694 +msgid "Analyze selected process SQL" +msgstr "Analyze selected process SQL" + +#. MainForm..popupHost..menuExplainAnalyzer..Caption +#: main.dfm:8699 +msgid "EXPLAIN analyzer on MariaDB.org" +msgstr "EXPLAIN analyzer on MariaDB.org" + +#. MainForm..popupHost..menuExplainAnalyzer..Hint +#: main.dfm:8701 +msgid "Pass EXPLAIN output to MariaDB's analyzer webpage" +msgstr "Pass EXPLAIN output to MariaDB's analyzer webpage" + +#. MainForm..SynSQLSyn1..DefaultFilter +#: main.dfm:8716 +msgid "SQL files (*.sql)|*.sql" +msgstr "SQL files (*.sql)|*.sql" + +#. MainForm..OpenDialog1..DefaultExt +#. MainForm..SaveDialogSQLFile..DefaultExt +#: main.dfm:8734 main.dfm:9080 +msgid "sql" +msgstr "sql" + +#. MainForm..OpenDialog1..Filter +#: main.dfm:8735 +msgid "SQL-Scripts (*.sql)|*.sql|All files (*.*)|*.*" +msgstr "SQL-Scripts (*.sql)|*.sql|All files (*.*)|*.*" + +#. MainForm..popupDataGrid..DataInsertValue..Caption +#: main.dfm:8757 +msgid "Insert value" +msgstr "Insert value" + +#. MainForm..popupDataGrid..DataInsertValue..DataDateTime..Hint +#: main.dfm:8773 +msgid "Insert datetime-value" +msgstr "Insert datetime-value" + +#. MainForm..popupDataGrid..DataInsertValue..DataDate..Hint +#: main.dfm:8779 +msgid "Insert date-value" +msgstr "Insert date-value" + +#. MainForm..popupDataGrid..DataInsertValue..DataTime..Hint +#: main.dfm:8785 +msgid "Insert time-value" +msgstr "Insert time-value" + +#. MainForm..popupDataGrid..DataInsertValue..DataYear..Hint +#: main.dfm:8791 +msgid "Insert year-value" +msgstr "Insert year-value" + +#. MainForm..popupDataGrid..DataInsertValue..DataUNIXtimestamp..Hint +#: main.dfm:8797 +msgid "Insert UNIX timestamp" +msgstr "Insert UNIX timestamp" + +#. MainForm..popupDataGrid..menuQuickFilter..Caption +#: main.dfm:8841 +msgid "Quick Filter" +msgstr "Quick Filter" + +#. MainForm..popupDataGrid..menuQuickFilter..QFvalues..Caption +#: main.dfm:8883 +msgid "More values ..." +msgstr "More values ..." + +#. MainForm..popupSqlLog..Copylinetonewquerytab1..Caption +#: main.dfm:9000 +msgid "Copy line to new query tab" +msgstr "Copy line to new query tab" + +#. MainForm..popupSqlLog..Saveastextfile1..Caption +#: main.dfm:9017 +msgid "Save as textfile..." +msgstr "Save as textfile..." + +#. MainForm..popupSqlLog..menuLogToFile..Caption +#: main.dfm:9022 +msgid "Log to file" +msgstr "Log to file" + +#. MainForm..popupSqlLog..menuOpenLogFolder..Caption +#: main.dfm:9026 +msgid "Open log folder ..." +msgstr "Open log folder ..." + +#. MainForm..SaveDialogSQLFile..Filter +#: main.dfm:9081 +msgid "SQL-Scripts (*.sql)|*.sql|All Files (*.*)|*.*" +msgstr "SQL-Scripts (*.sql)|*.sql|All Files (*.*)|*.*" + +#. MainForm..popupQuery..menuQueryExplain..Caption +#: main.dfm:9105 +msgid "Explain" +msgstr "Explain" + +#. MainForm..popupQuery..menuQueryInsertFunction..Caption +#. MainForm..popupFilter..menuFilterInsertFunction..Caption +#: main.dfm:9175 main.dfm:9261 +msgid "Insert function" +msgstr "Insert function" + +#. MainForm..popupQueryHelpers..menuInsertSnippetAtCursor..Caption +#: main.dfm:9184 +msgid "Insert at cursor" +msgstr "Insert at cursor" + +#. MainForm..popupQueryHelpers..menuLoadSnippet..Caption +#: main.dfm:9191 +msgid "Load" +msgstr "Load" + +#. MainForm..popupQueryHelpers..menuDeleteSnippet..Caption +#: main.dfm:9197 +msgid "Delete ..." +msgstr "Delete ..." + +#. MainForm..popupQueryHelpers..menuExplore..Caption +#: main.dfm:9204 +msgid "Explore folder" +msgstr "Explore folder" + +#. MainForm..popupQueryHelpers..menuClearQueryHistory..Caption +#: main.dfm:9213 +msgid "Clear query history ..." +msgstr "Clear query history ..." + +#. MainForm..popupQueryHelpers..menuQueryHelpersGenerateInsert..Caption +#: main.dfm:9218 +msgid "Generate INSERT ..." +msgstr "Generate INSERT ..." + +#. MainForm..popupQueryHelpers..menuQueryHelpersGenerateUpdate..Caption +#: main.dfm:9224 +msgid "Generate UPDATE ..." +msgstr "Generate UPDATE ..." + +#. MainForm..popupQueryHelpers..menuQueryHelpersGenerateDelete..Caption +#: main.dfm:9230 +msgid "Generate DELETE ..." +msgstr "Generate DELETE ..." + +#. MainForm..popupRefresh..menuAutoRefresh..Caption +#: main.dfm:9270 +msgid "Auto refresh" +msgstr "Auto refresh" + +#. MainForm..popupRefresh..menuAutoRefreshSetInterval..Caption +#: main.dfm:9275 +msgid "Set interval ..." +msgstr "Set interval ..." + +#. optionsform..pagecontrolMain..tabMisc..Caption +#: options.dfm:35 +msgid "Miscellaneous" +msgstr "Miscellaneous" + +#. optionsform..pagecontrolMain..tabMisc..lblMySQLBinaries..Caption +#: options.dfm:48 +msgid "Location of MySQL command line binaries:" +msgstr "Location of MySQL command line binaries:" + +#. optionsform..pagecontrolMain..tabMisc..chkAutoReconnect..Caption +#: options.dfm:57 +msgid "Automatically reconnect to previously opened sessions on startup" +msgstr "Automatically reconnect to previously opened sessions on startup" + +#. optionsform..pagecontrolMain..tabMisc..chkRestoreLastDB..Caption +#: options.dfm:67 +msgid "Restore last used database on startup" +msgstr "Restore last used database on startup" + +#. optionsform..pagecontrolMain..tabMisc..chkUpdatecheck....Caption +#: options.dfm:81 +msgid "" +"Automatically check for updates / Interval [days]:\n" +"(0 = each time the application is started)" +msgstr "Automatically check for updates / Interval [days]:\n(0 = each time the application is started)" + +#. optionsform..pagecontrolMain..tabMisc..chkUpdateCheckBuilds..Caption +#: options.dfm:116 +msgid "Also check for updated nightly builds" +msgstr "Also check for updated nightly builds" + +#. optionsform..pagecontrolMain..tabMisc..chkDoStatistics....Caption +#: options.dfm:130 +msgid "" +"Count in usage statistics. This option, if enabled, will cause HeidiSQL to " +"ping heidisql.com at most once every month. This is used to count the used " +"HeidiSQL and MySQL versions." +msgstr "Count in usage statistics. This option, if enabled, will cause HeidiSQL to ping heidisql.com at most once every month. This is used to count the used HeidiSQL and MySQL versions." + +#. optionsform..pagecontrolMain..tabMisc..chkAllowMultiInstances..Caption +#: options.dfm:141 +msgid "Allow multiple application instances" +msgstr "Allow multiple application instances" + +#. optionsform..pagecontrolMain..tabMisc..chkColorBars..Caption +#: options.dfm:151 +msgid "Display bars in various list columns" +msgstr "Display bars in various list columns" + +#. optionsform..pagecontrolMain..tabMisc..editMySQLBinaries..TextHint +#: options.dfm:177 +msgid "Required to launch mysql.exe shell" +msgstr "Required to launch mysql.exe shell" + +#. optionsform..pagecontrolMain..tabLogging..Caption +#: options.dfm:184 +msgid "Logging" +msgstr "Logging" + +#. optionsform..pagecontrolMain..tabLogging..Label4..Caption +#: options.dfm:198 +msgid "Log last" +msgstr "Log last" + +#. optionsform..pagecontrolMain..tabLogging..lblLogLinesHint..Caption +#: options.dfm:205 +msgid "lines in SQL log" +msgstr "lines in SQL log" + +#. optionsform..pagecontrolMain..tabLogging..lblLogSnipHint..Caption +#: options.dfm:212 +msgid "characters (0 = no snipping)" +msgstr "characters (0 = no snipping)" + +#. optionsform..pagecontrolMain..tabLogging..lblLogSnip..Caption +#: options.dfm:219 +msgid "Snip SQL log lines to" +msgstr "Snip SQL log lines to" + +#. optionsform..pagecontrolMain..tabLogging..lblLogLevel..Caption +#: options.dfm:226 +msgid "Log events:" +msgstr "Log events:" + +#. optionsform..pagecontrolMain..tabLogging..chkLogToFile..Caption +#: options.dfm:276 +msgid "Write SQL log to file" +msgstr "Write SQL log to file" + +#. optionsform..pagecontrolMain..tabLogging..chkLogEventErrors..Caption +#: options.dfm:285 +msgid "Errors" +msgstr "Errors" + +#. optionsform..pagecontrolMain..tabLogging..chkLogEventUserFiredSQL..Caption +#: options.dfm:294 +msgid "User fired SQL queries" +msgstr "User fired SQL queries" + +#. optionsform..pagecontrolMain..tabLogging..chkLogEventSQL..Caption +#: options.dfm:303 +msgid "Internal SQL queries" +msgstr "Internal SQL queries" + +#. optionsform..pagecontrolMain..tabLogging..chkLogEventInfo..Caption +#: options.dfm:312 +msgid "Information messages" +msgstr "Information messages" + +#. optionsform..pagecontrolMain..tabLogging..chkLogEventDebug..Caption +#: options.dfm:321 +msgid "Debug messages" +msgstr "Debug messages" + +#. optionsform..pagecontrolMain..tabSQL..lblFont..Caption +#: options.dfm:357 +msgid "Editor font:" +msgstr "Editor font:" + +#. optionsform..pagecontrolMain..tabSQL..Label1..Caption +#: options.dfm:372 +msgid "Tab width:" +msgstr "Tab width:" + +#. optionsform..pagecontrolMain..tabSQL..lblMaxQueryResults..Caption +#: options.dfm:379 +msgid "Maximum result sets:" +msgstr "Maximum result sets:" + +#. optionsform..pagecontrolMain..tabSQL..chkCompletionProposal..Caption +#: options.dfm:418 +msgid "Enable completion proposal" +msgstr "Enable completion proposal" + +#. optionsform..pagecontrolMain..tabSQL..chkTabsToSpaces..Caption +#: options.dfm:427 +msgid "Tabs to spaces" +msgstr "Tabs to spaces" + +#. optionsform..pagecontrolMain..tabSQL..chkAskFileSave..Caption +#: options.dfm:455 +msgid "Prompt to save modified files on tab close" +msgstr "Prompt to save modified files on tab close" + +#. optionsform..pagecontrolMain..tabHighlighter..Caption +#: options.dfm:483 +msgid "Highlighter" +msgstr "Highlighter" + +#. optionsform..pagecontrolMain..tabHighlighter..lblSQLColElement..Caption +#: options.dfm:497 +msgid "Element:" +msgstr "Element:" + +#. optionsform..pagecontrolMain..tabHighlighter..lblSQLColForeground..Caption +#: options.dfm:505 +msgid "Foreground:" +msgstr "Foreground:" + +#. optionsform..pagecontrolMain..tabHighlighter..lblSQLColBackground..Caption +#: options.dfm:513 +msgid "Background:" +msgstr "Background:" + +#. optionsform..pagecontrolMain..tabHighlighter..chkSQLBold..Caption +#: options.dfm:520 +msgid "Bold" +msgstr "Bold" + +#. optionsform..pagecontrolMain..tabHighlighter..chkSQLItalic..Caption +#: options.dfm:530 +msgid "Italic" +msgstr "Italic" + +#. optionsform..pagecontrolMain..tabData..lblMaxColWidth..Caption +#: options.dfm:613 +msgid "Maximum column-width in data-grids:" +msgstr "Maximum column-width in data-grids:" + +#. optionsform..pagecontrolMain..tabData..lblDataFont..Caption +#: options.dfm:628 +msgid "&Font:" +msgstr "&Font:" + +#. optionsform..pagecontrolMain..tabData..lblMaxTotalRows..Caption +#: options.dfm:636 +msgid "Number of rows displayed in data tab (Step, Maximum):" +msgstr "Number of rows displayed in data tab (Step, Maximum):" + +#. optionsform..pagecontrolMain..tabData..lblGridRowsLinecount..Caption +#: options.dfm:643 +msgid "Lines of text in grid rows:" +msgstr "Lines of text in grid rows:" + +#. optionsform..pagecontrolMain..tabData..lblGridTextColors..Caption +#: options.dfm:650 +msgid "Grid text colors:" +msgstr "Grid text colors:" + +#. optionsform..pagecontrolMain..tabData..lblNullBackground..Caption +#: options.dfm:657 +msgid "NULL background color (use \"None\" to disable):" +msgstr "NULL background color (use \"None\" to disable):" + +#. optionsform..pagecontrolMain..tabData..chkEditorBinary..Caption +#: options.dfm:789 +msgid "Enable popup BLOB/HEX editor" +msgstr "Enable popup BLOB/HEX editor" + +#. optionsform..pagecontrolMain..tabData..chkEditorDatetime..Caption +#: options.dfm:799 +msgid "Enable inplace date/time editor" +msgstr "Enable inplace date/time editor" + +#. optionsform..pagecontrolMain..tabData..chkEditorEnum..Caption +#: options.dfm:809 +msgid "Enable ENUM pulldown editor" +msgstr "Enable ENUM pulldown editor" + +#. optionsform..pagecontrolMain..tabData..chkEditorSet..Caption +#: options.dfm:819 +msgid "Enable SET checkbox editor" +msgstr "Enable SET checkbox editor" + +#. optionsform..pagecontrolMain..tabData..chkPrefillDateTime..Caption +#: options.dfm:829 +msgid "Prefill empty date/time fields with current date/time" +msgstr "Prefill empty date/time fields with current date/time" + +#. optionsform..pagecontrolMain..tabData..chkRememberFilters..Caption +#: options.dfm:838 +msgid "Remember filters, sorting and column selection across sessions" +msgstr "Remember filters, sorting and column selection across sessions" + +#. optionsform..pagecontrolMain..tabShortcuts..Caption +#: options.dfm:843 +msgid "Shortcuts" +msgstr "Shortcuts" + +#. optionsform..pagecontrolMain..tabShortcuts..lblShortcut1..Caption +#: options.dfm:858 +msgid "Shortcut:" +msgstr "Shortcut:" + +#. optionsform..pagecontrolMain..tabShortcuts..lblShortcutHint..Caption +#: options.dfm:867 +msgid "Please select a shortcut item in the tree." +msgstr "Please select a shortcut item in the tree." + +#. optionsform..pagecontrolMain..tabShortcuts..lblShortcut2..Caption +#: options.dfm:876 +msgid "Secondary shortcut:" +msgstr "Secondary shortcut:" + +#. optionsform..btnApply..Caption +#. frmSyncDB..btnApply..Caption +#: options.dfm:954 syncdb.dfm:153 +msgid "Apply" +msgstr "Apply" + +#. optionsform..btnRestoreDefaults..Caption +#: options.dfm:965 +msgid "Factory defaults" +msgstr "Factory defaults" + +#. printlistForm..Caption +#: printlist.dfm:5 +msgid "Print List..." +msgstr "Print List..." + +#. printlistForm..lblSelect..Caption +#: printlist.dfm:30 +msgid "&Select printer:" +msgstr "&Select printer:" + +#. printlistForm..btnConfigure..Caption +#: printlist.dfm:47 +msgid "Configure" +msgstr "Configure" + +#. printlistForm..btnPrint..Caption +#: printlist.dfm:68 +msgid "Print" +msgstr "Print" + +#. printlistForm..chkPrintHeader..Caption +#: printlist.dfm:80 +msgid "Print column headers" +msgstr "Print column headers" + +#. frmRoutineEditor..lblSQLcode..Caption +#: routine_editor.dfm:17 +msgid "Routine body:" +msgstr "Routine body:" + +#. frmRoutineEditor..lblDisabledWhy..Caption +#: routine_editor.dfm:26 +msgid "You have no privilege to this routine." +msgstr "You have no privilege to this routine." + +#. frmRoutineEditor..PageControlMain..tabOptions..lblType..Caption +#: routine_editor.dfm:134 +msgid "&Type:" +msgstr "&Type:" + +#. frmRoutineEditor..PageControlMain..tabOptions..lblReturns..Caption +#: routine_editor.dfm:142 +msgid "&Returns:" +msgstr "&Returns:" + +#. frmRoutineEditor..PageControlMain..tabOptions..lblSQL..Caption +#: routine_editor.dfm:150 +msgid "&Data access:" +msgstr "&Data access:" + +#. frmRoutineEditor..PageControlMain..tabOptions..lblSecurity..Caption +#: routine_editor.dfm:158 +msgid "SQL Se&curity:" +msgstr "SQL Se&curity:" + +#. frmRoutineEditor..PageControlMain..tabOptions..lblComment..Caption +#: routine_editor.dfm:166 +msgid "&Comment:" +msgstr "&Comment:" + +#. frmRoutineEditor..PageControlMain..tabOptions..lblDefiner..Caption +#: routine_editor.dfm:174 +msgid "De&finer:" +msgstr "De&finer:" + +#. frmRoutineEditor..PageControlMain..tabOptions..chkDeterministic..Caption +#: routine_editor.dfm:182 +msgid "&Deterministic" +msgstr "&Deterministic" + +#. frmRoutineEditor..PageControlMain..tabOptions..editName..TextHint +#: routine_editor.dfm:241 +msgid "Enter routine name" +msgstr "Enter routine name" + +#. frmRoutineEditor..PageControlMain..tabParameters..Caption +#: routine_editor.dfm:257 +msgid "Parameters" +msgstr "Parameters" + +#. frmRoutineEditor..PageControlMain..tabParameters..listParameters......WideText +#: routine_editor.dfm:310 +msgid "Context" +msgstr "Context" + +#. frmRoutineEditor..PageControlMain..tabParameters..tlbParameters..btnMoveUpParam..Caption +#. frmTableEditor..PageControlMain..tabIndexes..tlbIndexes..btnMoveUpIndex..Hint +#. frmTableEditor..pnlColumnsTop..tlbColumns..btnMoveUpColumn..Hint +#. frmTableEditor..popupColumns..menuMoveUpColumn..Caption +#: routine_editor.dfm:354 table_editor.dfm:482 table_editor.dfm:733 +#: table_editor.dfm:823 +msgid "Move up" +msgstr "Move up" + +#. frmRoutineEditor..PageControlMain..tabParameters..tlbParameters..btnMoveDownParam..Caption +#. frmTableEditor..PageControlMain..tabIndexes..tlbIndexes..btnMoveDownIndex..Hint +#. frmTableEditor..pnlColumnsTop..tlbColumns..btnMoveDownColumn..Hint +#. frmTableEditor..popupColumns..menuMoveDownColumn..Caption +#: routine_editor.dfm:363 table_editor.dfm:491 table_editor.dfm:741 +#: table_editor.dfm:829 +msgid "Move down" +msgstr "Move down" + +#. RunSQLFileForm..Caption +#: runsqlfile.dfm:5 +msgid "Run SQL file" +msgstr "Run SQL file" + +#. RunSQLFileForm..lblFilenameName..Caption +#: runsqlfile.dfm:38 +msgid "Running file:" +msgstr "Running file:" + +#. RunSQLFileForm..lblQueryName..Caption +#: runsqlfile.dfm:45 +msgid "Last query:" +msgstr "Last query:" + +#. RunSQLFileForm..lblPositionName..Caption +#: runsqlfile.dfm:52 +msgid "Position in file:" +msgstr "Position in file:" + +#. RunSQLFileForm..lblQueryCountName..Caption +#: runsqlfile.dfm:66 +msgid "Queries:" +msgstr "Queries:" + +#. RunSQLFileForm..lblTimeName..Caption +#: runsqlfile.dfm:80 +msgid "Time elapsed:" +msgstr "Time elapsed:" + +#. RunSQLFileForm..lblAffectedRowsName..Caption +#: runsqlfile.dfm:94 +msgid "Affected rows:" +msgstr "Affected rows:" + +#. frmSearchReplace..Caption +#: searchreplace.dfm:5 +msgid "Search and replace text" +msgstr "Search and replace text" + +#. frmSearchReplace..lblSearch..Caption +#: searchreplace.dfm:30 +msgid "&Text to find:" +msgstr "&Text to find:" + +#. frmSearchReplace..lblReplaceHint..Caption +#: searchreplace.dfm:38 +msgid "Replacement can have \\n for new lines and \\t for tabs" +msgstr "Replacement can have \\n for new lines and \\t for tabs" + +#. frmSearchReplace..btnReplaceAll..Caption +#: searchreplace.dfm:58 +msgid "Replace &all" +msgstr "Replace &all" + +#. frmSearchReplace..chkReplace..Caption +#: searchreplace.dfm:67 +msgid "&Replace:" +msgstr "&Replace:" + +#. frmSearchReplace..comboSearch..TextHint +#: searchreplace.dfm:79 +msgid "Enter text to find ..." +msgstr "Enter text to find ..." + +#. frmSearchReplace..comboReplace..TextHint +#: searchreplace.dfm:91 +msgid "Enter replacement pattern ..." +msgstr "Enter replacement pattern ..." + +#. frmSearchReplace..grpOptions..Caption +#: searchreplace.dfm:100 +msgid "&Options" +msgstr "&Options" + +#. frmSearchReplace..grpOptions..chkCaseSensitive..Caption +#. frmTableTools..pnlTop..pnlRight..tabsTools..tabFind..chkCaseSensitive..Caption +#: searchreplace.dfm:107 tabletools.dfm:302 +msgid "Case sensitive" +msgstr "Case sensitive" + +#. frmSearchReplace..grpOptions..chkWholeWords..Caption +#: searchreplace.dfm:115 +msgid "Whole words" +msgstr "Whole words" + +#. frmSearchReplace..grpOptions..chkRegularExpression..Caption +#: searchreplace.dfm:123 +msgid "Regular expression" +msgstr "Regular expression" + +#. frmSearchReplace..grpOptions..chkPromptOnReplace..Caption +#: searchreplace.dfm:134 +msgid "Prompt on replace" +msgstr "Prompt on replace" + +#. frmSearchReplace..grpDirection..Caption +#: searchreplace.dfm:144 +msgid "&Direction" +msgstr "&Direction" + +#. frmSearchReplace..grpDirection....Items.Strings +#: searchreplace.dfm:147 +msgid "&Forward" +msgstr "&Forward" + +#. frmSearchReplace..grpDirection....Items.Strings +#: searchreplace.dfm:148 +msgid "&Backward" +msgstr "&Backward" + +#. frmSearchReplace..grpOrigin..Caption +#: searchreplace.dfm:157 +msgid "Or&igin" +msgstr "Or&igin" + +#. frmSearchReplace..grpOrigin....Items.Strings +#: searchreplace.dfm:160 +msgid "From cursor" +msgstr "From cursor" + +#. frmSearchReplace..grpOrigin....Items.Strings +#: searchreplace.dfm:161 +msgid "Entire scope" +msgstr "Entire scope" + +#. frmSearchReplace..grpScope..Caption +#: searchreplace.dfm:170 +msgid "&Scope" +msgstr "&Scope" + +#. frmSearchReplace..grpScope....Items.Strings +#: searchreplace.dfm:174 +msgid "Selected text" +msgstr "Selected text" + +#. frmSelectDBObject..Caption +#: selectdbobject.dfm:4 +msgid "Select database object ..." +msgstr "Select database object ..." + +#. frmSelectDBObject..lblSelect..Caption +#: selectdbobject.dfm:30 +msgid "Select database, table or column:" +msgstr "Select database, table or column:" + +#. frmSelectDBObject..lblCustom..Caption +#: selectdbobject.dfm:38 +msgid "... or wildcard database (% and _ allowed):" +msgstr "... or wildcard database (% and _ allowed):" + +#. frmSelectDBObject..editDb..TextHint +#: selectdbobject.dfm:108 +msgid "database" +msgstr "database" + +#. frmSQLhelp..Caption +#: sqlhelp.dfm:4 +msgid "Integrated SQL-help" +msgstr "Integrated SQL-help" + +#. frmSQLhelp..btnSearchOnline..Caption +#: sqlhelp.dfm:29 +msgid "Search online" +msgstr "Search online" + +#. frmSQLhelp..pnlMain..pnlRight..lblDescription..Caption +#: sqlhelp.dfm:154 +msgid "Description:" +msgstr "Description:" + +#. frmSQLhelp..pnlMain..pnlRight..lblExample..Caption +#: sqlhelp.dfm:182 +msgid "Example:" +msgstr "Example:" + +#. frmSyncDB..lblSource..Caption +#: syncdb.dfm:29 +msgid "Select source database or table(s):" +msgstr "Select source database or table(s):" + +#. frmSyncDB..lblDifferences..Caption +#: syncdb.dfm:36 +msgid "Differences:" +msgstr "Differences:" + +#. frmSyncDB..grpTarget..Caption +#: syncdb.dfm:78 +msgid "Target database or table" +msgstr "Target database or table" + +#. frmSyncDB..grpTarget..lblTargetServer..Caption +#: syncdb.dfm:88 +msgid "Server:" +msgstr "Server:" + +#. frmSyncDB..btnAnalyze..Caption +#: syncdb.dfm:166 +msgid "Analyze" +msgstr "Analyze" + +#. frmSyncDB..grpOptions..radioOptionsStructure..Caption +#: syncdb.dfm:185 +msgid "Structure" +msgstr "Structure" + +#. frmTableEditor..listColumns......WideText +#: table_editor.dfm:118 +msgid "Length/Set" +msgstr "Length/Set" + +#. frmTableEditor..listColumns......WideText +#: table_editor.dfm:125 +msgid "Unsigned" +msgstr "Unsigned" + +#. frmTableEditor..listColumns......WideText +#: table_editor.dfm:132 +msgid "Allow NULL" +msgstr "Allow NULL" + +#. frmTableEditor..listColumns......WideText +#: table_editor.dfm:137 +msgid "Zerofill" +msgstr "Zerofill" + +#. frmTableEditor..listColumns......WideText +#: table_editor.dfm:161 +msgid "Expression" +msgstr "Expression" + +#. frmTableEditor..listColumns......WideText +#: table_editor.dfm:167 +msgid "Virtuality" +msgstr "Virtuality" + +#. frmTableEditor..PageControlMain..tabBasic..Caption +#: table_editor.dfm:183 +msgid "Basic" +msgstr "Basic" + +#. frmTableEditor..PageControlMain..tabBasic..editName..TextHint +#: table_editor.dfm:210 +msgid "Enter table name" +msgstr "Enter table name" + +#. frmTableEditor..PageControlMain..tabOptions..lblAutoinc..Caption +#: table_editor.dfm:237 +msgid "Auto increment:" +msgstr "Auto increment:" + +#. frmTableEditor..PageControlMain..tabOptions..lblAvgRowLen..Caption +#: table_editor.dfm:244 +msgid "Average row length:" +msgstr "Average row length:" + +#. frmTableEditor..PageControlMain..tabOptions..lblInsertMethod..Caption +#: table_editor.dfm:251 +msgid "INSERT method:" +msgstr "INSERT method:" + +#. frmTableEditor..PageControlMain..tabOptions..lblUnion..Caption +#: table_editor.dfm:258 +msgid "Union tables:" +msgstr "Union tables:" + +#. frmTableEditor..PageControlMain..tabOptions..lblMaxRows..Caption +#: table_editor.dfm:265 +msgid "Maximum row count:" +msgstr "Maximum row count:" + +#. frmTableEditor..PageControlMain..tabOptions..lblRowFormat..Caption +#: table_editor.dfm:272 +msgid "Row format:" +msgstr "Row format:" + +#. frmTableEditor..PageControlMain..tabOptions..lblCollation..Caption +#: table_editor.dfm:279 +msgid "Default collation:" +msgstr "Default collation:" + +#. frmTableEditor..PageControlMain..tabOptions..lblEngine..Caption +#: table_editor.dfm:286 +msgid "Engine:" +msgstr "Engine:" + +#. frmTableEditor..PageControlMain..tabOptions..chkChecksum..Caption +#: table_editor.dfm:310 +msgid "Checksum for rows:" +msgstr "Checksum for rows:" + +#. frmTableEditor..PageControlMain..tabOptions..chkCharsetConvert..Caption +#: table_editor.dfm:379 +msgid "Convert data" +msgstr "Convert data" + +#. frmTableEditor..PageControlMain..tabIndexes..Caption +#: table_editor.dfm:385 +msgid "Indexes" +msgstr "Indexes" + +#. frmTableEditor..PageControlMain..tabIndexes..treeIndexes......WideText +#: table_editor.dfm:431 +msgid "Type / Length" +msgstr "Type / Length" + +#. frmTableEditor..PageControlMain..tabIndexes..treeIndexes......WideText +#. frmView..rgAlgorithm..Caption +#: table_editor.dfm:436 view.dfm:57 +msgid "Algorithm" +msgstr "Algorithm" + +#. frmTableEditor..PageControlMain..tabIndexes..tlbIndexes..btnAddIndex..Hint +#. frmTableEditor..popupIndexes..menuAddIndex..Caption +#: table_editor.dfm:455 table_editor.dfm:753 +msgid "Add index" +msgstr "Add index" + +#. frmTableEditor..PageControlMain..tabIndexes..tlbIndexes..btnRemoveIndex..Hint +#: table_editor.dfm:464 +msgid "Remove index" +msgstr "Remove index" + +#. frmTableEditor..PageControlMain..tabIndexes..tlbIndexes..btnClearIndexes..Hint +#: table_editor.dfm:473 +msgid "Clear indexes" +msgstr "Clear indexes" + +#. frmTableEditor..PageControlMain..tabIndexes..tlbIndexes..btnMoveUpIndex..Caption +#. frmTableEditor..pnlColumnsTop..tlbColumns..btnMoveUpColumn..Caption +#. frmTableEditor..popupIndexes..menuMoveUpIndex..Caption +#: table_editor.dfm:483 table_editor.dfm:734 table_editor.dfm:777 +msgid "Up" +msgstr "Up" + +#. frmTableEditor..PageControlMain..tabIndexes..tlbIndexes..btnMoveDownIndex..Caption +#. frmTableEditor..pnlColumnsTop..tlbColumns..btnMoveDownColumn..Caption +#. frmTableEditor..popupIndexes..menuMoveDownIndex..Caption +#: table_editor.dfm:492 table_editor.dfm:742 table_editor.dfm:783 +msgid "Down" +msgstr "Down" + +#. frmTableEditor..PageControlMain..tabForeignKeys..Caption +#: table_editor.dfm:499 +msgid "Foreign keys" +msgstr "Foreign keys" + +#. frmTableEditor..PageControlMain..tabForeignKeys..pnlNoForeignKeys..listForeignKeys......WideText +#: table_editor.dfm:581 +msgid "Key name" +msgstr "Key name" + +#. frmTableEditor..PageControlMain..tabForeignKeys..pnlNoForeignKeys..listForeignKeys......WideText +#: table_editor.dfm:593 +msgid "Reference table" +msgstr "Reference table" + +#. frmTableEditor..PageControlMain..tabForeignKeys..pnlNoForeignKeys..listForeignKeys......WideText +#: table_editor.dfm:599 +msgid "Foreign columns" +msgstr "Foreign columns" + +#. frmTableEditor..PageControlMain..tabForeignKeys..pnlNoForeignKeys..listForeignKeys......WideText +#: table_editor.dfm:605 +msgid "On UPDATE" +msgstr "On UPDATE" + +#. frmTableEditor..PageControlMain..tabForeignKeys..pnlNoForeignKeys..listForeignKeys......WideText +#: table_editor.dfm:611 +msgid "On DELETE" +msgstr "On DELETE" + +#. frmTableEditor..pnlColumnsTop..tlbColumns..btnAddColumn..Hint +#. frmTableEditor..popupIndexes..menuAddIndexColumn..Caption +#. frmTableEditor..popupColumns..menuAddColumn..Caption +#: table_editor.dfm:717 table_editor.dfm:759 table_editor.dfm:811 +msgid "Add column" +msgstr "Add column" + +#. frmTableEditor..pnlColumnsTop..tlbColumns..btnRemoveColumn..Hint +#. frmTableEditor..popupColumns..menuRemoveColumn..Caption +#: table_editor.dfm:725 table_editor.dfm:817 +msgid "Remove column" +msgstr "Remove column" + +#. frmTableEditor..popupColumns..menuCopyColumns..Caption +#: table_editor.dfm:798 +msgid "Copy selected columns" +msgstr "Copy selected columns" + +#. frmTableEditor..popupColumns..menuPasteColumns..Caption +#: table_editor.dfm:803 +msgid "Paste columns" +msgstr "Paste columns" + +#. frmTableEditor..popupColumns..menuCreateIndex..Caption +#: table_editor.dfm:838 +msgid "Create new index" +msgstr "Create new index" + +#. frmTableEditor..popupColumns..menuAddToIndex..Caption +#: table_editor.dfm:842 +msgid "Add to index" +msgstr "Add to index" + +#. frmTableTools..Caption +#: tabletools.dfm:4 +msgid "Table tools" +msgstr "Table tools" + +#. frmTableTools..pnlTop..pnlRight..tabsTools..tabMaintenance..lblOperation..Caption +#: tabletools.dfm:166 +msgid "Operation:" +msgstr "Operation:" + +#. frmTableTools..pnlTop..pnlRight..tabsTools..tabMaintenance..lblOptions..Caption +#: tabletools.dfm:173 +msgid "Options:" +msgstr "Options:" + +#. frmTableTools..pnlTop..pnlRight..tabsTools..tabMaintenance..chkQuick..Caption +#: tabletools.dfm:190 +msgid "Quick" +msgstr "Quick" + +#. frmTableTools..pnlTop..pnlRight..tabsTools..tabMaintenance..chkFast..Caption +#: tabletools.dfm:199 +msgid "Fast" +msgstr "Fast" + +#. frmTableTools..pnlTop..pnlRight..tabsTools..tabMaintenance..chkMedium..Caption +#: tabletools.dfm:208 +msgid "Medium" +msgstr "Medium" + +#. frmTableTools..pnlTop..pnlRight..tabsTools..tabMaintenance..chkExtended..Caption +#: tabletools.dfm:217 +msgid "Extended" +msgstr "Extended" + +#. frmTableTools..pnlTop..pnlRight..tabsTools..tabMaintenance..chkChanged..Caption +#: tabletools.dfm:226 +msgid "Changed" +msgstr "Changed" + +#. frmTableTools..pnlTop..pnlRight..tabsTools..tabMaintenance..chkUseFrm..Caption +#: tabletools.dfm:235 +msgid "Use FRM file" +msgstr "Use FRM file" + +#. frmTableTools..pnlTop..pnlRight..tabsTools..tabFind..Caption +#: tabletools.dfm:251 +msgid "Find text" +msgstr "Find text" + +#. frmTableTools..pnlTop..pnlRight..tabsTools..tabFind..lblFindText..Caption +#: tabletools.dfm:265 +msgid "Text to find:" +msgstr "Text to find:" + +#. frmTableTools..pnlTop..pnlRight..tabsTools..tabFind..lblDataTypes..Caption +#: tabletools.dfm:273 +msgid "Search in column types:" +msgstr "Search in column types:" + +#. frmTableTools..pnlTop..pnlRight..tabsTools..tabSQLexport..Caption +#: tabletools.dfm:308 +msgid "SQL export" +msgstr "SQL export" + +#. frmTableTools..pnlTop..pnlRight..tabsTools..tabSQLexport..lblExportData..Caption +#: tabletools.dfm:322 +msgid "Data:" +msgstr "Data:" + +#. frmTableTools..pnlTop..pnlRight..tabsTools..tabSQLexport..lblExportOutputType..Caption +#: tabletools.dfm:329 +msgid "Output:" +msgstr "Output:" + +#. frmTableTools..pnlTop..pnlRight..tabsTools..tabSQLexport..lblExportDatabases..Caption +#: tabletools.dfm:336 +msgid "Database(s):" +msgstr "Database(s):" + +#. frmTableTools..pnlTop..pnlRight..tabsTools..tabSQLexport..lblExportTables..Caption +#: tabletools.dfm:343 +msgid "Table(s):" +msgstr "Table(s):" + +#. frmTableTools..pnlTop..pnlRight..tabsTools..tabSQLexport..btnExportOutputTargetSelect..Hint +#: tabletools.dfm:357 +msgid "Browse filesystem" +msgstr "Browse filesystem" + +#. frmTableTools..pnlTop..pnlRight..tabsTools..tabSQLexport..chkExportDatabasesCreate..Caption +#. frmTableTools..pnlTop..pnlRight..tabsTools..tabSQLexport..chkExportTablesCreate..Caption +#: tabletools.dfm:369 tabletools.dfm:396 +msgid "Create" +msgstr "Create" + +#. frmTableTools..pnlTop..pnlRight..tabsTools..tabSQLexport..chkExportDatabasesDrop..Caption +#. frmTableTools..pnlTop..pnlRight..tabsTools..tabSQLexport..chkExportTablesDrop..Caption +#: tabletools.dfm:378 tabletools.dfm:387 +msgid "Drop" +msgstr "Drop" + +#. frmTableTools..pnlTop..pnlRight..tabsTools..tabBulkTableEdit..chkBulkTableEditDatabase..Caption +#: tabletools.dfm:445 +msgid "Move to database:" +msgstr "Move to database:" + +#. frmTableTools..pnlTop..pnlRight..tabsTools..tabBulkTableEdit..chkBulkTableEditResetAutoinc..Caption +#: tabletools.dfm:464 +msgid "Reset auto increment value" +msgstr "Reset auto increment value" + +#. frmTableTools..pnlTop..pnlRight..tabsTools..tabBulkTableEdit..chkBulkTableEditCollation..Caption +#: tabletools.dfm:472 +msgid "Change default collation:" +msgstr "Change default collation:" + +#. frmTableTools..pnlTop..pnlRight..tabsTools..tabBulkTableEdit..chkBulkTableEditEngine..Caption +#: tabletools.dfm:491 +msgid "Change table engine:" +msgstr "Change table engine:" + +#. frmTableTools..pnlTop..pnlRight..tabsTools..tabBulkTableEdit..chkBulkTableEditCharset..Caption +#: tabletools.dfm:510 +msgid "Convert to charset:" +msgstr "Convert to charset:" + +#. frmTableTools..btnExecute..Caption +#: tabletools.dfm:534 +msgid "Execute" +msgstr "Execute" + +#. frmTableTools..btnSeeResults..Caption +#: tabletools.dfm:544 +msgid "See results" +msgstr "See results" + +#. frmTableTools..popupTree..menuCheckNone..Caption +#: tabletools.dfm:555 +msgid "Check none" +msgstr "Check none" + +#. frmTableTools..popupTree..menuCheckAll..Caption +#: tabletools.dfm:559 +msgid "Check all" +msgstr "Check all" + +#. frmTableTools..popupTree..menuCheckByType..Caption +#: tabletools.dfm:563 +msgid "Check ..." +msgstr "Check ..." + +#. frmTextEditor..Caption +#: texteditor.dfm:4 +msgid "Text editor" +msgstr "Text editor" + +#. frmTextEditor..tlbStandard..btnLinebreaks..Caption +#: texteditor.dfm:74 +msgid "Linebreaks" +msgstr "Linebreaks" + +#. frmTextEditor..tlbStandard..btnLoadText..Hint +#. frmTextEditor..tlbStandard..btnLoadText..Caption +#: texteditor.dfm:82 texteditor.dfm:83 +msgid "Load textfile" +msgstr "Load textfile" + +#. frmTextEditor..popupLinebreaks..menuWindowsLB..Caption +#: texteditor.dfm:109 +msgid "Windows linebreaks" +msgstr "Windows linebreaks" + +#. frmTextEditor..popupLinebreaks..menuUnixLB..Caption +#: texteditor.dfm:114 +msgid "UNIX linebreaks" +msgstr "UNIX linebreaks" + +#. frmTextEditor..popupLinebreaks..menuMacLB..Caption +#: texteditor.dfm:119 +msgid "Mac OS linebreaks" +msgstr "Mac OS linebreaks" + +#. frmTextEditor..popupLinebreaks..menuWideLB..Caption +#: texteditor.dfm:124 +msgid "Unicode linebreaks" +msgstr "Unicode linebreaks" + +#. frmTextEditor..popupLinebreaks..menuMixedLB..Caption +#: texteditor.dfm:129 +msgid "Mixed linebreaks" +msgstr "Mixed linebreaks" + +#. frmTriggerEditor..lblTable..Caption +#: trigger_editor.dfm:23 +msgid "On table:" +msgstr "On table:" + +#. frmTriggerEditor..lblBody..Caption +#: trigger_editor.dfm:30 +msgid "Trigger statement: (e.g. \"SET NEW.columnA = TRIM(OLD.columnA)\"" +msgstr "Trigger statement: (e.g. \"SET NEW.columnA = TRIM(OLD.columnA)\"" + +#. frmTriggerEditor..lblEvent..Caption +#: trigger_editor.dfm:37 +msgid "Event:" +msgstr "Event:" + +#. frmTriggerEditor..lblDefiner..Caption +#. frmView..lblDefiner..Caption +#: trigger_editor.dfm:44 view.dfm:40 +msgid "Definer:" +msgstr "Definer:" + +#. frmTriggerEditor..editName..TextHint +#: trigger_editor.dfm:53 +msgid "Enter trigger name" +msgstr "Enter trigger name" + +#. frmUpdateCheck..groupBuild..Caption +#: updatecheck.dfm:52 +msgid "Nightly build" +msgstr "Nightly build" + +#. frmUpdateCheck..groupBuild..btnBuild..Caption +#: updatecheck.dfm:63 +msgid "Download nightly build" +msgstr "Download nightly build" + +#. frmUpdateCheck..groupRelease..Caption +#: updatecheck.dfm:90 +msgid "Official release" +msgstr "Official release" + +#. frmUpdateCheck..groupRelease..btnRelease..Caption +#: updatecheck.dfm:102 +msgid "Download new release" +msgstr "Download new release" + +#. UserManagerForm..Caption +#: usermanager.dfm:5 +msgid "User Manager" +msgstr "User Manager" + +#. UserManagerForm..pnlLeft..lblUsers..Caption +#: usermanager.dfm:97 +msgid "&Select user account:" +msgstr "&Select user account:" + +#. UserManagerForm..pnlLeft..listUsers......WideText +#: usermanager.dfm:131 +msgid "Username" +msgstr "Username" + +#. UserManagerForm..pnlLeft..ToolBar1..btnCloneUser..Caption +#: usermanager.dfm:162 +msgid "Clone" +msgstr "Clone" + +#. UserManagerForm..pnlRight..tlbObjects..Label1..Caption +#: usermanager.dfm:206 +msgid "Allow access to:" +msgstr "Allow access to:" + +#. UserManagerForm..pnlRight..tlbObjects..btnAddObject..Hint +#: usermanager.dfm:213 +msgid "Add object ..." +msgstr "Add object ..." + +#. UserManagerForm..pnlRight..tlbObjects..btnAddObject..Caption +#: usermanager.dfm:214 +msgid "Add object" +msgstr "Add object" + +#. UserManagerForm..pnlRight..PageControlSettings..tabCredentials..Caption +#: usermanager.dfm:252 +msgid "Credentials" +msgstr "Credentials" + +#. UserManagerForm..pnlRight..PageControlSettings..tabCredentials..lblUsername..Caption +#: usermanager.dfm:265 +msgid "User &name:" +msgstr "User &name:" + +#. UserManagerForm..pnlRight..PageControlSettings..tabCredentials..lblFromHost..Caption +#: usermanager.dfm:272 +msgid "From &host:" +msgstr "From &host:" + +#. UserManagerForm..pnlRight..PageControlSettings..tabCredentials..lblRepeatPassword..Caption +#: usermanager.dfm:288 +msgid "Repeat password:" +msgstr "Repeat password:" + +#. UserManagerForm..pnlRight..PageControlSettings..tabCredentials..editPassword..RightButton.Hint +#: usermanager.dfm:310 +msgid "Select random password" +msgstr "Select random password" + +#. UserManagerForm..pnlRight..PageControlSettings..tabLimitations..Caption +#: usermanager.dfm:340 +msgid "Limitations" +msgstr "Limitations" + +#. UserManagerForm..pnlRight..PageControlSettings..tabLimitations..lblMaxQueries..Caption +#: usermanager.dfm:354 +msgid "Queries per hour:" +msgstr "Queries per hour:" + +#. UserManagerForm..pnlRight..PageControlSettings..tabLimitations..lblMaxUpdates..Caption +#: usermanager.dfm:361 +msgid "Updates per hour:" +msgstr "Updates per hour:" + +#. UserManagerForm..pnlRight..PageControlSettings..tabLimitations..lblMaxConnections..Caption +#: usermanager.dfm:368 +msgid "Connections per hour:" +msgstr "Connections per hour:" + +#. UserManagerForm..pnlRight..PageControlSettings..tabLimitations..lblMaxUserConnections..Caption +#: usermanager.dfm:375 +msgid "Simultaneous connections:" +msgstr "Simultaneous connections:" + +#. UserManagerForm..pnlRight..PageControlSettings..tabSSL..lblCipher..Caption +#: usermanager.dfm:482 +msgid "&Cipher:" +msgstr "&Cipher:" + +#. UserManagerForm..pnlRight..PageControlSettings..tabSSL..lblIssuer..Caption +#: usermanager.dfm:490 +msgid "&Issuer:" +msgstr "&Issuer:" + +#. UserManagerForm..pnlRight..PageControlSettings..tabSSL..lblSubject..Caption +#: usermanager.dfm:498 +msgid "&Subject:" +msgstr "&Subject:" + +#. UserManagerForm..pnlRight..PageControlSettings..tabSSL..lblSSL..Caption +#: usermanager.dfm:506 +msgid "&Require SSL:" +msgstr "&Require SSL:" + +#. UserManagerForm..pnlRight..PageControlSettings..tabSSL..comboSSL....Items.Strings +#: usermanager.dfm:548 +msgid "No SSL or X509 requirements" +msgstr "No SSL or X509 requirements" + +#. UserManagerForm..pnlRight..PageControlSettings..tabSSL..comboSSL....Items.Strings +#: usermanager.dfm:549 +msgid "Only permit SSL-encrypted connections" +msgstr "Only permit SSL-encrypted connections" + +#. UserManagerForm..pnlRight..PageControlSettings..tabSSL..comboSSL....Items.Strings +#: usermanager.dfm:550 +msgid "X509 (certificate, issuer and subject do not matter)" +msgstr "X509 (certificate, issuer and subject do not matter)" + +#. UserManagerForm..pnlRight..PageControlSettings..tabSSL..comboSSL....Items.Strings +#: usermanager.dfm:551 +msgid "Specify requirements..." +msgstr "Specify requirements..." + +#. UserManagerForm..menuHost..menuHost1..Caption +#: usermanager.dfm:573 +msgid "Access from server location only" +msgstr "Access from server location only" + +#. UserManagerForm..menuHost..menuHost1..Hint +#: usermanager.dfm:574 +msgid "localhost" +msgstr "localhost" + +#. UserManagerForm..menuHost..menuHost2..Caption +#: usermanager.dfm:578 +msgid "Local network: 192.168.%" +msgstr "Local network: 192.168.%" + +#. UserManagerForm..menuHost..menuHost3..Caption +#: usermanager.dfm:583 +msgid "Local network: 10.122.%" +msgstr "Local network: 10.122.%" + +#. UserManagerForm..menuHost..menuHostLocal4..Caption +#: usermanager.dfm:588 +msgid "Access from everywhere" +msgstr "Access from everywhere" + +#. UserManagerForm..menuPassword..menuPassword1..Caption +#: usermanager.dfm:601 +msgid "6 characters" +msgstr "6 characters" + +#. UserManagerForm..menuPassword..menuPassword2..Caption +#: usermanager.dfm:609 +msgid "8 characters" +msgstr "8 characters" + +#. UserManagerForm..menuPassword..menuPassword3..Caption +#: usermanager.dfm:617 +msgid "10 characters" +msgstr "10 characters" + +#. UserManagerForm..menuPassword..menuPassword4..Caption +#: usermanager.dfm:625 +msgid "12 characters" +msgstr "12 characters" + +#. UserManagerForm..menuPassword..menuPassword5..Caption +#: usermanager.dfm:633 +msgid "30 characters" +msgstr "30 characters" + +#. frmView..lblSelect..Caption +#: view.dfm:22 +msgid "Select statement:" +msgstr "Select statement:" + +#. frmView..lblDisabledWhy..Caption +#: view.dfm:31 +msgid "You need the SHOW VIEW privilege in order to edit a view." +msgstr "You need the SHOW VIEW privilege in order to edit a view." + +#. frmView..editName..TextHint +#: view.dfm:49 +msgid "Enter view name" +msgstr "Enter view name" + +#. frmView..rgCheck..Caption +#: view.dfm:131 +msgid "Check option for updates" +msgstr "Check option for updates" + +#. frmView..rgCheck....Items.Strings +#: view.dfm:134 +msgid "None" +msgstr "None" diff --git a/extra/internationalization/msgfmt.exe b/extra/internationalization/msgfmt.exe new file mode 100644 index 00000000..f81f469d Binary files /dev/null and b/extra/internationalization/msgfmt.exe differ diff --git a/extra/internationalization/tx.exe b/extra/internationalization/tx.exe new file mode 100644 index 00000000..2fc8ce0a Binary files /dev/null and b/extra/internationalization/tx.exe differ