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/CsvExport/CsvExport.pro | 4 ++- Plugins/CsvExport/CsvExport_it.ts | 57 ++++++++++++++++++++++++++++++++++++ Plugins/CsvExport/CsvExport_zh_CN.ts | 20 ++++++------- 3 files changed, 70 insertions(+), 11 deletions(-) create mode 100644 Plugins/CsvExport/CsvExport_it.ts (limited to 'Plugins/CsvExport') diff --git a/Plugins/CsvExport/CsvExport.pro b/Plugins/CsvExport/CsvExport.pro index 1599a13..9e509b2 100644 --- a/Plugins/CsvExport/CsvExport.pro +++ b/Plugins/CsvExport/CsvExport.pro @@ -29,7 +29,8 @@ RESOURCES += \ -TRANSLATIONS += CsvExport_zh_CN.ts \ +TRANSLATIONS += CsvExport_it.ts \ + CsvExport_zh_CN.ts \ CsvExport_sk.ts \ CsvExport_de.ts \ CsvExport_ru.ts \ @@ -49,3 +50,4 @@ TRANSLATIONS += CsvExport_zh_CN.ts \ + diff --git a/Plugins/CsvExport/CsvExport_it.ts b/Plugins/CsvExport/CsvExport_it.ts new file mode 100644 index 0000000..30f4907 --- /dev/null +++ b/Plugins/CsvExport/CsvExport_it.ts @@ -0,0 +1,57 @@ + + + + + CsvExport + + + Column names in first row + + + + + Column separator: + + + + + , (comma) + + + + + ; (semicolon) + + + + + \t (tab) + + + + + (whitespace) + + + + + Custom: + + + + + Export NULL values as: + + + + + Empty string + + + + + Enter the custom separator character. + + + + diff --git a/Plugins/CsvExport/CsvExport_zh_CN.ts b/Plugins/CsvExport/CsvExport_zh_CN.ts index e73fe4e..6d31621 100644 --- a/Plugins/CsvExport/CsvExport_zh_CN.ts +++ b/Plugins/CsvExport/CsvExport_zh_CN.ts @@ -6,52 +6,52 @@ Column names in first row - + 第一行显示列名 Column separator: - + 列分隔符: , (comma) - + ,(逗号) ; (semicolon) - + ;(分号) \t (tab) - + \t(tab位) (whitespace) - + (空格) Custom: - + 自定义: Export NULL values as: - + NULL导出为: Empty string - + 空字符串 Enter the custom separator character. - + 输入自定义分隔符 。 -- cgit v1.2.3