summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2019-01-11 10:27:26 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2019-01-11 10:27:26 +0000
commit895673b96015383de684f73f162abd1933bbe09f (patch)
tree6e5cd1f3bde21edbd8107921296618ec07652ccc
parentAdd button to delete prefs (diff)
downloadinkscape-895673b96015383de684f73f162abd1933bbe09f.tar.gz
inkscape-895673b96015383de684f73f162abd1933bbe09f.zip
Generate default.svg translated files with cmake
-rw-r--r--share/templates/CMakeLists.txt11
-rw-r--r--share/templates/README9
-rw-r--r--share/templates/default.be.svg38
-rw-r--r--share/templates/default.ca.svg38
-rw-r--r--share/templates/default.cs.svg38
-rw-r--r--share/templates/default.de.svg38
-rw-r--r--share/templates/default.en_US.svg37
-rw-r--r--share/templates/default.eo.svg38
-rw-r--r--share/templates/default.es.svg38
-rw-r--r--share/templates/default.eu.svg38
-rw-r--r--share/templates/default.fi.svg38
-rw-r--r--share/templates/default.fr.svg38
-rw-r--r--share/templates/default.hr.svg38
-rw-r--r--share/templates/default.hu.svg38
-rw-r--r--share/templates/default.is.svg38
-rw-r--r--share/templates/default.it.svg38
-rw-r--r--share/templates/default.ja.svg38
-rw-r--r--share/templates/default.lt.svg38
-rw-r--r--share/templates/default.nl.svg38
-rw-r--r--share/templates/default.pl.svg38
-rw-r--r--share/templates/default.pt_BR.svg38
-rw-r--r--share/templates/default.ro.svg38
-rw-r--r--share/templates/default.sk.svg38
-rw-r--r--share/templates/default.zh_TW.svg38
24 files changed, 15 insertions, 840 deletions
diff --git a/share/templates/CMakeLists.txt b/share/templates/CMakeLists.txt
index 3f31809dc..c17cb5a13 100644
--- a/share/templates/CMakeLists.txt
+++ b/share/templates/CMakeLists.txt
@@ -11,3 +11,14 @@ set_source_files_properties(${CMAKE_SOURCE_DIR}/templates.h PROPERTIES GENERATED
add_custom_target(templates_h ALL DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/templates.h)
install(FILES ${_FILES} "README" DESTINATION ${INKSCAPE_SHARE_INSTALL}/templates)
+
+install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} DESTINATION ${INKSCAPE_SHARE_INSTALL}
+ FILES_MATCHING PATTERN "*.svg" PATTERN "CMakeFiles" EXCLUDE )
+
+add_custom_target(inkscape_default_svg ALL
+ DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/create_defaults.pl ${CMAKE_CURRENT_SOURCE_DIR}/default.svg
+ BYPRODUCTS ${CMAKE_CURRENT_BINARY_DIR}/default.*.svg
+ COMMAND sh -c "${CMAKE_CURRENT_SOURCE_DIR}/create_defaults.pl"
+ COMMAND mv default.*.svg ${CMAKE_CURRENT_BINARY_DIR}
+ WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})
+
diff --git a/share/templates/README b/share/templates/README
index 423f25092..fbcdae3be 100644
--- a/share/templates/README
+++ b/share/templates/README
@@ -18,14 +18,13 @@ English. These translations contain a translated name of the default
layer and possibly different canvas size. Each language version of
Inkscape will only use one of these templates and ignore the rest.
-These files are internationalized the same way as
+The other files are internationalized the same way as
share/filters/filters/svg The i18n.py script called from the makefile
will extract strings from the *.svg files into a *.svg.h
file. Intltool is then able to extracts these strings just like from
normal .h files.
The internationalized default files (A4 only) are created using the
-PERL script "create_defaults.pl" and are based on default.svg. To add
-a new language, add it to the database at the beginning of the PERL
-script. (You'll also need to edit Makefile.am and the appropriate 'po'
-file).
+PERL script "create_defaults.pl" (called automatically by cmake)
+and are based on default.svg. To add a new language, add it to the
+database at the beginning of the PERL script.
diff --git a/share/templates/default.be.svg b/share/templates/default.be.svg
deleted file mode 100644
index ef450f74c..000000000
--- a/share/templates/default.be.svg
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- width="210mm"
- height="297mm"
- viewBox="0 0 210 297">
- <defs />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="0.35"
- inkscape:cx="400"
- inkscape:cy="560"
- inkscape:document-units="mm"
- inkscape:current-layer="layer1" />
- <metadata>
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g inkscape:label="Пласт 1" inkscape:groupmode="layer" id="layer1" />
-</svg>
diff --git a/share/templates/default.ca.svg b/share/templates/default.ca.svg
deleted file mode 100644
index 150acd020..000000000
--- a/share/templates/default.ca.svg
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- width="210mm"
- height="297mm"
- viewBox="0 0 210 297">
- <defs />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="0.35"
- inkscape:cx="400"
- inkscape:cy="560"
- inkscape:document-units="mm"
- inkscape:current-layer="layer1" />
- <metadata>
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g inkscape:label="Capa 1" inkscape:groupmode="layer" id="layer1" />
-</svg>
diff --git a/share/templates/default.cs.svg b/share/templates/default.cs.svg
deleted file mode 100644
index c33a69a9d..000000000
--- a/share/templates/default.cs.svg
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- width="210mm"
- height="297mm"
- viewBox="0 0 210 297">
- <defs />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="0.35"
- inkscape:cx="400"
- inkscape:cy="560"
- inkscape:document-units="mm"
- inkscape:current-layer="layer1" />
- <metadata>
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g inkscape:label="Vrstva 1" inkscape:groupmode="layer" id="layer1" />
-</svg>
diff --git a/share/templates/default.de.svg b/share/templates/default.de.svg
deleted file mode 100644
index 700a7562b..000000000
--- a/share/templates/default.de.svg
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- width="210mm"
- height="297mm"
- viewBox="0 0 210 297">
- <defs />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="0.35"
- inkscape:cx="400"
- inkscape:cy="560"
- inkscape:document-units="mm"
- inkscape:current-layer="layer1" />
- <metadata>
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g inkscape:label="Ebene 1" inkscape:groupmode="layer" id="layer1" />
-</svg>
diff --git a/share/templates/default.en_US.svg b/share/templates/default.en_US.svg
deleted file mode 100644
index 9ebba869d..000000000
--- a/share/templates/default.en_US.svg
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- width="8.5in"
- height="11in"
- viewBox="0 0 8.5 11">
- <defs />
- <sodipodi:namedview
- inkscape:document-units="in"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="0.36"
- inkscape:cx="340"
- inkscape:cy="500"
- inkscape:current-layer="layer1" />
- <metadata>
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1" />
-</svg>
diff --git a/share/templates/default.eo.svg b/share/templates/default.eo.svg
deleted file mode 100644
index 186b34709..000000000
--- a/share/templates/default.eo.svg
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- width="210mm"
- height="297mm"
- viewBox="0 0 210 297">
- <defs />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="0.35"
- inkscape:cx="400"
- inkscape:cy="560"
- inkscape:document-units="mm"
- inkscape:current-layer="layer1" />
- <metadata>
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g inkscape:label="Tavolo 1" inkscape:groupmode="layer" id="layer1" />
-</svg>
diff --git a/share/templates/default.es.svg b/share/templates/default.es.svg
deleted file mode 100644
index 150acd020..000000000
--- a/share/templates/default.es.svg
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- width="210mm"
- height="297mm"
- viewBox="0 0 210 297">
- <defs />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="0.35"
- inkscape:cx="400"
- inkscape:cy="560"
- inkscape:document-units="mm"
- inkscape:current-layer="layer1" />
- <metadata>
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g inkscape:label="Capa 1" inkscape:groupmode="layer" id="layer1" />
-</svg>
diff --git a/share/templates/default.eu.svg b/share/templates/default.eu.svg
deleted file mode 100644
index 150acd020..000000000
--- a/share/templates/default.eu.svg
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- width="210mm"
- height="297mm"
- viewBox="0 0 210 297">
- <defs />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="0.35"
- inkscape:cx="400"
- inkscape:cy="560"
- inkscape:document-units="mm"
- inkscape:current-layer="layer1" />
- <metadata>
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g inkscape:label="Capa 1" inkscape:groupmode="layer" id="layer1" />
-</svg>
diff --git a/share/templates/default.fi.svg b/share/templates/default.fi.svg
deleted file mode 100644
index 42b05bf85..000000000
--- a/share/templates/default.fi.svg
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- width="210mm"
- height="297mm"
- viewBox="0 0 210 297">
- <defs />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="0.35"
- inkscape:cx="400"
- inkscape:cy="560"
- inkscape:document-units="mm"
- inkscape:current-layer="layer1" />
- <metadata>
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g inkscape:label="Taso 1" inkscape:groupmode="layer" id="layer1" />
-</svg>
diff --git a/share/templates/default.fr.svg b/share/templates/default.fr.svg
deleted file mode 100644
index 813e4add0..000000000
--- a/share/templates/default.fr.svg
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- width="210mm"
- height="297mm"
- viewBox="0 0 210 297">
- <defs />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="0.35"
- inkscape:cx="400"
- inkscape:cy="560"
- inkscape:document-units="mm"
- inkscape:current-layer="layer1" />
- <metadata>
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g inkscape:label="Calque 1" inkscape:groupmode="layer" id="layer1" />
-</svg>
diff --git a/share/templates/default.hr.svg b/share/templates/default.hr.svg
deleted file mode 100644
index 09e06fa36..000000000
--- a/share/templates/default.hr.svg
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- width="210mm"
- height="297mm"
- viewBox="0 0 210 297">
- <defs />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="0.35"
- inkscape:cx="400"
- inkscape:cy="560"
- inkscape:document-units="mm"
- inkscape:current-layer="layer1" />
- <metadata>
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g inkscape:label="Sloj 1" inkscape:groupmode="layer" id="layer1" />
-</svg>
diff --git a/share/templates/default.hu.svg b/share/templates/default.hu.svg
deleted file mode 100644
index f35127844..000000000
--- a/share/templates/default.hu.svg
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- width="210mm"
- height="297mm"
- viewBox="0 0 210 297">
- <defs />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="0.35"
- inkscape:cx="400"
- inkscape:cy="560"
- inkscape:document-units="mm"
- inkscape:current-layer="layer1" />
- <metadata>
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g inkscape:label="1. réteg" inkscape:groupmode="layer" id="layer1" />
-</svg>
diff --git a/share/templates/default.is.svg b/share/templates/default.is.svg
deleted file mode 100644
index 9700c4630..000000000
--- a/share/templates/default.is.svg
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- width="210mm"
- height="297mm"
- viewBox="0 0 210 297">
- <defs />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="0.35"
- inkscape:cx="400"
- inkscape:cy="560"
- inkscape:document-units="mm"
- inkscape:current-layer="layer1" />
- <metadata>
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g inkscape:label="Lag 1" inkscape:groupmode="layer" id="layer1" />
-</svg>
diff --git a/share/templates/default.it.svg b/share/templates/default.it.svg
deleted file mode 100644
index a1cff6bea..000000000
--- a/share/templates/default.it.svg
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- width="210mm"
- height="297mm"
- viewBox="0 0 210 297">
- <defs />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="0.35"
- inkscape:cx="400"
- inkscape:cy="560"
- inkscape:document-units="mm"
- inkscape:current-layer="layer1" />
- <metadata>
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g inkscape:label="Livello 1" inkscape:groupmode="layer" id="layer1" />
-</svg>
diff --git a/share/templates/default.ja.svg b/share/templates/default.ja.svg
deleted file mode 100644
index 665287a61..000000000
--- a/share/templates/default.ja.svg
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- width="210mm"
- height="297mm"
- viewBox="0 0 210 297">
- <defs />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="0.35"
- inkscape:cx="400"
- inkscape:cy="560"
- inkscape:document-units="mm"
- inkscape:current-layer="layer1" />
- <metadata>
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g inkscape:label="レイヤー 1" inkscape:groupmode="layer" id="layer1" />
-</svg>
diff --git a/share/templates/default.lt.svg b/share/templates/default.lt.svg
deleted file mode 100644
index 742966399..000000000
--- a/share/templates/default.lt.svg
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- width="210mm"
- height="297mm"
- viewBox="0 0 210 297">
- <defs />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="0.35"
- inkscape:cx="400"
- inkscape:cy="560"
- inkscape:document-units="mm"
- inkscape:current-layer="layer1" />
- <metadata>
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g inkscape:label="Sluoksnis 1" inkscape:groupmode="layer" id="layer1" />
-</svg>
diff --git a/share/templates/default.nl.svg b/share/templates/default.nl.svg
deleted file mode 100644
index 82494c269..000000000
--- a/share/templates/default.nl.svg
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- width="210mm"
- height="297mm"
- viewBox="0 0 210 297">
- <defs />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="0.35"
- inkscape:cx="400"
- inkscape:cy="560"
- inkscape:document-units="mm"
- inkscape:current-layer="layer1" />
- <metadata>
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g inkscape:label="Laag 1" inkscape:groupmode="layer" id="layer1" />
-</svg>
diff --git a/share/templates/default.pl.svg b/share/templates/default.pl.svg
deleted file mode 100644
index 35348419c..000000000
--- a/share/templates/default.pl.svg
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- width="210mm"
- height="297mm"
- viewBox="0 0 210 297">
- <defs />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="0.35"
- inkscape:cx="400"
- inkscape:cy="560"
- inkscape:document-units="mm"
- inkscape:current-layer="layer1" />
- <metadata>
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g inkscape:label="Warstwa 1" inkscape:groupmode="layer" id="layer1" />
-</svg>
diff --git a/share/templates/default.pt_BR.svg b/share/templates/default.pt_BR.svg
deleted file mode 100644
index e905ab405..000000000
--- a/share/templates/default.pt_BR.svg
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- width="210mm"
- height="297mm"
- viewBox="0 0 210 297">
- <defs />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="0.35"
- inkscape:cx="400"
- inkscape:cy="560"
- inkscape:document-units="mm"
- inkscape:current-layer="layer1" />
- <metadata>
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g inkscape:label="Camada 1" inkscape:groupmode="layer" id="layer1" />
-</svg>
diff --git a/share/templates/default.ro.svg b/share/templates/default.ro.svg
deleted file mode 100644
index bf3bb7074..000000000
--- a/share/templates/default.ro.svg
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- width="210mm"
- height="297mm"
- viewBox="0 0 210 297">
- <defs />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="0.35"
- inkscape:cx="400"
- inkscape:cy="560"
- inkscape:document-units="mm"
- inkscape:current-layer="layer1" />
- <metadata>
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g inkscape:label="Strat 1" inkscape:groupmode="layer" id="layer1" />
-</svg>
diff --git a/share/templates/default.sk.svg b/share/templates/default.sk.svg
deleted file mode 100644
index c33a69a9d..000000000
--- a/share/templates/default.sk.svg
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- width="210mm"
- height="297mm"
- viewBox="0 0 210 297">
- <defs />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="0.35"
- inkscape:cx="400"
- inkscape:cy="560"
- inkscape:document-units="mm"
- inkscape:current-layer="layer1" />
- <metadata>
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g inkscape:label="Vrstva 1" inkscape:groupmode="layer" id="layer1" />
-</svg>
diff --git a/share/templates/default.zh_TW.svg b/share/templates/default.zh_TW.svg
deleted file mode 100644
index 54a9da3b7..000000000
--- a/share/templates/default.zh_TW.svg
+++ /dev/null
@@ -1,38 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
- xmlns="http://www.w3.org/2000/svg"
- xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- width="210mm"
- height="297mm"
- viewBox="0 0 210 297">
- <defs />
- <sodipodi:namedview
- id="base"
- pagecolor="#ffffff"
- bordercolor="#666666"
- borderopacity="1.0"
- inkscape:pageopacity="0.0"
- inkscape:pageshadow="2"
- inkscape:zoom="0.35"
- inkscape:cx="400"
- inkscape:cy="560"
- inkscape:document-units="mm"
- inkscape:current-layer="layer1" />
- <metadata>
- <rdf:RDF>
- <cc:Work
- rdf:about="">
- <dc:format>image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
- </cc:Work>
- </rdf:RDF>
- </metadata>
- <g inkscape:label="圖層 1" inkscape:groupmode="layer" id="layer1" />
-</svg>