From cca66b9ec4e494c1d919bff0f71a820d8afab1fa Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:24:48 +0200 Subject: Adding upstream version 1.2.2. Signed-off-by: Daniel Baumann --- share/screens/CMakeLists.txt | 6 + share/screens/README | 7 + share/screens/TRANSLATING | 55 + share/screens/about.svg | 16409 +++++++++++++++++++++++++++ share/screens/start-splash.png | Bin 0 -> 219118 bytes share/screens/start-support.png | Bin 0 -> 168297 bytes share/screens/start-welcome-text.ca.svg | 31 + share/screens/start-welcome-text.cs.svg | 153 + share/screens/start-welcome-text.de.svg | 147 + share/screens/start-welcome-text.es.svg | 138 + share/screens/start-welcome-text.fr.svg | 147 + share/screens/start-welcome-text.hu.svg | 125 + share/screens/start-welcome-text.is.svg | 144 + share/screens/start-welcome-text.it.svg | 31 + share/screens/start-welcome-text.ja.svg | 86 + share/screens/start-welcome-text.pl.svg | 55 + share/screens/start-welcome-text.pt.svg | 135 + share/screens/start-welcome-text.pt_BR.svg | 135 + share/screens/start-welcome-text.ru.svg | 140 + share/screens/start-welcome-text.sk.svg | 135 + share/screens/start-welcome-text.sl.svg | 116 + share/screens/start-welcome-text.svg | 115 + share/screens/start-welcome-text.uk.svg | 141 + share/screens/start-welcome-text.zh_CN.svg | 98 + share/screens/start-welcome-text.zh_TW.svg | 98 + share/screens/start-welcome.png | Bin 0 -> 111618 bytes 26 files changed, 18647 insertions(+) create mode 100644 share/screens/CMakeLists.txt create mode 100644 share/screens/README create mode 100644 share/screens/TRANSLATING create mode 100644 share/screens/about.svg create mode 100644 share/screens/start-splash.png create mode 100644 share/screens/start-support.png create mode 100644 share/screens/start-welcome-text.ca.svg create mode 100644 share/screens/start-welcome-text.cs.svg create mode 100644 share/screens/start-welcome-text.de.svg create mode 100644 share/screens/start-welcome-text.es.svg create mode 100644 share/screens/start-welcome-text.fr.svg create mode 100644 share/screens/start-welcome-text.hu.svg create mode 100644 share/screens/start-welcome-text.is.svg create mode 100644 share/screens/start-welcome-text.it.svg create mode 100644 share/screens/start-welcome-text.ja.svg create mode 100644 share/screens/start-welcome-text.pl.svg create mode 100644 share/screens/start-welcome-text.pt.svg create mode 100644 share/screens/start-welcome-text.pt_BR.svg create mode 100644 share/screens/start-welcome-text.ru.svg create mode 100644 share/screens/start-welcome-text.sk.svg create mode 100644 share/screens/start-welcome-text.sl.svg create mode 100644 share/screens/start-welcome-text.svg create mode 100644 share/screens/start-welcome-text.uk.svg create mode 100644 share/screens/start-welcome-text.zh_CN.svg create mode 100644 share/screens/start-welcome-text.zh_TW.svg create mode 100644 share/screens/start-welcome.png (limited to 'share/screens') diff --git a/share/screens/CMakeLists.txt b/share/screens/CMakeLists.txt new file mode 100644 index 0000000..26d91a5 --- /dev/null +++ b/share/screens/CMakeLists.txt @@ -0,0 +1,6 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + +file(GLOB _FILES "README" "*.svg" "*.png") + +filter_and_install_translated_content(_FILES ${INKSCAPE_SHARE_INSTALL}/screens) +install(FILES ${_FILES} DESTINATION ${INKSCAPE_SHARE_INSTALL}/screens) diff --git a/share/screens/README b/share/screens/README new file mode 100644 index 0000000..8544bf3 --- /dev/null +++ b/share/screens/README @@ -0,0 +1,7 @@ +This directory contains miscellaneous SVG files that are part of +Inkscape UI: the About screen (new for each version) as well as the +Keys and Mouse reference sheet (generated from docs/keys.xml) +and its translations. + +It also includes the welcome screen svg and it's translations. See +TRANSLATING for instructions. diff --git a/share/screens/TRANSLATING b/share/screens/TRANSLATING new file mode 100644 index 0000000..67c6038 --- /dev/null +++ b/share/screens/TRANSLATING @@ -0,0 +1,55 @@ +# Explanation + +The start screen can sometimes have text placed upon it. This text will need +to be translated into other languages and converted into an image, this guide +will explain how you can translate these texts correctly. + +Files with the prefix `-text.svg` contain translatable text. +Localized versions are saved as `$name-text.$lang.svg`. +The files `$name-text.$lang.svg` will be rendered on top of the corresponding +PNG files with the name `$name.png` when the interface is loaded. + +# Instructions + +Each translation should be a separate SVG file. The goal of these instructions +is to create a translated version of the text. In this example we will be +translating the welcome-start.svg file for Inkscape 1.1 into Japanese. + +## Step One: Get the file + +The source files are NOT in the Inkscape repository, but are kept in the +media repository here: + +https://gitlab.com/inkscape/vectors/content/-/tree/master/screens/welcome + + 1. Navigate into the directory which has the same name as the version + of Inkscape you are translating. In this example we will use `1.1` + 2. Install all the fonts in the fonts directory, if it exists. You don't + have to use these fonts, but they will let you see the original design + in the way it was intended. + 3. Download the SVG file. It contains the full design, not just the text. + For this example we download `welcome-start.svg` + +## Step Two: Edit the SVG + + 1. Open the SVG file in the latest version of Inkscape. For example, use + the Inkscape alpha or beta release if you can. + 2. Open the layers dialog in Inkscape. You should see two layers, one + labeled `Text` and one `Base`. If you don't find a `Text` layer, + this startup graphic might not have any text to translate. + 3. Make sure the Text layer is visible by pressing the eye in the layers + dialog. + 4. Edit the text, try to keep to the same design, colours and spacing if + possible. But if you need to use a different font, reorder things or + make it more attractive in your language, please do. + 5. Convert the text to paths using `Path > Object To Path` + 6. Delete the Layer that is marked as `Base` so you only have the text layer. + 7. Run `File > Clean Up Document` to remove unneeded elements. + +## Step Three: Saving and Committing + + 1. Save as a `Plain SVG` document in the screens folder. For our example the + name will be `share/screens/welcome-start-text.ja.svg` + 2. Add the new file using git tools (see other instructions for how to commit + and push merge requests or ask for help) + diff --git a/share/screens/about.svg b/share/screens/about.svg new file mode 100644 index 0000000..274acdf --- /dev/null +++ b/share/screens/about.svg @@ -0,0 +1,16409 @@ + + + New Discovery + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + New Discovery + 2022-03-03 + + + Chris Hildenbrand + + + Fonts: +Linux Libertine +About Screen v1.2 contest submission + +https://inkscape.org/~bryce/%E2%98%85linux-libertine +Euphoria Script Regular Extended +https://inkscape.org/~bryce/%E2%98%85euphoria-script-regular-extended + + + + + discovery + island + 1.2 + ideas + floating + creative + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/share/screens/start-splash.png b/share/screens/start-splash.png new file mode 100644 index 0000000..d6eb06d Binary files /dev/null and b/share/screens/start-splash.png differ diff --git a/share/screens/start-support.png b/share/screens/start-support.png new file mode 100644 index 0000000..4ef2e7a Binary files /dev/null and b/share/screens/start-support.png differ diff --git a/share/screens/start-welcome-text.ca.svg b/share/screens/start-welcome-text.ca.svg new file mode 100644 index 0000000..09220e7 --- /dev/null +++ b/share/screens/start-welcome-text.ca.svg @@ -0,0 +1,31 @@ + + diff --git a/share/screens/start-welcome-text.cs.svg b/share/screens/start-welcome-text.cs.svg new file mode 100644 index 0000000..4d27c5d --- /dev/null +++ b/share/screens/start-welcome-text.cs.svg @@ -0,0 +1,153 @@ + + diff --git a/share/screens/start-welcome-text.de.svg b/share/screens/start-welcome-text.de.svg new file mode 100644 index 0000000..55dcb4b --- /dev/null +++ b/share/screens/start-welcome-text.de.svg @@ -0,0 +1,147 @@ + + diff --git a/share/screens/start-welcome-text.es.svg b/share/screens/start-welcome-text.es.svg new file mode 100644 index 0000000..132df52 --- /dev/null +++ b/share/screens/start-welcome-text.es.svg @@ -0,0 +1,138 @@ + + diff --git a/share/screens/start-welcome-text.fr.svg b/share/screens/start-welcome-text.fr.svg new file mode 100644 index 0000000..218aa24 --- /dev/null +++ b/share/screens/start-welcome-text.fr.svg @@ -0,0 +1,147 @@ + + diff --git a/share/screens/start-welcome-text.hu.svg b/share/screens/start-welcome-text.hu.svg new file mode 100644 index 0000000..893e087 --- /dev/null +++ b/share/screens/start-welcome-text.hu.svg @@ -0,0 +1,125 @@ + + diff --git a/share/screens/start-welcome-text.is.svg b/share/screens/start-welcome-text.is.svg new file mode 100644 index 0000000..8adfe0e --- /dev/null +++ b/share/screens/start-welcome-text.is.svg @@ -0,0 +1,144 @@ + + diff --git a/share/screens/start-welcome-text.it.svg b/share/screens/start-welcome-text.it.svg new file mode 100644 index 0000000..ca01ae2 --- /dev/null +++ b/share/screens/start-welcome-text.it.svg @@ -0,0 +1,31 @@ + + diff --git a/share/screens/start-welcome-text.ja.svg b/share/screens/start-welcome-text.ja.svg new file mode 100644 index 0000000..1334166 --- /dev/null +++ b/share/screens/start-welcome-text.ja.svg @@ -0,0 +1,86 @@ + + diff --git a/share/screens/start-welcome-text.pl.svg b/share/screens/start-welcome-text.pl.svg new file mode 100644 index 0000000..15b3bf9 --- /dev/null +++ b/share/screens/start-welcome-text.pl.svg @@ -0,0 +1,55 @@ + + diff --git a/share/screens/start-welcome-text.pt.svg b/share/screens/start-welcome-text.pt.svg new file mode 100644 index 0000000..45839ec --- /dev/null +++ b/share/screens/start-welcome-text.pt.svg @@ -0,0 +1,135 @@ + + diff --git a/share/screens/start-welcome-text.pt_BR.svg b/share/screens/start-welcome-text.pt_BR.svg new file mode 100644 index 0000000..45839ec --- /dev/null +++ b/share/screens/start-welcome-text.pt_BR.svg @@ -0,0 +1,135 @@ + + diff --git a/share/screens/start-welcome-text.ru.svg b/share/screens/start-welcome-text.ru.svg new file mode 100644 index 0000000..5fba560 --- /dev/null +++ b/share/screens/start-welcome-text.ru.svg @@ -0,0 +1,140 @@ + + diff --git a/share/screens/start-welcome-text.sk.svg b/share/screens/start-welcome-text.sk.svg new file mode 100644 index 0000000..ad3f6bd --- /dev/null +++ b/share/screens/start-welcome-text.sk.svg @@ -0,0 +1,135 @@ + + diff --git a/share/screens/start-welcome-text.sl.svg b/share/screens/start-welcome-text.sl.svg new file mode 100644 index 0000000..6c866b5 --- /dev/null +++ b/share/screens/start-welcome-text.sl.svg @@ -0,0 +1,116 @@ + + diff --git a/share/screens/start-welcome-text.svg b/share/screens/start-welcome-text.svg new file mode 100644 index 0000000..aff09b7 --- /dev/null +++ b/share/screens/start-welcome-text.svg @@ -0,0 +1,115 @@ + + diff --git a/share/screens/start-welcome-text.uk.svg b/share/screens/start-welcome-text.uk.svg new file mode 100644 index 0000000..fbef65c --- /dev/null +++ b/share/screens/start-welcome-text.uk.svg @@ -0,0 +1,141 @@ + + diff --git a/share/screens/start-welcome-text.zh_CN.svg b/share/screens/start-welcome-text.zh_CN.svg new file mode 100644 index 0000000..6653d52 --- /dev/null +++ b/share/screens/start-welcome-text.zh_CN.svg @@ -0,0 +1,98 @@ + + diff --git a/share/screens/start-welcome-text.zh_TW.svg b/share/screens/start-welcome-text.zh_TW.svg new file mode 100644 index 0000000..102ce42 --- /dev/null +++ b/share/screens/start-welcome-text.zh_TW.svg @@ -0,0 +1,98 @@ + + diff --git a/share/screens/start-welcome.png b/share/screens/start-welcome.png new file mode 100644 index 0000000..24d7f90 Binary files /dev/null and b/share/screens/start-welcome.png differ -- cgit v1.2.3