From 306d6d3ca9c9ad774d19135681a7f9805f77035f Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sun, 22 Feb 2015 14:06:29 -0500 Subject: Imported Upstream version 3.0.3 --- Plugins/CsvExport/CsvExport.pro | 24 +++++++++++++-- Plugins/CsvExport/CsvExport_de.qm | Bin 0 -> 23 bytes Plugins/CsvExport/CsvExport_de.ts | 57 +++++++++++++++++++++++++++++++++++ Plugins/CsvExport/CsvExport_es.qm | Bin 0 -> 23 bytes Plugins/CsvExport/CsvExport_es.ts | 57 +++++++++++++++++++++++++++++++++++ Plugins/CsvExport/CsvExport_fr.qm | Bin 0 -> 1017 bytes Plugins/CsvExport/CsvExport_fr.ts | 57 +++++++++++++++++++++++++++++++++++ Plugins/CsvExport/CsvExport_pt_BR.qm | Bin 0 -> 23 bytes Plugins/CsvExport/CsvExport_pt_BR.ts | 57 +++++++++++++++++++++++++++++++++++ Plugins/CsvExport/CsvExport_ru.qm | Bin 0 -> 996 bytes Plugins/CsvExport/CsvExport_ru.ts | 57 +++++++++++++++++++++++++++++++++++ Plugins/CsvExport/CsvExport_sk.qm | Bin 0 -> 27 bytes Plugins/CsvExport/CsvExport_sk.ts | 57 +++++++++++++++++++++++++++++++++++ Plugins/CsvExport/CsvExport_zh_CN.qm | 1 + Plugins/CsvExport/CsvExport_zh_CN.ts | 57 +++++++++++++++++++++++++++++++++++ Plugins/CsvExport/csvexport.qrc | 2 ++ 16 files changed, 423 insertions(+), 3 deletions(-) create mode 100644 Plugins/CsvExport/CsvExport_de.qm create mode 100644 Plugins/CsvExport/CsvExport_de.ts create mode 100644 Plugins/CsvExport/CsvExport_es.qm create mode 100644 Plugins/CsvExport/CsvExport_es.ts create mode 100644 Plugins/CsvExport/CsvExport_fr.qm create mode 100644 Plugins/CsvExport/CsvExport_fr.ts create mode 100644 Plugins/CsvExport/CsvExport_pt_BR.qm create mode 100644 Plugins/CsvExport/CsvExport_pt_BR.ts create mode 100644 Plugins/CsvExport/CsvExport_ru.qm create mode 100644 Plugins/CsvExport/CsvExport_ru.ts create mode 100644 Plugins/CsvExport/CsvExport_sk.qm create mode 100644 Plugins/CsvExport/CsvExport_sk.ts create mode 100644 Plugins/CsvExport/CsvExport_zh_CN.qm create mode 100644 Plugins/CsvExport/CsvExport_zh_CN.ts (limited to 'Plugins/CsvExport') diff --git a/Plugins/CsvExport/CsvExport.pro b/Plugins/CsvExport/CsvExport.pro index f1fccc6..1599a13 100644 --- a/Plugins/CsvExport/CsvExport.pro +++ b/Plugins/CsvExport/CsvExport.pro @@ -4,10 +4,10 @@ # #------------------------------------------------- -include($$PWD/../../SQLiteStudio3/plugins.pri) - QT -= gui +include($$PWD/../../SQLiteStudio3/plugins.pri) + TARGET = CsvExport TEMPLATE = lib @@ -29,5 +29,23 @@ RESOURCES += \ -TRANSLATIONS += CsvExport_pl.ts +TRANSLATIONS += CsvExport_zh_CN.ts \ + CsvExport_sk.ts \ + CsvExport_de.ts \ + CsvExport_ru.ts \ + CsvExport_pt_BR.ts \ + CsvExport_fr.ts \ + CsvExport_es.ts \ + CsvExport_pl.ts + + + + + + + + + + + diff --git a/Plugins/CsvExport/CsvExport_de.qm b/Plugins/CsvExport/CsvExport_de.qm new file mode 100644 index 0000000..9dad8df Binary files /dev/null and b/Plugins/CsvExport/CsvExport_de.qm differ diff --git a/Plugins/CsvExport/CsvExport_de.ts b/Plugins/CsvExport/CsvExport_de.ts new file mode 100644 index 0000000..f87bc99 --- /dev/null +++ b/Plugins/CsvExport/CsvExport_de.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_es.qm b/Plugins/CsvExport/CsvExport_es.qm new file mode 100644 index 0000000..9dad8df Binary files /dev/null and b/Plugins/CsvExport/CsvExport_es.qm differ diff --git a/Plugins/CsvExport/CsvExport_es.ts b/Plugins/CsvExport/CsvExport_es.ts new file mode 100644 index 0000000..de3f0cb --- /dev/null +++ b/Plugins/CsvExport/CsvExport_es.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_fr.qm b/Plugins/CsvExport/CsvExport_fr.qm new file mode 100644 index 0000000..aac5cfd Binary files /dev/null and b/Plugins/CsvExport/CsvExport_fr.qm differ diff --git a/Plugins/CsvExport/CsvExport_fr.ts b/Plugins/CsvExport/CsvExport_fr.ts new file mode 100644 index 0000000..b36745a --- /dev/null +++ b/Plugins/CsvExport/CsvExport_fr.ts @@ -0,0 +1,57 @@ + + + + + CsvExport + + + Column names in first row + Noms des colonnes dans la 1ère ligne + + + + Column separator: + Séparateur de colonnes: + + + + , (comma) + , (virgule) + + + + ; (semicolon) + ; (point virgule) + + + + \t (tab) + \t (tab) + + + + (whitespace) + (espace) + + + + Custom: + personnalisation: + + + + Export NULL values as: + Exporter la valeur NULL comme: + + + + Empty string + Chaine de caractères vide + + + + Enter the custom separator character. + Saisir le caractère séparateur personnalisé. + + + diff --git a/Plugins/CsvExport/CsvExport_pt_BR.qm b/Plugins/CsvExport/CsvExport_pt_BR.qm new file mode 100644 index 0000000..c02994c Binary files /dev/null and b/Plugins/CsvExport/CsvExport_pt_BR.qm differ diff --git a/Plugins/CsvExport/CsvExport_pt_BR.ts b/Plugins/CsvExport/CsvExport_pt_BR.ts new file mode 100644 index 0000000..8f3f678 --- /dev/null +++ b/Plugins/CsvExport/CsvExport_pt_BR.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_ru.qm b/Plugins/CsvExport/CsvExport_ru.qm new file mode 100644 index 0000000..d21e86a Binary files /dev/null and b/Plugins/CsvExport/CsvExport_ru.qm differ diff --git a/Plugins/CsvExport/CsvExport_ru.ts b/Plugins/CsvExport/CsvExport_ru.ts new file mode 100644 index 0000000..230a06f --- /dev/null +++ b/Plugins/CsvExport/CsvExport_ru.ts @@ -0,0 +1,57 @@ + + + + + CsvExport + + + Column names in first row + Имена столбцов в первой строке + + + + Column separator: + Разделитель столбцов: + + + + , (comma) + , (запятая) + + + + ; (semicolon) + ; (точка с запятой) + + + + \t (tab) + \t (табуляция) + + + + (whitespace) + (пробел) + + + + Custom: + Произвольный: + + + + Export NULL values as: + Экспортировать значения NULL как: + + + + Empty string + Пустая строка + + + + Enter the custom separator character. + Введите произвольный символ разделителя. + + + diff --git a/Plugins/CsvExport/CsvExport_sk.qm b/Plugins/CsvExport/CsvExport_sk.qm new file mode 100644 index 0000000..1776294 Binary files /dev/null and b/Plugins/CsvExport/CsvExport_sk.qm differ diff --git a/Plugins/CsvExport/CsvExport_sk.ts b/Plugins/CsvExport/CsvExport_sk.ts new file mode 100644 index 0000000..4a85fbd --- /dev/null +++ b/Plugins/CsvExport/CsvExport_sk.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.qm b/Plugins/CsvExport/CsvExport_zh_CN.qm new file mode 100644 index 0000000..be651ee --- /dev/null +++ b/Plugins/CsvExport/CsvExport_zh_CN.qm @@ -0,0 +1 @@ + + + + + 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.qrc b/Plugins/CsvExport/csvexport.qrc index f72a0e4..2467458 100644 --- a/Plugins/CsvExport/csvexport.qrc +++ b/Plugins/CsvExport/csvexport.qrc @@ -4,5 +4,7 @@ CsvExport_pl.qm + CsvExport_ru.qm + CsvExport_fr.qm -- cgit v1.2.3