aboutsummaryrefslogtreecommitdiffstats
path: root/Plugins/SqlFormatterSimple
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@ubuntu.com>2015-11-25 16:48:41 -0500
committerLibravatarUnit 193 <unit193@ubuntu.com>2015-11-25 16:48:41 -0500
commit8e640722c62692818ab840d50b3758f89a41a54e (patch)
tree38197eb1688a5afc338081ea17e15f938976e422 /Plugins/SqlFormatterSimple
parent9618f0ebbf4b88045247c01ce8c8f58203508ebf (diff)
Imported Upstream version 3.0.7upstream/3.0.7
Diffstat (limited to 'Plugins/SqlFormatterSimple')
-rw-r--r--Plugins/SqlFormatterSimple/SqlFormatterSimple.pro4
-rw-r--r--Plugins/SqlFormatterSimple/SqlFormatterSimple_it.ts17
-rw-r--r--Plugins/SqlFormatterSimple/SqlFormatterSimple_zh_CN.ts4
3 files changed, 22 insertions, 3 deletions
diff --git a/Plugins/SqlFormatterSimple/SqlFormatterSimple.pro b/Plugins/SqlFormatterSimple/SqlFormatterSimple.pro
index 61ec27a..7329f93 100644
--- a/Plugins/SqlFormatterSimple/SqlFormatterSimple.pro
+++ b/Plugins/SqlFormatterSimple/SqlFormatterSimple.pro
@@ -28,7 +28,8 @@ RESOURCES += \
sqlformattersimple.qrc
-TRANSLATIONS += SqlFormatterSimple_zh_CN.ts \
+TRANSLATIONS += SqlFormatterSimple_it.ts \
+ SqlFormatterSimple_zh_CN.ts \
SqlFormatterSimple_sk.ts \
SqlFormatterSimple_de.ts \
SqlFormatterSimple_ru.ts \
@@ -48,3 +49,4 @@ TRANSLATIONS += SqlFormatterSimple_zh_CN.ts \
+
diff --git a/Plugins/SqlFormatterSimple/SqlFormatterSimple_it.ts b/Plugins/SqlFormatterSimple/SqlFormatterSimple_it.ts
new file mode 100644
index 0000000..91208f1
--- /dev/null
+++ b/Plugins/SqlFormatterSimple/SqlFormatterSimple_it.ts
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE TS>
+<TS version="2.1" language="it_IT">
+<context>
+ <name>SqlFormatterSimplePlugin</name>
+ <message>
+ <location filename="SqlFormatterSimple.ui" line="20"/>
+ <source>Upper case keywords</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <location filename="SqlFormatterSimple.ui" line="30"/>
+ <source>Reduce multiple whitespaces to single whitespace</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+</TS>
diff --git a/Plugins/SqlFormatterSimple/SqlFormatterSimple_zh_CN.ts b/Plugins/SqlFormatterSimple/SqlFormatterSimple_zh_CN.ts
index aaa7f79..40c7f1e 100644
--- a/Plugins/SqlFormatterSimple/SqlFormatterSimple_zh_CN.ts
+++ b/Plugins/SqlFormatterSimple/SqlFormatterSimple_zh_CN.ts
@@ -6,12 +6,12 @@
<message>
<location filename="SqlFormatterSimple.ui" line="20"/>
<source>Upper case keywords</source>
- <translation type="unfinished"></translation>
+ <translation>大写关键字</translation>
</message>
<message>
<location filename="SqlFormatterSimple.ui" line="30"/>
<source>Reduce multiple whitespaces to single whitespace</source>
- <translation type="unfinished"></translation>
+ <translation>将多个空白转换为一个空白</translation>
</message>
</context>
</TS>