diff options
| author | 2015-01-30 17:00:07 -0500 | |
|---|---|---|
| committer | 2015-01-30 17:00:07 -0500 | |
| commit | 016003905ca0e8e459e3dc33e786beda8ec92f45 (patch) | |
| tree | 34aba2d2e0d66fbf2c3821ee8358f56e40c4c95e /Plugins/SqlFormatterSimple | |
| parent | 724c012ada23ef480c61fe99e3c9784b91aeb1ca (diff) | |
Imported Upstream version 3.0.2upstream/3.0.2
Diffstat (limited to 'Plugins/SqlFormatterSimple')
| -rw-r--r-- | Plugins/SqlFormatterSimple/SqlFormatterSimple.pro | 4 | ||||
| -rw-r--r-- | Plugins/SqlFormatterSimple/SqlFormatterSimple.ui | 7 | ||||
| -rw-r--r-- | Plugins/SqlFormatterSimple/SqlFormatterSimple_pl.qm | bin | 0 -> 376 bytes | |||
| -rw-r--r-- | Plugins/SqlFormatterSimple/SqlFormatterSimple_pl.ts | 17 | ||||
| -rw-r--r-- | Plugins/SqlFormatterSimple/sqlformattersimple.qrc | 3 |
5 files changed, 29 insertions, 2 deletions
diff --git a/Plugins/SqlFormatterSimple/SqlFormatterSimple.pro b/Plugins/SqlFormatterSimple/SqlFormatterSimple.pro index 2c60801..ecf3355 100644 --- a/Plugins/SqlFormatterSimple/SqlFormatterSimple.pro +++ b/Plugins/SqlFormatterSimple/SqlFormatterSimple.pro @@ -26,3 +26,7 @@ OTHER_FILES += \ RESOURCES += \ sqlformattersimple.qrc + + +TRANSLATIONS += SqlFormatterSimple_pl.ts + diff --git a/Plugins/SqlFormatterSimple/SqlFormatterSimple.ui b/Plugins/SqlFormatterSimple/SqlFormatterSimple.ui index 7e81ee0..7cb76b2 100644 --- a/Plugins/SqlFormatterSimple/SqlFormatterSimple.ui +++ b/Plugins/SqlFormatterSimple/SqlFormatterSimple.ui @@ -10,6 +10,9 @@ <height>290</height>
</rect>
</property>
+ <property name="windowTitle">
+ <string notr="true"/>
+ </property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QCheckBox" name="upperKeywordsCheck">
@@ -17,7 +20,7 @@ <string>Upper case keywords</string>
</property>
<property name="cfg" stdset="0">
- <string>SqlFormatterSimple.UpperCaseKeywords</string>
+ <string notr="true">SqlFormatterSimple.UpperCaseKeywords</string>
</property>
</widget>
</item>
@@ -27,7 +30,7 @@ <string>Reduce multiple whitespaces to single whitespace</string>
</property>
<property name="cfg" stdset="0">
- <string>SqlFormatterSimple.TrimLongSpaces</string>
+ <string notr="true">SqlFormatterSimple.TrimLongSpaces</string>
</property>
</widget>
</item>
diff --git a/Plugins/SqlFormatterSimple/SqlFormatterSimple_pl.qm b/Plugins/SqlFormatterSimple/SqlFormatterSimple_pl.qm Binary files differnew file mode 100644 index 0000000..a88fc0f --- /dev/null +++ b/Plugins/SqlFormatterSimple/SqlFormatterSimple_pl.qm diff --git a/Plugins/SqlFormatterSimple/SqlFormatterSimple_pl.ts b/Plugins/SqlFormatterSimple/SqlFormatterSimple_pl.ts new file mode 100644 index 0000000..048a876 --- /dev/null +++ b/Plugins/SqlFormatterSimple/SqlFormatterSimple_pl.ts @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="pl_PL"> +<context> + <name>SqlFormatterSimplePlugin</name> + <message> + <location filename="SqlFormatterSimple.ui" line="20"/> + <source>Upper case keywords</source> + <translation>Zmień litery słów kluczowych na duże</translation> + </message> + <message> + <location filename="SqlFormatterSimple.ui" line="30"/> + <source>Reduce multiple whitespaces to single whitespace</source> + <translation>Zredukuj wiele znaków białych do pojedynczego</translation> + </message> +</context> +</TS> diff --git a/Plugins/SqlFormatterSimple/sqlformattersimple.qrc b/Plugins/SqlFormatterSimple/sqlformattersimple.qrc index febfbd2..33f00ba 100644 --- a/Plugins/SqlFormatterSimple/sqlformattersimple.qrc +++ b/Plugins/SqlFormatterSimple/sqlformattersimple.qrc @@ -2,4 +2,7 @@ <qresource prefix="/forms"> <file>SqlFormatterSimple.ui</file> </qresource> + <qresource prefix="/msg"> + <file>SqlFormatterSimple_pl.qm</file> + </qresource> </RCC> |
