mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Add missing translation strings for db and table filter
This commit is contained in:
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: HeidiSQL\n"
|
||||
"POT-Creation-Date: 2012-11-05 21:40\n"
|
||||
"PO-Revision-Date: 2013-02-21 16:57+0100\n"
|
||||
"PO-Revision-Date: 2013-02-25 18:39+0100\n"
|
||||
"Last-Translator: Ansgar Becker <heidisql@anse.de>\n"
|
||||
"Language-Team: English (http://www.transifex.com/projects/p/heidisql/"
|
||||
"language/en/)\n"
|
||||
@@ -1149,6 +1149,14 @@ msgstr ""
|
||||
msgid "Database filter"
|
||||
msgstr "Database filter"
|
||||
|
||||
#. Table filter box
|
||||
msgid "Table filter"
|
||||
msgstr "Table filter"
|
||||
|
||||
#. Table filter box hint
|
||||
msgid "Table filter|Can contain regular expressions, e.g. \"phpbb_\\d\""
|
||||
msgstr "Table filter|Can contain regular expressions, e.g. \"phpbb_\\d\""
|
||||
|
||||
#. MainForm..panelTop..pnlLeft..DBtree......WideText
|
||||
#. MainForm..panelTop..pnlRight..PageControlMain..tabDatabase..ListTables......WideText
|
||||
#. frmRoutineEditor..PageControlMain..tabParameters..listParameters......WideText
|
||||
|
||||
@@ -519,11 +519,12 @@ object MainForm: TMainForm
|
||||
Top = 2
|
||||
Width = 89
|
||||
Height = 21
|
||||
Hint = 'Table filter|Can contain regular expressions, e.g. "phpbb_\d"'
|
||||
Images = ImageListMain
|
||||
LeftButton.ImageIndex = 14
|
||||
LeftButton.Visible = True
|
||||
TabOrder = 1
|
||||
TextHint = 'Table filter ...'
|
||||
TextHint = 'Table filter'
|
||||
OnChange = editDatabaseTableFilterChange
|
||||
OnExit = editDatabaseTableFilterExit
|
||||
OnLeftButtonClick = editDatabaseTableFilterLeftButtonClick
|
||||
@@ -533,11 +534,14 @@ object MainForm: TMainForm
|
||||
Top = 2
|
||||
Width = 75
|
||||
Height = 21
|
||||
Hint =
|
||||
'Database filter|A list of databases, separated by semicolon. Can' +
|
||||
' contain regular expressions, e.g. "mydb;test.*;project\d+".'
|
||||
Images = ImageListMain
|
||||
LeftButton.ImageIndex = 5
|
||||
LeftButton.Visible = True
|
||||
TabOrder = 0
|
||||
TextHint = 'Database filter ...'
|
||||
TextHint = 'Database filter'
|
||||
OnChange = editDatabaseTableFilterChange
|
||||
OnExit = editDatabaseTableFilterExit
|
||||
OnLeftButtonClick = editDatabaseTableFilterLeftButtonClick
|
||||
|
||||
Reference in New Issue
Block a user