aboutsummaryrefslogtreecommitdiffstats
path: root/Plugins/SqlExport/SqlExportQuery.ui
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2015-01-30 17:00:07 -0500
committerLibravatarUnit 193 <unit193@ubuntu.com>2015-01-30 17:00:07 -0500
commit016003905ca0e8e459e3dc33e786beda8ec92f45 (patch)
tree34aba2d2e0d66fbf2c3821ee8358f56e40c4c95e /Plugins/SqlExport/SqlExportQuery.ui
parent724c012ada23ef480c61fe99e3c9784b91aeb1ca (diff)
Imported Upstream version 3.0.2upstream/3.0.2
Diffstat (limited to 'Plugins/SqlExport/SqlExportQuery.ui')
-rw-r--r--Plugins/SqlExport/SqlExportQuery.ui16
1 files changed, 8 insertions, 8 deletions
diff --git a/Plugins/SqlExport/SqlExportQuery.ui b/Plugins/SqlExport/SqlExportQuery.ui
index 4d2a6ae..ff874bd 100644
--- a/Plugins/SqlExport/SqlExportQuery.ui
+++ b/Plugins/SqlExport/SqlExportQuery.ui
@@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
- <string>Form</string>
+ <string notr="true">Form</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="3" column="0" colspan="2">
@@ -20,14 +20,14 @@
<string>Use SQL formatter to format exported SQL statements</string>
</property>
<property name="cfg" stdset="0">
- <string>SqlExport.UseFormatter</string>
+ <string notr="true">SqlExport.UseFormatter</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QLabel" name="tableLabel">
<property name="text">
- <string>Table name to use for insert statements:</string>
+ <string>Table name to use for INSERT statements:</string>
</property>
</widget>
</item>
@@ -37,7 +37,7 @@
<string>Generate &quot;CREATE TABLE&quot; statement at the begining</string>
</property>
<property name="cfg" stdset="0">
- <string>SqlExport.GenerateCreateTable</string>
+ <string notr="true">SqlExport.GenerateCreateTable</string>
</property>
</widget>
</item>
@@ -47,7 +47,7 @@
<string>Include the query in comments</string>
</property>
<property name="cfg" stdset="0">
- <string>SqlExport.IncludeQueryInComments</string>
+ <string notr="true">SqlExport.IncludeQueryInComments</string>
</property>
</widget>
</item>
@@ -57,14 +57,14 @@
<string>Generate &quot;DROP IF EXISTS&quot; statement before &quot;CREATE&quot; statement</string>
</property>
<property name="cfg" stdset="0">
- <string>SqlExport.GenerateDrop</string>
+ <string notr="true">SqlExport.GenerateDrop</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLineEdit" name="tableEdit">
<property name="cfg" stdset="0">
- <string>SqlExport.QueryTable</string>
+ <string notr="true">SqlExport.QueryTable</string>
</property>
</widget>
</item>
@@ -74,7 +74,7 @@
<string>Format DDL statements only (excludes &quot;INSERT&quot; statements)</string>
</property>
<property name="cfg" stdset="0">
- <string>SqlExport.FormatDdlsOnly</string>
+ <string notr="true">SqlExport.FormatDdlsOnly</string>
</property>
</widget>
</item>