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/XmlExport/XmlExport.pro | 4 ++- Plugins/XmlExport/XmlExport_it.ts | 70 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+), 1 deletion(-) create mode 100644 Plugins/XmlExport/XmlExport_it.ts (limited to 'Plugins/XmlExport') diff --git a/Plugins/XmlExport/XmlExport.pro b/Plugins/XmlExport/XmlExport.pro index e22c320..bf34076 100644 --- a/Plugins/XmlExport/XmlExport.pro +++ b/Plugins/XmlExport/XmlExport.pro @@ -27,7 +27,8 @@ RESOURCES += \ xmlexport.qrc -TRANSLATIONS += XmlExport_zh_CN.ts \ +TRANSLATIONS += XmlExport_it.ts \ + XmlExport_zh_CN.ts \ XmlExport_sk.ts \ XmlExport_de.ts \ XmlExport_ru.ts \ @@ -47,3 +48,4 @@ TRANSLATIONS += XmlExport_zh_CN.ts \ + diff --git a/Plugins/XmlExport/XmlExport_it.ts b/Plugins/XmlExport/XmlExport_it.ts new file mode 100644 index 0000000..58265f6 --- /dev/null +++ b/Plugins/XmlExport/XmlExport_it.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 + + + + -- cgit v1.2.3