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/XmlExport/XmlExport.pro | 24 ++++++++++-- Plugins/XmlExport/XmlExport_de.qm | Bin 0 -> 23 bytes Plugins/XmlExport/XmlExport_de.ts | 70 +++++++++++++++++++++++++++++++++++ Plugins/XmlExport/XmlExport_es.qm | Bin 0 -> 23 bytes Plugins/XmlExport/XmlExport_es.ts | 70 +++++++++++++++++++++++++++++++++++ Plugins/XmlExport/XmlExport_fr.qm | Bin 0 -> 2677 bytes Plugins/XmlExport/XmlExport_fr.ts | 70 +++++++++++++++++++++++++++++++++++ Plugins/XmlExport/XmlExport_pt_BR.qm | Bin 0 -> 23 bytes Plugins/XmlExport/XmlExport_pt_BR.ts | 70 +++++++++++++++++++++++++++++++++++ Plugins/XmlExport/XmlExport_ru.qm | Bin 0 -> 2658 bytes Plugins/XmlExport/XmlExport_ru.ts | 70 +++++++++++++++++++++++++++++++++++ Plugins/XmlExport/XmlExport_sk.qm | Bin 0 -> 27 bytes Plugins/XmlExport/XmlExport_sk.ts | 70 +++++++++++++++++++++++++++++++++++ Plugins/XmlExport/XmlExport_zh_CN.qm | 1 + Plugins/XmlExport/XmlExport_zh_CN.ts | 70 +++++++++++++++++++++++++++++++++++ Plugins/XmlExport/xmlexport.qrc | 2 + 16 files changed, 514 insertions(+), 3 deletions(-) create mode 100644 Plugins/XmlExport/XmlExport_de.qm create mode 100644 Plugins/XmlExport/XmlExport_de.ts create mode 100644 Plugins/XmlExport/XmlExport_es.qm create mode 100644 Plugins/XmlExport/XmlExport_es.ts create mode 100644 Plugins/XmlExport/XmlExport_fr.qm create mode 100644 Plugins/XmlExport/XmlExport_fr.ts create mode 100644 Plugins/XmlExport/XmlExport_pt_BR.qm create mode 100644 Plugins/XmlExport/XmlExport_pt_BR.ts create mode 100644 Plugins/XmlExport/XmlExport_ru.qm create mode 100644 Plugins/XmlExport/XmlExport_ru.ts create mode 100644 Plugins/XmlExport/XmlExport_sk.qm create mode 100644 Plugins/XmlExport/XmlExport_sk.ts create mode 100644 Plugins/XmlExport/XmlExport_zh_CN.qm create mode 100644 Plugins/XmlExport/XmlExport_zh_CN.ts (limited to 'Plugins/XmlExport') diff --git a/Plugins/XmlExport/XmlExport.pro b/Plugins/XmlExport/XmlExport.pro index f7dbb7f..e22c320 100644 --- a/Plugins/XmlExport/XmlExport.pro +++ b/Plugins/XmlExport/XmlExport.pro @@ -4,10 +4,10 @@ # #------------------------------------------------- -include($$PWD/../../SQLiteStudio3/plugins.pri) - QT -= gui +include($$PWD/../../SQLiteStudio3/plugins.pri) + TARGET = XmlExport TEMPLATE = lib @@ -27,5 +27,23 @@ RESOURCES += \ xmlexport.qrc -TRANSLATIONS += XmlExport_pl.ts +TRANSLATIONS += XmlExport_zh_CN.ts \ + XmlExport_sk.ts \ + XmlExport_de.ts \ + XmlExport_ru.ts \ + XmlExport_pt_BR.ts \ + XmlExport_fr.ts \ + XmlExport_es.ts \ + XmlExport_pl.ts + + + + + + + + + + + diff --git a/Plugins/XmlExport/XmlExport_de.qm b/Plugins/XmlExport/XmlExport_de.qm new file mode 100644 index 0000000..9dad8df Binary files /dev/null and b/Plugins/XmlExport/XmlExport_de.qm differ diff --git a/Plugins/XmlExport/XmlExport_de.ts b/Plugins/XmlExport/XmlExport_de.ts new file mode 100644 index 0000000..aa8eb2f --- /dev/null +++ b/Plugins/XmlExport/XmlExport_de.ts @@ -0,0 +1,70 @@ + + + + + XmlExport + + + Enter the namespace to use (for example: http://my.namespace.org) + + + + + XmlExportConfig + + + Output format + + + + + Format document (new lines, indentation) + + + + + Compress (everything in one line) + + + + + Special characters escaping + + + + + <p>Ampersands will be used for shorter values and CDATA will be used for larger values. This applies only to values that require character escaping. Other values will be exported as they are.</p> + + + + + Use CDATA and ampersands + + + + + <p>Every value requiring character escepe will be enclosed in CDATA block.</p> + + + + + Always use CDATA + + + + + <p>Every character that require esceping will be replaced with its ampersand escape sequence. No CDATA blocks will be used.</p> + + + + + Always use ampersand + + + + + Define XML namespace + + + + diff --git a/Plugins/XmlExport/XmlExport_es.qm b/Plugins/XmlExport/XmlExport_es.qm new file mode 100644 index 0000000..9dad8df Binary files /dev/null and b/Plugins/XmlExport/XmlExport_es.qm differ diff --git a/Plugins/XmlExport/XmlExport_es.ts b/Plugins/XmlExport/XmlExport_es.ts new file mode 100644 index 0000000..532228c --- /dev/null +++ b/Plugins/XmlExport/XmlExport_es.ts @@ -0,0 +1,70 @@ + + + + + XmlExport + + + Enter the namespace to use (for example: http://my.namespace.org) + + + + + XmlExportConfig + + + Output format + + + + + Format document (new lines, indentation) + + + + + Compress (everything in one line) + + + + + Special characters escaping + + + + + <p>Ampersands will be used for shorter values and CDATA will be used for larger values. This applies only to values that require character escaping. Other values will be exported as they are.</p> + + + + + Use CDATA and ampersands + + + + + <p>Every value requiring character escepe will be enclosed in CDATA block.</p> + + + + + Always use CDATA + + + + + <p>Every character that require esceping will be replaced with its ampersand escape sequence. No CDATA blocks will be used.</p> + + + + + Always use ampersand + + + + + Define XML namespace + + + + diff --git a/Plugins/XmlExport/XmlExport_fr.qm b/Plugins/XmlExport/XmlExport_fr.qm new file mode 100644 index 0000000..6fd1fab Binary files /dev/null and b/Plugins/XmlExport/XmlExport_fr.qm differ diff --git a/Plugins/XmlExport/XmlExport_fr.ts b/Plugins/XmlExport/XmlExport_fr.ts new file mode 100644 index 0000000..80c2564 --- /dev/null +++ b/Plugins/XmlExport/XmlExport_fr.ts @@ -0,0 +1,70 @@ + + + + + XmlExport + + + Enter the namespace to use (for example: http://my.namespace.org) + Saississez l'espace nom (par exemple: http://my.namespace.org) + + + + XmlExportConfig + + + Output format + Format de sortie + + + + Format document (new lines, indentation) + Format document( nouvelle lignes, indentation) + + + + Compress (everything in one line) + Compression (tout en une ligne) + + + + Special characters escaping + Caractères spécial d'échappement + + + + <p>Ampersands will be used for shorter values and CDATA will be used for larger values. This applies only to values that require character escaping. Other values will be exported as they are.</p> + <p>Esperluette sera utilisée pourpour les valeurs les plus courtes et CDATA pour les plus longues. Ceci appliqué seulement aux valeurs qui requirent un caractère d'échapement. Les autres valeurs seront exportées telque.</p> + + + + Use CDATA and ampersands + Utiliser esperluettes et CDATA + + + + <p>Every value requiring character escepe will be enclosed in CDATA block.</p> + <p>Toute valeur requierant un carctère d'échappement sera incluse dans le block CDATA.</p> + + + + Always use CDATA + Toujours utiliser CDATA + + + + <p>Every character that require esceping will be replaced with its ampersand escape sequence. No CDATA blocks will be used.</p> + <p>Chaque caractère requirant un échappement sera encadré avec une séquence esperluette.Aucun block CDATA ne sera utilisé</p> + + + + Always use ampersand + Toujours utiliser esperluette + + + + Define XML namespace + Définir le domaine XML + + + diff --git a/Plugins/XmlExport/XmlExport_pt_BR.qm b/Plugins/XmlExport/XmlExport_pt_BR.qm new file mode 100644 index 0000000..c02994c Binary files /dev/null and b/Plugins/XmlExport/XmlExport_pt_BR.qm differ diff --git a/Plugins/XmlExport/XmlExport_pt_BR.ts b/Plugins/XmlExport/XmlExport_pt_BR.ts new file mode 100644 index 0000000..31a9cf7 --- /dev/null +++ b/Plugins/XmlExport/XmlExport_pt_BR.ts @@ -0,0 +1,70 @@ + + + + + XmlExport + + + Enter the namespace to use (for example: http://my.namespace.org) + + + + + XmlExportConfig + + + Output format + + + + + Format document (new lines, indentation) + + + + + Compress (everything in one line) + + + + + Special characters escaping + + + + + <p>Ampersands will be used for shorter values and CDATA will be used for larger values. This applies only to values that require character escaping. Other values will be exported as they are.</p> + + + + + Use CDATA and ampersands + + + + + <p>Every value requiring character escepe will be enclosed in CDATA block.</p> + + + + + Always use CDATA + + + + + <p>Every character that require esceping will be replaced with its ampersand escape sequence. No CDATA blocks will be used.</p> + + + + + Always use ampersand + + + + + Define XML namespace + + + + diff --git a/Plugins/XmlExport/XmlExport_ru.qm b/Plugins/XmlExport/XmlExport_ru.qm new file mode 100644 index 0000000..15cdb78 Binary files /dev/null and b/Plugins/XmlExport/XmlExport_ru.qm differ diff --git a/Plugins/XmlExport/XmlExport_ru.ts b/Plugins/XmlExport/XmlExport_ru.ts new file mode 100644 index 0000000..b7c76e6 --- /dev/null +++ b/Plugins/XmlExport/XmlExport_ru.ts @@ -0,0 +1,70 @@ + + + + + XmlExport + + + Enter the namespace to use (for example: http://my.namespace.org) + Укажите используемое пространство имён (например http://my.namespace.org) + + + + XmlExportConfig + + + Output format + Выходной формат + + + + Format document (new lines, indentation) + Форматировать документ (переносы строк, отступы) + + + + Compress (everything in one line) + Сжать (всё в одну строку) + + + + Special characters escaping + Экранирование спецсимволов + + + + <p>Ampersands will be used for shorter values and CDATA will be used for larger values. This applies only to values that require character escaping. Other values will be exported as they are.</p> + <p>Амперсанды будут использованы для коротких значений, CDATA — для длинных. Это относится только к значениям, которые необходимо экранировать. Остальные значения будут экспортированы как есть.</p> + + + + Use CDATA and ampersands + Использовать CDATA и амперсанды + + + + <p>Every value requiring character escepe will be enclosed in CDATA block.</p> + <p>Все значения, требующие экранирования, будут помещены в блок CDATA.</p> + + + + Always use CDATA + Всегда использовать CDATA + + + + <p>Every character that require esceping will be replaced with its ampersand escape sequence. No CDATA blocks will be used.</p> + <p>Все значения, требующие экранирования, будут заменены экранирующими последовательностями с амперсандом. Блоки CDATA использованы не будут.</p> + + + + Always use ampersand + Всегда использовать амперсанд + + + + Define XML namespace + Указать пространство имён XML + + + diff --git a/Plugins/XmlExport/XmlExport_sk.qm b/Plugins/XmlExport/XmlExport_sk.qm new file mode 100644 index 0000000..1776294 Binary files /dev/null and b/Plugins/XmlExport/XmlExport_sk.qm differ diff --git a/Plugins/XmlExport/XmlExport_sk.ts b/Plugins/XmlExport/XmlExport_sk.ts new file mode 100644 index 0000000..5c674aa --- /dev/null +++ b/Plugins/XmlExport/XmlExport_sk.ts @@ -0,0 +1,70 @@ + + + + + XmlExport + + + Enter the namespace to use (for example: http://my.namespace.org) + + + + + XmlExportConfig + + + Output format + + + + + Format document (new lines, indentation) + + + + + Compress (everything in one line) + + + + + Special characters escaping + + + + + <p>Ampersands will be used for shorter values and CDATA will be used for larger values. This applies only to values that require character escaping. Other values will be exported as they are.</p> + + + + + Use CDATA and ampersands + + + + + <p>Every value requiring character escepe will be enclosed in CDATA block.</p> + + + + + Always use CDATA + + + + + <p>Every character that require esceping will be replaced with its ampersand escape sequence. No CDATA blocks will be used.</p> + + + + + Always use ampersand + + + + + Define XML namespace + + + + diff --git a/Plugins/XmlExport/XmlExport_zh_CN.qm b/Plugins/XmlExport/XmlExport_zh_CN.qm new file mode 100644 index 0000000..be651ee --- /dev/null +++ b/Plugins/XmlExport/XmlExport_zh_CN.qm @@ -0,0 +1 @@ + + + + + XmlExport + + + Enter the namespace to use (for example: http://my.namespace.org) + + + + + XmlExportConfig + + + Output format + + + + + Format document (new lines, indentation) + + + + + Compress (everything in one line) + + + + + Special characters escaping + + + + + <p>Ampersands will be used for shorter values and CDATA will be used for larger values. This applies only to values that require character escaping. Other values will be exported as they are.</p> + + + + + Use CDATA and ampersands + + + + + <p>Every value requiring character escepe will be enclosed in CDATA block.</p> + + + + + Always use CDATA + + + + + <p>Every character that require esceping will be replaced with its ampersand escape sequence. No CDATA blocks will be used.</p> + + + + + Always use ampersand + + + + + Define XML namespace + + + + diff --git a/Plugins/XmlExport/xmlexport.qrc b/Plugins/XmlExport/xmlexport.qrc index cfa97ff..d951458 100644 --- a/Plugins/XmlExport/xmlexport.qrc +++ b/Plugins/XmlExport/xmlexport.qrc @@ -4,5 +4,7 @@ XmlExport_pl.qm + XmlExport_ru.qm + XmlExport_fr.qm -- cgit v1.2.3