From 8e640722c62692818ab840d50b3758f89a41a54e Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Wed, 25 Nov 2015 16:48:41 -0500 Subject: Imported Upstream version 3.0.7 --- Plugins/SqlFormatterSimple/SqlFormatterSimple.pro | 4 +++- Plugins/SqlFormatterSimple/SqlFormatterSimple_it.ts | 17 +++++++++++++++++ Plugins/SqlFormatterSimple/SqlFormatterSimple_zh_CN.ts | 4 ++-- 3 files changed, 22 insertions(+), 3 deletions(-) create mode 100644 Plugins/SqlFormatterSimple/SqlFormatterSimple_it.ts (limited to 'Plugins/SqlFormatterSimple') 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 @@ + + + + + SqlFormatterSimplePlugin + + + Upper case keywords + + + + + Reduce multiple whitespaces to single whitespace + + + + 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 @@ Upper case keywords - + 大写关键字 Reduce multiple whitespaces to single whitespace - + 将多个空白转换为一个空白 -- cgit v1.2.3