diff options
| author | 2023-04-30 18:30:36 -0400 | |
|---|---|---|
| committer | 2023-04-30 18:30:36 -0400 | |
| commit | 3565aad630864ecdbe53fdaa501ea708555b3c7c (patch) | |
| tree | c743e4ad0bad39ebdb2f514c7cc52d34a257ebbe /Plugins/XmlExport/XmlExport_pl.ts | |
| parent | 1fdc150116cad39aae5c5da407c3312b47a59e3a (diff) | |
New upstream version 3.4.4+dfsg.upstream/3.4.4+dfsg
Diffstat (limited to 'Plugins/XmlExport/XmlExport_pl.ts')
| -rw-r--r-- | Plugins/XmlExport/XmlExport_pl.ts | 71 |
1 files changed, 0 insertions, 71 deletions
diff --git a/Plugins/XmlExport/XmlExport_pl.ts b/Plugins/XmlExport/XmlExport_pl.ts deleted file mode 100644 index 8f2104e..0000000 --- a/Plugins/XmlExport/XmlExport_pl.ts +++ /dev/null @@ -1,71 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.1" language="pl_PL"> -<context> - <name>XmlExport</name> - <message> - <location filename="xmlexport.cpp" line="38"/> - <source>Enter the namespace to use (for example: http://my.namespace.org)</source> - <oldsource>Enter the namespace to use (for example: http://my.namespace.org</oldsource> - <translation>Wprowadź przestrzeń nazw (na przykład: http://moja.przestrzen.nazw.org)</translation> - </message> -</context> -<context> - <name>XmlExportConfig</name> - <message> - <location filename="XmlExport.ui" line="20"/> - <source>Output format</source> - <translation>Format wyjściowy</translation> - </message> - <message> - <location filename="XmlExport.ui" line="26"/> - <source>Format document (new lines, indentation)</source> - <translation>Formatuj dokument (nowe linie, wcięcia)</translation> - </message> - <message> - <location filename="XmlExport.ui" line="42"/> - <source>Compress (everything in one line)</source> - <translation>Kompresuj (wszystko w jednej linii)</translation> - </message> - <message> - <location filename="XmlExport.ui" line="58"/> - <source>Special characters escaping</source> - <translation>Podmiana znaków specjalnych</translation> - </message> - <message> - <location filename="XmlExport.ui" line="64"/> - <source><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></source> - <translation><p>Dla krótszych wartości będzie użyty ampersand, a dla dłuższych CDATA. Dotyczy to tylko wartości, które wymagają podmiany znaków. Inne wartości będą wyeksportowane bez zmian.</p></translation> - </message> - <message> - <location filename="XmlExport.ui" line="67"/> - <source>Use CDATA and ampersands</source> - <translation>Użyj CDATA i ampersandów</translation> - </message> - <message> - <location filename="XmlExport.ui" line="83"/> - <source><p>Every value requiring character escepe will be enclosed in CDATA block.</p></source> - <translation><p>Każda wartość wymagająca podmiany znaków będzie zamknięta w bloku CDATA.</p></translation> - </message> - <message> - <location filename="XmlExport.ui" line="86"/> - <source>Always use CDATA</source> - <translation>Zawsze używaj CDATA</translation> - </message> - <message> - <location filename="XmlExport.ui" line="99"/> - <source><p>Every character that require esceping will be replaced with its ampersand escape sequence. No CDATA blocks will be used.</p></source> - <translation><p>Każdy znak wymagający podmiany będzie zastąpiony odpowiednią sekwencją z ampersandem. Bloki CDATA nie będą używane.</p></translation> - </message> - <message> - <location filename="XmlExport.ui" line="102"/> - <source>Always use ampersand</source> - <translation>Zawsze używaj ampersanda</translation> - </message> - <message> - <location filename="XmlExport.ui" line="118"/> - <source>Define XML namespace</source> - <translation>Zdefiniuj przestrzeń nazw XML</translation> - </message> -</context> -</TS> |
