From 54b96d5c834d6ba4b417e5e7ab08b2dfadd63ed9 Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 30 2013 18:20:57 +0000 Subject: Update render module of centos-art.sh script. - Previously, svg_checkModelAbsref was set to work with file names in the form WIDTHxHEIGHT-final.png, where WIDTH is the image width and HEIGHT the image height both in pixels. The -final string was used to mark the image as final work. This update changes the svg_checkModelAbsref to remove the string "-final" from regular expression patterns set inside svg_checkModelAbsref. - Previously, inside svg_checkModelAbsref, both svg_getColors and svg_checkColorFormats functions were called without being previously defined. This made the centos-art.sh script to fail when background images weren't found and it tried to create a generic background image automatically, using the color defined by svg_getColors. This update changessvg_checkModelAbsref to remove svg_getColors and svg_checkColorFormats functions and set #204C8D as default background color. - Previously, svg_checkModelAbsref didn't print any information about image cropping. This update changes svg_checkModelAbsref to print the width and height of target image being cropped. - Previously, svg_setBaseRendition was creating temporal files through variable concatenation. Such variable concatenation is already set in tcar_setTemporalFile function. This update changes svg_setBaseRendition to use tcar_setTemporalFile function instead of variable concatenation, when it needs to create temporal files. - Previously, svg_setBaseRendition only verified the mime type of design models. When the file didn't exist, centos-art.sh script print an error message telling that the file its a text/xml file but it doens't mention that the file doesn't exist at all. This update changes svg_setBaseRendition to verify existence of regular files first and then mime type verification. This way, when the file doesn't exit, centos-art.sh script will tell so before printing the error message related to mime type. - Previously, render_setLocalizedXml was using an if construction to determine the type of the file and, based on it, define the command use to read the file. This update changes the render_setLocalizedXml file to remove such if construction and a function named tcar_printFile, instead. The tcar_printFile function prints the content of the file passed in the first argument to standard output, based on file's mime type (e.g., whether it is plain text file or a compressed file). - Previously, to produce artwork for installation media it was required to create one design model for each image you need to produce. In an environment where it is required to produce artwork for different media (e.g., CD, DVD), different releases, different architectures, creating one design model per image is too inefficient. This update changes the way artworks for installation media are produced through a child module name "media". This module uses configuration files as source to produce artwork. Inside the configuration file you can set the way you want to produce labels and sleeves for both installation and live media for different releases, architectures with a minimal of design models. - Previously, file names and file extensions were extracted from paths using a combination of basename and sed commands. These operations are very common inside centos-art.sh script. This update adds tcar_getFileName and tcar_getFileExtension functions to retrieve the file name and the file extension from a path, respectively. These function standardize the way we do such actions inside centos-art.sh script so, as convention, don't repeat the basename and sed commands to retrieve filename and file extensions inside centos-art.sh script, use tcar_getFileName and tcar_getFileExtension functions instead. - Previously, prepare module wasn't able to create configuration files for both render and locale module. This update changes the prepare_getOptions to adds the --conf option. This option calls a sub-module of prepare named "conf" which creates configuration files automatically based on configuration templates and the source files found in the directory where the configuration file will be stored in. - Previously, tcar_setModuleEnvironment read module translations and module documentation from Locales and Manuals directories in a per-module basis, no matter what the level of the module could be. Too many levels of Locales and Manuals directories aren't appropriate when we package automation scripts. It is not convenient to package child modules independently from parent modules because the invocation of child modules depends of options defined in their parent modules. Parent modules and all its child-modules are considered "an integral module" on its own and it is that integral module what we would create an RPM package for. If we package child modules apart from their parent module, child modules will need to be installed anyway as a requisite for the parent module to work as expected. This way, all the documentation files related to child modules must be moved from the child module directory to the parent module directory in order to be read from there. This update changes tcar_setModuleEnvironment to read module translations and module documentation from Locales and Manuals directories in the directory structure of the first module loaded. - Previously, svg_setBaseRendition was localizing the source file provided to it without verifying whether it was already localized or not. This made possible for svg_baseRendition to execute render_setLocalizedXml function more than one in situations where the source file has been processed before reaching the svg_baseRendition function and then call svg_baseRendition to complete the rendition process (e.g., see media module). This update changes the svg_baseRendition to localize only files that come from a source different to /tmp directory. - Previously, when there was not a translation file associated to a source file, the final file was stored inside the locale-specific directory of final the location, based current locale information set in the environment. This update changes the file processing to store final files without translation outside the language-specific directory but still inside the directory dedicated to final files. In order to prevent source files without translation from being rendered more than once for different locales, you can use the --filter option from render module. - Previously, .po files had a top comment holding the copyright information. This top comment make the file (4.17-28) command to identify the .po file as text/plain instead of text/x-po. This update removes top comment from .po files in order for centos-art.sh script to pass verification of text/x-po files correctly. Update design models used by theme motifs. - Previously, design models related to installation media didn't show the distribution release version very clear. This update reorganizes components inside media related design models to show the distribution release version in a prominent place. The directory structure of localization files related to installation media was also update to match the current implementation of locale module. - Update configuration files inside theme models directory structure to match current implementation of locale module. - Previously, the render module was using the Images directory to store final files. The current implementation of render module is using the Final directory instead. This update changes the path information inside design models to match the current implementation of render module. --- diff --git a/Artworks/Brands/Logos/Packages/render.conf b/Artworks/Brands/Logos/Packages/render.conf deleted file mode 100644 index a70c260..0000000 --- a/Artworks/Brands/Logos/Packages/render.conf +++ /dev/null @@ -1,7 +0,0 @@ -# -# The centos-art.sh script uses this file to determine the source location of -# images we need to re-brand automatically. -# -#[redhat-logos-4.9.99-11.el5] -#render-from = "/usr/share/pixmaps/redhat/" -#render-type = "package" diff --git a/Artworks/Documentation/Corporate/Locales/es_ES/corporate.asciidoc.po b/Artworks/Documentation/Corporate/Locales/es_ES/corporate.asciidoc.po index 9c73b2c..964a12d 100644 --- a/Artworks/Documentation/Corporate/Locales/es_ES/corporate.asciidoc.po +++ b/Artworks/Documentation/Corporate/Locales/es_ES/corporate.asciidoc.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: corporate.asciidoc 0.6\n" -"POT-Creation-Date: 2013-10-23 14:51-0400\n" -"PO-Revision-Date: 2013-10-23 14:51-0400\n" +"POT-Creation-Date: 2013-10-24 01:23-0400\n" +"PO-Revision-Date: 2013-10-24 01:23-0400\n" "Last-Translator: Localization SIG \n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" @@ -12,7 +12,7 @@ msgstr "" #. When image changes, this message will be marked fuzzy or untranslated for you. #. It doesn't matter what you translate it to: it's not used at all. -msgid "@@image: 'corporate.png'; md5=THIS FILE DOESN'T EXIST" +msgid "@@image: 'corporate.png'; md5=9caa5d90bf85b562e8a815fe466d0783" msgstr "" msgid "The CentOS Project Corporate Visual Identity" diff --git a/Artworks/Documentation/Corporate/Locales/es_ES/corporate.svgz.po b/Artworks/Documentation/Corporate/Locales/es_ES/corporate.svgz.po index e2b1892..d3b6d92 100644 --- a/Artworks/Documentation/Corporate/Locales/es_ES/corporate.svgz.po +++ b/Artworks/Documentation/Corporate/Locales/es_ES/corporate.svgz.po @@ -1,8 +1,8 @@ msgid "" msgstr "" "Project-Id-Version: corporate.svgz 0.6\n" -"POT-Creation-Date: 2013-10-23 14:51-0400\n" -"PO-Revision-Date: 2013-10-23 14:51-0400\n" +"POT-Creation-Date: 2013-10-24 01:23-0400\n" +"PO-Revision-Date: 2013-10-24 01:23-0400\n" "Last-Translator: Localization SIG \n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" diff --git a/Artworks/Themes/Models/Distro/5/Anaconda/01-welcome.svgz b/Artworks/Themes/Models/Distro/5/Anaconda/01-welcome.svgz index 0871b6a..cfb889e 100644 Binary files a/Artworks/Themes/Models/Distro/5/Anaconda/01-welcome.svgz and b/Artworks/Themes/Models/Distro/5/Anaconda/01-welcome.svgz differ diff --git a/Artworks/Themes/Models/Distro/5/Anaconda/02-donate.svgz b/Artworks/Themes/Models/Distro/5/Anaconda/02-donate.svgz index a2f571e..d9e597d 100644 Binary files a/Artworks/Themes/Models/Distro/5/Anaconda/02-donate.svgz and b/Artworks/Themes/Models/Distro/5/Anaconda/02-donate.svgz differ diff --git a/Artworks/Themes/Models/Distro/5/Anaconda/03-yum.svgz b/Artworks/Themes/Models/Distro/5/Anaconda/03-yum.svgz index 103fca1..4994df6 100644 Binary files a/Artworks/Themes/Models/Distro/5/Anaconda/03-yum.svgz and b/Artworks/Themes/Models/Distro/5/Anaconda/03-yum.svgz differ diff --git a/Artworks/Themes/Models/Distro/5/Anaconda/04-repos.svgz b/Artworks/Themes/Models/Distro/5/Anaconda/04-repos.svgz index 2134fba..2e5a0ba 100644 Binary files a/Artworks/Themes/Models/Distro/5/Anaconda/04-repos.svgz and b/Artworks/Themes/Models/Distro/5/Anaconda/04-repos.svgz differ diff --git a/Artworks/Themes/Models/Distro/5/Anaconda/05-centosplus.svgz b/Artworks/Themes/Models/Distro/5/Anaconda/05-centosplus.svgz index 6fbb86d..656a574 100644 Binary files a/Artworks/Themes/Models/Distro/5/Anaconda/05-centosplus.svgz and b/Artworks/Themes/Models/Distro/5/Anaconda/05-centosplus.svgz differ diff --git a/Artworks/Themes/Models/Distro/5/Anaconda/06-support.svgz b/Artworks/Themes/Models/Distro/5/Anaconda/06-support.svgz index 1149951..ad9e921 100644 Binary files a/Artworks/Themes/Models/Distro/5/Anaconda/06-support.svgz and b/Artworks/Themes/Models/Distro/5/Anaconda/06-support.svgz differ diff --git a/Artworks/Themes/Models/Distro/5/Anaconda/07-docs.svgz b/Artworks/Themes/Models/Distro/5/Anaconda/07-docs.svgz index d99135e..89589a9 100644 Binary files a/Artworks/Themes/Models/Distro/5/Anaconda/07-docs.svgz and b/Artworks/Themes/Models/Distro/5/Anaconda/07-docs.svgz differ diff --git a/Artworks/Themes/Models/Distro/5/Anaconda/08-wiki.svgz b/Artworks/Themes/Models/Distro/5/Anaconda/08-wiki.svgz index 8433d4f..c25495a 100644 Binary files a/Artworks/Themes/Models/Distro/5/Anaconda/08-wiki.svgz and b/Artworks/Themes/Models/Distro/5/Anaconda/08-wiki.svgz differ diff --git a/Artworks/Themes/Models/Distro/5/Anaconda/09-virtualization.svgz b/Artworks/Themes/Models/Distro/5/Anaconda/09-virtualization.svgz index b0df8cd..ffc5904 100644 Binary files a/Artworks/Themes/Models/Distro/5/Anaconda/09-virtualization.svgz and b/Artworks/Themes/Models/Distro/5/Anaconda/09-virtualization.svgz differ diff --git a/Artworks/Themes/Models/Distro/5/Anaconda/Locales/en_US/01-welcome.svgz.po b/Artworks/Themes/Models/Distro/5/Anaconda/Locales/en_US/01-welcome.svgz.po new file mode 100644 index 0000000..56f6007 --- /dev/null +++ b/Artworks/Themes/Models/Distro/5/Anaconda/Locales/en_US/01-welcome.svgz.po @@ -0,0 +1,39 @@ +msgid "" +msgstr "" +"Project-Id-Version: 01-welcome.svgz 0.6\n" +"POT-Creation-Date: 2013-10-29 15:29-0400\n" +"PO-Revision-Date: 2013-10-29 15:29-0400\n" +"Last-Translator: Localization SIG \n" +"Language-Team: English\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, no-wrap +msgid "Welcome to CentOS 5" +msgstr "Welcome to CentOS 5" + +#, no-wrap +msgid "=URL=" +msgstr "=URL=" + +#, no-wrap +msgid "Thank you for installing CentOS 5." +msgstr "Thank you for installing CentOS 5." + +#, no-wrap +msgid "CentOS is an enterprise-class Linux Distribution derived from sources freely provided to the public by a prominent North American Enterprise Linux vendor." +msgstr "CentOS is an enterprise-class Linux Distribution derived from sources freely provided to the public by a prominent North American Enterprise Linux vendor." + +#, no-wrap +msgid "CentOS conforms fully with the upstream vendors redistribution policy and aims to be 100% binary compatible." +msgstr "CentOS conforms fully with the upstream vendors redistribution policy and aims to be 100% binary compatible." + +#, no-wrap +msgid "CentOS mainly changes packages to remove upstream vendor branding and artwork." +msgstr "CentOS mainly changes packages to remove upstream vendor branding and artwork." + +#. Put one translator per line, in the form of NAME , YEAR1, YEAR2. +msgid "translator-credits" +msgstr "translator-credits" diff --git a/Artworks/Themes/Models/Distro/5/Anaconda/Locales/en_US/02-donate.svgz.po b/Artworks/Themes/Models/Distro/5/Anaconda/Locales/en_US/02-donate.svgz.po new file mode 100644 index 0000000..c11ad7a --- /dev/null +++ b/Artworks/Themes/Models/Distro/5/Anaconda/Locales/en_US/02-donate.svgz.po @@ -0,0 +1,35 @@ +msgid "" +msgstr "" +"Project-Id-Version: 02-donate.svgz 0.6\n" +"POT-Creation-Date: 2013-10-29 15:29-0400\n" +"PO-Revision-Date: 2013-10-29 15:29-0400\n" +"Last-Translator: Localization SIG \n" +"Language-Team: English\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, no-wrap +msgid "CentOS Donations" +msgstr "CentOS Donations" + +#, no-wrap +msgid "=URL_WIKI=Donate/" +msgstr "=URL_WIKI=Donate/" + +#, no-wrap +msgid "The organization that produces CentOS is named The CentOS Project. We are not affiliated with any other organization." +msgstr "The organization that produces CentOS is named The CentOS Project. We are not affiliated with any other organization." + +#, no-wrap +msgid "Our only source of hardware or funding to distribute CentOS is by donations." +msgstr "Our only source of hardware or funding to distribute CentOS is by donations." + +#, no-wrap +msgid "Please consider donating to the CentOS Project if you find CentOS useful." +msgstr "Please consider donating to the CentOS Project if you find CentOS useful." + +#. Put one translator per line, in the form of NAME , YEAR1, YEAR2. +msgid "translator-credits" +msgstr "translator-credits" diff --git a/Artworks/Themes/Models/Distro/5/Anaconda/Locales/en_US/03-yum.svgz.po b/Artworks/Themes/Models/Distro/5/Anaconda/Locales/en_US/03-yum.svgz.po new file mode 100644 index 0000000..30b83ca --- /dev/null +++ b/Artworks/Themes/Models/Distro/5/Anaconda/Locales/en_US/03-yum.svgz.po @@ -0,0 +1,35 @@ +msgid "" +msgstr "" +"Project-Id-Version: 03-yum.svgz 0.6\n" +"POT-Creation-Date: 2013-10-29 15:29-0400\n" +"PO-Revision-Date: 2013-10-29 15:29-0400\n" +"Last-Translator: Localization SIG \n" +"Language-Team: English\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, no-wrap +msgid "Managing Software with Yum" +msgstr "Managing Software with Yum" + +#, no-wrap +msgid "=URL_DOCS=5/" +msgstr "=URL_DOCS=5/" + +#, no-wrap +msgid "The recommended way to install or upgrade CentOS is to use Yum (Yellow Dog Updater, Modified)." +msgstr "The recommended way to install or upgrade CentOS is to use Yum (Yellow Dog Updater, Modified)." + +#, no-wrap +msgid "See the guide entitled: \"Managing Software with Yum\" at the documentation link below." +msgstr "See the guide entitled: \"Managing Software with Yum\" at the documentation link below." + +#, no-wrap +msgid "YumEx, a graphical front end for Yum, is also available from the CentOS Extras repository." +msgstr "YumEx, a graphical front end for Yum, is also available from the CentOS Extras repository." + +#. Put one translator per line, in the form of NAME , YEAR1, YEAR2. +msgid "translator-credits" +msgstr "translator-credits" diff --git a/Artworks/Themes/Models/Distro/5/Anaconda/Locales/en_US/04-repos.svgz.po b/Artworks/Themes/Models/Distro/5/Anaconda/Locales/en_US/04-repos.svgz.po new file mode 100644 index 0000000..8c7f0b1 --- /dev/null +++ b/Artworks/Themes/Models/Distro/5/Anaconda/Locales/en_US/04-repos.svgz.po @@ -0,0 +1,43 @@ +msgid "" +msgstr "" +"Project-Id-Version: 04-repos.svgz 0.6\n" +"POT-Creation-Date: 2013-10-29 15:29-0400\n" +"PO-Revision-Date: 2013-10-29 15:29-0400\n" +"Last-Translator: Localization SIG \n" +"Language-Team: English\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, no-wrap +msgid "CentOS Repositories" +msgstr "CentOS Repositories" + +#, no-wrap +msgid "=URL_WIKI=AdditionalResources/Repositories/" +msgstr "=URL_WIKI=AdditionalResources/Repositories/" + +#, no-wrap +msgid "The following repositories exist in CentOS to install software from:" +msgstr "The following repositories exist in CentOS to install software from:" + +#, no-wrap +msgid "[base] (aka [os]) - The RPMS released on a CentOS ISO." +msgstr "[base] (aka [os]) - The RPMS released on a CentOS ISO." + +#, no-wrap +msgid "[updates] - Updates to the [base] repository." +msgstr "[updates] - Updates to the [base] repository." + +#, no-wrap +msgid "[extras] - Items by CentOS that are not upstream (does not upgrade [base])." +msgstr "[extras] - Items by CentOS that are not upstream (does not upgrade [base])." + +#, no-wrap +msgid "[centosplus] - Items by CentOS that are not upstream (does upgrade [base])" +msgstr "[centosplus] - Items by CentOS that are not upstream (does upgrade [base])" + +#. Put one translator per line, in the form of NAME , YEAR1, YEAR2. +msgid "translator-credits" +msgstr "translator-credits" diff --git a/Artworks/Themes/Models/Distro/5/Anaconda/Locales/en_US/05-centosplus.svgz.po b/Artworks/Themes/Models/Distro/5/Anaconda/Locales/en_US/05-centosplus.svgz.po new file mode 100644 index 0000000..06a67f8 --- /dev/null +++ b/Artworks/Themes/Models/Distro/5/Anaconda/Locales/en_US/05-centosplus.svgz.po @@ -0,0 +1,35 @@ +msgid "" +msgstr "" +"Project-Id-Version: 05-centosplus.svgz 0.6\n" +"POT-Creation-Date: 2013-10-29 15:29-0400\n" +"PO-Revision-Date: 2013-10-29 15:29-0400\n" +"Last-Translator: Localization SIG \n" +"Language-Team: English\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, no-wrap +msgid "CentOS Plus Repository" +msgstr "CentOS Plus Repository" + +#, no-wrap +msgid "=URL_WIKI=AdditionalResources/Repositories/CentOSPlus/" +msgstr "=URL_WIKI=AdditionalResources/Repositories/CentOSPlus/" + +#, no-wrap +msgid "This repository is for items that actually upgrade certain base CentOS components. This repo will change CentOS to not be exactly like the upstream providers content." +msgstr "This repository is for items that actually upgrade certain base CentOS components. This repo will change CentOS to not be exactly like the upstream providers content." + +#, no-wrap +msgid "The CentOS development team has tested every item in this repo, and they build and work under CentOS 5. They have not been tested by the upstream provider, and are not available in the upstream products." +msgstr "The CentOS development team has tested every item in this repo, and they build and work under CentOS 5. They have not been tested by the upstream provider, and are not available in the upstream products." + +#, no-wrap +msgid "You should understand that use of the components removes the 100% binary compatibility with the upstream products." +msgstr "You should understand that use of the components removes the 100% binary compatibility with the upstream products." + +#. Put one translator per line, in the form of NAME , YEAR1, YEAR2. +msgid "translator-credits" +msgstr "translator-credits" diff --git a/Artworks/Themes/Models/Distro/5/Anaconda/Locales/en_US/06-support.svgz.po b/Artworks/Themes/Models/Distro/5/Anaconda/Locales/en_US/06-support.svgz.po new file mode 100644 index 0000000..497d96b --- /dev/null +++ b/Artworks/Themes/Models/Distro/5/Anaconda/Locales/en_US/06-support.svgz.po @@ -0,0 +1,43 @@ +msgid "" +msgstr "" +"Project-Id-Version: 06-support.svgz 0.6\n" +"POT-Creation-Date: 2013-10-29 15:29-0400\n" +"PO-Revision-Date: 2013-10-29 15:29-0400\n" +"Last-Translator: Localization SIG \n" +"Language-Team: English\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, no-wrap +msgid "Help with CentOS" +msgstr "Help with CentOS" + +#, no-wrap +msgid "=URL_WIKI=GettingHelp/" +msgstr "=URL_WIKI=GettingHelp/" + +#, no-wrap +msgid "You can get help with CentOS in several ways, including:" +msgstr "You can get help with CentOS in several ways, including:" + +#, no-wrap +msgid "Internet Relay Chat (IRC) - #centos, #centos-social and #centos-devel on irc.freenode.net." +msgstr "Internet Relay Chat (IRC) - #centos, #centos-social and #centos-devel on irc.freenode.net." + +#, no-wrap +msgid "Mailing Lists - CentOS, CentOS-Devel, CentOS-Annouces and non-English localized language lists from =URL_LISTS=." +msgstr "Mailing Lists - CentOS, CentOS-Devel, CentOS-Annouces and non-English localized language lists from =URL_LISTS=." + +#, no-wrap +msgid "Forums - Available at =URL_FORUMS=." +msgstr "Forums - Available at =URL_FORUMS=." + +#, no-wrap +msgid "Wiki - Available at =URL_WIKI=." +msgstr "Wiki - Available at =URL_WIKI=." + +#. Put one translator per line, in the form of NAME , YEAR1, YEAR2. +msgid "translator-credits" +msgstr "translator-credits" diff --git a/Artworks/Themes/Models/Distro/5/Anaconda/Locales/en_US/07-docs.svgz.po b/Artworks/Themes/Models/Distro/5/Anaconda/Locales/en_US/07-docs.svgz.po new file mode 100644 index 0000000..54b6e56 --- /dev/null +++ b/Artworks/Themes/Models/Distro/5/Anaconda/Locales/en_US/07-docs.svgz.po @@ -0,0 +1,75 @@ +msgid "" +msgstr "" +"Project-Id-Version: 07-docs.svgz 0.6\n" +"POT-Creation-Date: 2013-10-29 15:29-0400\n" +"PO-Revision-Date: 2013-10-29 15:29-0400\n" +"Last-Translator: Localization SIG \n" +"Language-Team: English\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, no-wrap +msgid "CentOS Documentation" +msgstr "CentOS Documentation" + +#, no-wrap +msgid "=URL_DOCS=5/" +msgstr "=URL_DOCS=5/" + +#, no-wrap +msgid "• Managing Software with yum" +msgstr "• Managing Software with yum" + +#, no-wrap +msgid "• Using YumEx" +msgstr "• Using YumEx" + +#, no-wrap +msgid "• Cluster Logical Volume Manager" +msgstr "• Cluster Logical Volume Manager" + +#, no-wrap +msgid "• Global File System" +msgstr "• Global File System" + +#, no-wrap +msgid "• Global Network Block Device" +msgstr "• Global Network Block Device" + +#, no-wrap +msgid "• Virtual Server Administration" +msgstr "• Virtual Server Administration" + +#, no-wrap +msgid "The following documentation is available for CentOS:" +msgstr "The following documentation is available for CentOS:" + +#, no-wrap +msgid "• Deployment Guide" +msgstr "• Deployment Guide" + +#, no-wrap +msgid "• Installation Guide" +msgstr "• Installation Guide" + +#, no-wrap +msgid "• Virtualization Guide" +msgstr "• Virtualization Guide" + +#, no-wrap +msgid "• Cluster Suite Overview" +msgstr "• Cluster Suite Overview" + +#, no-wrap +msgid "• Cluster Administration" +msgstr "• Cluster Administration" + +#, no-wrap +msgid "• Release notes for all software" +msgstr "• Release notes for all software" + +#. Put one translator per line, in the form of NAME , YEAR1, YEAR2. +msgid "translator-credits" +msgstr "translator-credits" diff --git a/Artworks/Themes/Models/Distro/5/Anaconda/Locales/en_US/08-wiki.svgz.po b/Artworks/Themes/Models/Distro/5/Anaconda/Locales/en_US/08-wiki.svgz.po new file mode 100644 index 0000000..88ff47d --- /dev/null +++ b/Artworks/Themes/Models/Distro/5/Anaconda/Locales/en_US/08-wiki.svgz.po @@ -0,0 +1,35 @@ +msgid "" +msgstr "" +"Project-Id-Version: 08-wiki.svgz 0.6\n" +"POT-Creation-Date: 2013-10-29 15:29-0400\n" +"PO-Revision-Date: 2013-10-29 15:29-0400\n" +"Last-Translator: Localization SIG \n" +"Language-Team: English\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, no-wrap +msgid "CentOS Wiki" +msgstr "CentOS Wiki" + +#, no-wrap +msgid "=URL_WIKI=" +msgstr "=URL_WIKI=" + +#, no-wrap +msgid "The CentOS wiki is available with Frequently Asked Questions, HowTos, Tips and Tricks on a number of CentOS related topics including software installation, upgrades, repository configuration and much more." +msgstr "The CentOS wiki is available with Frequently Asked Questions, HowTos, Tips and Tricks on a number of CentOS related topics including software installation, upgrades, repository configuration and much more." + +#, no-wrap +msgid "The wiki also contains information on CentOS Events in your area and CentOS media sightings." +msgstr "The wiki also contains information on CentOS Events in your area and CentOS media sightings." + +#, no-wrap +msgid "In conjunction with the CentOS-Docs mailing list, contributors can obtain permission to post articles, tips and HowTos on the CentOS Wiki. So contribute today!" +msgstr "In conjunction with the CentOS-Docs mailing list, contributors can obtain permission to post articles, tips and HowTos on the CentOS Wiki. So contribute today!" + +#. Put one translator per line, in the form of NAME , YEAR1, YEAR2. +msgid "translator-credits" +msgstr "translator-credits" diff --git a/Artworks/Themes/Models/Distro/5/Anaconda/Locales/en_US/09-virtualization.svgz.po b/Artworks/Themes/Models/Distro/5/Anaconda/Locales/en_US/09-virtualization.svgz.po new file mode 100644 index 0000000..e12da85 --- /dev/null +++ b/Artworks/Themes/Models/Distro/5/Anaconda/Locales/en_US/09-virtualization.svgz.po @@ -0,0 +1,31 @@ +msgid "" +msgstr "" +"Project-Id-Version: 09-virtualization.svgz 0.6\n" +"POT-Creation-Date: 2013-10-29 15:29-0400\n" +"PO-Revision-Date: 2013-10-29 15:29-0400\n" +"Last-Translator: Localization SIG \n" +"Language-Team: English\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, no-wrap +msgid "Virtualization on CentOS 5" +msgstr "Virtualization on CentOS 5" + +#, no-wrap +msgid "=URL_DOCS=5/" +msgstr "=URL_DOCS=5/" + +#, no-wrap +msgid "CentOS 5 provides virtualization via Xen for the i386 and x86_64 architectures in both fully virtualized and para virtualized modes." +msgstr "CentOS 5 provides virtualization via Xen for the i386 and x86_64 architectures in both fully virtualized and para virtualized modes." + +#, no-wrap +msgid "The Virtualization Guide and Virtual Server Administration Guide are provided for help with CentOS 5 virtualization at the link below." +msgstr "The Virtualization Guide and Virtual Server Administration Guide are provided for help with CentOS 5 virtualization at the link below." + +#. Put one translator per line, in the form of NAME , YEAR1, YEAR2. +msgid "translator-credits" +msgstr "translator-credits" diff --git a/Artworks/Themes/Models/Distro/5/Anaconda/anaconda_header.svgz b/Artworks/Themes/Models/Distro/5/Anaconda/anaconda_header.svgz index f57acd6..6bbe56a 100644 Binary files a/Artworks/Themes/Models/Distro/5/Anaconda/anaconda_header.svgz and b/Artworks/Themes/Models/Distro/5/Anaconda/anaconda_header.svgz differ diff --git a/Artworks/Themes/Models/Distro/5/Anaconda/first.svgz b/Artworks/Themes/Models/Distro/5/Anaconda/first.svgz index b44373d..33f4154 100644 Binary files a/Artworks/Themes/Models/Distro/5/Anaconda/first.svgz and b/Artworks/Themes/Models/Distro/5/Anaconda/first.svgz differ diff --git a/Artworks/Themes/Models/Distro/5/Anaconda/render.conf.tpl b/Artworks/Themes/Models/Distro/5/Anaconda/render.conf.tpl index ca5cfc1..2cd5eb5 100755 --- a/Artworks/Themes/Models/Distro/5/Anaconda/render.conf.tpl +++ b/Artworks/Themes/Models/Distro/5/Anaconda/render.conf.tpl @@ -56,22 +56,25 @@ locale-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Distro/5/Anaconda/Locales/ render-type = "svg" render-flow = "base" render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Distro/5/Anaconda/anaconda_header.svgz" -brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Default/Images/ffffff/ffffff-0/24/centos.png:x24+20+44" -brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Numbers/Images/ffffff/ffffff-0/48/5.png:x48+160+20" -brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Images/ffffff/ffffff-0/48/centos.png:x48+732+20" +locale-from = "no-locale" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Default/Final/ffffff/ffffff-0/24/centos.png:x24+20+44" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Numbers/Final/ffffff/ffffff-0/48/5.png:x48+160+20" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Final/ffffff/ffffff-0/48/centos.png:x48+732+20" [first.png] render-type = "svg" render-flow = "base" render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Distro/5/Anaconda/first.svgz" -brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Images/ffffff/ffffff-0/48/centos.png:x48+30+20" -brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Default/Images/ffffff/ffffff-0/24/centos.png:x24+30+225" -brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Numbers/Images/ffffff/ffffff-0/48/5.png:x48+170+201" +locale-from = "no-locale" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Final/ffffff/ffffff-0/48/centos.png:x48+30+20" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Default/Final/ffffff/ffffff-0/24/centos.png:x24+30+225" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Numbers/Final/ffffff/ffffff-0/48/5.png:x48+170+201" [splash.png] render-type = "svg" render-flow = "base" render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Distro/5/Anaconda/splash.svgz" -brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Images/ffffff/ffffff-0/48/centos.png:x48+30+20" -brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Default/Images/ffffff/ffffff-0/24/centos.png:x24+30+156" -brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Numbers/Images/ffffff/ffffff-0/48/5.png:x48+170+132" +locale-from = "no-locale" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Final/ffffff/ffffff-0/48/centos.png:x48+30+20" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Default/Final/ffffff/ffffff-0/24/centos.png:x24+30+156" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Numbers/Final/ffffff/ffffff-0/48/5.png:x48+170+132" diff --git a/Artworks/Themes/Models/Distro/5/Anaconda/splash.svgz b/Artworks/Themes/Models/Distro/5/Anaconda/splash.svgz index 3e30990..ee343a9 100644 Binary files a/Artworks/Themes/Models/Distro/5/Anaconda/splash.svgz and b/Artworks/Themes/Models/Distro/5/Anaconda/splash.svgz differ diff --git a/Artworks/Themes/Models/Distro/5/Firstboot/firstboot-left.svgz b/Artworks/Themes/Models/Distro/5/Firstboot/firstboot-left.svgz index 3177999..25416f2 100644 Binary files a/Artworks/Themes/Models/Distro/5/Firstboot/firstboot-left.svgz and b/Artworks/Themes/Models/Distro/5/Firstboot/firstboot-left.svgz differ diff --git a/Artworks/Themes/Models/Distro/5/Firstboot/render.conf.tpl b/Artworks/Themes/Models/Distro/5/Firstboot/render.conf.tpl index f0fdc3a..683a0c7 100644 --- a/Artworks/Themes/Models/Distro/5/Firstboot/render.conf.tpl +++ b/Artworks/Themes/Models/Distro/5/Firstboot/render.conf.tpl @@ -2,12 +2,12 @@ render-type = "svg" render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Distro/5/Firstboot/firstboot-left.svgz" render-flow = "base" -brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Images/ffffff/ffffff-0/48/centos.png:x48+10+542" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Final/ffffff/ffffff-0/48/centos.png:x48+10+542" [splash-small.png] render-type = "svg" render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Distro/5/Firstboot/splash-small.svgz" render-flow = "base" -brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Default/Images/ffffff/ffffff-0/24/centos.png:x24+30+156" -brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Numbers/Images/ffffff/ffffff-0/48/5.png:x48+170+132" -brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Images/ffffff/ffffff-0/48/centos.png:x48+30+20" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Default/Final/ffffff/ffffff-0/24/centos.png:x24+30+156" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Numbers/Final/ffffff/ffffff-0/48/5.png:x48+170+132" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Final/ffffff/ffffff-0/48/centos.png:x48+30+20" diff --git a/Artworks/Themes/Models/Distro/5/Firstboot/splash-small.svgz b/Artworks/Themes/Models/Distro/5/Firstboot/splash-small.svgz index a55c193..ee343a9 100644 Binary files a/Artworks/Themes/Models/Distro/5/Firstboot/splash-small.svgz and b/Artworks/Themes/Models/Distro/5/Firstboot/splash-small.svgz differ diff --git a/Artworks/Themes/Models/Distro/5/Gdm/render.conf.tpl b/Artworks/Themes/Models/Distro/5/Gdm/render.conf.tpl index 7a50271..3d7dcd8 100644 --- a/Artworks/Themes/Models/Distro/5/Gdm/render.conf.tpl +++ b/Artworks/Themes/Models/Distro/5/Gdm/render.conf.tpl @@ -2,28 +2,28 @@ render-type = "svg" render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Distro/5/Gdm/screenshot.svgz" render-flow = "base" -brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Images/ffffff/ffffff-0/16/centos.png:x16+5+5" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Final/ffffff/ffffff-0/16/centos.png:x16+5+5" [800x600.tar.gz] render-type = "archive" -render-from = "${TCAR_BASEDIR}/Artworks/Themes/Motifs/${MOTIF}/Backgrounds/Images/800x600-final.png:background.png" +render-from = "${TCAR_BASEDIR}/Artworks/Themes/Motifs/${MOTIF}/Backgrounds/Final/800x600.png:background.png" render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Distro/5/Gdm/GdmGreeterTheme.desktop" render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Distro/5/Gdm/GdmGreeterTheme.xml" render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Distro/5/Gdm/icon-language.png" render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Distro/5/Gdm/icon-reboot.png" render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Distro/5/Gdm/icon-session.png" render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Distro/5/Gdm/icon-shutdown.png" -render-from = "screenshot.png" +render-from = "Final/screenshot.png" command = "/bin/tar -czf" [1360x768.tar.gz] render-type = "archive" -render-from = "${TCAR_BASEDIR}/Artworks/Themes/Motifs/${MOTIF}/Backgrounds/Images/1360x768-final.png:background.png" +render-from = "${TCAR_BASEDIR}/Artworks/Themes/Motifs/${MOTIF}/Backgrounds/Final/1360x768.png:background.png" render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Distro/5/Gdm/GdmGreeterTheme.desktop" render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Distro/5/Gdm/GdmGreeterTheme.xml" render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Distro/5/Gdm/icon-language.png" render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Distro/5/Gdm/icon-reboot.png" render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Distro/5/Gdm/icon-session.png" render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Distro/5/Gdm/icon-shutdown.png" -render-from = "screenshot.png" +render-from = "Final/screenshot.png" command = "/bin/tar --remove-files -czf" diff --git a/Artworks/Themes/Models/Distro/5/Gdm/screenshot.svgz b/Artworks/Themes/Models/Distro/5/Gdm/screenshot.svgz index 2371426..f51de52 100644 Binary files a/Artworks/Themes/Models/Distro/5/Gdm/screenshot.svgz and b/Artworks/Themes/Models/Distro/5/Gdm/screenshot.svgz differ diff --git a/Artworks/Themes/Models/Distro/5/Grub/render.conf.tpl b/Artworks/Themes/Models/Distro/5/Grub/render.conf.tpl index 02269f5..8628cae 100644 --- a/Artworks/Themes/Models/Distro/5/Grub/render.conf.tpl +++ b/Artworks/Themes/Models/Distro/5/Grub/render.conf.tpl @@ -5,10 +5,10 @@ render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Distro/5/Grub/splash.s [splash.xpm] render-type = "palette" -render-from = "splash.png" -palette-gpl = "colors.gpl" +render-from = "Final/splash.png" +palette-gpl = "${TCAR_BASEDIR}/Artworks/Themes/Motifs/${MOTIF}/Palettes/grub.gpl" [splash.xpm.gz] render-type = "compress" -render-from = "splash.xpm" +render-from = "Final/splash.xpm" command = "/bin/gzip -f" diff --git a/Artworks/Themes/Models/Distro/5/Grub/splash.svgz b/Artworks/Themes/Models/Distro/5/Grub/splash.svgz index 44941ca..aea2ccc 100644 Binary files a/Artworks/Themes/Models/Distro/5/Grub/splash.svgz and b/Artworks/Themes/Models/Distro/5/Grub/splash.svgz differ diff --git a/Artworks/Themes/Models/Distro/5/Gsplash/gnome-splash.svgz b/Artworks/Themes/Models/Distro/5/Gsplash/gnome-splash.svgz index ad3f208..b8b415d 100644 Binary files a/Artworks/Themes/Models/Distro/5/Gsplash/gnome-splash.svgz and b/Artworks/Themes/Models/Distro/5/Gsplash/gnome-splash.svgz differ diff --git a/Artworks/Themes/Models/Distro/5/Gsplash/render.conf.tpl b/Artworks/Themes/Models/Distro/5/Gsplash/render.conf.tpl index 972e8a7..ae825e6 100644 --- a/Artworks/Themes/Models/Distro/5/Gsplash/render.conf.tpl +++ b/Artworks/Themes/Models/Distro/5/Gsplash/render.conf.tpl @@ -1,6 +1,6 @@ [gnome-splash.png] render-type = "svg" render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Distro/5/Gsplash/gnome-splash.svgz" -brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Default/Images/ffffff/ffffff-0/24/centos.png:x24+10+190" -brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Numbers/Images/ffffff/ffffff-0/48/5.png:x48+150+166" -brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Images/ffffff/ffffff-0/48/centos.png:x48+10+10" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Default/Final/ffffff/ffffff-0/24/centos.png:x24+10+190" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Numbers/Final/ffffff/ffffff-0/48/5.png:x48+150+166" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Final/ffffff/ffffff-0/48/centos.png:x48+10+10" diff --git a/Artworks/Themes/Models/Distro/5/Kdm/render.conf.tpl b/Artworks/Themes/Models/Distro/5/Kdm/render.conf.tpl index a37f686..28db80c 100644 --- a/Artworks/Themes/Models/Distro/5/Kdm/render.conf.tpl +++ b/Artworks/Themes/Models/Distro/5/Kdm/render.conf.tpl @@ -2,20 +2,20 @@ render-type = "svg" render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Distro/5/Kdm/screenshot.svgz" render-flow = "base" -brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Images/ffffff/ffffff-0/16/centos.png:x16+5+5" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Final/ffffff/ffffff-0/16/centos.png:x16+5+5" [800x600.tar.gz] render-type = "archive" -render-from = "${TCAR_BASEDIR}/Artworks/Themes/Motifs/${MOTIF}/Backgrounds/Images/800x600-final.png:background.png" +render-from = "${TCAR_BASEDIR}/Artworks/Themes/Motifs/${MOTIF}/Backgrounds/Final/800x600.png:background.png" render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Distro/5/Kdm/GdmGreeterTheme.desktop" render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Distro/5/Kdm/GdmGreeterTheme.xml" -render-from = "screenshot.png" +render-from = "Final/screenshot.png" command = "/bin/tar --remove-files -czf" [1360x768.tar.gz] render-type = "archive" -render-from = "${TCAR_BASEDIR}/Artworks/Themes/Motifs/${MOTIF}/Backgrounds/Images/1360x768-final.png:background.png" +render-from = "${TCAR_BASEDIR}/Artworks/Themes/Motifs/${MOTIF}/Backgrounds/Final/1360x768.png:background.png" render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Distro/5/Kdm/GdmGreeterTheme.desktop" render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Distro/5/Kdm/GdmGreeterTheme.xml" -render-from = "screenshot.png" +render-from = "Final/screenshot.png" command = "/bin/tar --remove-files -czf" diff --git a/Artworks/Themes/Models/Distro/5/Kdm/screenshot.svgz b/Artworks/Themes/Models/Distro/5/Kdm/screenshot.svgz index 1e106c5..af491d4 100644 Binary files a/Artworks/Themes/Models/Distro/5/Kdm/screenshot.svgz and b/Artworks/Themes/Models/Distro/5/Kdm/screenshot.svgz differ diff --git a/Artworks/Themes/Models/Distro/5/Ksplash/render.conf.tpl b/Artworks/Themes/Models/Distro/5/Ksplash/render.conf.tpl index 759faec..fe88242 100644 --- a/Artworks/Themes/Models/Distro/5/Ksplash/render.conf.tpl +++ b/Artworks/Themes/Models/Distro/5/Ksplash/render.conf.tpl @@ -17,21 +17,21 @@ render-flow = "base" render-type = "svg" render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Distro/5/Ksplash/splash_top.svgz" render-flow = "base" -brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Default/Images/ffffff/ffffff-0/24/centos.png:x24+10+189" -brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Numbers/Images/ffffff/ffffff-0/48/5.png:x48+150+165" -brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Images/ffffff/ffffff-0/48/centos.png:x48+10+10" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Default/Final/ffffff/ffffff-0/24/centos.png:x24+10+189" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Numbers/Final/ffffff/ffffff-0/48/5.png:x48+150+165" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Final/ffffff/ffffff-0/48/centos.png:x48+10+10" [Preview.png] render-type = "images" -render-from = "splash_top.png" -render-from = "splash_active_bar.png" -render-from = "splash_bottom.png" +render-from = "Final/splash_top.png" +render-from = "Final/splash_active_bar.png" +render-from = "Final/splash_bottom.png" command = "/usr/bin/convert -append" [ksplash.tar.gz] render-type = "archive" -render-from = "splash_top.png" -render-from = "splash_active_bar.png" -render-from = "splash_bottom.png" -render-from = "Preview.png +render-from = "Final/splash_top.png" +render-from = "Final/splash_active_bar.png" +render-from = "Final/splash_bottom.png" +render-from = "Final/Preview.png command = "/bin/tar -czf" diff --git a/Artworks/Themes/Models/Distro/5/Ksplash/splash_active_bar.svgz b/Artworks/Themes/Models/Distro/5/Ksplash/splash_active_bar.svgz index 8d9dc8c..cda3e46 100644 Binary files a/Artworks/Themes/Models/Distro/5/Ksplash/splash_active_bar.svgz and b/Artworks/Themes/Models/Distro/5/Ksplash/splash_active_bar.svgz differ diff --git a/Artworks/Themes/Models/Distro/5/Ksplash/splash_bottom.svgz b/Artworks/Themes/Models/Distro/5/Ksplash/splash_bottom.svgz index 47c17f6..f519191 100644 Binary files a/Artworks/Themes/Models/Distro/5/Ksplash/splash_bottom.svgz and b/Artworks/Themes/Models/Distro/5/Ksplash/splash_bottom.svgz differ diff --git a/Artworks/Themes/Models/Distro/5/Ksplash/splash_inactive_bar.svgz b/Artworks/Themes/Models/Distro/5/Ksplash/splash_inactive_bar.svgz index d00a4c7..27bd127 100644 Binary files a/Artworks/Themes/Models/Distro/5/Ksplash/splash_inactive_bar.svgz and b/Artworks/Themes/Models/Distro/5/Ksplash/splash_inactive_bar.svgz differ diff --git a/Artworks/Themes/Models/Distro/5/Ksplash/splash_top.svgz b/Artworks/Themes/Models/Distro/5/Ksplash/splash_top.svgz index 3dff3ba..6fd6f26 100644 Binary files a/Artworks/Themes/Models/Distro/5/Ksplash/splash_top.svgz and b/Artworks/Themes/Models/Distro/5/Ksplash/splash_top.svgz differ diff --git a/Artworks/Themes/Models/Distro/5/Rhgb/large-computer.svgz b/Artworks/Themes/Models/Distro/5/Rhgb/large-computer.svgz index a3a7505..9125874 100644 Binary files a/Artworks/Themes/Models/Distro/5/Rhgb/large-computer.svgz and b/Artworks/Themes/Models/Distro/5/Rhgb/large-computer.svgz differ diff --git a/Artworks/Themes/Models/Distro/5/Rhgb/render.conf.tpl b/Artworks/Themes/Models/Distro/5/Rhgb/render.conf.tpl index 0b8c074..0ac2574 100644 --- a/Artworks/Themes/Models/Distro/5/Rhgb/render.conf.tpl +++ b/Artworks/Themes/Models/Distro/5/Rhgb/render.conf.tpl @@ -2,17 +2,17 @@ render-type = "svg" render-flow = "base" render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Distro/5/Rhgb/large-computer.svgz" -brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Images/ffffff/ffffff-0/48/centos.png:x48+30+30" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Final/ffffff/ffffff-0/48/centos.png:x48+30+30" [main-logo.png] render-type = "svg" render-flow = "base" render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Distro/5/Rhgb/main-logo.svgz" -brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Images/ffffff/ffffff-0/124/centos.png:x124+186.5+21" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Final/ffffff/ffffff-0/124/centos.png:x124+186.5+21" [system-logo.png] render-type = "svg" render-flow = "base" render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Distro/5/Rhgb/system-logo.svgz" -brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Default/Images/ffffff/ffffff-0/24/centos.png:x24+5+24" -brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Numbers/Images/ffffff/ffffff-0/48/5.png:x48+143+0" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Default/Final/ffffff/ffffff-0/24/centos.png:x24+5+24" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Numbers/Final/ffffff/ffffff-0/48/5.png:x48+143+0" diff --git a/Artworks/Themes/Models/Distro/5/Syslinux/render.conf.tpl b/Artworks/Themes/Models/Distro/5/Syslinux/render.conf.tpl index 816965b..7019de3 100644 --- a/Artworks/Themes/Models/Distro/5/Syslinux/render.conf.tpl +++ b/Artworks/Themes/Models/Distro/5/Syslinux/render.conf.tpl @@ -1,10 +1,10 @@ [syslinux-splash.png] render-type = "svg" render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Distro/5/Syslinux/syslinux-splash.svgz" -brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Default/Images/ffffff/ffffff-0/48/centos.png:x48+20+232" -brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Numbers/Images/ffffff/ffffff-0/96/5.png:x96+300+184" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Default/Final/ffffff/ffffff-0/48/centos.png:x48+20+232" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Numbers/Final/ffffff/ffffff-0/96/5.png:x96+300+184" [syslinux-splash.lss] render-type = "palette" -render-from = "syslinux-splash.png" -palette-gpl = "colors.gpl" +render-from = "Final/syslinux-splash.png" +palette-gpl = "${TCAR_BASEDIR}/Artworks/Themes/Motifs/${MOTIF}/Palettes/syslinux.gpl" diff --git a/Artworks/Themes/Models/Distro/5/Syslinux/syslinux-splash.svgz b/Artworks/Themes/Models/Distro/5/Syslinux/syslinux-splash.svgz index f756bcd..9b64c97 100644 Binary files a/Artworks/Themes/Models/Distro/5/Syslinux/syslinux-splash.svgz and b/Artworks/Themes/Models/Distro/5/Syslinux/syslinux-splash.svgz differ diff --git a/Artworks/Themes/Models/Media/Locales/en_US/label-install.svgz.po b/Artworks/Themes/Models/Media/Locales/en_US/label-install.svgz.po new file mode 100644 index 0000000..c1dc1bc --- /dev/null +++ b/Artworks/Themes/Models/Media/Locales/en_US/label-install.svgz.po @@ -0,0 +1,62 @@ +msgid "" +msgstr "" +"Project-Id-Version: label-install.svgz 0.6\n" +"POT-Creation-Date: 2013-10-26 02:11-0400\n" +"PO-Revision-Date: 2013-10-26 02:11-0400\n" +"Last-Translator: Localization SIG \n" +"Language-Team: English\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, no-wrap +msgid "Install =MEDIUM= =CURRENT= of =LAST=" +msgstr "Install =MEDIUM= =CURRENT= of =LAST=" + +#, no-wrap +msgid "for =ARCH= architectures" +msgstr "for =ARCH= architectures" + +#, no-wrap +msgid "120mm" +msgstr "120mm" + +#, no-wrap +msgid "Copyright © =COPYRIGHT_YEAR= =COPYRIGHT_HOLDER_PREDICATE=" +msgstr "Copyright © =COPYRIGHT_YEAR= =COPYRIGHT_HOLDER_PREDICATE=" + +#, no-wrap +msgid "This artwork is released under the terms of =LICENSE=." +msgstr "This artwork is released under the terms of =LICENSE=." + +#, no-wrap +msgid "CD Labels" +msgstr "CD Labels" + +#, no-wrap +msgid "For CentOS =RELEASE= installation media on =ARCH= architectures." +msgstr "For CentOS =RELEASE= installation media on =ARCH= architectures." + +#, no-wrap +msgid "=RELEASE=" +msgstr "" + +#, no-wrap +msgid "=URL=" +msgstr "" + +#, no-wrap +msgid "Copyright © =COPYRIGHT_YEAR= The CentOS Project" +msgstr "" + +#, no-wrap +msgid "All rights reserved" +msgstr "" + +#. Put one translator per line, in the form of NAME , YEAR1, YEAR2. +msgid "translator-credits" +msgstr "translator-credits" + +#~ msgid "Install =MEDIUM= =NEXT= of =LAST=" +#~ msgstr "Install =MEDIUM= =NEXT= of =LAST=" diff --git a/Artworks/Themes/Models/Media/Locales/en_US/label-live.svgz.po b/Artworks/Themes/Models/Media/Locales/en_US/label-live.svgz.po new file mode 100644 index 0000000..ca26677 --- /dev/null +++ b/Artworks/Themes/Models/Media/Locales/en_US/label-live.svgz.po @@ -0,0 +1,59 @@ +msgid "" +msgstr "" +"Project-Id-Version: label-live.svgz 0.6\n" +"POT-Creation-Date: 2013-10-26 02:11-0400\n" +"PO-Revision-Date: 2013-10-26 02:11-0400\n" +"Last-Translator: Localization SIG \n" +"Language-Team: English\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, no-wrap +msgid "Live =MEDIUM=" +msgstr "Live =MEDIUM=" + +#, no-wrap +msgid "for =ARCH= architectures" +msgstr "for =ARCH= architectures" + +#, no-wrap +msgid "120mm" +msgstr "120mm" + +#, no-wrap +msgid "Copyright © =COPYRIGHT_YEAR= =COPYRIGHT_HOLDER_PREDICATE=" +msgstr "Copyright © =COPYRIGHT_YEAR= =COPYRIGHT_HOLDER_PREDICATE=" + +#, no-wrap +msgid "This artwork is released under the terms of =LICENSE=." +msgstr "This artwork is released under the terms of =LICENSE=." + +#, no-wrap +msgid "CD Labels" +msgstr "CD Labels" + +#, no-wrap +msgid "For CentOS =RELEASE= installation media on =ARCH= architectures." +msgstr "For CentOS =RELEASE= installation media on =ARCH= architectures." + +#, no-wrap +msgid "=RELEASE=" +msgstr "" + +#, no-wrap +msgid "=URL=" +msgstr "" + +#, no-wrap +msgid "Copyright © =COPYRIGHT_YEAR= The CentOS Project" +msgstr "" + +#, no-wrap +msgid "All rights reserved" +msgstr "" + +#. Put one translator per line, in the form of NAME , YEAR1, YEAR2. +msgid "translator-credits" +msgstr "translator-credits" diff --git a/Artworks/Themes/Models/Media/Locales/en_US/sleeve-install.svgz.po b/Artworks/Themes/Models/Media/Locales/en_US/sleeve-install.svgz.po new file mode 100644 index 0000000..c54e836 --- /dev/null +++ b/Artworks/Themes/Models/Media/Locales/en_US/sleeve-install.svgz.po @@ -0,0 +1,83 @@ +msgid "" +msgstr "" +"Project-Id-Version: sleeve-install.svgz 0.6\n" +"POT-Creation-Date: 2013-10-26 02:12-0400\n" +"PO-Revision-Date: 2013-10-26 02:12-0400\n" +"Last-Translator: Localization SIG \n" +"Language-Team: English\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, no-wrap +msgid "125mm" +msgstr "125mm" + +#, no-wrap +msgid "Install =MEDIUM= =CURRENT= of =LAST=" +msgstr "Install =MEDIUM= =CURRENT= of =LAST=" + +#, no-wrap +msgid "For =ARCH= architectures" +msgstr "For CentOS =RELEASE= on =ARCH= architectures" + +#, no-wrap +msgid "Copyright © =COPYRIGHT_YEAR= The CentOS Project. All rights reserved." +msgstr "" + +#, no-wrap +msgid "What is CentOS?" +msgstr "What is CentOS?" + +#, no-wrap +msgid "CentOS is an Enterprise GNU/Linux distribution based on the freely available sources from Red Hat Enterprise Linux. Each CentOS version is supported for 7 years (by means of security updates)." +msgstr "CentOS is an Enterprise GNU/Linux distribution based on the freely available sources from Red Hat Enterprise Linux. Each CentOS version is supported for 7 years (by means of security updates)." + +#, no-wrap +msgid "A new CentOS version is release every 2 years and each CentOS version is regularly updated (every 6 months) to support newer hardware." +msgstr "A new CentOS version is release every 2 years and each CentOS version is regularly updated (every 6 months) to support newer hardware." + +#, no-wrap +msgid "This results in a secure, low-maintenance, reliable, predictable and reproducible environment." +msgstr "This results in a secure, low-maintenance, reliable, predictable and reproducible environment." + +#, no-wrap +msgid "Visit =URL=, for more information." +msgstr "Visit =URL=, for more information." + +#, no-wrap +msgid "FOLD HERE" +msgstr "FOLD HERE" + +#, no-wrap +msgid "CD Sleeve" +msgstr "CD Sleeve" + +#, no-wrap +msgid "For CentOS =RELEASE= installation media on =ARCH= architectures." +msgstr "For CentOS =RELEASE= installation media on =ARCH= architectures." + +#, no-wrap +msgid "FOLDED SLEEVE" +msgstr "FOLDED SLEEVE" + +#, no-wrap +msgid "EMPTY CASE" +msgstr "EMPTY CASE" + +#, no-wrap +msgid "=RELEASE=" +msgstr "" + +#, no-wrap +msgid "Copyright © =COPYRIGHT_YEAR= =COPYRIGHT_HOLDER_PREDICATE=" +msgstr "Copyright © =COPYRIGHT_YEAR= =COPYRIGHT_HOLDER_PREDICATE=" + +#, no-wrap +msgid "This artwork is released under the terms of =LICENSE=." +msgstr "This artwork is released under the terms of =LICENSE=." + +#. Put one translator per line, in the form of NAME , YEAR1, YEAR2. +msgid "translator-credits" +msgstr "translator-credits" diff --git a/Artworks/Themes/Models/Media/Locales/en_US/sleeve-live.svgz.po b/Artworks/Themes/Models/Media/Locales/en_US/sleeve-live.svgz.po new file mode 100644 index 0000000..8bf4e48 --- /dev/null +++ b/Artworks/Themes/Models/Media/Locales/en_US/sleeve-live.svgz.po @@ -0,0 +1,83 @@ +msgid "" +msgstr "" +"Project-Id-Version: sleeve-live.svgz 0.6\n" +"POT-Creation-Date: 2013-10-26 02:12-0400\n" +"PO-Revision-Date: 2013-10-26 02:12-0400\n" +"Last-Translator: Localization SIG \n" +"Language-Team: English\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, no-wrap +msgid "125mm" +msgstr "125mm" + +#, no-wrap +msgid "Live =MEDIUM=" +msgstr "Live =MEDIUM=" + +#, no-wrap +msgid "For =ARCH= architectures" +msgstr "For CentOS =RELEASE= on =ARCH= architectures" + +#, no-wrap +msgid "Copyright © =COPYRIGHT_YEAR= The CentOS Project. All rights reserved." +msgstr "" + +#, no-wrap +msgid "What is CentOS?" +msgstr "What is CentOS?" + +#, no-wrap +msgid "CentOS is an Enterprise GNU/Linux distribution based on the freely available sources from Red Hat Enterprise Linux. Each CentOS version is supported for 7 years (by means of security updates)." +msgstr "CentOS is an Enterprise GNU/Linux distribution based on the freely available sources from Red Hat Enterprise Linux. Each CentOS version is supported for 7 years (by means of security updates)." + +#, no-wrap +msgid "A new CentOS version is release every 2 years and each CentOS version is regularly updated (every 6 months) to support newer hardware." +msgstr "A new CentOS version is release every 2 years and each CentOS version is regularly updated (every 6 months) to support newer hardware." + +#, no-wrap +msgid "This results in a secure, low-maintenance, reliable, predictable and reproducible environment." +msgstr "This results in a secure, low-maintenance, reliable, predictable and reproducible environment." + +#, no-wrap +msgid "Visit =URL=, for more information." +msgstr "Visit =URL=, for more information." + +#, no-wrap +msgid "FOLD HERE" +msgstr "FOLD HERE" + +#, no-wrap +msgid "CD Sleeve" +msgstr "CD Sleeve" + +#, no-wrap +msgid "For CentOS =RELEASE= installation media on =ARCH= architectures." +msgstr "For CentOS =RELEASE= installation media on =ARCH= architectures." + +#, no-wrap +msgid "FOLDED SLEEVE" +msgstr "FOLDED SLEEVE" + +#, no-wrap +msgid "EMPTY CASE" +msgstr "EMPTY CASE" + +#, no-wrap +msgid "=RELEASE=" +msgstr "" + +#, no-wrap +msgid "Copyright © =COPYRIGHT_YEAR= =COPYRIGHT_HOLDER_PREDICATE=" +msgstr "" + +#, no-wrap +msgid "This artwork is released under the terms of =LICENSE=." +msgstr "This artwork is released under the terms of =LICENSE=." + +#. Put one translator per line, in the form of NAME , YEAR1, YEAR2. +msgid "translator-credits" +msgstr "translator-credits" diff --git a/Artworks/Themes/Models/Media/Locales/es_ES/label-install.svgz.po b/Artworks/Themes/Models/Media/Locales/es_ES/label-install.svgz.po new file mode 100644 index 0000000..9ba98e7 --- /dev/null +++ b/Artworks/Themes/Models/Media/Locales/es_ES/label-install.svgz.po @@ -0,0 +1,59 @@ +msgid "" +msgstr "" +"Project-Id-Version: label-install.svgz 0.6\n" +"POT-Creation-Date: 2013-10-29 00:51-0400\n" +"PO-Revision-Date: 2013-10-29 00:51-0400\n" +"Last-Translator: Localization SIG \n" +"Language-Team: Spanish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, no-wrap +msgid "Install =MEDIUM= =CURRENT= of =LAST=" +msgstr "=MEDIUM= de instalación =CURRENT= de =LAST=" + +#, no-wrap +msgid "for =ARCH= architectures" +msgstr "para arquitecturas =ARCH=" + +#, no-wrap +msgid "120mm" +msgstr "" + +#, no-wrap +msgid "Copyright © =COPYRIGHT_YEAR= =COPYRIGHT_HOLDER_PREDICATE=" +msgstr "" + +#, no-wrap +msgid "This artwork is released under the terms of =LICENSE=." +msgstr "Este trabajo artístico es liberado bajo los términos de =LICENSE=." + +#, no-wrap +msgid "CD Labels" +msgstr "Etiquetas de CD" + +#, no-wrap +msgid "For CentOS =RELEASE= installation media on =ARCH= architectures." +msgstr "Para los medios de instalación de CentOS =RELEASE= en arquitecturas =ARCH=" + +#, no-wrap +msgid "=RELEASE=" +msgstr "" + +#, no-wrap +msgid "=URL=" +msgstr "" + +#, no-wrap +msgid "Copyright © =COPYRIGHT_YEAR= The CentOS Project" +msgstr "Copyright © =COPYRIGHT_YEAR= The CentOS Project" + +#, no-wrap +msgid "All rights reserved" +msgstr "Todos los derechos reservados" + +#. Put one translator per line, in the form of NAME , YEAR1, YEAR2. +msgid "translator-credits" +msgstr "Alain Reguera Delgado , 2013" diff --git a/Artworks/Themes/Models/Media/Locales/es_ES/label-live.svgz.po b/Artworks/Themes/Models/Media/Locales/es_ES/label-live.svgz.po new file mode 100644 index 0000000..8f8c57a --- /dev/null +++ b/Artworks/Themes/Models/Media/Locales/es_ES/label-live.svgz.po @@ -0,0 +1,59 @@ +msgid "" +msgstr "" +"Project-Id-Version: label-live.svgz 0.6\n" +"POT-Creation-Date: 2013-10-29 00:52-0400\n" +"PO-Revision-Date: 2013-10-29 00:52-0400\n" +"Last-Translator: Localization SIG \n" +"Language-Team: Spanish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, no-wrap +msgid "Live =MEDIUM=" +msgstr "=MEDIUM= vivo" + +#, no-wrap +msgid "for =ARCH= architectures" +msgstr "para arquitecturas =ARCH=" + +#, no-wrap +msgid "120mm" +msgstr "" + +#, no-wrap +msgid "Copyright © =COPYRIGHT_YEAR= =COPYRIGHT_HOLDER_PREDICATE=" +msgstr "" + +#, no-wrap +msgid "This artwork is released under the terms of =LICENSE=." +msgstr "Este trabajo artístico es liberado bajo los términos de =LICENSE=." + +#, no-wrap +msgid "CD Labels" +msgstr "Etiquetas de CD" + +#, no-wrap +msgid "For CentOS =RELEASE= installation media on =ARCH= architectures." +msgstr "Para los medios de instalación de CentOS =RELEASE= en arquitecturas =ARCH=" + +#, no-wrap +msgid "=RELEASE=" +msgstr "" + +#, no-wrap +msgid "=URL=" +msgstr "" + +#, no-wrap +msgid "Copyright © =COPYRIGHT_YEAR= The CentOS Project" +msgstr "Copyright © =COPYRIGHT_YEAR= The CentOS Project" + +#, no-wrap +msgid "All rights reserved" +msgstr "Todos los derechos reservados" + +#. Put one translator per line, in the form of NAME , YEAR1, YEAR2. +msgid "translator-credits" +msgstr "Alain Reguera Delgado , 2013" diff --git a/Artworks/Themes/Models/Media/Locales/es_ES/label-netinstall.svgz.po b/Artworks/Themes/Models/Media/Locales/es_ES/label-netinstall.svgz.po new file mode 100644 index 0000000..b4d6a6b --- /dev/null +++ b/Artworks/Themes/Models/Media/Locales/es_ES/label-netinstall.svgz.po @@ -0,0 +1,59 @@ +msgid "" +msgstr "" +"Project-Id-Version: label-netinstall.svgz 0.6\n" +"POT-Creation-Date: 2013-10-29 00:52-0400\n" +"PO-Revision-Date: 2013-10-29 00:52-0400\n" +"Last-Translator: Localization SIG \n" +"Language-Team: Spanish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, no-wrap +msgid "Net install" +msgstr "Instalador por red" + +#, no-wrap +msgid "for =ARCH= architectures" +msgstr "para arquitecturas =ARCH=" + +#, no-wrap +msgid "120mm" +msgstr "" + +#, no-wrap +msgid "Copyright © =COPYRIGHT_YEAR= =COPYRIGHT_HOLDER_PREDICATE=" +msgstr "" + +#, no-wrap +msgid "This artwork is released under the terms of =LICENSE=." +msgstr "Este trabajo artístico es liberado bajo los términos de =LICENSE=." + +#, no-wrap +msgid "CD Labels" +msgstr "Etiquetas de CD" + +#, no-wrap +msgid "For CentOS =RELEASE= net install media on =ARCH= architectures." +msgstr "Para los medios de instalación por red de CentOS =RELEASE= en arquitecturas =ARCH=" + +#, no-wrap +msgid "=RELEASE=" +msgstr "" + +#, no-wrap +msgid "=URL=" +msgstr "" + +#, no-wrap +msgid "Copyright © =COPYRIGHT_YEAR= The CentOS Project" +msgstr "" + +#, no-wrap +msgid "All rights reserved" +msgstr "Todos los derechos reservados" + +#. Put one translator per line, in the form of NAME , YEAR1, YEAR2. +msgid "translator-credits" +msgstr "Alain Reguera Delgado , 2013" diff --git a/Artworks/Themes/Models/Media/Locales/es_ES/label.svgz.po b/Artworks/Themes/Models/Media/Locales/es_ES/label.svgz.po new file mode 100644 index 0000000..39dffc5 --- /dev/null +++ b/Artworks/Themes/Models/Media/Locales/es_ES/label.svgz.po @@ -0,0 +1,69 @@ +msgid "" +msgstr "" +"Project-Id-Version: label.svgz 0.6\n" +"POT-Creation-Date: 2013-10-24 21:50-0400\n" +"PO-Revision-Date: 2013-10-24 21:50-0400\n" +"Last-Translator: Localization SIG \n" +"Language-Team: Spanish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, no-wrap +msgid "Install =MEDIUM= =CURRENT= of =LAST=" +msgstr "=MEDIUM= de instalación =CURRENT= de =LAST=" + +#, no-wrap +msgid "for =ARCH= architectures" +msgstr "para arquitecturas =ARCH=" + +#, no-wrap +msgid "CentOS =RELEASE= • Copyright © =COPYRIGHT_YEAR= =COPYRIGHT_HOLDER_PREDICATE= • =URL=" +msgstr "" + +#, no-wrap +msgid "120mm" +msgstr "" + +#, no-wrap +msgid "Copyright © =COPYRIGHT_YEAR= =COPYRIGHT_HOLDER_PREDICATE=" +msgstr "" + +#, no-wrap +msgid "This artwork is released under the terms of =LICENSE=." +msgstr "Este trabajo artístico es liberado bajo los términos de =LICENSE=." + +#, no-wrap +msgid "Install =MEDIUM= =NEXT= of =LAST=" +msgstr "=MEDIUM= de instalación =NEXT= de =LAST=" + +#, no-wrap +msgid "CD Labels" +msgstr "Etiquetas de =MEDIUM=" + +#, no-wrap +msgid "for CentOS =RELEASE= installation media on =ARCH= architectures." +msgstr "para los médios de instalación de CentOS =RELEASE= en arquitecturas =ARCH=." + +#. Put one translator per line, in the form of NAME , YEAR1, YEAR2. +msgid "translator-credits" +msgstr "Alain Reguera Delgado , 2013" + +#~ msgid "en_US" +#~ msgstr "es_ES" + +#~ msgid "Identity" +#~ msgstr "Identidad" + +#~ msgid "Models" +#~ msgstr "Modelos" + +#~ msgid "Themes" +#~ msgstr "Apariencias" + +#~ msgid "Default" +#~ msgstr "Predeterminado" + +#~ msgid "Media" +#~ msgstr "Medios" diff --git a/Artworks/Themes/Models/Media/Locales/es_ES/sleeve-install.svgz.po b/Artworks/Themes/Models/Media/Locales/es_ES/sleeve-install.svgz.po new file mode 100644 index 0000000..262a0b6 --- /dev/null +++ b/Artworks/Themes/Models/Media/Locales/es_ES/sleeve-install.svgz.po @@ -0,0 +1,91 @@ +msgid "" +msgstr "" +"Project-Id-Version: sleeve-install.svgz 0.6\n" +"POT-Creation-Date: 2013-10-29 00:54-0400\n" +"PO-Revision-Date: 2013-10-29 00:54-0400\n" +"Last-Translator: Localization SIG \n" +"Language-Team: Spanish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, no-wrap +msgid "125mm" +msgstr "" + +#, no-wrap +msgid "Install =MEDIUM= =CURRENT= of =LAST=" +msgstr "=MEDIUM= de instalación =CURRENT= de =LAST=" + +#, no-wrap +msgid "For =ARCH= architectures" +msgstr "Para arquitecturas =ARCH=" + +#, no-wrap +msgid "Copyright © =COPYRIGHT_YEAR= The CentOS Project. All rights reserved." +msgstr "Copyright © =COPYRIGHT_YEAR= The CentOS Project. Todos los derechos reservados." + +#, no-wrap +msgid "What is CentOS?" +msgstr "¿Qué es CentOS?" + +#, no-wrap +msgid "CentOS is an Enterprise GNU/Linux distribution based on the freely available sources from Red Hat Enterprise Linux. Each CentOS version is supported for 7 years (by means of security updates)." +msgstr "CentOS es una distribución de Linux Empresarial basada en los paquetes fuentes libremente disponibles de Red Hat Enterprise Linux. Cada versión de CentOS es manteninda durante 7 años (por medio de actualizaciones de seguridad)." + +#, no-wrap +msgid "A new CentOS version is release every 2 years and each CentOS version is regularly updated (every 6 months) to support newer hardware." +msgstr "Una versión nueva de CentOS es liberada cada 2 años y cada versión de CentOS es actualizada regularmente (cada 6 meses) para mantener hardware nuevo." + +#, no-wrap +msgid "This results in a secure, low-maintenance, reliable, predictable and reproducible environment." +msgstr "Esto resulta un entorno seguro, de baja mantención, confiable, predecible y reproducible." + +#, no-wrap +msgid "Visit =URL=, for more information." +msgstr "Visite =URL=, para más información." + +#, no-wrap +msgid "FOLD HERE" +msgstr "PLIEGUE AQUÍ" + +#, no-wrap +msgid "CD Sleeve" +msgstr "Envoltura de CD" + +#, no-wrap +msgid "For CentOS =RELEASE= installation media on =ARCH= architectures." +msgstr "Para los medios de instalación de CentOS =RELEASE= en arquitecturas =ARCH=." + +#, no-wrap +msgid "=RELEASE=" +msgstr "" + +#, no-wrap +msgid "Copyright © =COPYRIGHT_YEAR= =COPYRIGHT_HOLDER_PREDICATE=" +msgstr "" + +#, no-wrap +msgid "This artwork is released under the terms of =LICENSE=." +msgstr "Este trabajo artístico es liberado bajo los términos de =LICENSE=." + +#, no-wrap +msgid "FOLDED SLEEVE" +msgstr "ENVOLTURA PLEGADA" + +#, no-wrap +msgid "EMPTY CASE" +msgstr "CAJA VACÍA" + +#, no-wrap +msgid "1" +msgstr "" + +#, no-wrap +msgid "2" +msgstr "" + +#. Put one translator per line, in the form of NAME , YEAR1, YEAR2. +msgid "translator-credits" +msgstr "Alain Reguera Delgado , 2013" diff --git a/Artworks/Themes/Models/Media/Locales/es_ES/sleeve-live.svgz.po b/Artworks/Themes/Models/Media/Locales/es_ES/sleeve-live.svgz.po new file mode 100644 index 0000000..22e7d41 --- /dev/null +++ b/Artworks/Themes/Models/Media/Locales/es_ES/sleeve-live.svgz.po @@ -0,0 +1,91 @@ +msgid "" +msgstr "" +"Project-Id-Version: sleeve-live.svgz 0.6\n" +"POT-Creation-Date: 2013-10-29 00:54-0400\n" +"PO-Revision-Date: 2013-10-29 00:54-0400\n" +"Last-Translator: Localization SIG \n" +"Language-Team: Spanish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, no-wrap +msgid "125mm" +msgstr "" + +#, no-wrap +msgid "Live =MEDIUM=" +msgstr "=MEDIUM= vivo" + +#, no-wrap +msgid "For =ARCH= architectures" +msgstr "Para arquitecturas =ARCH=" + +#, no-wrap +msgid "Copyright © =COPYRIGHT_YEAR= The CentOS Project. All rights reserved." +msgstr "Copyright © =COPYRIGHT_YEAR= The CentOS Project. Todos los derechos reservados." + +#, no-wrap +msgid "What is CentOS?" +msgstr "¿Qué es CentOS?" + +#, no-wrap +msgid "CentOS is an Enterprise GNU/Linux distribution based on the freely available sources from Red Hat Enterprise Linux. Each CentOS version is supported for 7 years (by means of security updates)." +msgstr "CentOS es una distribución de Linux Empresarial basada en los paquetes fuentes libremente disponibles de Red Hat Enterprise Linux. Cada versión de CentOS es manteninda durante 7 años (por medio de actualizaciones de seguridad)." + +#, no-wrap +msgid "A new CentOS version is release every 2 years and each CentOS version is regularly updated (every 6 months) to support newer hardware." +msgstr "Una versión nueva de CentOS es liberada cada 2 años y cada versión de CentOS es actualizada regularmente (cada 6 meses) para mantener hardware nuevo." + +#, no-wrap +msgid "This results in a secure, low-maintenance, reliable, predictable and reproducible environment." +msgstr "Esto resulta un entorno seguro, de baja mantención, confiable, predecible y reproducible." + +#, no-wrap +msgid "Visit =URL=, for more information." +msgstr "Visite =URL=, para más información." + +#, no-wrap +msgid "FOLD HERE" +msgstr "PLIEGUE AQUÍ" + +#, no-wrap +msgid "CD Sleeve" +msgstr "Envoltura de CD" + +#, no-wrap +msgid "For CentOS =RELEASE= live media on =ARCH= architectures." +msgstr "Para los medios de instalación de CentOS =RELEASE= en arquitecturas =ARCH=." + +#, no-wrap +msgid "=RELEASE=" +msgstr "" + +#, no-wrap +msgid "Copyright © =COPYRIGHT_YEAR= =COPYRIGHT_HOLDER_PREDICATE=" +msgstr "" + +#, no-wrap +msgid "This artwork is released under the terms of =LICENSE=." +msgstr "Este trabajo artístico es liberado bajo los términos de =LICENSE=." + +#, no-wrap +msgid "FOLDED SLEEVE" +msgstr "ENVOLTURA PLEGADA" + +#, no-wrap +msgid "EMPTY CASE" +msgstr "CAJA VACÍA" + +#, no-wrap +msgid "1" +msgstr "" + +#, no-wrap +msgid "2" +msgstr "" + +#. Put one translator per line, in the form of NAME , YEAR1, YEAR2. +msgid "translator-credits" +msgstr "Alain Reguera Delgado , 2013" diff --git a/Artworks/Themes/Models/Media/Locales/es_ES/sleeve-netinstall.svgz.po b/Artworks/Themes/Models/Media/Locales/es_ES/sleeve-netinstall.svgz.po new file mode 100644 index 0000000..54aba2e --- /dev/null +++ b/Artworks/Themes/Models/Media/Locales/es_ES/sleeve-netinstall.svgz.po @@ -0,0 +1,91 @@ +msgid "" +msgstr "" +"Project-Id-Version: sleeve-netinstall.svgz 0.6\n" +"POT-Creation-Date: 2013-10-29 00:54-0400\n" +"PO-Revision-Date: 2013-10-29 00:54-0400\n" +"Last-Translator: Localization SIG \n" +"Language-Team: Spanish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#, no-wrap +msgid "125mm" +msgstr "" + +#, no-wrap +msgid "Net install" +msgstr "Instalador por red" + +#, no-wrap +msgid "For =ARCH= architectures" +msgstr "Para arquitecturas =ARCH=" + +#, no-wrap +msgid "Copyright © =COPYRIGHT_YEAR= The CentOS Project. All rights reserved." +msgstr "" + +#, no-wrap +msgid "What is CentOS?" +msgstr "¿Qué es CentOS?" + +#, no-wrap +msgid "CentOS is an Enterprise GNU/Linux distribution based on the freely available sources from Red Hat Enterprise Linux. Each CentOS version is supported for 7 years (by means of security updates)." +msgstr "CentOS es una distribución de Linux Empresarial basada en los paquetes fuentes libremente disponibles de Red Hat Enterprise Linux. Cada versión de CentOS es manteninda durante 7 años (por medio de actualizaciones de seguridad)." + +#, no-wrap +msgid "A new CentOS version is release every 2 years and each CentOS version is regularly updated (every 6 months) to support newer hardware." +msgstr "Una versión nueva de CentOS es liberada cada 2 años y cada versión de CentOS es actualizada regularmente (cada 6 meses) para mantener hardware nuevo." + +#, no-wrap +msgid "This results in a secure, low-maintenance, reliable, predictable and reproducible environment." +msgstr "Esto resulta un entorno seguro, de baja mantención, confiable, predecible y reproducible." + +#, no-wrap +msgid "Visit =URL=, for more information." +msgstr "Visite =URL=, para más información." + +#, no-wrap +msgid "FOLD HERE" +msgstr "PLIEGUE AQUÍ" + +#, no-wrap +msgid "CD Sleeve" +msgstr "Envoltura de CD" + +#, no-wrap +msgid "For CentOS =RELEASE= net install media on =ARCH= architectures." +msgstr "Para los medios de instalación por red de CentOS =RELEASE= en arquitecturas =ARCH=." + +#, no-wrap +msgid "=RELEASE=" +msgstr "" + +#, no-wrap +msgid "Copyright © =COPYRIGHT_YEAR= =COPYRIGHT_HOLDER_PREDICATE=" +msgstr "" + +#, no-wrap +msgid "This artwork is released under the terms of =LICENSE=." +msgstr "Este trabajo artístico es liberado bajo los términos de =LICENSE=." + +#, no-wrap +msgid "FOLDED SLEEVE" +msgstr "ENVOLTURA PLEGADA" + +#, no-wrap +msgid "EMPTY CASE" +msgstr "CAJA VACÍA" + +#, no-wrap +msgid "1" +msgstr "" + +#, no-wrap +msgid "2" +msgstr "" + +#. Put one translator per line, in the form of NAME , YEAR1, YEAR2. +msgid "translator-credits" +msgstr "Alain Reguera Delgado , 2013" diff --git a/Artworks/Themes/Models/Media/Locales/es_ES/sleeve.svgz.po b/Artworks/Themes/Models/Media/Locales/es_ES/sleeve.svgz.po new file mode 100644 index 0000000..96e1651 --- /dev/null +++ b/Artworks/Themes/Models/Media/Locales/es_ES/sleeve.svgz.po @@ -0,0 +1,114 @@ +msgid "" +msgstr "" +"Project-Id-Version: sleeve.svgz 0.6\n" +"POT-Creation-Date: 2013-10-24 21:50-0400\n" +"PO-Revision-Date: 2013-10-24 21:50-0400\n" +"Last-Translator: Localization SIG \n" +"Language-Team: Spanish\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +msgid "image/svg+xml" +msgstr "" + +msgid "sleeve-installcd-1.svg" +msgstr "" + +msgid "2011-07-30" +msgstr "" + +msgid "The CentOS Project" +msgstr "" + +msgid "" +"https://projects.centos.org/svn/artwork/trunk/Identity/Models/Themes/Default/" +"Media/sleeve-installcd-1.svg" +msgstr "" + +msgid "en_US" +msgstr "es_ES" + +msgid "Identity" +msgstr "Identidad" + +msgid "Models" +msgstr "Modelos" + +msgid "Themes" +msgstr "Apariencias" + +msgid "Default" +msgstr "Predeterminado" + +msgid "Media" +msgstr "Medios" + +#, no-wrap +msgid "125mm" +msgstr "" + +#, no-wrap +msgid "Install =MEDIUM= =CURRENT= of =LAST=" +msgstr "=MEDIUM= de instalación =CURRENT= de =LAST=" + +#, no-wrap +msgid "for CentOS =RELEASE= on =ARCH= architectures" +msgstr "para CentOS =RELEASE= en arquitecturas =ARCH=" + +#, no-wrap +msgid "Copyright © =COPYRIGHT_YEAR= The CentOS Project. All rights reserved." +msgstr "" + +#, no-wrap +msgid "What is CentOS?" +msgstr "¿Qué es CentOS?" + +#, no-wrap +msgid "CentOS is an Enterprise GNU/Linux distribution based on the freely available sources from Red Hat Enterprise Linux. Each CentOS version is supported for 7 years (by means of security updates)." +msgstr "CentOS es una distribución de Linux Empresarial basada en los paquetes fuentes libremente disponibles de Red Hat Enterprise Linux. Cada versión de CentOS es manteninda durante 7 años (por medio de actualizaciones de seguridad)." + +#, no-wrap +msgid "A new CentOS version is release every 2 years and each CentOS version is regularly updated (every 6 months) to support newer hardware." +msgstr "Una versión nueva de CentOS es liberada cada 2 años y cada versión de CentOS es actualizada regularmente (cada 6 meses) para mantener hardware nuevo." + +#, no-wrap +msgid "This results in a secure, low-maintenance, reliable, predictable and reproducible environment." +msgstr "Esto resulta un entorno seguro, de baja mantención, confiable, predecible y reproducible." + +#, no-wrap +msgid "Visit =URL=, for more information." +msgstr "Visite =URL=, para más información." + +#, no-wrap +msgid "FOLD HERE" +msgstr "PLIEGUE AQUÍ" + +#, no-wrap +msgid "CD Sleeve" +msgstr "Envoltura de CD" + +#, no-wrap +msgid "for CentOS =RELEASE= installation media on =ARCH= architectures." +msgstr "para los medios de instalación de CentOS =RELEASE= en arquitecturas =ARCH=." + +#, no-wrap +msgid "FOLDED SLEEVE" +msgstr "ENVOLTURA PLEGADA" + +#, no-wrap +msgid "EMPTY CASE" +msgstr "CAJA VACÍA" + +#, no-wrap +msgid "Copyright © =COPYRIGHT_YEAR= =COPYRIGHT_HOLDER_PREDICATE=" +msgstr "" + +#, no-wrap +msgid "This artwork is released under the terms of =LICENSE=." +msgstr "Este trabajo artístico es liberado bajo los términos de =LICENSE=." + +#. Put one translator per line, in the form of NAME , YEAR1, YEAR2. +msgid "translator-credits" +msgstr "Alain Reguera Delgado , 2013" diff --git a/Artworks/Themes/Models/Media/brands.conf b/Artworks/Themes/Models/Media/brands.conf deleted file mode 100644 index 38fee1e..0000000 --- a/Artworks/Themes/Models/Media/brands.conf +++ /dev/null @@ -1,38 +0,0 @@ -# branding.conf -- This file controls the position of The CentOS -# Project branding information, when images are produced through the -# `render' functionality of the `centos-art.sh' script, and the -# `--with-brands' option is provided. -# ----------------------------------------------------------------------- -# $Id: branding.conf 4948 2011-11-13 14:06:56Z al $ -# ----------------------------------------------------------------------- - -[types] - -sleeve-installcd-1.svgz = "Types/Default/ffffff/ffffff-0/24/centos.png:x24+100+588" -sleeve-installcd-2.svgz = "Types/Default/ffffff/ffffff-0/24/centos.png:x24+100+588" -sleeve-installcd-3.svgz = "Types/Default/ffffff/ffffff-0/24/centos.png:x24+100+588" -sleeve-installcd-4.svgz = "Types/Default/ffffff/ffffff-0/24/centos.png:x24+100+588" -sleeve-installcd-5.svgz = "Types/Default/ffffff/ffffff-0/24/centos.png:x24+100+588" -sleeve-installcd-6.svgz = "Types/Default/ffffff/ffffff-0/24/centos.png:x24+100+588" -sleeve-installdvd-1.svgz = "Types/Default/ffffff/ffffff-0/24/centos.png:x24+100+588" -sleeve-livecd-1.svgz = "Types/Default/ffffff/ffffff-0/24/centos.png:x24+100+588" -sleeve-livedvd-1.svgz = "Types/Default/ffffff/ffffff-0/24/centos.png:x24+100+588" - -[symbols] - -label-installcd-1.svgz = "Symbols/Default/ffffff/ffffff-0/48/centos.png:x48+272.289+255:x48+737.811+255" -label-installcd-2.svgz = "Symbols/Default/ffffff/ffffff-0/48/centos.png:x48+272.289+255:x48+737.811+255" -label-installcd-3.svgz = "Symbols/Default/ffffff/ffffff-0/48/centos.png:x48+272.289+255:x48+737.811+255" -label-installdvd-1.svgz = "Symbols/Default/ffffff/ffffff-0/48/centos.png:x48+272.289+255:x48+737.811+255" -label-livecd-1.svgz = "Symbols/Default/ffffff/ffffff-0/48/centos.png:x48+272.289+255:x48+737.811+255" -label-livedvd-1.svgz = "Symbols/Default/ffffff/ffffff-0/48/centos.png:x48+272.289+255:x48+737.811+255" -sleeve-installcd-1.svgz = "Symbols/Default/ffffff/ffffff-0/48/centos.png:x48+905+224:x48+100+520" -sleeve-installcd-2.svgz = "Symbols/Default/ffffff/ffffff-0/48/centos.png:x48+905+224:x48+100+520" -sleeve-installcd-3.svgz = "Symbols/Default/ffffff/ffffff-0/48/centos.png:x48+905+224:x48+100+520" -sleeve-installcd-4.svgz = "Symbols/Default/ffffff/ffffff-0/48/centos.png:x48+905+224:x48+100+520" -sleeve-installcd-5.svgz = "Symbols/Default/ffffff/ffffff-0/48/centos.png:x48+905+224:x48+100+520" -sleeve-installcd-6.svgz = "Symbols/Default/ffffff/ffffff-0/48/centos.png:x48+905+224:x48+100+520" -sleeve-installdvd-1.svgz = "Symbols/Default/ffffff/ffffff-0/48/centos.png:x48+905+224:x48+100+520" -sleeve-installcd-1.svgz = "Symbols/Default/ffffff/ffffff-0/48/centos.png:x48+905+224:x48+100+520" -sleeve-livecd-1.svgz = "Symbols/Default/ffffff/ffffff-0/48/centos.png:x48+905+224:x48+100+520" -sleeve-livedvd-1.svgz = "Symbols/Default/ffffff/ffffff-0/48/centos.png:x48+905+224:x48+100+520" diff --git a/Artworks/Themes/Models/Media/images-es_ES.po b/Artworks/Themes/Models/Media/images-es_ES.po deleted file mode 100644 index b2f8af4..0000000 --- a/Artworks/Themes/Models/Media/images-es_ES.po +++ /dev/null @@ -1,848 +0,0 @@ -msgid "" -msgstr "" -"Project-Id-Version: centos-art (es_ES)\n" -"POT-Creation-Date: 2011-03-05 23:12-0500\n" -"PO-Revision-Date: 2011-02-16 13:08-0500\n" -"Last-Translator: CentOS Documentation SIG\n" -"Language-Team: Español\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#. Put one translator per line, in the form of NAME , YEAR1, YEAR2. -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-1.svg:0(None) -msgid "translator-credits" -msgstr "Alain Reguera Delgado , 2009, 2010, 2011" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-1.svg:110(format) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-2.svg:110(format) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-3.svg:110(format) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installdvd-1.svg:110(format) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livecd-1.svg:110(format) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livedvd-1.svg:110(format) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:100(format) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:100(format) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:100(format) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:100(format) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:100(format) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:100(format) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:100(format) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:100(format) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:100(format) -msgid "image/svg+xml" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-1.svg:115(title) -msgid "label-installcd-1.svg" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-1.svg:116(date) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-2.svg:116(date) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-3.svg:116(date) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installdvd-1.svg:116(date) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livecd-1.svg:116(date) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livedvd-1.svg:116(date) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:106(date) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:106(date) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:106(date) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:106(date) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:106(date) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:106(date) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:106(date) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:106(date) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:106(date) -msgid "2011-03-05" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-1.svg:119(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-1.svg:124(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-1.svg:129(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-1.svg:147(coverage) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-2.svg:119(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-2.svg:124(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-2.svg:129(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-2.svg:147(coverage) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-3.svg:119(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-3.svg:124(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-3.svg:129(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-3.svg:147(coverage) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installdvd-1.svg:119(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installdvd-1.svg:124(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installdvd-1.svg:129(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installdvd-1.svg:147(coverage) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livecd-1.svg:119(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livecd-1.svg:124(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livecd-1.svg:129(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livecd-1.svg:147(coverage) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livedvd-1.svg:119(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livedvd-1.svg:124(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livedvd-1.svg:129(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livedvd-1.svg:147(coverage) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:109(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:114(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:119(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:137(coverage) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:109(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:114(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:119(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:137(coverage) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:109(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:114(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:119(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:137(coverage) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:109(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:114(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:119(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:137(coverage) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:109(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:114(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:119(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:137(coverage) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:109(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:114(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:119(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:137(coverage) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:109(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:114(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:119(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:137(coverage) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:109(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:114(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:119(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:137(coverage) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:109(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:114(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:119(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:137(coverage) -msgid "The CentOS Project" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-1.svg:132(identifier) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-1.svg:133(source) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-1.svg:134(relation) -msgid "" -"https://projects.centos.org/svn/artwork/trunk/Identity/Themes/Models/Default/" -"Promo/Stationery/Media/label-installcd-1.svg" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-1.svg:135(language) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-2.svg:135(language) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-3.svg:135(language) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installdvd-1.svg:135(language) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livecd-1.svg:135(language) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livedvd-1.svg:135(language) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:125(language) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:125(language) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:125(language) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:125(language) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:125(language) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:125(language) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:125(language) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:125(language) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:125(language) -msgid "en_US" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-1.svg:138(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-2.svg:138(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-3.svg:138(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installdvd-1.svg:138(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livecd-1.svg:138(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livedvd-1.svg:138(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:128(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:128(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:128(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:128(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:128(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:128(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:128(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:128(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:128(li) -msgid "Identity" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-1.svg:139(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-2.svg:139(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-3.svg:139(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installdvd-1.svg:139(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livecd-1.svg:139(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livedvd-1.svg:139(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:129(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:129(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:129(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:129(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:129(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:129(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:129(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:129(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:129(li) -msgid "Themes" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-1.svg:140(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-2.svg:140(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-3.svg:140(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installdvd-1.svg:140(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livecd-1.svg:140(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livedvd-1.svg:140(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:130(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:130(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:130(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:130(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:130(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:130(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:130(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:130(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:130(li) -msgid "Models" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-1.svg:141(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-2.svg:141(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-3.svg:141(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installdvd-1.svg:141(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livecd-1.svg:141(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livedvd-1.svg:141(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:131(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:131(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:131(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:131(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:131(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:131(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:131(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:131(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:131(li) -msgid "Default" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-1.svg:142(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-2.svg:142(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-3.svg:142(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installdvd-1.svg:142(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livecd-1.svg:142(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livedvd-1.svg:142(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:132(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:132(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:132(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:132(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:132(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:132(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:132(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:132(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:132(li) -msgid "Promo" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-1.svg:143(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-2.svg:143(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-3.svg:143(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installdvd-1.svg:143(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livecd-1.svg:143(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livedvd-1.svg:143(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:133(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:133(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:133(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:133(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:133(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:133(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:133(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:133(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:133(li) -msgid "Stationery" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-1.svg:144(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-2.svg:144(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-3.svg:144(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installdvd-1.svg:144(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livecd-1.svg:144(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livedvd-1.svg:144(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:134(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:134(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:134(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:134(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:134(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:134(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:134(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:134(li) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:134(li) -msgid "Media" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-1.svg:148(description) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-2.svg:148(description) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-3.svg:148(description) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installdvd-1.svg:148(description) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livecd-1.svg:148(description) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livedvd-1.svg:148(description) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:138(description) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:138(description) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:138(description) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:138(description) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:138(description) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:138(description) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:138(description) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:138(description) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:138(description) -msgid "Default design models for CentOS Promotion" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-1.svg:151(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-2.svg:151(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-3.svg:151(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installdvd-1.svg:151(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livecd-1.svg:151(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livedvd-1.svg:151(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:141(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:141(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:141(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:141(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:141(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:141(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:141(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:141(title) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:141(title) -msgid "Alain Reguera Delgado" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-1.svg:446(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:374(tspan) -#, no-wrap -msgid "Install CD 1 of 6" -msgstr "CD instalador 1 de 6" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-1.svg:461(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-1.svg:906(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-2.svg:461(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-2.svg:906(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-3.svg:461(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-3.svg:906(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installdvd-1.svg:461(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installdvd-1.svg:906(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livecd-1.svg:461(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livecd-1.svg:906(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livedvd-1.svg:461(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livedvd-1.svg:906(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:389(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:389(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:389(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:389(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:389(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:389(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:389(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:389(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:389(flowPara) -#, no-wrap -msgid "for =ARCH= architectures" -msgstr "para architecturas =ARCH=" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-1.svg:498(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-1.svg:943(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-2.svg:498(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-2.svg:943(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-3.svg:498(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-3.svg:943(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installdvd-1.svg:498(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installdvd-1.svg:943(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livecd-1.svg:498(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livecd-1.svg:943(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livedvd-1.svg:498(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livedvd-1.svg:943(tspan) -#, no-wrap -msgid "CentOS =RELEASE= • Copyright © =COPYRIGHT_YEAR= =COPYRIGHT_HOLDER= • =URL=" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-1.svg:519(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-2.svg:519(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-3.svg:519(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installdvd-1.svg:519(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livecd-1.svg:519(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livedvd-1.svg:519(tspan) -#, no-wrap -msgid "120mm" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-1.svg:643(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-2.svg:643(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-3.svg:643(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installdvd-1.svg:643(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livecd-1.svg:643(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livedvd-1.svg:643(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:297(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:732(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:297(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:732(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:297(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:732(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:297(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:732(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:297(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:732(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:297(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:732(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:297(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:732(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:297(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:732(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:297(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:732(tspan) -#, no-wrap -msgid "Copyright © =COPYRIGHT_YEAR= =COPYRIGHT_HOLDER=" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-1.svg:891(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:374(tspan) -#, no-wrap -msgid "Install CD 2 of 6" -msgstr "CD instalador 2 de 6" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-1.svg:968(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-2.svg:968(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-3.svg:968(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installdvd-1.svg:968(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livecd-1.svg:968(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livedvd-1.svg:968(tspan) -#, no-wrap -msgid "Label CD" -msgstr "Etiqueta de CD" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-1.svg:980(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-2.svg:980(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-3.svg:980(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installdvd-1.svg:980(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livecd-1.svg:980(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livedvd-1.svg:980(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:969(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:969(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:969(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:969(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:969(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:969(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:969(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:969(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:969(tspan) -#, no-wrap -msgid "for CentOS =RELEASE= installation media in =ARCH= architectures." -msgstr "para los medios de instalación de CentOS =RELEASE= en arquitecturas =ARCH=." - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-2.svg:115(title) -msgid "label-installcd-2.svg" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-2.svg:132(identifier) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-2.svg:133(source) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-2.svg:134(relation) -msgid "" -"https://projects.centos.org/svn/artwork/trunk/Identity/Themes/Models/Default/" -"Promo/Stationery/Media/label-installcd-2.svg" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-2.svg:446(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:374(tspan) -#, no-wrap -msgid "Install CD 3 of 6" -msgstr "CD instalador 3 de 6" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-2.svg:891(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:374(tspan) -#, no-wrap -msgid "Install CD 4 of 6" -msgstr "CD instalador 4 de 6" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-3.svg:115(title) -msgid "label-installcd-3.svg" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-3.svg:132(identifier) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-3.svg:133(source) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-3.svg:134(relation) -msgid "" -"https://projects.centos.org/svn/artwork/trunk/Identity/Themes/Models/Default/" -"Promo/Stationery/Media/label-installcd-3.svg" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-3.svg:446(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:374(tspan) -#, no-wrap -msgid "Install CD 5 of 6" -msgstr "CD instalador 5 de 6" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installcd-3.svg:891(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:374(tspan) -#, no-wrap -msgid "Install CD 6 of 6" -msgstr "CD instalador 6 de 6" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installdvd-1.svg:115(title) -msgid "label-installdvd-1.svg" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installdvd-1.svg:132(identifier) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installdvd-1.svg:133(source) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installdvd-1.svg:134(relation) -msgid "" -"https://projects.centos.org/svn/artwork/trunk/Identity/Themes/Models/Default/" -"Promo/Stationery/Media/label-installdvd-1.svg" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installdvd-1.svg:446(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-installdvd-1.svg:891(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:374(tspan) -#, no-wrap -msgid "Install DVD" -msgstr "DVD instalador" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livecd-1.svg:115(title) -msgid "label-livecd-1.svg" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livecd-1.svg:132(identifier) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livecd-1.svg:133(source) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livecd-1.svg:134(relation) -msgid "" -"https://projects.centos.org/svn/artwork/trunk/Identity/Themes/Models/Default/" -"Promo/Stationery/Media/label-livecd-1.svg" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livecd-1.svg:446(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livecd-1.svg:891(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:374(tspan) -#, no-wrap -msgid "Live CD" -msgstr "CD Vivo" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livedvd-1.svg:115(title) -msgid "label-livedvd-1.svg" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livedvd-1.svg:132(identifier) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livedvd-1.svg:133(source) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livedvd-1.svg:134(relation) -msgid "" -"https://projects.centos.org/svn/artwork/trunk/Identity/Themes/Models/Default/" -"Promo/Stationery/Media/label-livedvd-1.svg" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livedvd-1.svg:446(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/label-livedvd-1.svg:891(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:374(tspan) -#, no-wrap -msgid "Live DVD" -msgstr "DVD Vivo" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:105(title) -msgid "sleeve-installcd-1.svg" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:1113(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:1113(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:1113(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:1113(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:1113(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:1113(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:1113(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:1113(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:1113(flowPara) -#, no-wrap -msgid "FOLDED SLEEVE" -msgstr "ENVOLTURA PLEGADA" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:1125(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:1125(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:1125(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:1125(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:1125(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:1125(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:1125(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:1125(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:1125(flowPara) -#, no-wrap -msgid "EMPTY CASE" -msgstr "CAJA VACÍA" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:122(identifier) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:123(source) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:124(relation) -msgid "" -"https://projects.centos.org/svn/artwork/trunk/Identity/Themes/Models/Default/" -"Promo/Stationery/Media/sleeve-installcd-1.svg" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:236(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:236(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:236(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:236(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:236(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:236(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:236(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:236(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:236(tspan) -#, no-wrap -msgid "125mm" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:747(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:747(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:747(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:747(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:747(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:747(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:747(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:747(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:747(tspan) -#, no-wrap -msgid "What is CentOS?" -msgstr "¿Qué es CentOS?" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:760(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:760(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:760(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:760(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:760(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:760(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:760(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:760(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:760(flowPara) -#, no-wrap -msgid "CentOS is an Enterprise GNU/Linux distribution based on the freely available sources from Red Hat Enterprise Linux. Each CentOS version is supported for 7 years (by means of security updates)." -msgstr "CentOS es una distribución de Linux Empresarial basada en los paquetes fuentes libremente disponibles de Red Hat Enterprise Linux. Cada versión de CentOS es manteninda durante 7 años (por medio de actualizaciones de seguridad)." - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:762(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:762(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:762(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:762(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:762(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:762(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:762(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:762(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:762(flowPara) -#, no-wrap -msgid "A new CentOS version is release every 2 years and each CentOS version is regularly updated (every 6 months) to support newer hardware." -msgstr "Una versión nueva de CentOS es liberada cada 2 años y cada versión de CentOS es actualizada regularmente (cada 6 meses) para mantener hardware nuevo." - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:764(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:764(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:764(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:764(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:764(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:764(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:764(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:764(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:764(flowPara) -#, no-wrap -msgid "This results in a secure, low-maintenance, reliable, predictable and reproducible environment." -msgstr "Esto resulta un entorno seguro, de baja mantención, confiable, predecible y reproducible." - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:766(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:766(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:766(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:766(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:766(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:766(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:766(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:766(flowPara) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:766(flowPara) -#, no-wrap -msgid "Visit =URL=, for more information." -msgstr "Visite =URL=, para más información." - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:786(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:831(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:786(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:831(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:786(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:831(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:786(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:831(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:786(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:831(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:786(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:831(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:786(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:831(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:786(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:831(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:786(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:831(tspan) -#, no-wrap -msgid "CentOS" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:810(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:868(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:810(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:868(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:810(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:868(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:810(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:868(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:810(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:868(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:810(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:868(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:810(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:868(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:810(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:868(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:810(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:868(tspan) -#, no-wrap -msgid "™" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:857(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:857(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:857(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:857(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:857(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:857(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:857(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:857(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:857(tspan) -#, no-wrap -msgid "=RELEASE=" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:888(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:918(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:888(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:918(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:888(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:918(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:888(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:918(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:888(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:918(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:888(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:918(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:888(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:918(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:888(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:918(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:888(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:918(tspan) -#, no-wrap -msgid "FOLD HERE" -msgstr "PLIEGUE AQUÍ" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-1.svg:957(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:957(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:957(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:957(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:957(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:957(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:957(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:957(tspan) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:957(tspan) -#, no-wrap -msgid "Sleeve CD" -msgstr "Envoltura de CD" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:105(title) -msgid "sleeve-installcd-2.svg" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:122(identifier) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:123(source) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-2.svg:124(relation) -msgid "" -"https://projects.centos.org/svn/artwork/trunk/Identity/Themes/Models/Default/" -"Promo/Stationery/Media/sleeve-installcd-2.svg" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:105(title) -msgid "sleeve-installcd-3.svg" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:122(identifier) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:123(source) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-3.svg:124(relation) -msgid "" -"https://projects.centos.org/svn/artwork/trunk/Identity/Themes/Models/Default/" -"Promo/Stationery/Media/sleeve-installcd-3.svg" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:105(title) -msgid "sleeve-installcd-4.svg" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:122(identifier) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:123(source) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-4.svg:124(relation) -msgid "" -"https://projects.centos.org/svn/artwork/trunk/Identity/Themes/Models/Default/" -"Promo/Stationery/Media/sleeve-installcd-4.svg" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:105(title) -msgid "sleeve-installcd-5.svg" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:122(identifier) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:123(source) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-5.svg:124(relation) -msgid "" -"https://projects.centos.org/svn/artwork/trunk/Identity/Themes/Models/Default/" -"Promo/Stationery/Media/sleeve-installcd-5.svg" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:105(title) -msgid "sleeve-installcd-6.svg" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:122(identifier) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:123(source) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installcd-6.svg:124(relation) -msgid "" -"https://projects.centos.org/svn/artwork/trunk/Identity/Themes/Models/Default/" -"Promo/Stationery/Media/sleeve-installcd-6.svg" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:105(title) -msgid "sleeve-installdvd-1.svg" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:122(identifier) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:123(source) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-installdvd-1.svg:124(relation) -msgid "" -"https://projects.centos.org/svn/artwork/trunk/Identity/Themes/Models/Default/" -"Promo/Stationery/Media/sleeve-installdvd-1.svg" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:105(title) -msgid "sleeve-livecd-1.svg" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:122(identifier) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:123(source) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livecd-1.svg:124(relation) -msgid "" -"https://projects.centos.org/svn/artwork/trunk/Identity/Themes/Models/Default/" -"Promo/Stationery/Media/sleeve-livecd-1.svg" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:105(title) -msgid "sleeve-livedvd-1.svg" -msgstr "" - -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:122(identifier) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:123(source) -#: /home/centos/artwork/trunk/Identity/Themes/Models/Default/Promo/Stationery/Media/sleeve-livedvd-1.svg:124(relation) -msgid "" -"https://projects.centos.org/svn/artwork/trunk/Identity/Themes/Models/Default/" -"Promo/Stationery/Media/sleeve-livedvd-1.svg" -msgstr "" - -#~ msgid "EMPTY" -#~ msgstr "VACÍA" - -#~ msgid "CASE" -#~ msgstr "CAJA" - -#~ msgid "FOLDED" -#~ msgstr "PLEGADA" - -#~ msgid "SLEEVE" -#~ msgstr "ENVOLTURA" diff --git a/Artworks/Themes/Models/Media/images.conf b/Artworks/Themes/Models/Media/images.conf deleted file mode 100644 index e69de29..0000000 --- a/Artworks/Themes/Models/Media/images.conf +++ /dev/null diff --git a/Artworks/Themes/Models/Media/label-install.svgz b/Artworks/Themes/Models/Media/label-install.svgz new file mode 100644 index 0000000..e0b936f Binary files /dev/null and b/Artworks/Themes/Models/Media/label-install.svgz differ diff --git a/Artworks/Themes/Models/Media/label-installcd-1.svgz b/Artworks/Themes/Models/Media/label-installcd-1.svgz deleted file mode 100644 index 6d59403..0000000 Binary files a/Artworks/Themes/Models/Media/label-installcd-1.svgz and /dev/null differ diff --git a/Artworks/Themes/Models/Media/label-installcd-2.svgz b/Artworks/Themes/Models/Media/label-installcd-2.svgz deleted file mode 100644 index 5f6cb80..0000000 Binary files a/Artworks/Themes/Models/Media/label-installcd-2.svgz and /dev/null differ diff --git a/Artworks/Themes/Models/Media/label-installcd-3.svgz b/Artworks/Themes/Models/Media/label-installcd-3.svgz deleted file mode 100644 index 3cabfdf..0000000 Binary files a/Artworks/Themes/Models/Media/label-installcd-3.svgz and /dev/null differ diff --git a/Artworks/Themes/Models/Media/label-installdvd-1.svgz b/Artworks/Themes/Models/Media/label-installdvd-1.svgz deleted file mode 100644 index d40bcac..0000000 Binary files a/Artworks/Themes/Models/Media/label-installdvd-1.svgz and /dev/null differ diff --git a/Artworks/Themes/Models/Media/label-live.svgz b/Artworks/Themes/Models/Media/label-live.svgz new file mode 100644 index 0000000..4627d5f Binary files /dev/null and b/Artworks/Themes/Models/Media/label-live.svgz differ diff --git a/Artworks/Themes/Models/Media/label-livecd-1.svgz b/Artworks/Themes/Models/Media/label-livecd-1.svgz deleted file mode 100644 index abfa49a..0000000 Binary files a/Artworks/Themes/Models/Media/label-livecd-1.svgz and /dev/null differ diff --git a/Artworks/Themes/Models/Media/label-livedvd-1.svgz b/Artworks/Themes/Models/Media/label-livedvd-1.svgz deleted file mode 100644 index b086d2c..0000000 Binary files a/Artworks/Themes/Models/Media/label-livedvd-1.svgz and /dev/null differ diff --git a/Artworks/Themes/Models/Media/label-netinstall.svgz b/Artworks/Themes/Models/Media/label-netinstall.svgz new file mode 100644 index 0000000..ac8571d Binary files /dev/null and b/Artworks/Themes/Models/Media/label-netinstall.svgz differ diff --git a/Artworks/Themes/Models/Media/render.conf.tpl b/Artworks/Themes/Models/Media/render.conf.tpl new file mode 100644 index 0000000..7cca57f --- /dev/null +++ b/Artworks/Themes/Models/Media/render.conf.tpl @@ -0,0 +1,129 @@ +[label-install-cd] +render-type = "svg" +render-flow = "media" +render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Media/label-install.svgz" +locale-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Media/Locales/${TCAR_SCRIPT_LANG_LC}/label-install.svgz.po" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Final/ffffff/ffffff-0/48/centos.png:x48+272.289+255" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Final/ffffff/ffffff-0/48/centos.png:x48+737.289+255" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Default/Final/ffffff/ffffff-0/20/centos.png:x20+105+417" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Default/Final/ffffff/ffffff-0/20/centos.png:x20+571+417" +media-number = "6" +media-type = "CD" +media-release = "5.9 5.10" +media-arch = "i386 x86_64" + +[label-install-dvd] +render-type = "svg" +render-flow = "media" +render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Media/label-install.svgz" +locale-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Media/Locales/${TCAR_SCRIPT_LANG_LC}/label-install.svgz.po" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Final/ffffff/ffffff-0/48/centos.png:x48+272.289+255" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Final/ffffff/ffffff-0/48/centos.png:x48+737.289+255" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Default/Final/ffffff/ffffff-0/20/centos.png:x20+105+417" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Default/Final/ffffff/ffffff-0/20/centos.png:x20+571+417" +media-number = "2" +media-type = "DVD" +media-release = "5.9 5.10" +media-arch = "i386 x86_64" + +[label-live-cd] +render-type = "svg" +render-flow = "media" +render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Media/label-live.svgz" +locale-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Media/Locales/${TCAR_SCRIPT_LANG_LC}/label-live.svgz.po" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Final/ffffff/ffffff-0/48/centos.png:x48+272.289+255" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Final/ffffff/ffffff-0/48/centos.png:x48+737.289+255" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Default/Final/ffffff/ffffff-0/20/centos.png:x20+105+417" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Default/Final/ffffff/ffffff-0/20/centos.png:x20+571+417" +media-number = "1" +media-type = "CD" +media-release = "5.9 5.10" +media-arch = "i386 x86_64" + +[label-live-dvd] +render-type = "svg" +render-flow = "media" +render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Media/label-live.svgz" +locale-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Media/Locales/${TCAR_SCRIPT_LANG_LC}/label-live.svgz.po" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Final/ffffff/ffffff-0/48/centos.png:x48+272.289+255" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Final/ffffff/ffffff-0/48/centos.png:x48+737.289+255" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Default/Final/ffffff/ffffff-0/20/centos.png:x20+105+417" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Default/Final/ffffff/ffffff-0/20/centos.png:x20+571+417" +media-number = "1" +media-type = "DVD" +media-release = "5.9 5.10" +media-arch = "i386 x86_64" + +[label-netinstall] +render-type = "svg" +render-flow = "media" +render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Media/label-netinstall.svgz" +locale-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Media/Locales/${TCAR_SCRIPT_LANG_LC}/label-netinstall.svgz.po" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Final/ffffff/ffffff-0/48/centos.png:x48+272.289+255" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Final/ffffff/ffffff-0/48/centos.png:x48+737.289+255" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Default/Final/ffffff/ffffff-0/20/centos.png:x20+105+417" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Default/Final/ffffff/ffffff-0/20/centos.png:x20+571+417" +media-number = "1" +media-type = "CD" +media-release = "5.9 5.10" +media-arch = "i386 x86_64" + +[sleeve-install-cd] +render-type = "svg" +render-flow = "media" +render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Media/sleeve-install.svgz" +locale-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Media/Locales/${TCAR_SCRIPT_LANG_LC}/sleeve-install.svgz.po" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Default/Final/ffffff/ffffff-0/24/centos.png:x24+100+568" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Final/ffffff/ffffff-0/48/centos.png:x48+905+204" +media-number = "6" +media-type = "CD" +media-release = "5.9 5.10" +media-arch = "i386 x86_64" + +[sleeve-install-dvd] +render-type = "svg" +render-flow = "media" +render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Media/sleeve-install.svgz" +locale-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Media/Locales/${TCAR_SCRIPT_LANG_LC}/sleeve-install.svgz.po" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Default/Final/ffffff/ffffff-0/24/centos.png:x24+100+568" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Final/ffffff/ffffff-0/48/centos.png:x48+905+204" +media-number = "2" +media-type = "DVD" +media-release = "5.9 5.10" +media-arch = "i386 x86_64" + +[sleeve-live-cd] +render-type = "svg" +render-flow = "media" +render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Media/sleeve-live.svgz" +locale-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Media/Locales/${TCAR_SCRIPT_LANG_LC}/sleeve-live.svgz.po" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Default/Final/ffffff/ffffff-0/24/centos.png:x24+100+568" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Final/ffffff/ffffff-0/48/centos.png:x48+905+204" +media-number = "1" +media-type = "CD" +media-release = "5.9 5.10" +media-arch = "i386 x86_64" + +[sleeve-live-dvd] +render-type = "svg" +render-flow = "media" +render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Media/sleeve-live.svgz" +locale-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Media/Locales/${TCAR_SCRIPT_LANG_LC}/sleeve-live.svgz.po" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Default/Final/ffffff/ffffff-0/24/centos.png:x24+100+568" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Final/ffffff/ffffff-0/48/centos.png:x48+905+204" +media-number = "1" +media-type = "DVD" +media-release = "5.9 5.10" +media-arch = "i386 x86_64" + +[sleeve-netinstall] +render-type = "svg" +render-flow = "media" +render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Media/sleeve-netinstall.svgz" +locale-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Media/Locales/${TCAR_SCRIPT_LANG_LC}/sleeve-netinstall.svgz.po" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Default/Final/ffffff/ffffff-0/24/centos.png:x24+100+568" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Final/ffffff/ffffff-0/48/centos.png:x48+905+204" +media-number = "1" +media-type = "CD" +media-release = "5.9 5.10" +media-arch = "i386 x86_64" diff --git a/Artworks/Themes/Models/Media/sleeve-install.svgz b/Artworks/Themes/Models/Media/sleeve-install.svgz new file mode 100644 index 0000000..5696fe2 Binary files /dev/null and b/Artworks/Themes/Models/Media/sleeve-install.svgz differ diff --git a/Artworks/Themes/Models/Media/sleeve-installcd-1.svgz b/Artworks/Themes/Models/Media/sleeve-installcd-1.svgz deleted file mode 100644 index 9198070..0000000 Binary files a/Artworks/Themes/Models/Media/sleeve-installcd-1.svgz and /dev/null differ diff --git a/Artworks/Themes/Models/Media/sleeve-installcd-2.svgz b/Artworks/Themes/Models/Media/sleeve-installcd-2.svgz deleted file mode 100644 index babcf89..0000000 Binary files a/Artworks/Themes/Models/Media/sleeve-installcd-2.svgz and /dev/null differ diff --git a/Artworks/Themes/Models/Media/sleeve-installcd-3.svgz b/Artworks/Themes/Models/Media/sleeve-installcd-3.svgz deleted file mode 100644 index dcf723b..0000000 Binary files a/Artworks/Themes/Models/Media/sleeve-installcd-3.svgz and /dev/null differ diff --git a/Artworks/Themes/Models/Media/sleeve-installcd-4.svgz b/Artworks/Themes/Models/Media/sleeve-installcd-4.svgz deleted file mode 100644 index f253b84..0000000 Binary files a/Artworks/Themes/Models/Media/sleeve-installcd-4.svgz and /dev/null differ diff --git a/Artworks/Themes/Models/Media/sleeve-installcd-5.svgz b/Artworks/Themes/Models/Media/sleeve-installcd-5.svgz deleted file mode 100644 index 0704d9d..0000000 Binary files a/Artworks/Themes/Models/Media/sleeve-installcd-5.svgz and /dev/null differ diff --git a/Artworks/Themes/Models/Media/sleeve-installcd-6.svgz b/Artworks/Themes/Models/Media/sleeve-installcd-6.svgz deleted file mode 100644 index 3e77916..0000000 Binary files a/Artworks/Themes/Models/Media/sleeve-installcd-6.svgz and /dev/null differ diff --git a/Artworks/Themes/Models/Media/sleeve-installdvd-1.svgz b/Artworks/Themes/Models/Media/sleeve-installdvd-1.svgz deleted file mode 100644 index 7951ff5..0000000 Binary files a/Artworks/Themes/Models/Media/sleeve-installdvd-1.svgz and /dev/null differ diff --git a/Artworks/Themes/Models/Media/sleeve-live.svgz b/Artworks/Themes/Models/Media/sleeve-live.svgz new file mode 100644 index 0000000..c916807 Binary files /dev/null and b/Artworks/Themes/Models/Media/sleeve-live.svgz differ diff --git a/Artworks/Themes/Models/Media/sleeve-livecd-1.svgz b/Artworks/Themes/Models/Media/sleeve-livecd-1.svgz deleted file mode 100644 index 72e4615..0000000 Binary files a/Artworks/Themes/Models/Media/sleeve-livecd-1.svgz and /dev/null differ diff --git a/Artworks/Themes/Models/Media/sleeve-livedvd-1.svgz b/Artworks/Themes/Models/Media/sleeve-livedvd-1.svgz deleted file mode 100644 index f5d19b7..0000000 Binary files a/Artworks/Themes/Models/Media/sleeve-livedvd-1.svgz and /dev/null differ diff --git a/Artworks/Themes/Models/Media/sleeve-netinstall.svgz b/Artworks/Themes/Models/Media/sleeve-netinstall.svgz new file mode 100644 index 0000000..e64ed2f Binary files /dev/null and b/Artworks/Themes/Models/Media/sleeve-netinstall.svgz differ diff --git a/Artworks/Themes/Models/Palettes/syslinux.gpl b/Artworks/Themes/Models/Palettes/syslinux.gpl index 3371330..a53395d 100644 --- a/Artworks/Themes/Models/Palettes/syslinux.gpl +++ b/Artworks/Themes/Models/Palettes/syslinux.gpl @@ -9,8 +9,8 @@ Columns: 16 91 124 172 5b7cac 108 136 180 6c88b4 120 146 186 7892ba -131 158 193 839ec1 255 255 255 ffffff +131 158 193 839ec1 146 170 200 92aac8 162 182 209 a2b6d1 183 199 219 b7c7db diff --git a/Artworks/Themes/Models/Posters/744x1052.svgz b/Artworks/Themes/Models/Posters/744x1052.svgz index 88a96bd..9a8caf0 100644 Binary files a/Artworks/Themes/Models/Posters/744x1052.svgz and b/Artworks/Themes/Models/Posters/744x1052.svgz differ diff --git a/Artworks/Themes/Models/Posters/render.conf.tpl b/Artworks/Themes/Models/Posters/render.conf.tpl new file mode 100644 index 0000000..4c0a619 --- /dev/null +++ b/Artworks/Themes/Models/Posters/render.conf.tpl @@ -0,0 +1,8 @@ +[744x1052.png] +render-type = "svg" +render-flow = "base" +render-from = "${TCAR_BASEDIR}/Artworks/Themes/Models/Posters/744x1052.svgz" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Default/Final/ffffff/ffffff-0/96/centos.png:x96+127+600" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Default/Final/ffffff/ffffff-0/96/message.png:x96+127+716" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Types/Default/Final/ffffff/ffffff-0/96/url.png:x96+127+832" +brand = "${TCAR_BASEDIR}/Artworks/Brands/Symbols/Default/Final/ffffff/ffffff-0/512/centos.png:x512+116+50" diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/1360x768.xcf.bz2 b/Artworks/Themes/Motifs/Flame/1/Backgrounds/1360x768.xcf.bz2 new file mode 100644 index 0000000..0a73c06 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/1/Backgrounds/1360x768.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/160x600.xcf.bz2 b/Artworks/Themes/Motifs/Flame/1/Backgrounds/160x600.xcf.bz2 new file mode 100644 index 0000000..987ba45 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/1/Backgrounds/160x600.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/200x150.xcf.bz2 b/Artworks/Themes/Motifs/Flame/1/Backgrounds/200x150.xcf.bz2 new file mode 100644 index 0000000..f30a9a3 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/1/Backgrounds/200x150.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/400x300.xcf.bz2 b/Artworks/Themes/Motifs/Flame/1/Backgrounds/400x300.xcf.bz2 new file mode 100644 index 0000000..273c450 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/1/Backgrounds/400x300.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/490x200.xcf.bz2 b/Artworks/Themes/Motifs/Flame/1/Backgrounds/490x200.xcf.bz2 new file mode 100644 index 0000000..21621e4 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/1/Backgrounds/490x200.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/510x300.xcf.bz2 b/Artworks/Themes/Motifs/Flame/1/Backgrounds/510x300.xcf.bz2 new file mode 100644 index 0000000..4c7efda Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/1/Backgrounds/510x300.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/640x300.xcf.bz2 b/Artworks/Themes/Motifs/Flame/1/Backgrounds/640x300.xcf.bz2 new file mode 100644 index 0000000..7d2d82d Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/1/Backgrounds/640x300.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/640x480.xcf.bz2 b/Artworks/Themes/Motifs/Flame/1/Backgrounds/640x480.xcf.bz2 new file mode 100644 index 0000000..aa3bb26 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/1/Backgrounds/640x480.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/800x600.xcf-flame.def b/Artworks/Themes/Motifs/Flame/1/Backgrounds/800x600.xcf-flame.def new file mode 100644 index 0000000..c3f077c --- /dev/null +++ b/Artworks/Themes/Motifs/Flame/1/Backgrounds/800x600.xcf-flame.def @@ -0,0 +1,18 @@ +time 0.2 +image_size 800 600 center -1.24242 -0.484848 pixels_per_unit 100 +spatial_oversample 2 spatial_filter_radius 0.75 sample_density 5 +nbatches 1 white_level 200 +brightness 1 gamma 2 cmap_inter 0 +xform 0 density 1 color 1 +var 0 0 0.64 0.36 0 0 0 +coefs -0.249052 -0.865284 -0.505536 0.696706 0.294436 -0.486678 +xform 1 density 1 color 0 +var 0 0 0.64 0.36 0 0 0 +coefs 0.486958 -0.747844 -0.0663962 0.890023 -0.515725 0.730979 +xform 2 density 1 color 0 +var 0 0 0.64 0.36 0 0 0 +coefs 0.676688 -0.477677 0.571602 -0.258166 0.187789 -0.0563527 +xform 3 density 1 color 0 +var 0 0.64 0 0.36 0 0 0 +coefs 0.367907 -1.20587 0.352269 0.745245 -0.247248 -0.498265 +; diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/800x600.xcf.bz2 b/Artworks/Themes/Motifs/Flame/1/Backgrounds/800x600.xcf.bz2 new file mode 100644 index 0000000..d2f6eb5 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/1/Backgrounds/800x600.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/800x88.xcf.bz2 b/Artworks/Themes/Motifs/Flame/1/Backgrounds/800x88.xcf.bz2 new file mode 100644 index 0000000..61b1202 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/1/Backgrounds/800x88.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Final/1360x768.png b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Final/1360x768.png new file mode 100644 index 0000000..27c2170 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Final/1360x768.png differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Final/160x600.png b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Final/160x600.png new file mode 100644 index 0000000..449490b Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Final/160x600.png differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Final/200x150.png b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Final/200x150.png new file mode 100644 index 0000000..951d6b9 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Final/200x150.png differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Final/2048x1536.png b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Final/2048x1536.png new file mode 100644 index 0000000..729bde2 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Final/2048x1536.png differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Final/400x300.png b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Final/400x300.png new file mode 100644 index 0000000..29c7e9f Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Final/400x300.png differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Final/490x200.png b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Final/490x200.png new file mode 100644 index 0000000..4190bed Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Final/490x200.png differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Final/510x300.png b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Final/510x300.png new file mode 100644 index 0000000..5e486e6 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Final/510x300.png differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Final/640x300.png b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Final/640x300.png new file mode 100644 index 0000000..9f803eb Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Final/640x300.png differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Final/640x480.png b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Final/640x480.png new file mode 100644 index 0000000..7a6db61 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Final/640x480.png differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Final/744x1052.png b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Final/744x1052.png new file mode 100644 index 0000000..4197e06 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Final/744x1052.png differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Final/800x600.png b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Final/800x600.png new file mode 100644 index 0000000..884abd4 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Final/800x600.png differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Final/800x88.png b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Final/800x88.png new file mode 100644 index 0000000..3541f15 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Final/800x88.png differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Images/1360x768-final.png b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Images/1360x768-final.png deleted file mode 100644 index 27c2170..0000000 Binary files a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Images/1360x768-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Images/160x600-final.png b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Images/160x600-final.png deleted file mode 100644 index 449490b..0000000 Binary files a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Images/160x600-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Images/200x150-final.png b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Images/200x150-final.png deleted file mode 100644 index 951d6b9..0000000 Binary files a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Images/200x150-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Images/2048x1536-final.png b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Images/2048x1536-final.png deleted file mode 100644 index 729bde2..0000000 Binary files a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Images/2048x1536-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Images/400x300-final.png b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Images/400x300-final.png deleted file mode 100644 index 29c7e9f..0000000 Binary files a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Images/400x300-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Images/490x200-final.png b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Images/490x200-final.png deleted file mode 100644 index 4190bed..0000000 Binary files a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Images/490x200-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Images/510x300-final.png b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Images/510x300-final.png deleted file mode 100644 index 5e486e6..0000000 Binary files a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Images/510x300-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Images/640x300-final.png b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Images/640x300-final.png deleted file mode 100644 index 9f803eb..0000000 Binary files a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Images/640x300-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Images/640x480-final.png b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Images/640x480-final.png deleted file mode 100644 index 7a6db61..0000000 Binary files a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Images/640x480-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Images/744x1052-final.png b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Images/744x1052-final.png deleted file mode 100644 index 4197e06..0000000 Binary files a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Images/744x1052-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Images/800x600-final.png b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Images/800x600-final.png deleted file mode 100644 index 884abd4..0000000 Binary files a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Images/800x600-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Images/800x88-final.png b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Images/800x88-final.png deleted file mode 100644 index 3541f15..0000000 Binary files a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Images/800x88-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Models/1360x768.xcf.bz2 b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Models/1360x768.xcf.bz2 deleted file mode 100644 index 0a73c06..0000000 Binary files a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Models/1360x768.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Models/160x600.xcf.bz2 b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Models/160x600.xcf.bz2 deleted file mode 100644 index 987ba45..0000000 Binary files a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Models/160x600.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Models/200x150.xcf.bz2 b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Models/200x150.xcf.bz2 deleted file mode 100644 index f30a9a3..0000000 Binary files a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Models/200x150.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Models/400x300.xcf.bz2 b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Models/400x300.xcf.bz2 deleted file mode 100644 index 273c450..0000000 Binary files a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Models/400x300.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Models/490x200.xcf.bz2 b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Models/490x200.xcf.bz2 deleted file mode 100644 index 21621e4..0000000 Binary files a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Models/490x200.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Models/510x300.xcf.bz2 b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Models/510x300.xcf.bz2 deleted file mode 100644 index 4c7efda..0000000 Binary files a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Models/510x300.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Models/640x300.xcf.bz2 b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Models/640x300.xcf.bz2 deleted file mode 100644 index 7d2d82d..0000000 Binary files a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Models/640x300.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Models/640x480.xcf.bz2 b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Models/640x480.xcf.bz2 deleted file mode 100644 index aa3bb26..0000000 Binary files a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Models/640x480.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Models/800x600.xcf-flame.def b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Models/800x600.xcf-flame.def deleted file mode 100644 index c3f077c..0000000 --- a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Models/800x600.xcf-flame.def +++ /dev/null @@ -1,18 +0,0 @@ -time 0.2 -image_size 800 600 center -1.24242 -0.484848 pixels_per_unit 100 -spatial_oversample 2 spatial_filter_radius 0.75 sample_density 5 -nbatches 1 white_level 200 -brightness 1 gamma 2 cmap_inter 0 -xform 0 density 1 color 1 -var 0 0 0.64 0.36 0 0 0 -coefs -0.249052 -0.865284 -0.505536 0.696706 0.294436 -0.486678 -xform 1 density 1 color 0 -var 0 0 0.64 0.36 0 0 0 -coefs 0.486958 -0.747844 -0.0663962 0.890023 -0.515725 0.730979 -xform 2 density 1 color 0 -var 0 0 0.64 0.36 0 0 0 -coefs 0.676688 -0.477677 0.571602 -0.258166 0.187789 -0.0563527 -xform 3 density 1 color 0 -var 0 0.64 0 0.36 0 0 0 -coefs 0.367907 -1.20587 0.352269 0.745245 -0.247248 -0.498265 -; diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Models/800x600.xcf.bz2 b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Models/800x600.xcf.bz2 deleted file mode 100644 index d2f6eb5..0000000 Binary files a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Models/800x600.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Models/800x88.xcf.bz2 b/Artworks/Themes/Motifs/Flame/1/Backgrounds/Models/800x88.xcf.bz2 deleted file mode 100644 index 61b1202..0000000 Binary files a/Artworks/Themes/Motifs/Flame/1/Backgrounds/Models/800x88.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/1/Distro/5/Grub/colors.gpl b/Artworks/Themes/Motifs/Flame/1/Distro/5/Grub/colors.gpl deleted file mode 100644 index 4aa6028..0000000 --- a/Artworks/Themes/Motifs/Flame/1/Distro/5/Grub/colors.gpl +++ /dev/null @@ -1,18 +0,0 @@ -GIMP Palette -Name: CentOS-Flame-1-Grub -Columns: 14 -# - 17 5 13 11050d - 18 11 22 120b16 - 22 16 26 16101a - 30 20 30 1e141e - 35 25 35 231923 - 41 34 43 29222b - 53 48 57 353039 - 69 63 73 453f49 - 92 86 96 5c5660 -117 111 121 756f79 -139 133 143 8b858f -161 158 162 a19ea2 -183 181 185 b7b5b9 -246 247 245 f6f7f5 diff --git a/Artworks/Themes/Motifs/Flame/1/Distro/5/Syslinux/colors.gpl b/Artworks/Themes/Motifs/Flame/1/Distro/5/Syslinux/colors.gpl deleted file mode 100644 index 79fcbfc..0000000 --- a/Artworks/Themes/Motifs/Flame/1/Distro/5/Syslinux/colors.gpl +++ /dev/null @@ -1,20 +0,0 @@ -GIMP Palette -Name: CentOS-Flame-1-Syslinux -Columns: 16 -# - 16 11 29 100b1d - 23 18 36 171224 - 30 25 43 1e192b - 37 31 50 251f32 - 46 41 60 2e293c - 59 54 74 3b364a - 75 69 88 4b4558 -255 255 255 ffffff - 91 84 101 5b5465 -106 99 116 6a6374 -120 114 131 787283 -135 131 148 878394 -150 147 164 9693a4 -164 161 177 a4a1b1 -177 174 191 b1aebf -192 189 206 c0bdce diff --git a/Artworks/Themes/Motifs/Flame/1/Palettes/grub.gpl b/Artworks/Themes/Motifs/Flame/1/Palettes/grub.gpl new file mode 100644 index 0000000..4aa6028 --- /dev/null +++ b/Artworks/Themes/Motifs/Flame/1/Palettes/grub.gpl @@ -0,0 +1,18 @@ +GIMP Palette +Name: CentOS-Flame-1-Grub +Columns: 14 +# + 17 5 13 11050d + 18 11 22 120b16 + 22 16 26 16101a + 30 20 30 1e141e + 35 25 35 231923 + 41 34 43 29222b + 53 48 57 353039 + 69 63 73 453f49 + 92 86 96 5c5660 +117 111 121 756f79 +139 133 143 8b858f +161 158 162 a19ea2 +183 181 185 b7b5b9 +246 247 245 f6f7f5 diff --git a/Artworks/Themes/Motifs/Flame/1/Palettes/syslinux.gpl b/Artworks/Themes/Motifs/Flame/1/Palettes/syslinux.gpl new file mode 100644 index 0000000..79fcbfc --- /dev/null +++ b/Artworks/Themes/Motifs/Flame/1/Palettes/syslinux.gpl @@ -0,0 +1,20 @@ +GIMP Palette +Name: CentOS-Flame-1-Syslinux +Columns: 16 +# + 16 11 29 100b1d + 23 18 36 171224 + 30 25 43 1e192b + 37 31 50 251f32 + 46 41 60 2e293c + 59 54 74 3b364a + 75 69 88 4b4558 +255 255 255 ffffff + 91 84 101 5b5465 +106 99 116 6a6374 +120 114 131 787283 +135 131 148 878394 +150 147 164 9693a4 +164 161 177 a4a1b1 +177 174 191 b1aebf +192 189 206 c0bdce diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/1360x768.xcf-flame.def b/Artworks/Themes/Motifs/Flame/2/Backgrounds/1360x768.xcf-flame.def new file mode 100644 index 0000000..e96193d --- /dev/null +++ b/Artworks/Themes/Motifs/Flame/2/Backgrounds/1360x768.xcf-flame.def @@ -0,0 +1,15 @@ +time 0.2 +image_size 1360 768 center -0.751131 -0.280543 pixels_per_unit 100 +spatial_oversample 2 spatial_filter_radius 0.75 sample_density 5 +nbatches 1 white_level 200 +brightness 1 gamma 2 cmap_inter 0 +xform 0 density 1 color 1 +var 0 0 0 0 1 0 0 +coefs 0.301841 -0.67335 -0.773104 -0.251116 0.044031 0.136135 +xform 1 density 1 color 0 +var 0 0 0 0 1 0 0 +coefs 0.509564 -0.428975 0.565256 -0.163823 -0.180255 0.167344 +xform 2 density 1 color 0 +var 0 0 1 0 0 0 0 +coefs -0.675703 -0.051893 0.815703 -0.399177 0.308701 -0.15378 +; diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/1360x768.xcf.bz2 b/Artworks/Themes/Motifs/Flame/2/Backgrounds/1360x768.xcf.bz2 new file mode 100644 index 0000000..bd298d6 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/2/Backgrounds/1360x768.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/160x600.xcf.bz2 b/Artworks/Themes/Motifs/Flame/2/Backgrounds/160x600.xcf.bz2 new file mode 100644 index 0000000..62e88cc Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/2/Backgrounds/160x600.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/200x150.xcf.bz2 b/Artworks/Themes/Motifs/Flame/2/Backgrounds/200x150.xcf.bz2 new file mode 100644 index 0000000..0956c68 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/2/Backgrounds/200x150.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/400x300.xcf.bz2 b/Artworks/Themes/Motifs/Flame/2/Backgrounds/400x300.xcf.bz2 new file mode 100644 index 0000000..05ad951 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/2/Backgrounds/400x300.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/443x443.xcf.bz2 b/Artworks/Themes/Motifs/Flame/2/Backgrounds/443x443.xcf.bz2 new file mode 100644 index 0000000..3a2d344 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/2/Backgrounds/443x443.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/490x200.xcf.bz2 b/Artworks/Themes/Motifs/Flame/2/Backgrounds/490x200.xcf.bz2 new file mode 100644 index 0000000..53f0d62 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/2/Backgrounds/490x200.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/510x300.xcf.bz2 b/Artworks/Themes/Motifs/Flame/2/Backgrounds/510x300.xcf.bz2 new file mode 100644 index 0000000..9776878 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/2/Backgrounds/510x300.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/640x300.xcf.bz2 b/Artworks/Themes/Motifs/Flame/2/Backgrounds/640x300.xcf.bz2 new file mode 100644 index 0000000..b6b6d82 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/2/Backgrounds/640x300.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/640x480.xcf-flame.def b/Artworks/Themes/Motifs/Flame/2/Backgrounds/640x480.xcf-flame.def new file mode 100644 index 0000000..e08e567 --- /dev/null +++ b/Artworks/Themes/Motifs/Flame/2/Backgrounds/640x480.xcf-flame.def @@ -0,0 +1,16 @@ +time 0.2 +cmap 72 +image_size 640 480 center -0.238683 -0.650206 pixels_per_unit 100 +spatial_oversample 2 spatial_filter_radius 0.75 sample_density 5 +nbatches 1 white_level 200 +brightness 1 gamma 2 cmap_inter 0 +xform 0 density 1 color 1 +var 0 0 0 0 1 0 0 +coefs 0.301841 -0.67335 -0.773104 -0.251116 0.044031 0.136135 +xform 1 density 1 color 0 +var 0 0 0 0 1 0 0 +coefs 0.509564 -0.428975 0.565256 -0.163823 -0.180255 0.167344 +xform 2 density 1 color 0 +var 0 0 1 0 0 0 0 +coefs -0.675703 -0.051893 0.815703 -0.399177 0.308701 -0.15378 +; diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/640x480.xcf.bz2 b/Artworks/Themes/Motifs/Flame/2/Backgrounds/640x480.xcf.bz2 new file mode 100644 index 0000000..76f6a8c Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/2/Backgrounds/640x480.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/744x1052.xcf.bz2 b/Artworks/Themes/Motifs/Flame/2/Backgrounds/744x1052.xcf.bz2 new file mode 100644 index 0000000..3fb7cca Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/2/Backgrounds/744x1052.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/800x600.xcf-flame.def b/Artworks/Themes/Motifs/Flame/2/Backgrounds/800x600.xcf-flame.def new file mode 100644 index 0000000..2beee4f --- /dev/null +++ b/Artworks/Themes/Motifs/Flame/2/Backgrounds/800x600.xcf-flame.def @@ -0,0 +1,22 @@ +time 0.2 +cmap 72 +image_size 800 600 center -0.637555 -0.393013 pixels_per_unit 100 +spatial_oversample 2 spatial_filter_radius 0.75 sample_density 5 +nbatches 1 white_level 200 +brightness 1 gamma 2 cmap_inter 0 +xform 0 density 1 color 0.2 +var 0 0 0 0 1 0 0 +coefs 0.188801 0.60826 0.316788 -0.55667 -0.2744 0.257933 +xform 1 density 1 color 0 +var 0 0 0 0 1 0 0 +coefs 0.285777 0.0678076 -0.640481 -0.209332 0.598211 -0.456748 +xform 2 density 1 color 0 +var 0 0 0 0 1 0 0 +coefs -0.863712 0.420489 0.631986 -0.820005 -0.505238 0.391544 +xform 3 density 1 color 0.8 +var 0 0 0 0 1 0 0 +coefs 0.640129 -0.344855 0.281745 0.728586 0.144424 0.0895337 +xform 4 density 1 color 0 +var 0 0 0 0 1 0 0 +coefs -0.478209 0.779285 -0.605504 -0.51226 -0.374243 0.0481296 +; diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/800x600.xcf.bz2 b/Artworks/Themes/Motifs/Flame/2/Backgrounds/800x600.xcf.bz2 new file mode 100644 index 0000000..d0198fd Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/2/Backgrounds/800x600.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/800x88.xcf.bz2 b/Artworks/Themes/Motifs/Flame/2/Backgrounds/800x88.xcf.bz2 new file mode 100644 index 0000000..41548d5 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/2/Backgrounds/800x88.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/886x443.xcf.bz2 b/Artworks/Themes/Motifs/Flame/2/Backgrounds/886x443.xcf.bz2 new file mode 100644 index 0000000..b532bcb Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/2/Backgrounds/886x443.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/1360x768.png b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/1360x768.png new file mode 100644 index 0000000..15a3d77 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/1360x768.png differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/160x600.png b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/160x600.png new file mode 100644 index 0000000..e5ba7a4 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/160x600.png differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/200x150.png b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/200x150.png new file mode 100644 index 0000000..aebf62e Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/200x150.png differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/400x300.png b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/400x300.png new file mode 100644 index 0000000..9d5ae76 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/400x300.png differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/443x443.png b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/443x443.png new file mode 100644 index 0000000..cb5f3c2 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/443x443.png differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/490x200.png b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/490x200.png new file mode 100644 index 0000000..97c1a5d Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/490x200.png differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/510x300.png b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/510x300.png new file mode 100644 index 0000000..94c4502 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/510x300.png differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/640x300.png b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/640x300.png new file mode 100644 index 0000000..59667a6 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/640x300.png differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/640x480.png b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/640x480.png new file mode 100644 index 0000000..bf8e7a6 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/640x480.png differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/744x1052.png b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/744x1052.png new file mode 100644 index 0000000..1d826cf Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/744x1052.png differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/800x600.png b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/800x600.png new file mode 100644 index 0000000..0e8d745 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/800x600.png differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/800x88.png b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/800x88.png new file mode 100644 index 0000000..9b38df9 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/800x88.png differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/886x443.png b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/886x443.png new file mode 100644 index 0000000..beb1184 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Final/886x443.png differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/1360x768-final.png b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/1360x768-final.png deleted file mode 100644 index 15a3d77..0000000 Binary files a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/1360x768-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/160x600-final.png b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/160x600-final.png deleted file mode 100644 index e5ba7a4..0000000 Binary files a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/160x600-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/200x150-final.png b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/200x150-final.png deleted file mode 100644 index aebf62e..0000000 Binary files a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/200x150-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/400x300-final.png b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/400x300-final.png deleted file mode 100644 index 9d5ae76..0000000 Binary files a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/400x300-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/443x443-final.png b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/443x443-final.png deleted file mode 100644 index cb5f3c2..0000000 Binary files a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/443x443-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/490x200-final.png b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/490x200-final.png deleted file mode 100644 index 97c1a5d..0000000 Binary files a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/490x200-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/510x300-final.png b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/510x300-final.png deleted file mode 100644 index 94c4502..0000000 Binary files a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/510x300-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/640x300-final.png b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/640x300-final.png deleted file mode 100644 index 59667a6..0000000 Binary files a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/640x300-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/640x480-final.png b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/640x480-final.png deleted file mode 100644 index bf8e7a6..0000000 Binary files a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/640x480-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/744x1052-final.png b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/744x1052-final.png deleted file mode 100644 index 1d826cf..0000000 Binary files a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/744x1052-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/800x600-final.png b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/800x600-final.png deleted file mode 100644 index 0e8d745..0000000 Binary files a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/800x600-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/800x88-final.png b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/800x88-final.png deleted file mode 100644 index 9b38df9..0000000 Binary files a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/800x88-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/886x443-final.png b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/886x443-final.png deleted file mode 100644 index beb1184..0000000 Binary files a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Images/886x443-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/1360x768.xcf-flame.def b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/1360x768.xcf-flame.def deleted file mode 100644 index e96193d..0000000 --- a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/1360x768.xcf-flame.def +++ /dev/null @@ -1,15 +0,0 @@ -time 0.2 -image_size 1360 768 center -0.751131 -0.280543 pixels_per_unit 100 -spatial_oversample 2 spatial_filter_radius 0.75 sample_density 5 -nbatches 1 white_level 200 -brightness 1 gamma 2 cmap_inter 0 -xform 0 density 1 color 1 -var 0 0 0 0 1 0 0 -coefs 0.301841 -0.67335 -0.773104 -0.251116 0.044031 0.136135 -xform 1 density 1 color 0 -var 0 0 0 0 1 0 0 -coefs 0.509564 -0.428975 0.565256 -0.163823 -0.180255 0.167344 -xform 2 density 1 color 0 -var 0 0 1 0 0 0 0 -coefs -0.675703 -0.051893 0.815703 -0.399177 0.308701 -0.15378 -; diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/1360x768.xcf.bz2 b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/1360x768.xcf.bz2 deleted file mode 100644 index bd298d6..0000000 Binary files a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/1360x768.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/160x600.xcf.bz2 b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/160x600.xcf.bz2 deleted file mode 100644 index 62e88cc..0000000 Binary files a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/160x600.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/200x150.xcf.bz2 b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/200x150.xcf.bz2 deleted file mode 100644 index 0956c68..0000000 Binary files a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/200x150.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/400x300.xcf.bz2 b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/400x300.xcf.bz2 deleted file mode 100644 index 05ad951..0000000 Binary files a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/400x300.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/443x443.xcf.bz2 b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/443x443.xcf.bz2 deleted file mode 100644 index 3a2d344..0000000 Binary files a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/443x443.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/490x200.xcf.bz2 b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/490x200.xcf.bz2 deleted file mode 100644 index 53f0d62..0000000 Binary files a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/490x200.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/510x300.xcf.bz2 b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/510x300.xcf.bz2 deleted file mode 100644 index 9776878..0000000 Binary files a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/510x300.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/640x300.xcf.bz2 b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/640x300.xcf.bz2 deleted file mode 100644 index b6b6d82..0000000 Binary files a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/640x300.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/640x480.xcf-flame.def b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/640x480.xcf-flame.def deleted file mode 100644 index e08e567..0000000 --- a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/640x480.xcf-flame.def +++ /dev/null @@ -1,16 +0,0 @@ -time 0.2 -cmap 72 -image_size 640 480 center -0.238683 -0.650206 pixels_per_unit 100 -spatial_oversample 2 spatial_filter_radius 0.75 sample_density 5 -nbatches 1 white_level 200 -brightness 1 gamma 2 cmap_inter 0 -xform 0 density 1 color 1 -var 0 0 0 0 1 0 0 -coefs 0.301841 -0.67335 -0.773104 -0.251116 0.044031 0.136135 -xform 1 density 1 color 0 -var 0 0 0 0 1 0 0 -coefs 0.509564 -0.428975 0.565256 -0.163823 -0.180255 0.167344 -xform 2 density 1 color 0 -var 0 0 1 0 0 0 0 -coefs -0.675703 -0.051893 0.815703 -0.399177 0.308701 -0.15378 -; diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/640x480.xcf.bz2 b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/640x480.xcf.bz2 deleted file mode 100644 index 76f6a8c..0000000 Binary files a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/640x480.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/744x1052.xcf.bz2 b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/744x1052.xcf.bz2 deleted file mode 100644 index 3fb7cca..0000000 Binary files a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/744x1052.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/800x600.xcf-flame.def b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/800x600.xcf-flame.def deleted file mode 100644 index 2beee4f..0000000 --- a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/800x600.xcf-flame.def +++ /dev/null @@ -1,22 +0,0 @@ -time 0.2 -cmap 72 -image_size 800 600 center -0.637555 -0.393013 pixels_per_unit 100 -spatial_oversample 2 spatial_filter_radius 0.75 sample_density 5 -nbatches 1 white_level 200 -brightness 1 gamma 2 cmap_inter 0 -xform 0 density 1 color 0.2 -var 0 0 0 0 1 0 0 -coefs 0.188801 0.60826 0.316788 -0.55667 -0.2744 0.257933 -xform 1 density 1 color 0 -var 0 0 0 0 1 0 0 -coefs 0.285777 0.0678076 -0.640481 -0.209332 0.598211 -0.456748 -xform 2 density 1 color 0 -var 0 0 0 0 1 0 0 -coefs -0.863712 0.420489 0.631986 -0.820005 -0.505238 0.391544 -xform 3 density 1 color 0.8 -var 0 0 0 0 1 0 0 -coefs 0.640129 -0.344855 0.281745 0.728586 0.144424 0.0895337 -xform 4 density 1 color 0 -var 0 0 0 0 1 0 0 -coefs -0.478209 0.779285 -0.605504 -0.51226 -0.374243 0.0481296 -; diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/800x600.xcf.bz2 b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/800x600.xcf.bz2 deleted file mode 100644 index d0198fd..0000000 Binary files a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/800x600.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/800x88.xcf.bz2 b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/800x88.xcf.bz2 deleted file mode 100644 index 41548d5..0000000 Binary files a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/800x88.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/886x443.xcf.bz2 b/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/886x443.xcf.bz2 deleted file mode 100644 index b532bcb..0000000 Binary files a/Artworks/Themes/Motifs/Flame/2/Backgrounds/Models/886x443.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/1360x768.xcf-flame.def b/Artworks/Themes/Motifs/Flame/3/Backgrounds/1360x768.xcf-flame.def new file mode 100644 index 0000000..bd6f59d --- /dev/null +++ b/Artworks/Themes/Motifs/Flame/3/Backgrounds/1360x768.xcf-flame.def @@ -0,0 +1,12 @@ +time 0.2 +image_size 1360 768 center -2 0.283186 pixels_per_unit 100 +spatial_oversample 2 spatial_filter_radius 0.75 sample_density 5 +nbatches 1 white_level 200 +brightness 1 gamma 2 cmap_inter 0 +xform 0 density 1 color 1 +var 0 0 1 0 0 0 0 +coefs 0.734221 0.130707 -0.113931 -0.691159 -0.290432 0.0523484 +xform 1 density 1 color 0 +var 0 0 1 0 0 0 0 +coefs 0.687295 -0.294379 -0.316375 -0.437173 0.223018 0.704658 +; diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/1360x768.xcf.bz2 b/Artworks/Themes/Motifs/Flame/3/Backgrounds/1360x768.xcf.bz2 new file mode 100644 index 0000000..77c282d Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/3/Backgrounds/1360x768.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/160x600.xcf-flame.def b/Artworks/Themes/Motifs/Flame/3/Backgrounds/160x600.xcf-flame.def new file mode 100644 index 0000000..a495c00 --- /dev/null +++ b/Artworks/Themes/Motifs/Flame/3/Backgrounds/160x600.xcf-flame.def @@ -0,0 +1,13 @@ +time 0.2 +cmap 72 +image_size 160 600 center -1.56398 0.277228 pixels_per_unit 100 +spatial_oversample 2 spatial_filter_radius 0.75 sample_density 5 +nbatches 1 white_level 200 +brightness 1 gamma 2 cmap_inter 0 +xform 0 density 1 color 1 +var 0 0 1 0 0 0 0 +coefs 0.734221 0.130707 -0.113931 -0.691159 -0.290432 0.0523484 +xform 1 density 1 color 0 +var 0 0 1 0 0 0 0 +coefs 0.687295 -0.294379 -0.316375 -0.437173 0.223018 0.704658 +; diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/160x600.xcf.bz2 b/Artworks/Themes/Motifs/Flame/3/Backgrounds/160x600.xcf.bz2 new file mode 100644 index 0000000..227e52b Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/3/Backgrounds/160x600.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/200x150.xcf.bz2 b/Artworks/Themes/Motifs/Flame/3/Backgrounds/200x150.xcf.bz2 new file mode 100644 index 0000000..21af6a5 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/3/Backgrounds/200x150.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/400x300.xcf-flame.def b/Artworks/Themes/Motifs/Flame/3/Backgrounds/400x300.xcf-flame.def new file mode 100644 index 0000000..17e9082 --- /dev/null +++ b/Artworks/Themes/Motifs/Flame/3/Backgrounds/400x300.xcf-flame.def @@ -0,0 +1,13 @@ +time 0.2 +cmap 72 +image_size 400 300 center -1.59825 0.283186 pixels_per_unit 100 +spatial_oversample 2 spatial_filter_radius 0.75 sample_density 5 +nbatches 1 white_level 200 +brightness 0.6 gamma 2 cmap_inter 0 +xform 0 density 1 color 1 +var 0 0 1 0 0 0 0 +coefs 0.734221 0.130707 -0.113931 -0.691159 -0.290432 0.0523484 +xform 1 density 1 color 0 +var 0 0 1 0 0 0 0 +coefs 0.687295 -0.294379 -0.316375 -0.437173 0.223018 0.704658 +; diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/400x300.xcf.bz2 b/Artworks/Themes/Motifs/Flame/3/Backgrounds/400x300.xcf.bz2 new file mode 100644 index 0000000..5688054 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/3/Backgrounds/400x300.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/443x443.xcf-flame.def b/Artworks/Themes/Motifs/Flame/3/Backgrounds/443x443.xcf-flame.def new file mode 100644 index 0000000..8912195 --- /dev/null +++ b/Artworks/Themes/Motifs/Flame/3/Backgrounds/443x443.xcf-flame.def @@ -0,0 +1,13 @@ +time 0.2 +cmap 72 +image_size 443 443 center -1.59024 0.439024 pixels_per_unit 100 +spatial_oversample 2 spatial_filter_radius 0.75 sample_density 2 +nbatches 1 white_level 200 +brightness 0.9 gamma 2 cmap_inter 0 +xform 0 density 1 color 1 +var 0 0 1 0 0 0 0 +coefs 0.734221 0.130707 -0.113931 -0.691159 -0.290432 0.0523484 +xform 1 density 1 color 0 +var 0 0 1 0 0 0 0 +coefs 0.687295 -0.294379 -0.316375 -0.437173 0.223018 0.704658 +; diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/443x443.xcf.bz2 b/Artworks/Themes/Motifs/Flame/3/Backgrounds/443x443.xcf.bz2 new file mode 100644 index 0000000..3007e22 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/3/Backgrounds/443x443.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/490x200.xcf-flame.def b/Artworks/Themes/Motifs/Flame/3/Backgrounds/490x200.xcf-flame.def new file mode 100644 index 0000000..9c58cd5 --- /dev/null +++ b/Artworks/Themes/Motifs/Flame/3/Backgrounds/490x200.xcf-flame.def @@ -0,0 +1,13 @@ +time 0.2 +cmap 72 +image_size 490 200 center -1.13615 -0.455446 pixels_per_unit 100 +spatial_oversample 2 spatial_filter_radius 0.75 sample_density 5 +nbatches 1 white_level 200 +brightness 0.9 gamma 2 cmap_inter 0 +xform 0 density 1 color 1 +var 0 0 1 0 0 0 0 +coefs 0.734221 0.130707 -0.113931 -0.691159 -0.290432 0.0523484 +xform 1 density 1 color 0 +var 0 0 1 0 0 0 0 +coefs 0.687295 -0.294379 -0.316375 -0.437173 0.223018 0.704658 +; diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/490x200.xcf.bz2 b/Artworks/Themes/Motifs/Flame/3/Backgrounds/490x200.xcf.bz2 new file mode 100644 index 0000000..5c0bd36 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/3/Backgrounds/490x200.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/510x300.xcf-flame.def b/Artworks/Themes/Motifs/Flame/3/Backgrounds/510x300.xcf-flame.def new file mode 100644 index 0000000..301dab9 --- /dev/null +++ b/Artworks/Themes/Motifs/Flame/3/Backgrounds/510x300.xcf-flame.def @@ -0,0 +1,13 @@ +time 0.2 +cmap 72 +image_size 510 300 center -0.930693 -0.455446 pixels_per_unit 100 +spatial_oversample 2 spatial_filter_radius 0.75 sample_density 5 +nbatches 1 white_level 200 +brightness 0.420168 gamma 2 cmap_inter 0 +xform 0 density 1 color 1 +var 0 0 1 0 0 0 0 +coefs 0.734221 0.130707 -0.113931 -0.691159 -0.290432 0.0523484 +xform 1 density 1 color 0 +var 0 0 1 0 0 0 0 +coefs 0.687295 -0.294379 -0.316375 -0.437173 0.223018 0.704658 +; diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/510x300.xcf.bz2 b/Artworks/Themes/Motifs/Flame/3/Backgrounds/510x300.xcf.bz2 new file mode 100644 index 0000000..0f90abb Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/3/Backgrounds/510x300.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/640x300.xcf-flame.def b/Artworks/Themes/Motifs/Flame/3/Backgrounds/640x300.xcf-flame.def new file mode 100644 index 0000000..1eb4e24 --- /dev/null +++ b/Artworks/Themes/Motifs/Flame/3/Backgrounds/640x300.xcf-flame.def @@ -0,0 +1,13 @@ +time 0.2 +cmap 72 +image_size 640 300 center -0.930693 -0.455446 pixels_per_unit 100 +spatial_oversample 2 spatial_filter_radius 0.75 sample_density 5 +nbatches 1 white_level 200 +brightness 0.5 gamma 2 cmap_inter 0 +xform 0 density 1 color 1 +var 0 0 1 0 0 0 0 +coefs 0.734221 0.130707 -0.113931 -0.691159 -0.290432 0.0523484 +xform 1 density 1 color 0 +var 0 0 1 0 0 0 0 +coefs 0.687295 -0.294379 -0.316375 -0.437173 0.223018 0.704658 +; diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/640x300.xcf.bz2 b/Artworks/Themes/Motifs/Flame/3/Backgrounds/640x300.xcf.bz2 new file mode 100644 index 0000000..640af8d Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/3/Backgrounds/640x300.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/640x480.xcf-flame.def b/Artworks/Themes/Motifs/Flame/3/Backgrounds/640x480.xcf-flame.def new file mode 100644 index 0000000..fb0da3c --- /dev/null +++ b/Artworks/Themes/Motifs/Flame/3/Backgrounds/640x480.xcf-flame.def @@ -0,0 +1,13 @@ +time 0.2 +cmap 72 +image_size 640 480 center -1.59825 0.283186 pixels_per_unit 100 +spatial_oversample 2 spatial_filter_radius 0.75 sample_density 5 +nbatches 1 white_level 200 +brightness 1 gamma 2 cmap_inter 0 +xform 0 density 1 color 1 +var 0 0 1 0 0 0 0 +coefs 0.734221 0.130707 -0.113931 -0.691159 -0.290432 0.0523484 +xform 1 density 1 color 0 +var 0 0 1 0 0 0 0 +coefs 0.687295 -0.294379 -0.316375 -0.437173 0.223018 0.704658 +; diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/640x480.xcf.bz2 b/Artworks/Themes/Motifs/Flame/3/Backgrounds/640x480.xcf.bz2 new file mode 100644 index 0000000..d9f127d Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/3/Backgrounds/640x480.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/744x1052.xcf-flame.def b/Artworks/Themes/Motifs/Flame/3/Backgrounds/744x1052.xcf-flame.def new file mode 100644 index 0000000..5b6c117 --- /dev/null +++ b/Artworks/Themes/Motifs/Flame/3/Backgrounds/744x1052.xcf-flame.def @@ -0,0 +1,13 @@ +time 0.2 +cmap 72 +image_size 744 1052 center -0.873239 0.366197 pixels_per_unit 100 +spatial_oversample 2 spatial_filter_radius 0.75 sample_density 5 +nbatches 1 white_level 200 +brightness 0.9 gamma 2 cmap_inter 0 +xform 0 density 1 color 1 +var 0 0 1 0 0 0 0 +coefs 0.734221 0.130707 -0.113931 -0.691159 -0.290432 0.0523484 +xform 1 density 1 color 0 +var 0 0 1 0 0 0 0 +coefs 0.687295 -0.294379 -0.316375 -0.437173 0.223018 0.704658 +; diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/744x1052.xcf.bz2 b/Artworks/Themes/Motifs/Flame/3/Backgrounds/744x1052.xcf.bz2 new file mode 100644 index 0000000..a3ae10c Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/3/Backgrounds/744x1052.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/800x600.xcf-flame.def b/Artworks/Themes/Motifs/Flame/3/Backgrounds/800x600.xcf-flame.def new file mode 100644 index 0000000..b6827d5 --- /dev/null +++ b/Artworks/Themes/Motifs/Flame/3/Backgrounds/800x600.xcf-flame.def @@ -0,0 +1,13 @@ +time 0.2 +cmap 72 +image_size 800 600 center -1.79221 0.283186 pixels_per_unit 100 +spatial_oversample 2 spatial_filter_radius 0.75 sample_density 5 +nbatches 1 white_level 200 +brightness 1 gamma 2 cmap_inter 0 +xform 0 density 1 color 1 +var 0 0 1 0 0 0 0 +coefs 0.734221 0.130707 -0.113931 -0.691159 -0.290432 0.0523484 +xform 1 density 1 color 0 +var 0 0 1 0 0 0 0 +coefs 0.687295 -0.294379 -0.316375 -0.437173 0.223018 0.704658 +; diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/800x600.xcf.bz2 b/Artworks/Themes/Motifs/Flame/3/Backgrounds/800x600.xcf.bz2 new file mode 100644 index 0000000..c399382 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/3/Backgrounds/800x600.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/800x88.xcf-flame.def b/Artworks/Themes/Motifs/Flame/3/Backgrounds/800x88.xcf-flame.def new file mode 100644 index 0000000..4c2cbcd --- /dev/null +++ b/Artworks/Themes/Motifs/Flame/3/Backgrounds/800x88.xcf-flame.def @@ -0,0 +1,13 @@ +time 0.2 +cmap 72 +image_size 800 88 center -0.930693 -0.455446 pixels_per_unit 100 +spatial_oversample 2 spatial_filter_radius 0.75 sample_density 5 +nbatches 1 white_level 200 +brightness 0.420168 gamma 2 cmap_inter 0 +xform 0 density 1 color 1 +var 0 0 1 0 0 0 0 +coefs 0.734221 0.130707 -0.113931 -0.691159 -0.290432 0.0523484 +xform 1 density 1 color 0 +var 0 0 1 0 0 0 0 +coefs 0.687295 -0.294379 -0.316375 -0.437173 0.223018 0.704658 +; diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/800x88.xcf.bz2 b/Artworks/Themes/Motifs/Flame/3/Backgrounds/800x88.xcf.bz2 new file mode 100644 index 0000000..974b2e7 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/3/Backgrounds/800x88.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/886x443.xcf-flame.def b/Artworks/Themes/Motifs/Flame/3/Backgrounds/886x443.xcf-flame.def new file mode 100644 index 0000000..cac7919 --- /dev/null +++ b/Artworks/Themes/Motifs/Flame/3/Backgrounds/886x443.xcf-flame.def @@ -0,0 +1,13 @@ +time 0.2 +cmap 72 +image_size 886 443 center -2 -0.028169 pixels_per_unit 100 +spatial_oversample 2 spatial_filter_radius 0.75 sample_density 5 +nbatches 1 white_level 200 +brightness 1 gamma 2 cmap_inter 0 +xform 0 density 1 color 1 +var 0 0 1 0 0 0 0 +coefs 0.734221 0.130707 -0.113931 -0.691159 -0.290432 0.0523484 +xform 1 density 1 color 0 +var 0 0 1 0 0 0 0 +coefs 0.687295 -0.294379 -0.316375 -0.437173 0.223018 0.704658 +; diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/886x443.xcf.bz2 b/Artworks/Themes/Motifs/Flame/3/Backgrounds/886x443.xcf.bz2 new file mode 100644 index 0000000..4f2e188 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/3/Backgrounds/886x443.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/1360x768.png b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/1360x768.png new file mode 100644 index 0000000..2657b11 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/1360x768.png differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/160x600.png b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/160x600.png new file mode 100644 index 0000000..e2d068e Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/160x600.png differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/200x150.png b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/200x150.png new file mode 100644 index 0000000..edd668f Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/200x150.png differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/400x300.png b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/400x300.png new file mode 100644 index 0000000..e044d9f Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/400x300.png differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/443x443.png b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/443x443.png new file mode 100644 index 0000000..f13f319 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/443x443.png differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/490x200.png b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/490x200.png new file mode 100644 index 0000000..40f160b Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/490x200.png differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/510x300.png b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/510x300.png new file mode 100644 index 0000000..9accfcc Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/510x300.png differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/640x300.png b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/640x300.png new file mode 100644 index 0000000..9d62a7d Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/640x300.png differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/640x480.png b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/640x480.png new file mode 100644 index 0000000..f314a8c Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/640x480.png differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/744x1052.png b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/744x1052.png new file mode 100644 index 0000000..eb1c507 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/744x1052.png differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/800x600.png b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/800x600.png new file mode 100644 index 0000000..886eb17 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/800x600.png differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/800x88.png b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/800x88.png new file mode 100644 index 0000000..93b5c59 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/800x88.png differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/886x443.png b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/886x443.png new file mode 100644 index 0000000..956ba69 Binary files /dev/null and b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Final/886x443.png differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/1360x768-final.png b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/1360x768-final.png deleted file mode 100644 index 2657b11..0000000 Binary files a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/1360x768-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/160x600-final.png b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/160x600-final.png deleted file mode 100644 index e2d068e..0000000 Binary files a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/160x600-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/200x150-final.png b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/200x150-final.png deleted file mode 100644 index edd668f..0000000 Binary files a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/200x150-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/400x300-final.png b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/400x300-final.png deleted file mode 100644 index e044d9f..0000000 Binary files a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/400x300-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/443x443-final.png b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/443x443-final.png deleted file mode 100644 index f13f319..0000000 Binary files a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/443x443-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/490x200-final.png b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/490x200-final.png deleted file mode 100644 index 40f160b..0000000 Binary files a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/490x200-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/510x300-final.png b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/510x300-final.png deleted file mode 100644 index 9accfcc..0000000 Binary files a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/510x300-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/640x300-final.png b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/640x300-final.png deleted file mode 100644 index 9d62a7d..0000000 Binary files a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/640x300-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/640x480-final.png b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/640x480-final.png deleted file mode 100644 index f314a8c..0000000 Binary files a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/640x480-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/744x1052-final.png b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/744x1052-final.png deleted file mode 100644 index eb1c507..0000000 Binary files a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/744x1052-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/800x600-final.png b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/800x600-final.png deleted file mode 100644 index 886eb17..0000000 Binary files a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/800x600-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/800x88-final.png b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/800x88-final.png deleted file mode 100644 index 93b5c59..0000000 Binary files a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/800x88-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/886x443-final.png b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/886x443-final.png deleted file mode 100644 index 956ba69..0000000 Binary files a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Images/886x443-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/1360x768.xcf-flame.def b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/1360x768.xcf-flame.def deleted file mode 100644 index bd6f59d..0000000 --- a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/1360x768.xcf-flame.def +++ /dev/null @@ -1,12 +0,0 @@ -time 0.2 -image_size 1360 768 center -2 0.283186 pixels_per_unit 100 -spatial_oversample 2 spatial_filter_radius 0.75 sample_density 5 -nbatches 1 white_level 200 -brightness 1 gamma 2 cmap_inter 0 -xform 0 density 1 color 1 -var 0 0 1 0 0 0 0 -coefs 0.734221 0.130707 -0.113931 -0.691159 -0.290432 0.0523484 -xform 1 density 1 color 0 -var 0 0 1 0 0 0 0 -coefs 0.687295 -0.294379 -0.316375 -0.437173 0.223018 0.704658 -; diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/1360x768.xcf.bz2 b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/1360x768.xcf.bz2 deleted file mode 100644 index 77c282d..0000000 Binary files a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/1360x768.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/160x600.xcf-flame.def b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/160x600.xcf-flame.def deleted file mode 100644 index a495c00..0000000 --- a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/160x600.xcf-flame.def +++ /dev/null @@ -1,13 +0,0 @@ -time 0.2 -cmap 72 -image_size 160 600 center -1.56398 0.277228 pixels_per_unit 100 -spatial_oversample 2 spatial_filter_radius 0.75 sample_density 5 -nbatches 1 white_level 200 -brightness 1 gamma 2 cmap_inter 0 -xform 0 density 1 color 1 -var 0 0 1 0 0 0 0 -coefs 0.734221 0.130707 -0.113931 -0.691159 -0.290432 0.0523484 -xform 1 density 1 color 0 -var 0 0 1 0 0 0 0 -coefs 0.687295 -0.294379 -0.316375 -0.437173 0.223018 0.704658 -; diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/160x600.xcf.bz2 b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/160x600.xcf.bz2 deleted file mode 100644 index 227e52b..0000000 Binary files a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/160x600.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/200x150.xcf.bz2 b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/200x150.xcf.bz2 deleted file mode 100644 index 21af6a5..0000000 Binary files a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/200x150.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/400x300.xcf-flame.def b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/400x300.xcf-flame.def deleted file mode 100644 index 17e9082..0000000 --- a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/400x300.xcf-flame.def +++ /dev/null @@ -1,13 +0,0 @@ -time 0.2 -cmap 72 -image_size 400 300 center -1.59825 0.283186 pixels_per_unit 100 -spatial_oversample 2 spatial_filter_radius 0.75 sample_density 5 -nbatches 1 white_level 200 -brightness 0.6 gamma 2 cmap_inter 0 -xform 0 density 1 color 1 -var 0 0 1 0 0 0 0 -coefs 0.734221 0.130707 -0.113931 -0.691159 -0.290432 0.0523484 -xform 1 density 1 color 0 -var 0 0 1 0 0 0 0 -coefs 0.687295 -0.294379 -0.316375 -0.437173 0.223018 0.704658 -; diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/400x300.xcf.bz2 b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/400x300.xcf.bz2 deleted file mode 100644 index 5688054..0000000 Binary files a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/400x300.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/443x443.xcf-flame.def b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/443x443.xcf-flame.def deleted file mode 100644 index 8912195..0000000 --- a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/443x443.xcf-flame.def +++ /dev/null @@ -1,13 +0,0 @@ -time 0.2 -cmap 72 -image_size 443 443 center -1.59024 0.439024 pixels_per_unit 100 -spatial_oversample 2 spatial_filter_radius 0.75 sample_density 2 -nbatches 1 white_level 200 -brightness 0.9 gamma 2 cmap_inter 0 -xform 0 density 1 color 1 -var 0 0 1 0 0 0 0 -coefs 0.734221 0.130707 -0.113931 -0.691159 -0.290432 0.0523484 -xform 1 density 1 color 0 -var 0 0 1 0 0 0 0 -coefs 0.687295 -0.294379 -0.316375 -0.437173 0.223018 0.704658 -; diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/443x443.xcf.bz2 b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/443x443.xcf.bz2 deleted file mode 100644 index 3007e22..0000000 Binary files a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/443x443.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/490x200.xcf-flame.def b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/490x200.xcf-flame.def deleted file mode 100644 index 9c58cd5..0000000 --- a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/490x200.xcf-flame.def +++ /dev/null @@ -1,13 +0,0 @@ -time 0.2 -cmap 72 -image_size 490 200 center -1.13615 -0.455446 pixels_per_unit 100 -spatial_oversample 2 spatial_filter_radius 0.75 sample_density 5 -nbatches 1 white_level 200 -brightness 0.9 gamma 2 cmap_inter 0 -xform 0 density 1 color 1 -var 0 0 1 0 0 0 0 -coefs 0.734221 0.130707 -0.113931 -0.691159 -0.290432 0.0523484 -xform 1 density 1 color 0 -var 0 0 1 0 0 0 0 -coefs 0.687295 -0.294379 -0.316375 -0.437173 0.223018 0.704658 -; diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/490x200.xcf.bz2 b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/490x200.xcf.bz2 deleted file mode 100644 index 5c0bd36..0000000 Binary files a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/490x200.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/510x300.xcf-flame.def b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/510x300.xcf-flame.def deleted file mode 100644 index 301dab9..0000000 --- a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/510x300.xcf-flame.def +++ /dev/null @@ -1,13 +0,0 @@ -time 0.2 -cmap 72 -image_size 510 300 center -0.930693 -0.455446 pixels_per_unit 100 -spatial_oversample 2 spatial_filter_radius 0.75 sample_density 5 -nbatches 1 white_level 200 -brightness 0.420168 gamma 2 cmap_inter 0 -xform 0 density 1 color 1 -var 0 0 1 0 0 0 0 -coefs 0.734221 0.130707 -0.113931 -0.691159 -0.290432 0.0523484 -xform 1 density 1 color 0 -var 0 0 1 0 0 0 0 -coefs 0.687295 -0.294379 -0.316375 -0.437173 0.223018 0.704658 -; diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/510x300.xcf.bz2 b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/510x300.xcf.bz2 deleted file mode 100644 index 0f90abb..0000000 Binary files a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/510x300.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/640x300.xcf-flame.def b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/640x300.xcf-flame.def deleted file mode 100644 index 1eb4e24..0000000 --- a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/640x300.xcf-flame.def +++ /dev/null @@ -1,13 +0,0 @@ -time 0.2 -cmap 72 -image_size 640 300 center -0.930693 -0.455446 pixels_per_unit 100 -spatial_oversample 2 spatial_filter_radius 0.75 sample_density 5 -nbatches 1 white_level 200 -brightness 0.5 gamma 2 cmap_inter 0 -xform 0 density 1 color 1 -var 0 0 1 0 0 0 0 -coefs 0.734221 0.130707 -0.113931 -0.691159 -0.290432 0.0523484 -xform 1 density 1 color 0 -var 0 0 1 0 0 0 0 -coefs 0.687295 -0.294379 -0.316375 -0.437173 0.223018 0.704658 -; diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/640x300.xcf.bz2 b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/640x300.xcf.bz2 deleted file mode 100644 index 640af8d..0000000 Binary files a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/640x300.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/640x480.xcf-flame.def b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/640x480.xcf-flame.def deleted file mode 100644 index fb0da3c..0000000 --- a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/640x480.xcf-flame.def +++ /dev/null @@ -1,13 +0,0 @@ -time 0.2 -cmap 72 -image_size 640 480 center -1.59825 0.283186 pixels_per_unit 100 -spatial_oversample 2 spatial_filter_radius 0.75 sample_density 5 -nbatches 1 white_level 200 -brightness 1 gamma 2 cmap_inter 0 -xform 0 density 1 color 1 -var 0 0 1 0 0 0 0 -coefs 0.734221 0.130707 -0.113931 -0.691159 -0.290432 0.0523484 -xform 1 density 1 color 0 -var 0 0 1 0 0 0 0 -coefs 0.687295 -0.294379 -0.316375 -0.437173 0.223018 0.704658 -; diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/640x480.xcf.bz2 b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/640x480.xcf.bz2 deleted file mode 100644 index d9f127d..0000000 Binary files a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/640x480.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/744x1052.xcf-flame.def b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/744x1052.xcf-flame.def deleted file mode 100644 index 5b6c117..0000000 --- a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/744x1052.xcf-flame.def +++ /dev/null @@ -1,13 +0,0 @@ -time 0.2 -cmap 72 -image_size 744 1052 center -0.873239 0.366197 pixels_per_unit 100 -spatial_oversample 2 spatial_filter_radius 0.75 sample_density 5 -nbatches 1 white_level 200 -brightness 0.9 gamma 2 cmap_inter 0 -xform 0 density 1 color 1 -var 0 0 1 0 0 0 0 -coefs 0.734221 0.130707 -0.113931 -0.691159 -0.290432 0.0523484 -xform 1 density 1 color 0 -var 0 0 1 0 0 0 0 -coefs 0.687295 -0.294379 -0.316375 -0.437173 0.223018 0.704658 -; diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/744x1052.xcf.bz2 b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/744x1052.xcf.bz2 deleted file mode 100644 index a3ae10c..0000000 Binary files a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/744x1052.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/800x600.xcf-flame.def b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/800x600.xcf-flame.def deleted file mode 100644 index b6827d5..0000000 --- a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/800x600.xcf-flame.def +++ /dev/null @@ -1,13 +0,0 @@ -time 0.2 -cmap 72 -image_size 800 600 center -1.79221 0.283186 pixels_per_unit 100 -spatial_oversample 2 spatial_filter_radius 0.75 sample_density 5 -nbatches 1 white_level 200 -brightness 1 gamma 2 cmap_inter 0 -xform 0 density 1 color 1 -var 0 0 1 0 0 0 0 -coefs 0.734221 0.130707 -0.113931 -0.691159 -0.290432 0.0523484 -xform 1 density 1 color 0 -var 0 0 1 0 0 0 0 -coefs 0.687295 -0.294379 -0.316375 -0.437173 0.223018 0.704658 -; diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/800x600.xcf.bz2 b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/800x600.xcf.bz2 deleted file mode 100644 index c399382..0000000 Binary files a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/800x600.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/800x88.xcf-flame.def b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/800x88.xcf-flame.def deleted file mode 100644 index 4c2cbcd..0000000 --- a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/800x88.xcf-flame.def +++ /dev/null @@ -1,13 +0,0 @@ -time 0.2 -cmap 72 -image_size 800 88 center -0.930693 -0.455446 pixels_per_unit 100 -spatial_oversample 2 spatial_filter_radius 0.75 sample_density 5 -nbatches 1 white_level 200 -brightness 0.420168 gamma 2 cmap_inter 0 -xform 0 density 1 color 1 -var 0 0 1 0 0 0 0 -coefs 0.734221 0.130707 -0.113931 -0.691159 -0.290432 0.0523484 -xform 1 density 1 color 0 -var 0 0 1 0 0 0 0 -coefs 0.687295 -0.294379 -0.316375 -0.437173 0.223018 0.704658 -; diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/800x88.xcf.bz2 b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/800x88.xcf.bz2 deleted file mode 100644 index 974b2e7..0000000 Binary files a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/800x88.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/886x443.xcf-flame.def b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/886x443.xcf-flame.def deleted file mode 100644 index cac7919..0000000 --- a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/886x443.xcf-flame.def +++ /dev/null @@ -1,13 +0,0 @@ -time 0.2 -cmap 72 -image_size 886 443 center -2 -0.028169 pixels_per_unit 100 -spatial_oversample 2 spatial_filter_radius 0.75 sample_density 5 -nbatches 1 white_level 200 -brightness 1 gamma 2 cmap_inter 0 -xform 0 density 1 color 1 -var 0 0 1 0 0 0 0 -coefs 0.734221 0.130707 -0.113931 -0.691159 -0.290432 0.0523484 -xform 1 density 1 color 0 -var 0 0 1 0 0 0 0 -coefs 0.687295 -0.294379 -0.316375 -0.437173 0.223018 0.704658 -; diff --git a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/886x443.xcf.bz2 b/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/886x443.xcf.bz2 deleted file mode 100644 index 4f2e188..0000000 Binary files a/Artworks/Themes/Motifs/Flame/3/Backgrounds/Models/886x443.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/1360x768.svgz b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/1360x768.svgz new file mode 100644 index 0000000..84705ce Binary files /dev/null and b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/1360x768.svgz differ diff --git a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/1360x768.xcf.bz2 b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/1360x768.xcf.bz2 new file mode 100644 index 0000000..e46b8d3 Binary files /dev/null and b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/1360x768.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/2048x1536.xcf.bz2 b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/2048x1536.xcf.bz2 new file mode 100644 index 0000000..d4daac7 Binary files /dev/null and b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/2048x1536.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/490x200.xcf.bz2 b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/490x200.xcf.bz2 new file mode 100644 index 0000000..6d8bfce Binary files /dev/null and b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/490x200.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/530x240.xcf.bz2 b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/530x240.xcf.bz2 new file mode 100644 index 0000000..3e91947 Binary files /dev/null and b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/530x240.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/800x600.svgz b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/800x600.svgz new file mode 100644 index 0000000..9df485b Binary files /dev/null and b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/800x600.svgz differ diff --git a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/800x600.xcf.bz2 b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/800x600.xcf.bz2 new file mode 100644 index 0000000..e2dfe62 Binary files /dev/null and b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/800x600.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Final/1360x768.png b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Final/1360x768.png new file mode 100644 index 0000000..1c4a7c7 Binary files /dev/null and b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Final/1360x768.png differ diff --git a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Final/160x600.png b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Final/160x600.png new file mode 100644 index 0000000..8216513 Binary files /dev/null and b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Final/160x600.png differ diff --git a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Final/200x150.png b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Final/200x150.png new file mode 100644 index 0000000..11a6112 Binary files /dev/null and b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Final/200x150.png differ diff --git a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Final/2048x1536.png b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Final/2048x1536.png new file mode 100644 index 0000000..36bb1f3 Binary files /dev/null and b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Final/2048x1536.png differ diff --git a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Final/400x300.png b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Final/400x300.png new file mode 100644 index 0000000..18af3b0 Binary files /dev/null and b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Final/400x300.png differ diff --git a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Final/490x200.png b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Final/490x200.png new file mode 100644 index 0000000..f584000 Binary files /dev/null and b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Final/490x200.png differ diff --git a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Final/510x300.png b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Final/510x300.png new file mode 100644 index 0000000..88283b2 Binary files /dev/null and b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Final/510x300.png differ diff --git a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Final/640x300.png b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Final/640x300.png new file mode 100644 index 0000000..852fb63 Binary files /dev/null and b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Final/640x300.png differ diff --git a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Final/640x480.png b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Final/640x480.png new file mode 100644 index 0000000..579882b Binary files /dev/null and b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Final/640x480.png differ diff --git a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Final/800x600.png b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Final/800x600.png new file mode 100644 index 0000000..e379dd6 Binary files /dev/null and b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Final/800x600.png differ diff --git a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Final/800x88.png b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Final/800x88.png new file mode 100644 index 0000000..c9e1f5c Binary files /dev/null and b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Final/800x88.png differ diff --git a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Images/1360x768-final.png b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Images/1360x768-final.png deleted file mode 100644 index 1c4a7c7..0000000 Binary files a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Images/1360x768-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Images/160x600-final.png b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Images/160x600-final.png deleted file mode 100644 index 8216513..0000000 Binary files a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Images/160x600-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Images/200x150-final.png b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Images/200x150-final.png deleted file mode 100644 index 11a6112..0000000 Binary files a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Images/200x150-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Images/2048x1536-final.png b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Images/2048x1536-final.png deleted file mode 100644 index 36bb1f3..0000000 Binary files a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Images/2048x1536-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Images/400x300-final.png b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Images/400x300-final.png deleted file mode 100644 index 18af3b0..0000000 Binary files a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Images/400x300-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Images/490x200-final.png b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Images/490x200-final.png deleted file mode 100644 index f584000..0000000 Binary files a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Images/490x200-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Images/510x300-final.png b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Images/510x300-final.png deleted file mode 100644 index 88283b2..0000000 Binary files a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Images/510x300-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Images/640x300-final.png b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Images/640x300-final.png deleted file mode 100644 index 852fb63..0000000 Binary files a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Images/640x300-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Images/640x480-final.png b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Images/640x480-final.png deleted file mode 100644 index 579882b..0000000 Binary files a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Images/640x480-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Images/800x600-final.png b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Images/800x600-final.png deleted file mode 100644 index e379dd6..0000000 Binary files a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Images/800x600-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Images/800x88-final.png b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Images/800x88-final.png deleted file mode 100644 index c9e1f5c..0000000 Binary files a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Images/800x88-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Models/1360x768.svgz b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Models/1360x768.svgz deleted file mode 100644 index 84705ce..0000000 Binary files a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Models/1360x768.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Models/1360x768.xcf.bz2 b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Models/1360x768.xcf.bz2 deleted file mode 100644 index e46b8d3..0000000 Binary files a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Models/1360x768.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Models/2048x1536.xcf.bz2 b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Models/2048x1536.xcf.bz2 deleted file mode 100644 index d4daac7..0000000 Binary files a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Models/2048x1536.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Models/490x200.xcf.bz2 b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Models/490x200.xcf.bz2 deleted file mode 100644 index 6d8bfce..0000000 Binary files a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Models/490x200.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Models/530x240.xcf.bz2 b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Models/530x240.xcf.bz2 deleted file mode 100644 index 3e91947..0000000 Binary files a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Models/530x240.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Models/800x600.svgz b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Models/800x600.svgz deleted file mode 100644 index 9df485b..0000000 Binary files a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Models/800x600.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Models/800x600.xcf.bz2 b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Models/800x600.xcf.bz2 deleted file mode 100644 index e2dfe62..0000000 Binary files a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Models/800x600.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Models/color-adjustment.curves b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Models/color-adjustment.curves deleted file mode 100644 index d906492..0000000 --- a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/Models/color-adjustment.curves +++ /dev/null @@ -1,6 +0,0 @@ -# GIMP Curves File -0 0 -1 -1 -1 -1 -1 -1 -1 49 81 34 -1 41 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 255 255 -0 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 255 255 -0 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 255 255 -0 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 255 255 -0 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 255 255 diff --git a/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/color-adjustment.curves b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/color-adjustment.curves new file mode 100644 index 0000000..d906492 --- /dev/null +++ b/Artworks/Themes/Motifs/Jesuits/1/Backgrounds/color-adjustment.curves @@ -0,0 +1,6 @@ +# GIMP Curves File +0 0 -1 -1 -1 -1 -1 -1 -1 49 81 34 -1 41 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 255 255 +0 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 255 255 +0 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 255 255 +0 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 255 255 +0 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 255 255 diff --git a/Artworks/Themes/Motifs/Modern/1/Backgrounds/1360x768.xcf.bz2 b/Artworks/Themes/Motifs/Modern/1/Backgrounds/1360x768.xcf.bz2 new file mode 100644 index 0000000..fc311f0 Binary files /dev/null and b/Artworks/Themes/Motifs/Modern/1/Backgrounds/1360x768.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Modern/1/Backgrounds/800x600.svgz b/Artworks/Themes/Motifs/Modern/1/Backgrounds/800x600.svgz new file mode 100755 index 0000000..e73ba74 Binary files /dev/null and b/Artworks/Themes/Motifs/Modern/1/Backgrounds/800x600.svgz differ diff --git a/Artworks/Themes/Motifs/Modern/1/Backgrounds/800x600.xcf.bz2 b/Artworks/Themes/Motifs/Modern/1/Backgrounds/800x600.xcf.bz2 new file mode 100755 index 0000000..fb56917 Binary files /dev/null and b/Artworks/Themes/Motifs/Modern/1/Backgrounds/800x600.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Final/1360x768.png b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Final/1360x768.png new file mode 100644 index 0000000..7f95611 Binary files /dev/null and b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Final/1360x768.png differ diff --git a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Final/160x600.png b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Final/160x600.png new file mode 100644 index 0000000..a2389ed Binary files /dev/null and b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Final/160x600.png differ diff --git a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Final/200x150.png b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Final/200x150.png new file mode 100644 index 0000000..b7d8379 Binary files /dev/null and b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Final/200x150.png differ diff --git a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Final/2048x1536.png b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Final/2048x1536.png new file mode 100644 index 0000000..729bde2 Binary files /dev/null and b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Final/2048x1536.png differ diff --git a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Final/400x300.png b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Final/400x300.png new file mode 100644 index 0000000..3303dfc Binary files /dev/null and b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Final/400x300.png differ diff --git a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Final/490x200.png b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Final/490x200.png new file mode 100644 index 0000000..cf36dd1 Binary files /dev/null and b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Final/490x200.png differ diff --git a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Final/510x300.png b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Final/510x300.png new file mode 100644 index 0000000..72e474e Binary files /dev/null and b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Final/510x300.png differ diff --git a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Final/640x300.png b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Final/640x300.png new file mode 100644 index 0000000..54dbbbd Binary files /dev/null and b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Final/640x300.png differ diff --git a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Final/640x480.png b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Final/640x480.png new file mode 100644 index 0000000..e97933e Binary files /dev/null and b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Final/640x480.png differ diff --git a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Final/744x1052.png b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Final/744x1052.png new file mode 100644 index 0000000..4197e06 Binary files /dev/null and b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Final/744x1052.png differ diff --git a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Final/800x600.png b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Final/800x600.png new file mode 100644 index 0000000..59fa33b Binary files /dev/null and b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Final/800x600.png differ diff --git a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Final/800x88.png b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Final/800x88.png new file mode 100644 index 0000000..06b5809 Binary files /dev/null and b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Final/800x88.png differ diff --git a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Images/1360x768-final.png b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Images/1360x768-final.png deleted file mode 100644 index 7f95611..0000000 Binary files a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Images/1360x768-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Images/160x600-final.png b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Images/160x600-final.png deleted file mode 100644 index a2389ed..0000000 Binary files a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Images/160x600-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Images/200x150-final.png b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Images/200x150-final.png deleted file mode 100644 index b7d8379..0000000 Binary files a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Images/200x150-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Images/2048x1536-final.png b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Images/2048x1536-final.png deleted file mode 100644 index 729bde2..0000000 Binary files a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Images/2048x1536-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Images/400x300-final.png b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Images/400x300-final.png deleted file mode 100644 index 3303dfc..0000000 Binary files a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Images/400x300-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Images/490x200-final.png b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Images/490x200-final.png deleted file mode 100644 index cf36dd1..0000000 Binary files a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Images/490x200-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Images/510x300-final.png b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Images/510x300-final.png deleted file mode 100644 index 72e474e..0000000 Binary files a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Images/510x300-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Images/640x300-final.png b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Images/640x300-final.png deleted file mode 100644 index 54dbbbd..0000000 Binary files a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Images/640x300-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Images/640x480-final.png b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Images/640x480-final.png deleted file mode 100644 index e97933e..0000000 Binary files a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Images/640x480-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Images/744x1052-final.png b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Images/744x1052-final.png deleted file mode 100644 index 4197e06..0000000 Binary files a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Images/744x1052-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Images/800x600-final.png b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Images/800x600-final.png deleted file mode 100644 index 59fa33b..0000000 Binary files a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Images/800x600-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Images/800x88-final.png b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Images/800x88-final.png deleted file mode 100644 index 06b5809..0000000 Binary files a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Images/800x88-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Models/1360x768.xcf.bz2 b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Models/1360x768.xcf.bz2 deleted file mode 100644 index fc311f0..0000000 Binary files a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Models/1360x768.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Models/800x600.svgz b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Models/800x600.svgz deleted file mode 100755 index e73ba74..0000000 Binary files a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Models/800x600.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Models/800x600.xcf.bz2 b/Artworks/Themes/Motifs/Modern/1/Backgrounds/Models/800x600.xcf.bz2 deleted file mode 100755 index fb56917..0000000 Binary files a/Artworks/Themes/Motifs/Modern/1/Backgrounds/Models/800x600.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Modern/1/Palettes/syslinux.gpl b/Artworks/Themes/Motifs/Modern/1/Palettes/syslinux.gpl index a0cfdf7..91dd864 100644 --- a/Artworks/Themes/Motifs/Modern/1/Palettes/syslinux.gpl +++ b/Artworks/Themes/Motifs/Modern/1/Palettes/syslinux.gpl @@ -9,8 +9,8 @@ Columns: 16 1 0 46 01002e 0 0 63 00003f 2 0 82 020052 - 5 0 106 05006a 255 255 255 ffffff + 5 0 106 05006a 0 0 127 00007f 0 0 148 000094 0 1 167 0001a7 diff --git a/Artworks/Themes/Motifs/Modern/2/Backgrounds/1360x768.svgz b/Artworks/Themes/Motifs/Modern/2/Backgrounds/1360x768.svgz new file mode 100644 index 0000000..a82c1fd Binary files /dev/null and b/Artworks/Themes/Motifs/Modern/2/Backgrounds/1360x768.svgz differ diff --git a/Artworks/Themes/Motifs/Modern/2/Backgrounds/1360x768.xcf.bz2 b/Artworks/Themes/Motifs/Modern/2/Backgrounds/1360x768.xcf.bz2 new file mode 100644 index 0000000..52b0643 Binary files /dev/null and b/Artworks/Themes/Motifs/Modern/2/Backgrounds/1360x768.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Modern/2/Backgrounds/640x300.xcf.bz2 b/Artworks/Themes/Motifs/Modern/2/Backgrounds/640x300.xcf.bz2 new file mode 100644 index 0000000..cb84fcd Binary files /dev/null and b/Artworks/Themes/Motifs/Modern/2/Backgrounds/640x300.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Modern/2/Backgrounds/640x480.xcf.bz2 b/Artworks/Themes/Motifs/Modern/2/Backgrounds/640x480.xcf.bz2 new file mode 100644 index 0000000..11166c7 Binary files /dev/null and b/Artworks/Themes/Motifs/Modern/2/Backgrounds/640x480.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Modern/2/Backgrounds/744x1052.xcf.bz2 b/Artworks/Themes/Motifs/Modern/2/Backgrounds/744x1052.xcf.bz2 new file mode 100644 index 0000000..5775172 Binary files /dev/null and b/Artworks/Themes/Motifs/Modern/2/Backgrounds/744x1052.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Modern/2/Backgrounds/800x600.xcf.bz2 b/Artworks/Themes/Motifs/Modern/2/Backgrounds/800x600.xcf.bz2 new file mode 100644 index 0000000..1eeffe5 Binary files /dev/null and b/Artworks/Themes/Motifs/Modern/2/Backgrounds/800x600.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Modern/2/Backgrounds/Images/1360x768-final.png b/Artworks/Themes/Motifs/Modern/2/Backgrounds/Images/1360x768-final.png deleted file mode 100644 index 0ee2d3f..0000000 Binary files a/Artworks/Themes/Motifs/Modern/2/Backgrounds/Images/1360x768-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Modern/2/Backgrounds/Images/160x600-final.png b/Artworks/Themes/Motifs/Modern/2/Backgrounds/Images/160x600-final.png deleted file mode 100644 index fb7b0a6..0000000 Binary files a/Artworks/Themes/Motifs/Modern/2/Backgrounds/Images/160x600-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Modern/2/Backgrounds/Images/200x150-final.png b/Artworks/Themes/Motifs/Modern/2/Backgrounds/Images/200x150-final.png deleted file mode 100644 index c267631..0000000 Binary files a/Artworks/Themes/Motifs/Modern/2/Backgrounds/Images/200x150-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Modern/2/Backgrounds/Images/400x300-final.png b/Artworks/Themes/Motifs/Modern/2/Backgrounds/Images/400x300-final.png deleted file mode 100644 index 0be88ea..0000000 Binary files a/Artworks/Themes/Motifs/Modern/2/Backgrounds/Images/400x300-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Modern/2/Backgrounds/Images/490x200-final.png b/Artworks/Themes/Motifs/Modern/2/Backgrounds/Images/490x200-final.png deleted file mode 100644 index 1586514..0000000 Binary files a/Artworks/Themes/Motifs/Modern/2/Backgrounds/Images/490x200-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Modern/2/Backgrounds/Images/510x300-final.png b/Artworks/Themes/Motifs/Modern/2/Backgrounds/Images/510x300-final.png deleted file mode 100644 index bc1bec7..0000000 Binary files a/Artworks/Themes/Motifs/Modern/2/Backgrounds/Images/510x300-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Modern/2/Backgrounds/Images/640x300-final.png b/Artworks/Themes/Motifs/Modern/2/Backgrounds/Images/640x300-final.png deleted file mode 100644 index 1e1bfc7..0000000 Binary files a/Artworks/Themes/Motifs/Modern/2/Backgrounds/Images/640x300-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Modern/2/Backgrounds/Images/640x480-final.png b/Artworks/Themes/Motifs/Modern/2/Backgrounds/Images/640x480-final.png deleted file mode 100644 index c960e0a..0000000 Binary files a/Artworks/Themes/Motifs/Modern/2/Backgrounds/Images/640x480-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Modern/2/Backgrounds/Images/744x1052-final.png b/Artworks/Themes/Motifs/Modern/2/Backgrounds/Images/744x1052-final.png deleted file mode 100644 index f8adb07..0000000 Binary files a/Artworks/Themes/Motifs/Modern/2/Backgrounds/Images/744x1052-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Modern/2/Backgrounds/Images/800x600-final.png b/Artworks/Themes/Motifs/Modern/2/Backgrounds/Images/800x600-final.png deleted file mode 100644 index be1cecb..0000000 Binary files a/Artworks/Themes/Motifs/Modern/2/Backgrounds/Images/800x600-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Modern/2/Backgrounds/Images/800x88-final.png b/Artworks/Themes/Motifs/Modern/2/Backgrounds/Images/800x88-final.png deleted file mode 100644 index c4384f8..0000000 Binary files a/Artworks/Themes/Motifs/Modern/2/Backgrounds/Images/800x88-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Modern/2/Backgrounds/Models/1360x768.svgz b/Artworks/Themes/Motifs/Modern/2/Backgrounds/Models/1360x768.svgz deleted file mode 100644 index a82c1fd..0000000 Binary files a/Artworks/Themes/Motifs/Modern/2/Backgrounds/Models/1360x768.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/Modern/2/Backgrounds/Models/1360x768.xcf.bz2 b/Artworks/Themes/Motifs/Modern/2/Backgrounds/Models/1360x768.xcf.bz2 deleted file mode 100644 index 52b0643..0000000 Binary files a/Artworks/Themes/Motifs/Modern/2/Backgrounds/Models/1360x768.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Modern/2/Backgrounds/Models/640x300.xcf.bz2 b/Artworks/Themes/Motifs/Modern/2/Backgrounds/Models/640x300.xcf.bz2 deleted file mode 100644 index cb84fcd..0000000 Binary files a/Artworks/Themes/Motifs/Modern/2/Backgrounds/Models/640x300.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Modern/2/Backgrounds/Models/640x480.xcf.bz2 b/Artworks/Themes/Motifs/Modern/2/Backgrounds/Models/640x480.xcf.bz2 deleted file mode 100644 index 11166c7..0000000 Binary files a/Artworks/Themes/Motifs/Modern/2/Backgrounds/Models/640x480.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Modern/2/Backgrounds/Models/744x1052.xcf.bz2 b/Artworks/Themes/Motifs/Modern/2/Backgrounds/Models/744x1052.xcf.bz2 deleted file mode 100644 index 5775172..0000000 Binary files a/Artworks/Themes/Motifs/Modern/2/Backgrounds/Models/744x1052.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Modern/2/Backgrounds/Models/800x600.xcf.bz2 b/Artworks/Themes/Motifs/Modern/2/Backgrounds/Models/800x600.xcf.bz2 deleted file mode 100644 index 1eeffe5..0000000 Binary files a/Artworks/Themes/Motifs/Modern/2/Backgrounds/Models/800x600.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Modern/2/Backgrounds/Models/color-adjustment.curves b/Artworks/Themes/Motifs/Modern/2/Backgrounds/Models/color-adjustment.curves deleted file mode 100644 index 3834f8f..0000000 --- a/Artworks/Themes/Motifs/Modern/2/Backgrounds/Models/color-adjustment.curves +++ /dev/null @@ -1,6 +0,0 @@ -# GIMP Curves File -0 0 -1 -1 -1 0 -1 0 -1 0 -1 4 95 27 -1 16 -1 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 255 255 -0 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 255 255 -0 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 255 255 -0 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 255 255 -0 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 255 255 diff --git a/Artworks/Themes/Motifs/Modern/2/Backgrounds/color-adjustment.curves b/Artworks/Themes/Motifs/Modern/2/Backgrounds/color-adjustment.curves new file mode 100644 index 0000000..3834f8f --- /dev/null +++ b/Artworks/Themes/Motifs/Modern/2/Backgrounds/color-adjustment.curves @@ -0,0 +1,6 @@ +# GIMP Curves File +0 0 -1 -1 -1 0 -1 0 -1 0 -1 4 95 27 -1 16 -1 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 255 255 +0 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 255 255 +0 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 255 255 +0 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 255 255 +0 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 255 255 diff --git a/Artworks/Themes/Motifs/Modern/2/Distro/5/Grub/colors.gpl b/Artworks/Themes/Motifs/Modern/2/Distro/5/Grub/colors.gpl deleted file mode 100644 index 3cdcbce..0000000 --- a/Artworks/Themes/Motifs/Modern/2/Distro/5/Grub/colors.gpl +++ /dev/null @@ -1,18 +0,0 @@ -GIMP Palette -Name: Modern-2-Grub -Columns: 14 -# - 2 11 77 020b4d - 0 16 86 001056 - 2 21 93 02155d - 0 26 95 001a5f - 4 32 103 042067 - 6 40 110 06286e - 10 47 119 0a2f77 - 12 56 128 0c3880 - 20 68 140 14448c - 31 81 152 1f5198 - 38 90 159 265a9f - 51 101 168 3365a8 - 70 118 179 4676b3 - 89 132 188 5984bc diff --git a/Artworks/Themes/Motifs/Modern/2/Palettes/grub.gpl b/Artworks/Themes/Motifs/Modern/2/Palettes/grub.gpl new file mode 100644 index 0000000..3cdcbce --- /dev/null +++ b/Artworks/Themes/Motifs/Modern/2/Palettes/grub.gpl @@ -0,0 +1,18 @@ +GIMP Palette +Name: Modern-2-Grub +Columns: 14 +# + 2 11 77 020b4d + 0 16 86 001056 + 2 21 93 02155d + 0 26 95 001a5f + 4 32 103 042067 + 6 40 110 06286e + 10 47 119 0a2f77 + 12 56 128 0c3880 + 20 68 140 14448c + 31 81 152 1f5198 + 38 90 159 265a9f + 51 101 168 3365a8 + 70 118 179 4676b3 + 89 132 188 5984bc diff --git a/Artworks/Themes/Motifs/Modern/2/Palettes/syslinux.gpl b/Artworks/Themes/Motifs/Modern/2/Palettes/syslinux.gpl index 2684c0f..f618d7e 100644 --- a/Artworks/Themes/Motifs/Modern/2/Palettes/syslinux.gpl +++ b/Artworks/Themes/Motifs/Modern/2/Palettes/syslinux.gpl @@ -1,5 +1,5 @@ GIMP Palette -Name: Modern-2-Syslinux +Name: syslinux-splash.png-1 Columns: 16 # 10 37 121 0a2579 @@ -7,14 +7,14 @@ Columns: 16 0 55 136 003788 9 59 142 093b8e 0 66 148 004294 - 21 65 136 154188 + 22 65 136 164188 18 67 144 124390 255 255 255 ffffff 30 70 135 1e4687 18 76 154 124c9a 34 81 153 225199 - 38 81 147 265193 + 47 80 147 2f5093 41 93 163 295da3 58 107 172 3a6bac 77 123 183 4d7bb7 -105 144 195 6990c3 +150 167 202 96a7ca diff --git a/Artworks/Themes/Motifs/Pipes/1/Backgrounds/1360x768.svgz b/Artworks/Themes/Motifs/Pipes/1/Backgrounds/1360x768.svgz new file mode 100644 index 0000000..92f1d6c Binary files /dev/null and b/Artworks/Themes/Motifs/Pipes/1/Backgrounds/1360x768.svgz differ diff --git a/Artworks/Themes/Motifs/Pipes/1/Backgrounds/1360x768.xcf.bz2 b/Artworks/Themes/Motifs/Pipes/1/Backgrounds/1360x768.xcf.bz2 new file mode 100644 index 0000000..6432666 Binary files /dev/null and b/Artworks/Themes/Motifs/Pipes/1/Backgrounds/1360x768.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Pipes/1/Backgrounds/800x600.svgz b/Artworks/Themes/Motifs/Pipes/1/Backgrounds/800x600.svgz new file mode 100644 index 0000000..3804e45 Binary files /dev/null and b/Artworks/Themes/Motifs/Pipes/1/Backgrounds/800x600.svgz differ diff --git a/Artworks/Themes/Motifs/Pipes/1/Backgrounds/800x600.xcf.bz2 b/Artworks/Themes/Motifs/Pipes/1/Backgrounds/800x600.xcf.bz2 new file mode 100644 index 0000000..124cc13 Binary files /dev/null and b/Artworks/Themes/Motifs/Pipes/1/Backgrounds/800x600.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/Pipes/1/Backgrounds/Final/1360x768.png b/Artworks/Themes/Motifs/Pipes/1/Backgrounds/Final/1360x768.png new file mode 100644 index 0000000..e12d42a Binary files /dev/null and b/Artworks/Themes/Motifs/Pipes/1/Backgrounds/Final/1360x768.png differ diff --git a/Artworks/Themes/Motifs/Pipes/1/Backgrounds/Final/200x150.png b/Artworks/Themes/Motifs/Pipes/1/Backgrounds/Final/200x150.png new file mode 100644 index 0000000..565228a Binary files /dev/null and b/Artworks/Themes/Motifs/Pipes/1/Backgrounds/Final/200x150.png differ diff --git a/Artworks/Themes/Motifs/Pipes/1/Backgrounds/Final/800x600.png b/Artworks/Themes/Motifs/Pipes/1/Backgrounds/Final/800x600.png new file mode 100644 index 0000000..d1640eb Binary files /dev/null and b/Artworks/Themes/Motifs/Pipes/1/Backgrounds/Final/800x600.png differ diff --git a/Artworks/Themes/Motifs/Pipes/1/Backgrounds/Images/1360x768-final.png b/Artworks/Themes/Motifs/Pipes/1/Backgrounds/Images/1360x768-final.png deleted file mode 100644 index e12d42a..0000000 Binary files a/Artworks/Themes/Motifs/Pipes/1/Backgrounds/Images/1360x768-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Pipes/1/Backgrounds/Images/200x150-final.png b/Artworks/Themes/Motifs/Pipes/1/Backgrounds/Images/200x150-final.png deleted file mode 100644 index 565228a..0000000 Binary files a/Artworks/Themes/Motifs/Pipes/1/Backgrounds/Images/200x150-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Pipes/1/Backgrounds/Images/800x600-final.png b/Artworks/Themes/Motifs/Pipes/1/Backgrounds/Images/800x600-final.png deleted file mode 100644 index d1640eb..0000000 Binary files a/Artworks/Themes/Motifs/Pipes/1/Backgrounds/Images/800x600-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/Pipes/1/Backgrounds/Models/1360x768.svgz b/Artworks/Themes/Motifs/Pipes/1/Backgrounds/Models/1360x768.svgz deleted file mode 100644 index 92f1d6c..0000000 Binary files a/Artworks/Themes/Motifs/Pipes/1/Backgrounds/Models/1360x768.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/Pipes/1/Backgrounds/Models/1360x768.xcf.bz2 b/Artworks/Themes/Motifs/Pipes/1/Backgrounds/Models/1360x768.xcf.bz2 deleted file mode 100644 index 6432666..0000000 Binary files a/Artworks/Themes/Motifs/Pipes/1/Backgrounds/Models/1360x768.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Pipes/1/Backgrounds/Models/800x600.svgz b/Artworks/Themes/Motifs/Pipes/1/Backgrounds/Models/800x600.svgz deleted file mode 100644 index 3804e45..0000000 Binary files a/Artworks/Themes/Motifs/Pipes/1/Backgrounds/Models/800x600.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/Pipes/1/Backgrounds/Models/800x600.xcf.bz2 b/Artworks/Themes/Motifs/Pipes/1/Backgrounds/Models/800x600.xcf.bz2 deleted file mode 100644 index 124cc13..0000000 Binary files a/Artworks/Themes/Motifs/Pipes/1/Backgrounds/Models/800x600.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/Pipes/1/Palettes/syslinux.gpl b/Artworks/Themes/Motifs/Pipes/1/Palettes/syslinux.gpl index daf536f..91c7cc0 100644 --- a/Artworks/Themes/Motifs/Pipes/1/Palettes/syslinux.gpl +++ b/Artworks/Themes/Motifs/Pipes/1/Palettes/syslinux.gpl @@ -9,8 +9,8 @@ Columns: 16 91 124 172 5b7cac 108 136 180 6c88b4 120 146 186 7892ba -131 158 193 839ec1 255 255 255 ffffff +131 158 193 839ec1 146 170 200 92aac8 162 182 209 a2b6d1 183 199 219 b7c7db diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/1360x768.svgz b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/1360x768.svgz new file mode 100644 index 0000000..00169c3 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/1360x768.svgz differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/1360x768.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/1360x768.xcf.bz2 new file mode 100644 index 0000000..9012299 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/1360x768.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/160x600.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/160x600.xcf.bz2 new file mode 100644 index 0000000..df9b67f Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/160x600.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/2048x1536.svgz b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/2048x1536.svgz new file mode 100644 index 0000000..f1dddf9 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/2048x1536.svgz differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/2048x1536.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/2048x1536.xcf.bz2 new file mode 100644 index 0000000..da8be72 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/2048x1536.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/510x300.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/510x300.xcf.bz2 new file mode 100644 index 0000000..fda54c9 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/510x300.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/744x1052.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/744x1052.xcf.bz2 new file mode 100644 index 0000000..4d4d9f8 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/744x1052.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/800x600.svgz b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/800x600.svgz new file mode 100644 index 0000000..7d9eaf3 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/800x600.svgz differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/800x600.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/800x600.xcf.bz2 new file mode 100644 index 0000000..efe706d Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/800x600.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/800x88.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/800x88.xcf.bz2 new file mode 100644 index 0000000..db0393e Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/800x88.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/1360x768.png b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/1360x768.png new file mode 100644 index 0000000..ecf9425 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/1360x768.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/160x600.png b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/160x600.png new file mode 100644 index 0000000..4cf4294 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/160x600.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/200x150.png b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/200x150.png new file mode 100644 index 0000000..8ef172d Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/200x150.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/2048x1536.png b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/2048x1536.png new file mode 100644 index 0000000..c88dba0 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/2048x1536.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/400x300.png b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/400x300.png new file mode 100644 index 0000000..501a0f4 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/400x300.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/443x443.png b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/443x443.png new file mode 100644 index 0000000..98d2793 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/443x443.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/490x200.png b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/490x200.png new file mode 100644 index 0000000..fa7f8b5 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/490x200.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/510x300.png b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/510x300.png new file mode 100644 index 0000000..dd042fa Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/510x300.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/640x300.png b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/640x300.png new file mode 100644 index 0000000..c6b6d0c Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/640x300.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/640x480.png b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/640x480.png new file mode 100644 index 0000000..53cdf15 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/640x480.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/744x1052.png b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/744x1052.png new file mode 100644 index 0000000..7d21570 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/744x1052.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/800x600.png b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/800x600.png new file mode 100644 index 0000000..aeef6d1 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/800x600.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/800x88.png b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/800x88.png new file mode 100644 index 0000000..a19a6a6 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/800x88.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/886x443.png b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/886x443.png new file mode 100644 index 0000000..eb0d722 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Final/886x443.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/1360x768-final.png b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/1360x768-final.png deleted file mode 100644 index ecf9425..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/1360x768-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/160x600-final.png b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/160x600-final.png deleted file mode 100644 index 4cf4294..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/160x600-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/200x150-final.png b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/200x150-final.png deleted file mode 100644 index 8ef172d..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/200x150-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/2048x1536-final.png b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/2048x1536-final.png deleted file mode 100644 index c88dba0..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/2048x1536-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/400x300-final.png b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/400x300-final.png deleted file mode 100644 index 501a0f4..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/400x300-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/443x443-final.png b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/443x443-final.png deleted file mode 100644 index 98d2793..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/443x443-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/490x200-final.png b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/490x200-final.png deleted file mode 100644 index fa7f8b5..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/490x200-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/510x300-final.png b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/510x300-final.png deleted file mode 100644 index dd042fa..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/510x300-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/640x300-final.png b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/640x300-final.png deleted file mode 100644 index c6b6d0c..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/640x300-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/640x480-final.png b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/640x480-final.png deleted file mode 100644 index 53cdf15..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/640x480-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/744x1052-final.png b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/744x1052-final.png deleted file mode 100644 index 7d21570..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/744x1052-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/800x600-final.png b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/800x600-final.png deleted file mode 100644 index aeef6d1..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/800x600-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/800x88-final.png b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/800x88-final.png deleted file mode 100644 index a19a6a6..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/800x88-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/886x443-final.png b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/886x443-final.png deleted file mode 100644 index eb0d722..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Images/886x443-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Models/1360x768.svgz b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Models/1360x768.svgz deleted file mode 100644 index 00169c3..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Models/1360x768.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Models/1360x768.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Models/1360x768.xcf.bz2 deleted file mode 100644 index 9012299..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Models/1360x768.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Models/160x600.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Models/160x600.xcf.bz2 deleted file mode 100644 index df9b67f..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Models/160x600.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Models/2048x1536.svgz b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Models/2048x1536.svgz deleted file mode 100644 index f1dddf9..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Models/2048x1536.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Models/2048x1536.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Models/2048x1536.xcf.bz2 deleted file mode 100644 index da8be72..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Models/2048x1536.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Models/510x300.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Models/510x300.xcf.bz2 deleted file mode 100644 index fda54c9..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Models/510x300.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Models/744x1052.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Models/744x1052.xcf.bz2 deleted file mode 100644 index 4d4d9f8..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Models/744x1052.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Models/800x600.svgz b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Models/800x600.svgz deleted file mode 100644 index 7d9eaf3..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Models/800x600.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Models/800x600.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Models/800x600.xcf.bz2 deleted file mode 100644 index efe706d..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Models/800x600.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Models/800x88.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Models/800x88.xcf.bz2 deleted file mode 100644 index db0393e..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Models/800x88.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Models/color-adjustment.curves b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Models/color-adjustment.curves deleted file mode 100644 index 7a910ad..0000000 --- a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/Models/color-adjustment.curves +++ /dev/null @@ -1,6 +0,0 @@ -# GIMP Curves File -0 0 -1 -1 -1 -1 -1 -1 -1 53 -1 37 98 34 -1 44 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 255 255 -0 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 255 255 -0 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 255 255 -0 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 255 255 -0 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 255 255 diff --git a/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/color-adjustment.curves b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/color-adjustment.curves new file mode 100644 index 0000000..7a910ad --- /dev/null +++ b/Artworks/Themes/Motifs/TreeFlower/1/Backgrounds/color-adjustment.curves @@ -0,0 +1,6 @@ +# GIMP Curves File +0 0 -1 -1 -1 -1 -1 -1 -1 53 -1 37 98 34 -1 44 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 255 255 +0 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 255 255 +0 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 255 255 +0 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 255 255 +0 0 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 255 255 diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/1360x768.svgz b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/1360x768.svgz new file mode 100644 index 0000000..4386f3b Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/1360x768.svgz differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/1360x768.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/1360x768.xcf.bz2 new file mode 100644 index 0000000..8f051b2 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/1360x768.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/160x600.svgz b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/160x600.svgz new file mode 100644 index 0000000..f6d57d4 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/160x600.svgz differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/160x600.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/160x600.xcf.bz2 new file mode 100644 index 0000000..d492ae4 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/160x600.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/200x150.svgz b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/200x150.svgz new file mode 100644 index 0000000..248978d Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/200x150.svgz differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/200x150.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/200x150.xcf.bz2 new file mode 100644 index 0000000..a1f2359 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/200x150.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/2048x1536.svgz b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/2048x1536.svgz new file mode 100644 index 0000000..e013781 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/2048x1536.svgz differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/2048x1536.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/2048x1536.xcf.bz2 new file mode 100644 index 0000000..6d68c9e Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/2048x1536.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/400x300.svgz b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/400x300.svgz new file mode 100644 index 0000000..7aea66b Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/400x300.svgz differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/400x300.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/400x300.xcf.bz2 new file mode 100644 index 0000000..5d8489a Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/400x300.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/443x443.svgz b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/443x443.svgz new file mode 100644 index 0000000..877d36d Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/443x443.svgz differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/443x443.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/443x443.xcf.bz2 new file mode 100644 index 0000000..0954807 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/443x443.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/490x200.svgz b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/490x200.svgz new file mode 100644 index 0000000..873cf75 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/490x200.svgz differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/490x200.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/490x200.xcf.bz2 new file mode 100644 index 0000000..e176795 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/490x200.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/510x300.svgz b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/510x300.svgz new file mode 100644 index 0000000..eae3896 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/510x300.svgz differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/510x300.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/510x300.xcf.bz2 new file mode 100644 index 0000000..9594935 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/510x300.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/640x300.svgz b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/640x300.svgz new file mode 100644 index 0000000..0b01cf1 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/640x300.svgz differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/640x300.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/640x300.xcf.bz2 new file mode 100644 index 0000000..8f10586 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/640x300.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/640x480.svgz b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/640x480.svgz new file mode 100755 index 0000000..c2037c9 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/640x480.svgz differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/640x480.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/640x480.xcf.bz2 new file mode 100644 index 0000000..f6ed1b7 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/640x480.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/744x1050.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/744x1050.xcf.bz2 new file mode 100644 index 0000000..6eb9563 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/744x1050.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/744x1052.svgz b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/744x1052.svgz new file mode 100644 index 0000000..baa9e38 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/744x1052.svgz differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/800x600.svgz b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/800x600.svgz new file mode 100755 index 0000000..f4bc8c2 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/800x600.svgz differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/800x600.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/800x600.xcf.bz2 new file mode 100644 index 0000000..2b3d580 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/800x600.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/800x88.svgz b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/800x88.svgz new file mode 100644 index 0000000..1565fa1 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/800x88.svgz differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/800x88.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/800x88.xcf.bz2 new file mode 100644 index 0000000..fb3fa06 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/800x88.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/886x443.svgz b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/886x443.svgz new file mode 100644 index 0000000..1410df5 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/886x443.svgz differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/886x443.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/886x443.xcf.bz2 new file mode 100644 index 0000000..cbdad2c Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/886x443.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/1360x768.png b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/1360x768.png new file mode 100644 index 0000000..d99ec6c Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/1360x768.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/160x600.png b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/160x600.png new file mode 100644 index 0000000..f0253b9 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/160x600.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/200x150.png b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/200x150.png new file mode 100644 index 0000000..ca877a2 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/200x150.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/2048x1536.png b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/2048x1536.png new file mode 100644 index 0000000..363306d Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/2048x1536.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/400x300.png b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/400x300.png new file mode 100644 index 0000000..467c4a6 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/400x300.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/443x443.png b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/443x443.png new file mode 100644 index 0000000..bc4f06b Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/443x443.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/490x200.png b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/490x200.png new file mode 100644 index 0000000..0555d45 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/490x200.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/510x300.png b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/510x300.png new file mode 100644 index 0000000..6fadac3 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/510x300.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/640x300.png b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/640x300.png new file mode 100644 index 0000000..f1020b8 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/640x300.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/640x480.png b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/640x480.png new file mode 100644 index 0000000..94cadaa Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/640x480.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/744x1052.png b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/744x1052.png new file mode 100644 index 0000000..64424c9 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/744x1052.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/800x600.png b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/800x600.png new file mode 100644 index 0000000..8ab7a0c Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/800x600.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/800x88.png b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/800x88.png new file mode 100644 index 0000000..df84bbd Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/800x88.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/886x443.png b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/886x443.png new file mode 100644 index 0000000..7d30c73 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Final/886x443.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/1360x768-final.png b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/1360x768-final.png deleted file mode 100644 index d99ec6c..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/1360x768-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/160x600-final.png b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/160x600-final.png deleted file mode 100644 index f0253b9..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/160x600-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/200x150-final.png b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/200x150-final.png deleted file mode 100644 index ca877a2..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/200x150-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/2048x1536-final.png b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/2048x1536-final.png deleted file mode 100644 index 363306d..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/2048x1536-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/400x300-final.png b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/400x300-final.png deleted file mode 100644 index 467c4a6..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/400x300-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/443x443-final.png b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/443x443-final.png deleted file mode 100644 index bc4f06b..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/443x443-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/490x200-final.png b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/490x200-final.png deleted file mode 100644 index 0555d45..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/490x200-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/510x300-final.png b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/510x300-final.png deleted file mode 100644 index 6fadac3..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/510x300-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/640x300-final.png b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/640x300-final.png deleted file mode 100644 index f1020b8..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/640x300-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/640x480-final.png b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/640x480-final.png deleted file mode 100644 index 94cadaa..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/640x480-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/744x1052-final.png b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/744x1052-final.png deleted file mode 100644 index 64424c9..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/744x1052-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/800x600-final.png b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/800x600-final.png deleted file mode 100644 index 8ab7a0c..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/800x600-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/800x88-final.png b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/800x88-final.png deleted file mode 100644 index df84bbd..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/800x88-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/886x443-final.png b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/886x443-final.png deleted file mode 100644 index 7d30c73..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Images/886x443-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/1360x768.svgz b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/1360x768.svgz deleted file mode 100644 index 4386f3b..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/1360x768.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/1360x768.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/1360x768.xcf.bz2 deleted file mode 100644 index 8f051b2..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/1360x768.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/160x600.svgz b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/160x600.svgz deleted file mode 100644 index f6d57d4..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/160x600.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/160x600.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/160x600.xcf.bz2 deleted file mode 100644 index d492ae4..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/160x600.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/200x150.svgz b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/200x150.svgz deleted file mode 100644 index 248978d..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/200x150.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/200x150.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/200x150.xcf.bz2 deleted file mode 100644 index a1f2359..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/200x150.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/2048x1536.svgz b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/2048x1536.svgz deleted file mode 100644 index e013781..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/2048x1536.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/2048x1536.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/2048x1536.xcf.bz2 deleted file mode 100644 index 6d68c9e..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/2048x1536.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/400x300.svgz b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/400x300.svgz deleted file mode 100644 index 7aea66b..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/400x300.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/400x300.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/400x300.xcf.bz2 deleted file mode 100644 index 5d8489a..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/400x300.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/443x443.svgz b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/443x443.svgz deleted file mode 100644 index 877d36d..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/443x443.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/443x443.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/443x443.xcf.bz2 deleted file mode 100644 index 0954807..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/443x443.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/490x200.svgz b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/490x200.svgz deleted file mode 100644 index 873cf75..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/490x200.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/490x200.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/490x200.xcf.bz2 deleted file mode 100644 index e176795..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/490x200.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/510x300.svgz b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/510x300.svgz deleted file mode 100644 index eae3896..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/510x300.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/510x300.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/510x300.xcf.bz2 deleted file mode 100644 index 9594935..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/510x300.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/640x300.svgz b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/640x300.svgz deleted file mode 100644 index 0b01cf1..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/640x300.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/640x300.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/640x300.xcf.bz2 deleted file mode 100644 index 8f10586..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/640x300.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/640x480.svgz b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/640x480.svgz deleted file mode 100755 index c2037c9..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/640x480.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/640x480.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/640x480.xcf.bz2 deleted file mode 100644 index f6ed1b7..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/640x480.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/744x1050.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/744x1050.xcf.bz2 deleted file mode 100644 index 6eb9563..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/744x1050.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/744x1052.svgz b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/744x1052.svgz deleted file mode 100644 index baa9e38..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/744x1052.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/800x600.svgz b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/800x600.svgz deleted file mode 100755 index f4bc8c2..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/800x600.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/800x600.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/800x600.xcf.bz2 deleted file mode 100644 index 2b3d580..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/800x600.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/800x88.svgz b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/800x88.svgz deleted file mode 100644 index 1565fa1..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/800x88.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/800x88.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/800x88.xcf.bz2 deleted file mode 100644 index fb3fa06..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/800x88.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/886x443.svgz b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/886x443.svgz deleted file mode 100644 index 1410df5..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/886x443.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/886x443.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/886x443.xcf.bz2 deleted file mode 100644 index cbdad2c..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/2/Backgrounds/Models/886x443.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/1360x768.svgz b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/1360x768.svgz new file mode 100644 index 0000000..745b70a Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/1360x768.svgz differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/1360x768.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/1360x768.xcf.bz2 new file mode 100644 index 0000000..af590c8 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/1360x768.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/160x600.svgz b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/160x600.svgz new file mode 100644 index 0000000..1c9b9aa Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/160x600.svgz differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/160x600.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/160x600.xcf.bz2 new file mode 100644 index 0000000..980eea6 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/160x600.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/200x150.svgz b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/200x150.svgz new file mode 100644 index 0000000..59024ea Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/200x150.svgz differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/200x150.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/200x150.xcf.bz2 new file mode 100644 index 0000000..45e2aca Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/200x150.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/2048x1536.svgz b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/2048x1536.svgz new file mode 100644 index 0000000..17e6a98 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/2048x1536.svgz differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/2048x1536.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/2048x1536.xcf.bz2 new file mode 100644 index 0000000..fef0205 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/2048x1536.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/400x300.svgz b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/400x300.svgz new file mode 100644 index 0000000..218d1df Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/400x300.svgz differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/400x300.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/400x300.xcf.bz2 new file mode 100644 index 0000000..0ba14db Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/400x300.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/443x443.svgz b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/443x443.svgz new file mode 100644 index 0000000..711ffe6 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/443x443.svgz differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/443x443.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/443x443.xcf.bz2 new file mode 100644 index 0000000..a7c61d3 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/443x443.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/490x200.svgz b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/490x200.svgz new file mode 100644 index 0000000..0002891 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/490x200.svgz differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/490x200.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/490x200.xcf.bz2 new file mode 100644 index 0000000..279ae57 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/490x200.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/510x300.svgz b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/510x300.svgz new file mode 100644 index 0000000..6c8bbaa Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/510x300.svgz differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/510x300.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/510x300.xcf.bz2 new file mode 100644 index 0000000..9791acf Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/510x300.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/640x300.svgz b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/640x300.svgz new file mode 100644 index 0000000..718b66f Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/640x300.svgz differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/640x300.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/640x300.xcf.bz2 new file mode 100644 index 0000000..5f78883 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/640x300.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/640x480.svgz b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/640x480.svgz new file mode 100755 index 0000000..50bf368 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/640x480.svgz differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/640x480.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/640x480.xcf.bz2 new file mode 100644 index 0000000..1550d2a Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/640x480.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/744x1052.svgz b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/744x1052.svgz new file mode 100644 index 0000000..e10b71d Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/744x1052.svgz differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/744x1052.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/744x1052.xcf.bz2 new file mode 100644 index 0000000..82c0825 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/744x1052.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/800x600.svgz b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/800x600.svgz new file mode 100755 index 0000000..95b5814 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/800x600.svgz differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/800x600.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/800x600.xcf.bz2 new file mode 100644 index 0000000..6f30c21 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/800x600.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/800x88.svgz b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/800x88.svgz new file mode 100644 index 0000000..d35805a Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/800x88.svgz differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/800x88.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/800x88.xcf.bz2 new file mode 100644 index 0000000..fbbe25a Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/800x88.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/886x443.svgz b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/886x443.svgz new file mode 100644 index 0000000..500f836 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/886x443.svgz differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/886x443.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/886x443.xcf.bz2 new file mode 100644 index 0000000..c0c9329 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/886x443.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/1360x768.png b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/1360x768.png new file mode 100644 index 0000000..7dd7792 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/1360x768.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/160x600.png b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/160x600.png new file mode 100644 index 0000000..b62f0ef Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/160x600.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/200x150.png b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/200x150.png new file mode 100644 index 0000000..affe332 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/200x150.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/2048x1536.png b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/2048x1536.png new file mode 100644 index 0000000..c5b88c5 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/2048x1536.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/400x300.png b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/400x300.png new file mode 100644 index 0000000..546d1a3 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/400x300.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/443x443.png b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/443x443.png new file mode 100644 index 0000000..338e6b1 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/443x443.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/490x200.png b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/490x200.png new file mode 100644 index 0000000..aee4777 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/490x200.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/510x300.png b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/510x300.png new file mode 100644 index 0000000..493278d Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/510x300.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/640x300.png b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/640x300.png new file mode 100644 index 0000000..dba7a07 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/640x300.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/640x480.png b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/640x480.png new file mode 100644 index 0000000..d9ca079 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/640x480.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/744x1052.png b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/744x1052.png new file mode 100644 index 0000000..5449b6a Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/744x1052.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/800x600.png b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/800x600.png new file mode 100644 index 0000000..337299d Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/800x600.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/800x88.png b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/800x88.png new file mode 100644 index 0000000..f0ba1a7 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/800x88.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/886x443.png b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/886x443.png new file mode 100644 index 0000000..f9c7642 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Final/886x443.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/1360x768-final.png b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/1360x768-final.png deleted file mode 100644 index 7dd7792..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/1360x768-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/160x600-final.png b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/160x600-final.png deleted file mode 100644 index b62f0ef..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/160x600-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/200x150-final.png b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/200x150-final.png deleted file mode 100644 index affe332..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/200x150-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/2048x1536-final.png b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/2048x1536-final.png deleted file mode 100644 index c5b88c5..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/2048x1536-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/400x300-final.png b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/400x300-final.png deleted file mode 100644 index 546d1a3..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/400x300-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/443x443-final.png b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/443x443-final.png deleted file mode 100644 index 338e6b1..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/443x443-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/490x200-final.png b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/490x200-final.png deleted file mode 100644 index aee4777..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/490x200-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/510x300-final.png b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/510x300-final.png deleted file mode 100644 index 493278d..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/510x300-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/640x300-final.png b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/640x300-final.png deleted file mode 100644 index dba7a07..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/640x300-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/640x480-final.png b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/640x480-final.png deleted file mode 100644 index d9ca079..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/640x480-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/744x1052-final.png b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/744x1052-final.png deleted file mode 100644 index 5449b6a..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/744x1052-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/800x600-final.png b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/800x600-final.png deleted file mode 100644 index 337299d..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/800x600-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/800x88-final.png b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/800x88-final.png deleted file mode 100644 index f0ba1a7..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/800x88-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/886x443-final.png b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/886x443-final.png deleted file mode 100644 index f9c7642..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Images/886x443-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/1360x768.svgz b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/1360x768.svgz deleted file mode 100644 index 745b70a..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/1360x768.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/1360x768.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/1360x768.xcf.bz2 deleted file mode 100644 index af590c8..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/1360x768.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/160x600.svgz b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/160x600.svgz deleted file mode 100644 index 1c9b9aa..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/160x600.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/160x600.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/160x600.xcf.bz2 deleted file mode 100644 index 980eea6..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/160x600.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/200x150.svgz b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/200x150.svgz deleted file mode 100644 index 59024ea..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/200x150.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/200x150.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/200x150.xcf.bz2 deleted file mode 100644 index 45e2aca..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/200x150.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/2048x1536.svgz b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/2048x1536.svgz deleted file mode 100644 index 17e6a98..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/2048x1536.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/2048x1536.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/2048x1536.xcf.bz2 deleted file mode 100644 index fef0205..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/2048x1536.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/400x300.svgz b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/400x300.svgz deleted file mode 100644 index 218d1df..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/400x300.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/400x300.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/400x300.xcf.bz2 deleted file mode 100644 index 0ba14db..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/400x300.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/443x443.svgz b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/443x443.svgz deleted file mode 100644 index 711ffe6..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/443x443.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/443x443.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/443x443.xcf.bz2 deleted file mode 100644 index a7c61d3..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/443x443.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/490x200.svgz b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/490x200.svgz deleted file mode 100644 index 0002891..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/490x200.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/490x200.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/490x200.xcf.bz2 deleted file mode 100644 index 279ae57..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/490x200.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/510x300.svgz b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/510x300.svgz deleted file mode 100644 index 6c8bbaa..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/510x300.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/510x300.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/510x300.xcf.bz2 deleted file mode 100644 index 9791acf..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/510x300.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/640x300.svgz b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/640x300.svgz deleted file mode 100644 index 718b66f..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/640x300.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/640x300.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/640x300.xcf.bz2 deleted file mode 100644 index 5f78883..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/640x300.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/640x480.svgz b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/640x480.svgz deleted file mode 100755 index 50bf368..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/640x480.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/640x480.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/640x480.xcf.bz2 deleted file mode 100644 index 1550d2a..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/640x480.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/744x1052.svgz b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/744x1052.svgz deleted file mode 100644 index e10b71d..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/744x1052.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/744x1052.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/744x1052.xcf.bz2 deleted file mode 100644 index 82c0825..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/744x1052.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/800x600.svgz b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/800x600.svgz deleted file mode 100755 index 95b5814..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/800x600.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/800x600.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/800x600.xcf.bz2 deleted file mode 100644 index 6f30c21..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/800x600.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/800x88.svgz b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/800x88.svgz deleted file mode 100644 index d35805a..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/800x88.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/800x88.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/800x88.xcf.bz2 deleted file mode 100644 index fbbe25a..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/800x88.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/886x443.svgz b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/886x443.svgz deleted file mode 100644 index 500f836..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/886x443.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/886x443.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/886x443.xcf.bz2 deleted file mode 100644 index c0c9329..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/3/Backgrounds/Models/886x443.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/1360x768.svgz b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/1360x768.svgz new file mode 100755 index 0000000..2ea641d Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/1360x768.svgz differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/1360x768.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/1360x768.xcf.bz2 new file mode 100644 index 0000000..ea8e7e0 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/1360x768.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/160x600.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/160x600.xcf.bz2 new file mode 100644 index 0000000..4624ced Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/160x600.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/400x300.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/400x300.xcf.bz2 new file mode 100644 index 0000000..0d8e560 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/400x300.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/490x200.svgz b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/490x200.svgz new file mode 100644 index 0000000..91f2169 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/490x200.svgz differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/490x200.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/490x200.xcf.bz2 new file mode 100644 index 0000000..6d3a7ae Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/490x200.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/510x300.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/510x300.xcf.bz2 new file mode 100644 index 0000000..57571a1 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/510x300.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/640x300.svgz b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/640x300.svgz new file mode 100755 index 0000000..4aaba0d Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/640x300.svgz differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/640x300.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/640x300.xcf.bz2 new file mode 100644 index 0000000..436a929 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/640x300.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/640x480.svgz b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/640x480.svgz new file mode 100755 index 0000000..a9be7f9 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/640x480.svgz differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/640x480.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/640x480.xcf.bz2 new file mode 100644 index 0000000..1ce3788 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/640x480.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/800x600.svgz b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/800x600.svgz new file mode 100755 index 0000000..cf1bbe1 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/800x600.svgz differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/800x600.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/800x600.xcf.bz2 new file mode 100644 index 0000000..10d73a3 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/800x600.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/800x88.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/800x88.xcf.bz2 new file mode 100644 index 0000000..69e072a Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/800x88.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Final/1360x768.png b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Final/1360x768.png new file mode 100644 index 0000000..fb0475c Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Final/1360x768.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Final/160x600.png b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Final/160x600.png new file mode 100644 index 0000000..ac005b5 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Final/160x600.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Final/200x150.png b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Final/200x150.png new file mode 100644 index 0000000..d3a98dc Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Final/200x150.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Final/2048x1536.png b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Final/2048x1536.png new file mode 100644 index 0000000..729bde2 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Final/2048x1536.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Final/400x300.png b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Final/400x300.png new file mode 100644 index 0000000..9457fc8 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Final/400x300.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Final/490x200.png b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Final/490x200.png new file mode 100644 index 0000000..848daa1 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Final/490x200.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Final/510x300.png b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Final/510x300.png new file mode 100644 index 0000000..6185c07 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Final/510x300.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Final/640x300.png b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Final/640x300.png new file mode 100644 index 0000000..10f06d1 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Final/640x300.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Final/640x480.png b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Final/640x480.png new file mode 100644 index 0000000..9537695 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Final/640x480.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Final/744x1052.png b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Final/744x1052.png new file mode 100644 index 0000000..4197e06 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Final/744x1052.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Final/800x600.png b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Final/800x600.png new file mode 100644 index 0000000..694eb37 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Final/800x600.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Final/800x88.png b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Final/800x88.png new file mode 100644 index 0000000..2cf81f3 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Final/800x88.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Images/1360x768-final.png b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Images/1360x768-final.png deleted file mode 100644 index fb0475c..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Images/1360x768-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Images/160x600-final.png b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Images/160x600-final.png deleted file mode 100644 index ac005b5..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Images/160x600-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Images/200x150-final.png b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Images/200x150-final.png deleted file mode 100644 index d3a98dc..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Images/200x150-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Images/2048x1536-final.png b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Images/2048x1536-final.png deleted file mode 100644 index 729bde2..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Images/2048x1536-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Images/400x300-final.png b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Images/400x300-final.png deleted file mode 100644 index 9457fc8..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Images/400x300-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Images/490x200-final.png b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Images/490x200-final.png deleted file mode 100644 index 848daa1..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Images/490x200-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Images/510x300-final.png b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Images/510x300-final.png deleted file mode 100644 index 6185c07..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Images/510x300-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Images/640x300-final.png b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Images/640x300-final.png deleted file mode 100644 index 10f06d1..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Images/640x300-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Images/640x480-final.png b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Images/640x480-final.png deleted file mode 100644 index 9537695..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Images/640x480-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Images/744x1052-final.png b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Images/744x1052-final.png deleted file mode 100644 index 4197e06..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Images/744x1052-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Images/800x600-final.png b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Images/800x600-final.png deleted file mode 100644 index 694eb37..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Images/800x600-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Images/800x88-final.png b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Images/800x88-final.png deleted file mode 100644 index 2cf81f3..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Images/800x88-final.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/1360x768.svgz b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/1360x768.svgz deleted file mode 100755 index 2ea641d..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/1360x768.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/1360x768.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/1360x768.xcf.bz2 deleted file mode 100644 index ea8e7e0..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/1360x768.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/160x600.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/160x600.xcf.bz2 deleted file mode 100644 index 4624ced..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/160x600.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/400x300.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/400x300.xcf.bz2 deleted file mode 100644 index 0d8e560..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/400x300.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/490x200.svgz b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/490x200.svgz deleted file mode 100644 index 91f2169..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/490x200.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/490x200.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/490x200.xcf.bz2 deleted file mode 100644 index 6d3a7ae..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/490x200.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/510x300.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/510x300.xcf.bz2 deleted file mode 100644 index 57571a1..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/510x300.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/640x300.svgz b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/640x300.svgz deleted file mode 100755 index 4aaba0d..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/640x300.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/640x300.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/640x300.xcf.bz2 deleted file mode 100644 index 436a929..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/640x300.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/640x480.svgz b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/640x480.svgz deleted file mode 100755 index a9be7f9..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/640x480.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/640x480.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/640x480.xcf.bz2 deleted file mode 100644 index 1ce3788..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/640x480.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/800x600.svgz b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/800x600.svgz deleted file mode 100755 index cf1bbe1..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/800x600.svgz and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/800x600.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/800x600.xcf.bz2 deleted file mode 100644 index 10d73a3..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/800x600.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/800x88.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/800x88.xcf.bz2 deleted file mode 100644 index 69e072a..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/4/Backgrounds/Models/800x88.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Patterns/Final/line-1.png b/Artworks/Themes/Motifs/TreeFlower/4/Patterns/Final/line-1.png new file mode 100644 index 0000000..c246f5b Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/4/Patterns/Final/line-1.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Patterns/Final/line-2.png b/Artworks/Themes/Motifs/TreeFlower/4/Patterns/Final/line-2.png new file mode 100644 index 0000000..712b004 Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/4/Patterns/Final/line-2.png differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Patterns/Images/line-1.png b/Artworks/Themes/Motifs/TreeFlower/4/Patterns/Images/line-1.png deleted file mode 100644 index c246f5b..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/4/Patterns/Images/line-1.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Patterns/Images/line-2.png b/Artworks/Themes/Motifs/TreeFlower/4/Patterns/Images/line-2.png deleted file mode 100644 index 712b004..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/4/Patterns/Images/line-2.png and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Patterns/Models/line-1.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/4/Patterns/Models/line-1.xcf.bz2 deleted file mode 100644 index 1d4b9ba..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/4/Patterns/Models/line-1.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Patterns/Models/line-2.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/4/Patterns/Models/line-2.xcf.bz2 deleted file mode 100644 index ab016fe..0000000 Binary files a/Artworks/Themes/Motifs/TreeFlower/4/Patterns/Models/line-2.xcf.bz2 and /dev/null differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Patterns/line-1.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/4/Patterns/line-1.xcf.bz2 new file mode 100644 index 0000000..1d4b9ba Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/4/Patterns/line-1.xcf.bz2 differ diff --git a/Artworks/Themes/Motifs/TreeFlower/4/Patterns/line-2.xcf.bz2 b/Artworks/Themes/Motifs/TreeFlower/4/Patterns/line-2.xcf.bz2 new file mode 100644 index 0000000..ab016fe Binary files /dev/null and b/Artworks/Themes/Motifs/TreeFlower/4/Patterns/line-2.xcf.bz2 differ diff --git a/Automation/Modules/Hello/Locales/es_ES/hello.sh.po b/Automation/Modules/Hello/Locales/es_ES/hello.sh.po index ccf478c..ca9fb03 100644 --- a/Automation/Modules/Hello/Locales/es_ES/hello.sh.po +++ b/Automation/Modules/Hello/Locales/es_ES/hello.sh.po @@ -1,9 +1,3 @@ -# Spanish translations for hello.sh-0.6 package -# Traducciones al español para el paquete hello.sh-0.6. -# Copyright (C) 2013 The CentOS Artwork SIG -# This file is distributed under the same license as the hello.sh-0.6 package. -# Automatically generated, 2013. -# msgid "" msgstr "" "Project-Id-Version: hello.sh 0.6\n" diff --git a/Automation/Modules/Locale/Locales/es_ES/locale.sh.po b/Automation/Modules/Locale/Locales/es_ES/locale.sh.po index 428b94b..4966345 100644 --- a/Automation/Modules/Locale/Locales/es_ES/locale.sh.po +++ b/Automation/Modules/Locale/Locales/es_ES/locale.sh.po @@ -1,9 +1,3 @@ -# Spanish translations for locale.sh package -# Traducciones al español para el paquete locale.sh. -# Copyright (C) 2013 The CentOS Artwork SIG -# This file is distributed under the same license as the locale.sh package. -# Automatically generated, 2013. -# msgid "" msgstr "" "Project-Id-Version: locale.sh 0.6\n" diff --git a/Automation/Modules/Locale/Modules/Files/Modules/Update/update_convertXmlToPot.sh b/Automation/Modules/Locale/Modules/Files/Modules/Update/update_convertXmlToPot.sh index 8112741..b07a48c 100755 --- a/Automation/Modules/Locale/Modules/Files/Modules/Update/update_convertXmlToPot.sh +++ b/Automation/Modules/Locale/Modules/Files/Modules/Update/update_convertXmlToPot.sh @@ -33,10 +33,14 @@ function update_convertXmlToPot { # Move to final location before processing source file in order # for relative calls (e.g., image files) inside the source files # can be found by xml2po and no warning be printed from it. - pushd ${RENDER_TARGET} > /dev/null + if [[ -d ${RENDER_TARGET} ]];then + pushd ${RENDER_TARGET} > /dev/null + fi cat ${XML_FILE} | xml2po -a -l ${TCAR_SCRIPT_LANG_LC} - \ | msgcat --output-file=${POT_FILE} --width=70 --no-location - - popd > /dev/null + if [[ -d ${RENDER_TARGET} ]];then + popd > /dev/null + fi } diff --git a/Automation/Modules/Prepare/Locales/es_ES/prepare.sh.po b/Automation/Modules/Prepare/Locales/es_ES/prepare.sh.po index 63305e3..0bf026e 100644 --- a/Automation/Modules/Prepare/Locales/es_ES/prepare.sh.po +++ b/Automation/Modules/Prepare/Locales/es_ES/prepare.sh.po @@ -1,15 +1,9 @@ -# Spanish translations for prepare.sh package -# Traducciones al español para el paquete prepare.sh. -# Copyright (C) 2013 The CentOS Artwork SIG -# This file is distributed under the same license as the prepare.sh package. -# Automatically generated, 2013. -# msgid "" msgstr "" "Project-Id-Version: prepare.sh 0.6\n" "Report-Msgid-Bugs-To: centos-l10n-es@centos.org.cu\n" -"POT-Creation-Date: 2013-10-07 15:05-0400\n" -"PO-Revision-Date: 2013-10-07 15:05-0400\n" +"POT-Creation-Date: 2013-10-28 16:31-0400\n" +"PO-Revision-Date: 2013-10-28 16:31-0400\n" "Last-Translator: Localization SIG \n" "Language-Team: Spanish\n" "MIME-Version: 1.0\n" @@ -17,6 +11,10 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +#: Automation/Modules/Prepare/Modules/Packages/packages.sh:54 +msgid "All required packages are installed already." +msgstr "Todos los paquetes requeridos ya est\'an instalados." + #: Automation/Modules/Prepare/prepare_setRenderEnvironment.sh:55 msgid "The option name cannot be empty." msgstr "El nombre de la opción no puede estar vacío." diff --git a/Automation/Modules/Prepare/Modules/Conf/Configs/asciidoc.render.conf.tpl b/Automation/Modules/Prepare/Modules/Conf/Configs/asciidoc.render.conf.tpl new file mode 100644 index 0000000..3883162 --- /dev/null +++ b/Automation/Modules/Prepare/Modules/Conf/Configs/asciidoc.render.conf.tpl @@ -0,0 +1,10 @@ +[=SECTION=.html] +render-type = "asciidoc" +render-flow = "article" +render-from = "=SECTION=.asciidoc" +locale-from = "Locales/${TCAR_SCRIPT_LANG_LC}/=SECTION=.asciidoc.po" +images-from = "${TCAR_BASEDIR}/Artworks/Icons/Webenv" +styles-from = "${TCAR_BASEDIR}/Artworks/Webenv/Docbook/1.69.1/Css" +formats = "xhtml" +render-page = "single chunks" + diff --git a/Automation/Modules/Prepare/Modules/Conf/Configs/svg.render.conf.tpl b/Automation/Modules/Prepare/Modules/Conf/Configs/svg.render.conf.tpl new file mode 100644 index 0000000..10d323d --- /dev/null +++ b/Automation/Modules/Prepare/Modules/Conf/Configs/svg.render.conf.tpl @@ -0,0 +1,6 @@ +[=SECTION=.png] +render-type = "svg" +render-flow = "base" +render-from = "=SECTION=.svg" +locale-from = "Locales/${TCAR_SCRIPT_LANG_LC}/=SECTION=.svg.po" + diff --git a/Automation/Modules/Prepare/Modules/Conf/Configs/svgz.render.conf.tpl b/Automation/Modules/Prepare/Modules/Conf/Configs/svgz.render.conf.tpl new file mode 100644 index 0000000..6e45b4e --- /dev/null +++ b/Automation/Modules/Prepare/Modules/Conf/Configs/svgz.render.conf.tpl @@ -0,0 +1,6 @@ +[=SECTION=.png] +render-type = "svg" +render-flow = "base" +render-from = "=SECTION=.svgz" +locale-from = "Locales/${TCAR_SCRIPT_LANG_LC}/=SECTION=.svgz.po" + diff --git a/Automation/Modules/Prepare/Modules/Conf/conf.sh b/Automation/Modules/Prepare/Modules/Conf/conf.sh new file mode 100755 index 0000000..4000d9f --- /dev/null +++ b/Automation/Modules/Prepare/Modules/Conf/conf.sh @@ -0,0 +1,81 @@ +#!/bin/bash +###################################################################### +# +# conf.sh -- This module prepares configuration files used by both +# render and locale modules. +# +# To build the configuration file, this module creates a list of +# files to process based on the arguments provided in the +# command-line line. With this list, then, it creates the +# configuration file using configuration templates for each file +# extension supported inside the repository. +# +# The configuration file this module creates doesn't include options +# like brand which require information about the image you are about +# to produce. The intention of this module is create the +# configuration files you need to produce content right away in the +# simplest way possible and then letting you improve it as needed. +# +# The name and location of the final configuration file is that +# passed as argument to prepare module in the command-line. +# +# Written by: +# * Alain Reguera Delgado , 2013 +# +# Copyright (C) 2009-2013 The CentOS Artwork SIG +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or (at +# your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# +###################################################################### + +function conf { + + # Verify that a configuration file was provided as argument. + if [[ $# -eq 0 ]];then + tcar_printMessage "`gettext "The configuration file wasn't provided."`" --as-error-line + fi + + # Define configuration file. + local CONF_FILE=$(tcar_checkRepoDirSource "${1}") + tcar_checkFiles -m "\.conf$" ${CONF_FILE} + + # Define parent directory of configuration file. + local CONF_DIR=$(dirname ${CONF_FILE}) + tcar_checkFiles -ed "${CONF_DIR}" + + # Build the list of files to process. This is all the source files + # we want to produce th configuration file for. + local SOURCE_FILES=$(tcar_getFilesList ${CONF_DIR} \ + --mindepth=1 --maxdepth=1 --type=f \ + --pattern='.+\.(svgz|svg|asciidoc)$') + + # Verify the list of files to process. + tcar_checkFiles -ef ${SOURCE_FILES} + + # Print action message. + tcar_printMessage "${CONF_FILE}" --as-creating-line + + # Process list of files. + for SOURCE_FILE in ${SOURCE_FILES};do + + local CONF_FILE_NAME=$(tcar_getFileName "${SOURCE_FILE}") + local CONF_FILE_EXTENSION=$(tcar_getFileExtension "${SOURCE_FILE}") + local CONF_FILE_TEMPLATE=${TCAR_MODULE_DIR_CONFIGS}/${CONF_FILE_EXTENSION}.render.conf.tpl + + sed -r "s/=SECTION=/${CONF_FILE_NAME}/g" ${CONF_FILE_TEMPLATE} >> ${CONF_FILE} + + done + +} diff --git a/Automation/Modules/Prepare/Modules/Packages/Locales/es_ES/packages.sh.po b/Automation/Modules/Prepare/Modules/Packages/Locales/es_ES/packages.sh.po deleted file mode 100644 index a2329ba..0000000 --- a/Automation/Modules/Prepare/Modules/Packages/Locales/es_ES/packages.sh.po +++ /dev/null @@ -1,22 +0,0 @@ -# Spanish translations for packages.sh package -# Traducciones al español para el paquete packages.sh. -# Copyright (C) 2013 The CentOS Artwork SIG -# This file is distributed under the same license as the packages.sh package. -# Automatically generated, 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: packages.sh 0.6\n" -"Report-Msgid-Bugs-To: centos-l10n-es@centos.org.cu\n" -"POT-Creation-Date: 2013-10-07 15:03-0400\n" -"PO-Revision-Date: 2013-10-07 15:03-0400\n" -"Last-Translator: Localization SIG \n" -"Language-Team: Spanish\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: Automation/Modules/Prepare/Modules/Packages/packages.sh:54 -msgid "All required packages are installed already." -msgstr "Todos los paquetes requeridos ya están instalados." diff --git a/Automation/Modules/Prepare/prepare.sh b/Automation/Modules/Prepare/prepare.sh index a788963..8a9f95c 100755 --- a/Automation/Modules/Prepare/prepare.sh +++ b/Automation/Modules/Prepare/prepare.sh @@ -46,7 +46,7 @@ function prepare { fi for ACTION in ${ACTIONS};do - tcar_setModuleEnvironment -m "${ACTION}" -t "child" + tcar_setModuleEnvironment -m "${ACTION}" -t "child" ${TCAR_MODULE_ARGUMENT} done } diff --git a/Automation/Modules/Prepare/prepare_getOptions.sh b/Automation/Modules/Prepare/prepare_getOptions.sh index 8418ce0..80b35e3 100755 --- a/Automation/Modules/Prepare/prepare_getOptions.sh +++ b/Automation/Modules/Prepare/prepare_getOptions.sh @@ -33,7 +33,7 @@ function prepare_getOptions { local ARGSS="h::,v" # Define long options we want to support. - local ARGSL="help::,version,packages,locales,links,documents,images" + local ARGSL="help::,version,packages,locales,links,documents,images,conf" # Redefine arguments using getopt(1) command parser. tcar_setModuleArguments @@ -79,6 +79,11 @@ function prepare_getOptions { shift 1 ;; + --conf ) + ACTIONS="${ACTIONS} conf" + shift 1 + ;; + -- ) shift 1 break diff --git a/Automation/Modules/Render/Locales/es_ES/render.sh.po b/Automation/Modules/Render/Locales/es_ES/render.sh.po index a40d0c9..ea0585c 100644 --- a/Automation/Modules/Render/Locales/es_ES/render.sh.po +++ b/Automation/Modules/Render/Locales/es_ES/render.sh.po @@ -1,9 +1,3 @@ -# Spanish translations for render.sh package -# Traducciones al español para el paquete render.sh. -# Copyright (C) 2013 The CentOS Artwork SIG -# This file is distributed under the same license as the render.sh package. -# Automatically generated, 2013. -# msgid "" msgstr "" "Project-Id-Version: render.sh 0.6\n" diff --git a/Automation/Modules/Render/Modules/Files/Modules/Palette/palette.sh b/Automation/Modules/Render/Modules/Files/Modules/Palette/palette.sh index 68a1640..1294cba 100755 --- a/Automation/Modules/Render/Modules/Files/Modules/Palette/palette.sh +++ b/Automation/Modules/Render/Modules/Files/Modules/Palette/palette.sh @@ -36,7 +36,7 @@ function palette { # Define absolute path to GPL palette. This file is the reference # taken to set the max number of colors the final image will be # produced for. - local PALETTE_GPL=$(dirname ${CONFIGURATION})/$(tcar_getConfigValue ${CONFIGURATION} ${SECTION} 'palette-gpl') + local PALETTE_GPL=$(tcar_getConfigValue ${CONFIGURATION} ${SECTION} 'palette-gpl') tcar_checkFiles -ef ${PALETTE_GPL} local PALETTE_GPL_COLORS=$(palette_getColors "${PALETTE_GPL}") diff --git a/Automation/Modules/Render/Modules/Files/Modules/Palette/palette_getColors.sh b/Automation/Modules/Render/Modules/Files/Modules/Palette/palette_getColors.sh index d0b2b36..4363cdd 100755 --- a/Automation/Modules/Render/Modules/Files/Modules/Palette/palette_getColors.sh +++ b/Automation/Modules/Render/Modules/Files/Modules/Palette/palette_getColors.sh @@ -1,10 +1,9 @@ #!/bin/bash ###################################################################### # -# Modules/Render/Modules/Alter/Modules/Color/Scripts/palette_getColors.sh -# -- This function takes one palette produced by Gimp (e.g., -# syslinux.gpl) as input and outputs a list of colors in #rrggbb -# format set in the fourth column of it. +# palette_getColors.sh -- This function takes one palette produced +# by Gimp (e.g., syslinux.gpl) as input and outputs a list of colors +# in #rrggbb format set in the fourth column of it. # # Written by: # * Alain Reguera Delgado , 2009-2013 diff --git a/Automation/Modules/Render/Modules/Files/Modules/Svg/Locales/es_ES/svg.sh.po b/Automation/Modules/Render/Modules/Files/Modules/Svg/Locales/es_ES/svg.sh.po deleted file mode 100644 index 1c3f324..0000000 --- a/Automation/Modules/Render/Modules/Files/Modules/Svg/Locales/es_ES/svg.sh.po +++ /dev/null @@ -1,24 +0,0 @@ -# Spanish translations for svg.sh package -# Traducciones al español para el paquete svg.sh. -# Copyright (C) 2013 The CentOS Artwork SIG -# This file is distributed under the same license as the svg.sh package. -# Automatically generated, 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: svg.sh 0.6\n" -"Report-Msgid-Bugs-To: centos-l10n-es@centos.org.cu\n" -"POT-Creation-Date: 2013-10-07 15:12-0400\n" -"PO-Revision-Date: 2013-10-07 15:12-0400\n" -"Last-Translator: Localization SIG \n" -"Language-Team: Spanish\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: Automation/Modules/Render/Modules/Svg/svg_checkModelExportId.sh:43 -#, sh-format -msgid "There is not export id ($EXPORTID) inside \"$TEMPLATE\"." -msgstr "" -"No hay identificador de exportación ($EXPORTID) dentro de \"$TEMPLATE\"." diff --git a/Automation/Modules/Render/Modules/Files/Modules/Svg/Modules/Base/base.sh b/Automation/Modules/Render/Modules/Files/Modules/Svg/Modules/Base/base.sh index 7fa4ea8..e1614b8 100755 --- a/Automation/Modules/Render/Modules/Files/Modules/Svg/Modules/Base/base.sh +++ b/Automation/Modules/Render/Modules/Files/Modules/Svg/Modules/Base/base.sh @@ -1,9 +1,9 @@ #!/bin/bash ###################################################################### # -# Modules/Render/Modules/Svg/Modules/Simple/base.sh -- This function -# standardizes base rendition of PNG files. Base rendition consists -# on producing one PNG image for each SVG file provided as source. +# base.sh -- This function standardizes base rendition of PNG files. +# Base rendition consists on producing one PNG image for each SVG +# file provided as source. # # Written by: # * Alain Reguera Delgado , 2009-2013 diff --git a/Automation/Modules/Render/Modules/Files/Modules/Svg/Modules/Extended/extended.sh b/Automation/Modules/Render/Modules/Files/Modules/Svg/Modules/Extended/extended.sh index db28279..0c8a98f 100755 --- a/Automation/Modules/Render/Modules/Files/Modules/Svg/Modules/Extended/extended.sh +++ b/Automation/Modules/Render/Modules/Files/Modules/Svg/Modules/Extended/extended.sh @@ -1,11 +1,10 @@ #!/bin/bash ###################################################################### # -# Modules/Render/Modules/Svg/Modules/Extended/extended.sh -- This -# function standardize extended production of PNG files from SVG -# files. The extended production consists on producing PNG images in -# in different formats, heights, foreground colors and background -# colors. +# extended.sh -- This function standardize extended production of +# PNG files from SVG files. The extended production consists on +# producing PNG images in in different formats, heights, foreground +# colors and background colors. # # Written by: # * Alain Reguera Delgado , 2009-2013 diff --git a/Automation/Modules/Render/Modules/Files/Modules/Svg/Modules/Media/media.sh b/Automation/Modules/Render/Modules/Files/Modules/Svg/Modules/Media/media.sh new file mode 100755 index 0000000..935b193 --- /dev/null +++ b/Automation/Modules/Render/Modules/Files/Modules/Svg/Modules/Media/media.sh @@ -0,0 +1,95 @@ +#!/bin/bash +###################################################################### +# +# media.sh -- This module produces artwork for installation media. +# +# Written by: +# * Alain Reguera Delgado , 2009-2013 +# +# Copyright (C) 2009-2013 The CentOS Artwork SIG +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or (at +# your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# +###################################################################### + +function media { + + local MEDIA_TYPE=$(tcar_getConfigValue "${CONFIGURATION}" "${SECTION}" 'media-type') + tcar_checkFiles -m '^[[:alnum:]]+$' "${MEDIA_TYPE}" + + local MEDIA_NUMBER=$(tcar_getConfigValue "${CONFIGURATION}" "${SECTION}" 'media-number') + tcar_checkFiles -m '^[[:digit:]]+$' "${MEDIA_NUMBER}" + + local MEDIA_RELEASE=$(tcar_getConfigValue "${CONFIGURATION}" "${SECTION}" 'media-release') + tcar_checkFiles -m '^[[:digit:].]+$' "${MEDIA_RELEASE}" + + local MEDIA_ARCH=$(tcar_getConfigValue "${CONFIGURATION}" "${SECTION}" 'media-arch') + tcar_checkFiles -m '^[[:alnum:]_-]+$' "${MEDIA_ARCH}" + + local MEDIA_SOURCES=${SOURCES[*]} + local MEDIA_SOURCES_MAX=${#SOURCES[*]} + + local MEDIA_NUMBER_CURRENT=1 + + while [[ ${MEDIA_NUMBER_CURRENT} -le ${MEDIA_NUMBER} ]];do + + local COUNTER=0 + local -a SOURCES_INSTANCES + + for RELEASE in ${MEDIA_RELEASE};do + + for ARCH in ${MEDIA_ARCH};do + + for MEDIA_SOURCE in ${MEDIA_SOURCES};do + + SOURCES_INSTANCES[${COUNTER}]=$(tcar_getTemporalFile ${MEDIA_SOURCE}) + + # Create source instance considering whether or + # not it has translation files related. Apply + # translation files to source instance, if any. + render_setLocalizedXml "${MEDIA_SOURCE}" "${SOURCES_INSTANCES[${COUNTER}]}" + + # Expand translation markers specific to + # installation media. + sed -i -r -e "s/=MEDIUM=/${MEDIA_TYPE}/g" \ + -e "s/=CURRENT=/${MEDIA_NUMBER_CURRENT}/g" \ + -e "s/=RELEASE=/${RELEASE}/g" \ + -e "s/=ARCH=/${ARCH}/g" \ + -e "s/=LAST=/${MEDIA_NUMBER}/g" \ + ${SOURCES_INSTANCES[${COUNTER}]} + + RENDER_TARGET="$(dirname ${RENDER_TARGET})/${SECTION}-${RELEASE}-${ARCH}-${MEDIA_NUMBER_CURRENT}of${MEDIA_NUMBER}.png" + + SOURCES[${COUNTER}]=${SOURCES_INSTANCES[${COUNTER}]} + + svg_setBaseRendition + + rm ${SOURCES[${COUNTER}]} + + if [[ ${MEDIA_SOURCES_MAX} -gt 1 ]];then + COUNTER=$(( ${COUNTER} + 1 )) + fi + + done + + done + + done + + MEDIA_NUMBER_CURRENT=$(( ${MEDIA_NUMBER_CURRENT} + 1 )) + + done + +} diff --git a/Automation/Modules/Render/Modules/Files/Modules/Svg/svg.sh b/Automation/Modules/Render/Modules/Files/Modules/Svg/svg.sh index d7f007b..657e344 100755 --- a/Automation/Modules/Render/Modules/Files/Modules/Svg/svg.sh +++ b/Automation/Modules/Render/Modules/Files/Modules/Svg/svg.sh @@ -29,6 +29,7 @@ function svg { + # Define command used to create final images from instance images. COMMAND=$(tcar_getConfigValue "${CONFIGURATION}" "${SECTION}" "command") if [[ -z ${COMMAND} ]];then if [[ ${#SOURCES[*]} -gt 1 ]];then diff --git a/Automation/Modules/Render/Modules/Files/Modules/Svg/svg_checkModelAbsref.sh b/Automation/Modules/Render/Modules/Files/Modules/Svg/svg_checkModelAbsref.sh index 0422884..a41cee8 100755 --- a/Automation/Modules/Render/Modules/Files/Modules/Svg/svg_checkModelAbsref.sh +++ b/Automation/Modules/Render/Modules/Files/Modules/Svg/svg_checkModelAbsref.sh @@ -1,18 +1,17 @@ #!/bin/bash ###################################################################### # -# Modules/Render/Modules/Svg/Scripts/svg_checkModelAbsref.sh -- This -# function retrieves absolute pahts from source files and checks -# their existence. +# svg_checkModelAbsref.sh -- This function retrieves absolute pahts +# from source files and checks their existence. # # In order for design templates to point different artistic motifs, # design templates make use of external files which point to # specific artistic motif background images. If such external files # don't exist, try to create the background image required by -# cropping a higher background image (e.g., 2048x1536-final.png). -# If this isn't possible either, then create the background image -# using a plain color and crop from it then. We can't go on without -# the required background information. +# cropping a higher background image (e.g., 2048x1536.png). If this +# isn't possible either, then create the background image using a +# plain color and crop from it then. We can't go on without the +# required background information. # # Written by: # * Alain Reguera Delgado , 2009-2013 @@ -78,12 +77,12 @@ function svg_checkModelAbsref { # crop when no specific background information be # available for using. Generally, this is the most # reusable background file inside the artistic motifs - # (e.g,. the `2048x1536-final.png' file). We can use - # this image file to create almost all artworks inside The + # (e.g,. the `2048x1536.png' file). We can use this + # image file to create almost all artworks inside The # CentOS Distribution visual manifestation when # resolution-specific backgrounds don't exist. BG_SRC_FILE=$(echo ${BG_DST_FILE} \ - | sed -r "s!(.+)/[[:digit:]]+x[[:digit:]]+(-final\.png)!\1/2048x1536\2!") + | sed -r "s!(.+)/[[:digit:]]+x[[:digit:]]+!\1/2048x1536!") # Verify existence of source background file. If the file # doesn't exist create it using The CentOS Project default @@ -92,20 +91,17 @@ function svg_checkModelAbsref { if [[ ! -f ${BG_SRC_FILE} ]];then # Define plain color that will be used as background. - BG_SRC_FILE_COLOR=$(svg_getColors) - - # Verify format of color value. - svg_checkColorFormats ${BG_SRC_FILE_COLOR} --format='rrggbb' + BG_SRC_FILE_COLOR='#204C8D' # Define width for the source background file the # required background information is cropped from. BG_SRC_FILE_WIDTH=$(echo ${BG_SRC_FILE} \ - | sed -r 's!.+/([[:digit:]]+)x[[:digit:]]+-final\.png!\1!') + | sed -r 's!.+/([[:digit:]]+)x[[:digit:]]+\.png!\1!') # Define height for the source background file the # required background information is cropped from. BG_SRC_FILE_HEIGHT=$(echo ${BG_SRC_FILE} \ - | sed -r 's!.+/[[:digit:]]+x([[:digit:]]+)-final\.png!\1!') + | sed -r 's!.+/[[:digit:]]+x([[:digit:]]+)\.png!\1!') # Print action message. tcar_printMessage "${BG_SRC_FILE} (${BG_SRC_FILE_COLOR})" --as-creating-line @@ -117,18 +113,18 @@ function svg_checkModelAbsref { fi - # Print action message. - tcar_printMessage "${BG_SRC_FILE}" --as-cropping-line - # Define the width of the required background information. BG_DST_FILE_WIDTH=$(echo ${BG_DST_FILE} \ - | sed -r 's!.+/([[:digit:]]+)x[[:digit:]]+-final\.png!\1!') + | sed -r 's!.+/([[:digit:]]+)x[[:digit:]]+\.png!\1!') # Define the height of the required background information. BG_DST_FILE_HEIGHT=$(echo ${BG_DST_FILE} \ - | sed -r 's!.+/[[:digit:]]+x([[:digit:]]+)-final\.png!\1!') + | sed -r 's!.+/[[:digit:]]+x([[:digit:]]+)\.png!\1!') + + # Print action message. + tcar_printMessage "${BG_SRC_FILE} (${BG_DST_FILE_WIDTH}x${BG_DST_FILE_HEIGHT})" --as-cropping-line - # Create required backgrounnd information. + # Create required background information. convert -quiet \ -crop ${BG_DST_FILE_WIDTH}x${BG_DST_FILE_HEIGHT}+0+0 \ ${BG_SRC_FILE} ${BG_DST_FILE} diff --git a/Automation/Modules/Render/Modules/Files/Modules/Svg/svg_setBaseRendition.sh b/Automation/Modules/Render/Modules/Files/Modules/Svg/svg_setBaseRendition.sh index 6f28110..bed0df2 100755 --- a/Automation/Modules/Render/Modules/Files/Modules/Svg/svg_setBaseRendition.sh +++ b/Automation/Modules/Render/Modules/Files/Modules/Svg/svg_setBaseRendition.sh @@ -1,9 +1,8 @@ #!/bin/bash ###################################################################### # -# Modules/Render/Modules/Svg/Scripts/svg_setBaseRendition.sh -- This -# function standardizes the base rendition tasks needed to produce -# PNG files from SVG files. +# svg_setBaseRendition.sh -- This function standardizes the base +# rendition tasks needed to produce PNG files from SVG files. # # Written by: # * Alain Reguera Delgado , 2009-2013 @@ -32,33 +31,29 @@ function svg_setBaseRendition { local -a SOURCE_INSTANCES local -a TARGET_INSTANCES + local -a INKSCAPE_OPTIONS while [[ ${COUNTER} -lt ${#SOURCES[*]} ]];do # Verify existence and extension of design models. - tcar_checkFiles -ef -m '\.(svgz|svg)$' ${SOURCES[${COUNTER}]} + tcar_checkFiles -ef -m '\.(svgz|svg)$' ${SOURCES[${COUNTER}]} # Define file name for design model instances. We need to use # a random string in from of it to prevent duplication. # Remember that different files can have the same name in # different locations. Use the correct file information. - SOURCE_INSTANCES[${COUNTER}]=${TCAR_SCRIPT_TEMPDIR}/${RANDOM}-$(basename ${SOURCES[${COUNTER}]}) + SOURCE_INSTANCES[${COUNTER}]=$(tcar_getTemporalFile $(basename ${SOURCES[${COUNTER}]})) # Define file name for image instances. We need to use a # random string in from of it to prevent duplication. # Remember that different files can have the same name in # different locations. Use the correct file information. - TARGET_INSTANCES[${COUNTER}]=${TCAR_SCRIPT_TEMPDIR}/${RANDOM}-$(basename ${SOURCES[${COUNTER}]} \ - | sed -r 's/\.(svgz|svg)$/.png/') + TARGET_INSTANCES[${COUNTER}]=$(tcar_getTemporalFile $(basename ${SOURCES[${COUNTER}]} \ + | sed -r 's/\.(svgz|svg)$/.png/')) - # Create source instance considering whether or not it has - # translation files related.Apply translation files to source instance, if any. + # Create source instance considering translation files. render_setLocalizedXml "${SOURCES[${COUNTER}]}" "${SOURCE_INSTANCES[${COUNTER}]}" - # Make your best to be sure the source instance you are - # processing is a valid Scalable Vector Graphic (SVG) file. - tcar_checkFiles -i 'text/xml' ${SOURCE_INSTANCES[${COUNTER}]} - # Expand any translation file that might exist. tcar_setTranslationMarkers ${SOURCE_INSTANCES[${COUNTER}]} @@ -81,7 +76,9 @@ function svg_setBaseRendition { # Apply command to PNG images produced from design models to # construct the final PNG image. - ${COMMAND} ${TARGET_INSTANCES[*]} ${RENDER_TARGET} + if [[ -n ${COMMAND} ]];then + ${COMMAND} ${TARGET_INSTANCES[*]} ${RENDER_TARGET} + fi # Apply branding images to final PNG image. if [[ -n ${BRANDS} ]];then @@ -105,6 +102,7 @@ function svg_setBaseRendition { # concatenations. unset SOURCE_INSTANCES unset TARGET_INSTANCES + unset INKSCAPE_OPTIONS unset COUNTER } diff --git a/Automation/Modules/Render/Modules/Files/Modules/Svg/svg_setBaseRenditionCommand.sh b/Automation/Modules/Render/Modules/Files/Modules/Svg/svg_setBaseRenditionCommand.sh index bc7f576..0ef71f0 100755 --- a/Automation/Modules/Render/Modules/Files/Modules/Svg/svg_setBaseRenditionCommand.sh +++ b/Automation/Modules/Render/Modules/Files/Modules/Svg/svg_setBaseRenditionCommand.sh @@ -1,9 +1,8 @@ #!/bin/bash ###################################################################### # -# Modules/Render/Modules/Svg/Scripts/svg_setBaseRenditionCommand.sh -# -- This function standardizes the way SVG files are produced -# inside the centos-art.sh script. +# svg_setBaseRenditionCommand.sh -- This function standardizes the +# way SVG files are produced inside the centos-art.sh script. # # Written by: # * Alain Reguera Delgado , 2009-2013 diff --git a/Automation/Modules/Render/Modules/Files/files.sh b/Automation/Modules/Render/Modules/Files/files.sh index 9ef4071..eda650f 100755 --- a/Automation/Modules/Render/Modules/Files/files.sh +++ b/Automation/Modules/Render/Modules/Files/files.sh @@ -70,11 +70,7 @@ function files { if [[ ${SECTION} =~ "^/" ]];then RENDER_TARGET=${SECTION} else - if [[ ${RENDER_NO_LOCALE_DIR} == 'true' ]];then - RENDER_TARGET=$(dirname ${CONFIGURATION})/Final/${SECTION} - else - RENDER_TARGET=$(dirname ${CONFIGURATION})/Final/${TCAR_SCRIPT_LANG_LC}/${SECTION} - fi + RENDER_TARGET=$(dirname ${CONFIGURATION})/Final/${TCAR_SCRIPT_LANG_LC}/${SECTION} fi RENDER_TYPE=$(tcar_getConfigValue "${CONFIGURATION}" "${SECTION}" "render-type") @@ -89,9 +85,9 @@ function files { for SOURCE in ${RENDER_FROM};do if [[ ${SOURCE} =~ "^/" ]];then - SOURCES[((++${#SOURCES[*]}))]=${SOURCE} + SOURCES[++${#SOURCES[*]}]=${SOURCE} else - SOURCES[((++${#SOURCES[*]}))]=$(dirname ${CONFIGURATION})/${SOURCE} + SOURCES[++${#SOURCES[*]}]=$(dirname ${CONFIGURATION})/${SOURCE} fi done @@ -100,14 +96,18 @@ function files { fi LOCALE_FROM=$(tcar_getConfigValue "${CONFIGURATION}" "${SECTION}" "locale-from") - - for TRANSLATION in ${LOCALE_FROM};do - if [[ ${TRANSLATION} =~ "^/" ]];then - TRANSLATIONS[((++${#TRANSLATIONS[*]}))]=${TRANSLATION} - else - TRANSLATIONS[((++${#TRANSLATIONS[*]}))]=$(dirname ${CONFIGURATION})/${TRANSLATION} - fi - done + if [[ -z ${LOCALE_FROM} ]] || [[ ${LOCALE_FROM} == 'no-locale' ]] ;then + RENDER_FLAG_NO_LOCALE='true' + RENDER_TARGET=$(echo ${RENDER_TARGET} | sed "s,${TCAR_SCRIPT_LANG_LC}/,,") + else + for TRANSLATION in ${LOCALE_FROM};do + if [[ ${TRANSLATION} =~ "^/" ]];then + TRANSLATIONS[++${#TRANSLATIONS[*]}]=${TRANSLATION} + else + TRANSLATIONS[++${#TRANSLATIONS[*]}]=$(dirname ${CONFIGURATION})/${TRANSLATION} + fi + done + fi # Execute module for processing type-specific files. tcar_setModuleEnvironment -m "${RENDER_TYPE}" -t "child" diff --git a/Automation/Modules/Render/render.sh b/Automation/Modules/Render/render.sh index ddedb2d..e9edb20 100755 --- a/Automation/Modules/Render/render.sh +++ b/Automation/Modules/Render/render.sh @@ -29,7 +29,7 @@ function render { # Define flag to control whether final content is produced inside # locale directories or not. - RENDER_NO_LOCALE_DIR='false' + LOACLE_FLAG_NO_LOCALE='false' # Interpret arguments and options passed through command-line. render_getOptions diff --git a/Automation/Modules/Render/render_getOptions.sh b/Automation/Modules/Render/render_getOptions.sh index 1879429..9b7977f 100755 --- a/Automation/Modules/Render/render_getOptions.sh +++ b/Automation/Modules/Render/render_getOptions.sh @@ -31,7 +31,7 @@ function render_getOptions { local ARGSS="h::,v,f:" # Define long options we want to support. - local ARGSL="help::,version,filter:,no-locale-dir" + local ARGSL="help::,version,filter:,no-locale" # Redefine arguments using getopt(1) command parser. tcar_setModuleArguments @@ -57,11 +57,6 @@ function render_getOptions { shift 2 ;; - --no-locale-dir ) - RENDER_NO_LOCALE_DIR='true' - shift 1 - ;; - -- ) # Remove the `--' argument from the list of arguments # in order for processing non-option arguments diff --git a/Automation/Modules/Render/render_setLocalizedXml.sh b/Automation/Modules/Render/render_setLocalizedXml.sh index dd087a9..b838726 100755 --- a/Automation/Modules/Render/render_setLocalizedXml.sh +++ b/Automation/Modules/Render/render_setLocalizedXml.sh @@ -1,15 +1,15 @@ #!/bin/bash ###################################################################### # -# Modules/Render/Modules/Svg/Scripts/render_setLocalization.sh -- -# This function standardizes the way (.po) translation files are -# applied to XML files (e.g., .docbook, .svg) in order to produce -# their related translated instances, used to expand translation -# markers and produce the final file format in different languages. -# Assuming no translation file exists, an untranslated instance is -# taken from the design model and created (i.e., just a copy) from -# it. Using a design model instance (translated or not) is required -# in order to expand translation markers safely. +# render_setLocalizedXml.sh -- This function standardizes the way +# (.po) translation files are applied to XML files (e.g., .docbook, +# .svg) in order to produce their related translated instances, used +# to expand translation markers and produce the final file format in +# different languages. Assuming no translation file exists, an +# untranslated instance is taken from the design model and created +# (i.e., just a copy) from it. Using a design model instance +# (translated or not) is required in order to expand translation +# markers safely. # # Written by: # * Alain Reguera Delgado , 2009-2013 @@ -37,61 +37,76 @@ function render_setLocalizedXml { local SOURCE=${1} local TARGET=${2} - # Define which command will be used to output the template - # content. This is required because template files might be found - # as compressed files inside the repository. - local COMMAND="/bin/cat" - if [[ $(/usr/bin/file -b -i ${SOURCE}) =~ '^application/x-gzip$' ]];then - COMMAND="/bin/zcat" - fi - local TRANSLATION=$(tcar_getTemporalFile "messages.po") - if [[ ${#TRANSLATIONS[*]} -gt 0 ]];then + # By default source instances are created inside /tmp directory + # and are localized before reaching base rendition. In case a + # source instance is being used as source here, don't duplicate + # it. Try to reuse it, instead. - # Verify existence of translation files. - tcar_checkFiles -efi 'text/x-po' ${TRANSLATIONS[*]} + if [[ ! ${SOURCE} =~ '^/tmp' ]];then - # Combine available translations file into one translation - # instance. - msgcat -u -o ${TRANSLATION} ${TRANSLATIONS[*]} + if [[ ${RENDER_FLAG_NO_LOCALE} != 'true' ]];then - # Move to final location before processing source file in - # order for relative calls (e.g., image files) inside the - # source files can be found by xml2po and no warning be - # printed from it. - pushd $(dirname ${RENDER_TARGET}) > /dev/null + # Verify existence of translation files. + tcar_checkFiles -efi 'text/x-po' ${TRANSLATIONS[*]} - # Create the translated instance of design model. - ${COMMAND} ${SOURCE} | xml2po -a -l ${TCAR_SCRIPT_LANG_LC} \ - -p ${TRANSLATION} -o ${TARGET} - + # Combine available translations file into one translation + # instance. + msgcat -u -o ${TRANSLATION} ${TRANSLATIONS[*]} - # Remove .xml2po.mo temporal file. - if [[ -f ./.xml2po.mo ]];then - rm ./.xml2po.mo - fi + # Move to final location before processing source file in + # order for relative calls (e.g., image files) inside the + # source files can be found by xml2po and no warning be + # printed from it. + pushd $(dirname ${RENDER_TARGET}) > /dev/null - # Return to previous location. - popd > /dev/null + # Create the translated instance of design model. + tcar_printFile ${SOURCE} | xml2po -a -l ${TCAR_SCRIPT_LANG_LC} \ + -p ${TRANSLATION} -o ${TARGET} - - # Remove instance created to store both licenses and template - # translations. - if [[ -f ${TRANSLATION} ]];then - rm ${TRANSLATION} - fi + # Remove .xml2po.mo temporal file. + if [[ -f ./.xml2po.mo ]];then + rm ./.xml2po.mo + fi + + # Return to previous location. + popd > /dev/null + + # Remove instance created to store both licenses and template + # translations. + if [[ -f ${TRANSLATION} ]];then + rm ${TRANSLATION} + fi + + # xml2po (gnome-doc-utils-0.8.0-2.fc6) bug? For some + # reason, xml2po is not adding the lang attribute to + # refentry tag, when producing manpages document types. + # This make intrinsic docbook construction for manpages + # like Name and Synopsis to be not localized. This + # doesn't happens with article and + # book document types. + if [[ ${RENDER_FLOW} == 'manpage' ]];then + sed -i -r "s///" ${TARGET} + fi + + else + + tcar_printFile ${SOURCE} > ${TARGET} - # xml2po bug? For some reason, xml2po is not adding the lang - # attribute to refentry tag, when producing manpages document - # types. This make intrinsic docbook construction for - # manpages like Name and Synopsis to be not localized. This - # doesn't happens with article and book document types. - if [[ ${RENDER_FLOW} == 'manpage' ]];then - sed -i -r "s///" ${TARGET} fi + # Make your best to be sure the file you've created is a valid + # XML file. + tcar_checkFiles -efi 'text/xml' ${TARGET} + else - ${COMMAND} ${SOURCE} > ${TARGET} + /bin/ln -s ${SOURCE} ${TARGET} + + # Make your best to be sure the file you've linked is a valid + # XML file. + tcar_checkFiles -efi 'text/xml' ${SOURCE} fi diff --git a/Automation/Modules/Tuneup/Locales/es_ES/tuneup.sh.po b/Automation/Modules/Tuneup/Locales/es_ES/tuneup.sh.po index 7801a4c..72d358b 100644 --- a/Automation/Modules/Tuneup/Locales/es_ES/tuneup.sh.po +++ b/Automation/Modules/Tuneup/Locales/es_ES/tuneup.sh.po @@ -1,9 +1,3 @@ -# Spanish translations for tuneup.sh package -# Traducciones al español para el paquete tuneup.sh. -# Copyright (C) 2013 The CentOS Artwork SIG -# This file is distributed under the same license as the tuneup.sh package. -# Automatically generated, 2013. -# msgid "" msgstr "" "Project-Id-Version: tuneup.sh 0.6\n" diff --git a/Automation/Modules/Tuneup/Modules/Xhtml/Locales/es_ES/xhtml.sh.po b/Automation/Modules/Tuneup/Modules/Xhtml/Locales/es_ES/xhtml.sh.po deleted file mode 100644 index 420e9b6..0000000 --- a/Automation/Modules/Tuneup/Modules/Xhtml/Locales/es_ES/xhtml.sh.po +++ /dev/null @@ -1,22 +0,0 @@ -# Spanish translations for xhtml.sh package -# Traducciones al español para el paquete xhtml.sh. -# Copyright (C) 2013 The CentOS Artwork SIG -# This file is distributed under the same license as the xhtml.sh package. -# Automatically generated, 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: xhtml.sh 0.6\n" -"Report-Msgid-Bugs-To: centos-l10n-es@centos.org.cu\n" -"POT-Creation-Date: 2013-10-07 15:19-0400\n" -"PO-Revision-Date: 2013-10-07 15:19-0400\n" -"Last-Translator: Localization SIG \n" -"Language-Team: Spanish\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" - -#: Automation/Modules/Tuneup/Modules/Xhtml/xhtml_setToc.sh:141 -msgid "Table of contents" -msgstr "Tabla de contenidos" diff --git a/Automation/Scripts/tcar_getFileExtension.sh b/Automation/Scripts/tcar_getFileExtension.sh new file mode 100755 index 0000000..b00cb26 --- /dev/null +++ b/Automation/Scripts/tcar_getFileExtension.sh @@ -0,0 +1,32 @@ +#!/bin/bash +###################################################################### +# +# tcar_getFileExtension.sh -- This function retrieves the extension +# of a file. +# +# Written by: +# * Alain Reguera Delgado , 2013 +# +# Copyright (C) 2009-2013 The CentOS Artwork SIG +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or (at +# your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# +###################################################################### + +function tcar_getFileExtension { + + basename ${1} | sed -r 's/.+\.([[:alnum:]]+)$/\1/' + +} diff --git a/Automation/Scripts/tcar_getFileName.sh b/Automation/Scripts/tcar_getFileName.sh new file mode 100755 index 0000000..99bfb76 --- /dev/null +++ b/Automation/Scripts/tcar_getFileName.sh @@ -0,0 +1,31 @@ +#!/bin/bash +###################################################################### +# +# tcar_getFileName.sh -- This function retrieves the name of a file. +# +# Written by: +# * Alain Reguera Delgado , 2013 +# +# Copyright (C) 2009-2013 The CentOS Artwork SIG +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or (at +# your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# +###################################################################### + +function tcar_getFileName { + + basename ${1} | sed -r 's/\.([[:alnum:]]+)$//' + +} diff --git a/Automation/Scripts/tcar_getTemporalFile.sh b/Automation/Scripts/tcar_getTemporalFile.sh index 08fc9d2..5fcefbc 100755 --- a/Automation/Scripts/tcar_getTemporalFile.sh +++ b/Automation/Scripts/tcar_getTemporalFile.sh @@ -38,7 +38,7 @@ function tcar_getTemporalFile { # instances are created previous to be parsed by inkscape in order # to be exported as png. In such cases .svg file extension is # required in order to avoid complains from inkscape. - local FILENAME="$(tcar_getRepoName ${1} -f)" + local FILENAME="${RANDOM}-$(tcar_getRepoName ${1} -f)" # Check default base name for temporal file, it can't be an empty # value. diff --git a/Automation/Scripts/tcar_printFile.sh b/Automation/Scripts/tcar_printFile.sh new file mode 100755 index 0000000..303133e --- /dev/null +++ b/Automation/Scripts/tcar_printFile.sh @@ -0,0 +1,46 @@ +#!/bin/bash +###################################################################### +# +# tcar_printFile.sh -- This function standardizes the way files are +# concatenated inside centos-art.sh script. +# +# Written by: +# * Alain Reguera Delgado , 2009-2013 +# +# Copyright (C) 2009-2013 The CentOS Artwork SIG +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or (at +# your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# +###################################################################### + +function tcar_printFile { + + # Define absolute path to file you want to print. Take into + # consideration that this file might be out of the repository + # (e.g., it would be a temporal file stored under + # /tmp/centos-art-XXXXXX/ directory). + local FILE="${1}" + + tcar_checkFiles -ef ${FILE} + + if [[ $(/usr/bin/file -b -i ${FILE}) =~ '^application/x-gzip$' ]];then + /bin/zcat ${FILE} + elif [[ $(/usr/bin/file -b -i ${FILE}) =~ '^application/x-bzip2$' ]];then + /bin/bzcat ${FILE} + else + /bin/cat ${FILE} + fi + +} diff --git a/Automation/Scripts/tcar_setModuleEnvironment.sh b/Automation/Scripts/tcar_setModuleEnvironment.sh index d670058..eedc142 100755 --- a/Automation/Scripts/tcar_setModuleEnvironment.sh +++ b/Automation/Scripts/tcar_setModuleEnvironment.sh @@ -110,23 +110,26 @@ function tcar_setModuleEnvironment { local TCAR_MODULE_DIR=${TCAR_MODULE_DIRS[${TCAR_MODULE_COUNT}]} tcar_printMessage "TCAR_MODULE_DIR : ${TCAR_MODULE_DIR}" --as-debugger-line - # Define module's related directories. + # Define module's directories not reused from module's parent + # directory structure. TCAR_MODULE_DIRS_MODULES[${TCAR_MODULE_COUNT}]=${TCAR_MODULE_DIR}/Modules local TCAR_MODULE_DIR_MODULES=${TCAR_MODULE_DIRS_MODULES[${TCAR_MODULE_COUNT}]} tcar_printMessage "TCAR_MODULE_DIR_MODULES : ${TCAR_MODULE_DIR_MODULES}" --as-debugger-line - TCAR_MODULE_DIRS_MANUALS[${TCAR_MODULE_COUNT}]=${TCAR_MODULE_DIR}/Manuals + TCAR_MODULE_DIRS_CONFIGS[${TCAR_MODULE_COUNT}]=${TCAR_MODULE_DIR}/Configs + local TCAR_MODULE_DIR_CONFIGS=${TCAR_MODULE_DIRS_CONFIGS[${TCAR_MODULE_COUNT}]} + tcar_printMessage "TCAR_MODULE_DIR_CONFIGS : ${TCAR_MODULE_DIR_CONFIGS}" --as-debugger-line + + # Define module's directories reused from module's parent + # directory structure. + TCAR_MODULE_DIRS_MANUALS[${TCAR_MODULE_COUNT}]=${TCAR_MODULE_DIRS[0]}/Manuals local TCAR_MODULE_DIR_MANUALS=${TCAR_MODULE_DIRS_MANUALS[${TCAR_MODULE_COUNT}]} tcar_printMessage "TCAR_MODULE_DIR_MANUALS : ${TCAR_MODULE_DIR_MANUALS}" --as-debugger-line - TCAR_MODULE_DIRS_LOCALES[${TCAR_MODULE_COUNT}]=${TCAR_MODULE_DIR}/Locales + TCAR_MODULE_DIRS_LOCALES[${TCAR_MODULE_COUNT}]=${TCAR_MODULE_DIRS[0]}/Locales local TCAR_MODULE_DIR_LOCALES=${TCAR_MODULE_DIRS_LOCALES[${TCAR_MODULE_COUNT}]} tcar_printMessage "TCAR_MODULE_DIR_LOCALES : ${TCAR_MODULE_DIR_LOCALES}" --as-debugger-line - TCAR_MODULE_DIRS_CONFIGS[${TCAR_MODULE_COUNT}]=${TCAR_MODULE_DIR}/Configs - local TCAR_MODULE_DIR_CONFIGS=${TCAR_MODULE_DIRS_CONFIGS[${TCAR_MODULE_COUNT}]} - tcar_printMessage "TCAR_MODULE_DIR_CONFIGS : ${TCAR_MODULE_DIR_CONFIGS}" --as-debugger-line - # Define module's initialization file. TCAR_MODULE_INIT_FILES[${TCAR_MODULE_COUNT}]=${TCAR_MODULE_DIR}/${TCAR_MODULE_NAME}.sh local TCAR_MODULE_INIT_FILE=${TCAR_MODULE_INIT_FILES[${TCAR_MODULE_COUNT}]} diff --git a/Automation/Scripts/tcar_setTranslationMarkers.sh b/Automation/Scripts/tcar_setTranslationMarkers.sh index f62198a..710d23f 100755 --- a/Automation/Scripts/tcar_setTranslationMarkers.sh +++ b/Automation/Scripts/tcar_setTranslationMarkers.sh @@ -63,23 +63,11 @@ function tcar_setTranslationMarkers { # Define theme translation markers. SRC[((++${#SRC[*]}))]='=THEME=' - DST[((++${#DST[*]}))]="$(tcar_getPathComponent ${TARGET} --motif)" + DST[((++${#DST[*]}))]="$(tcar_getPathComponent ${RENDER_TARGET} --motif)" SRC[((++${#SRC[*]}))]='=THEMENAME=' - DST[((++${#DST[*]}))]="$(tcar_getPathComponent ${TARGET} --motif-name)" + DST[((++${#DST[*]}))]="$(tcar_getPathComponent ${RENDER_TARGET} --motif-name)" SRC[((++${#SRC[*]}))]='=THEMERELEASE=' - DST[((++${#DST[*]}))]="$(tcar_getPathComponent ${TARGET} --motif-version)" - - # Define release-specific translation markers. - SRC[((++${#SRC[*]}))]='=RELEASE=' - DST[((++${#DST[*]}))]="${FLAG_RELEASEVER}" - SRC[((++${#SRC[*]}))]='=MAJOR_RELEASE=' - DST[((++${#DST[*]}))]="$(echo ${FLAG_RELEASEVER} | cut -d'.' -f1)" - SRC[((++${#SRC[*]}))]='=MINOR_RELEASE=' - DST[((++${#DST[*]}))]="$(echo ${FLAG_RELEASEVER} | cut -d'.' -f2)" - - # Define architectures translation markers. - SRC[((++${#SRC[*]}))]='=ARCH=' - DST[((++${#DST[*]}))]="$(tcar_getPathComponent ${FLAG_BASEARCH} --architecture)" + DST[((++${#DST[*]}))]="$(tcar_getPathComponent ${RENDER_TARGET} --motif-version)" # Define url translation markers. SRC[((++${#SRC[*]}))]='=URL='