diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/01-welcome.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/01-welcome.png.sh
new file mode 100755
index 0000000..0548d87
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/01-welcome.png.sh
@@ -0,0 +1,54 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `01-welcome.png'
+# slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ local INDEX=''
+
+ # Define translation markers.
+ SRC[0]='=TITLE='
+ for INDEX in {1..6};do
+ SRC[$INDEX]="=TEXT${INDEX}="
+ done
+ SRC[7]='=URL='
+
+ # Define replacements for translation markers.
+ DST[0]="`gettext "Welcome to CentOS =MAJOR_RELEASE=!"`"
+
+ DST[1]="`gettext "Thank you for installing CentOS =MAJOR_RELEASE=."`"
+
+ DST[2]="`gettext "CentOS is an enterprise-class Linux Distribution derived from sources freely provided to the public by a prominent North American Enterprise Linux vendor."`"
+
+ DST[3]="`gettext "CentOS conforms fully with the upstream vendors redistribution policy and aims to be 100% binary compatible."`"
+
+ DST[4]="`gettext "CentOS mainly changes packages to remove upstream vendor branding and artwork."`"
+
+ DST[5]=''
+ DST[6]=''
+
+ DST[7]="=URL=/=URLLOCALE="
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/02-donate.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/02-donate.png.sh
new file mode 100755
index 0000000..8f05bbe
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/02-donate.png.sh
@@ -0,0 +1,53 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `02-donate.png'
+# slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ local INDEX=''
+
+ # Define translation markers.
+ SRC[0]='=TITLE='
+ for INDEX in {1..6};do
+ SRC[$INDEX]="=TEXT${INDEX}="
+ done
+ SRC[7]='=URL='
+
+ # Define replacements for translation markers.
+ DST[0]="`gettext "CentOS Donations"`"
+
+ DST[1]="`gettext "The organization that produces CentOS is named The CentOS Project. We are not affiliated with any other organization."`"
+
+ DST[2]="`gettext "Our only source of hardware or funding to distribute CentOS is by donations."`"
+
+ DST[3]="`gettext "Please consider donating to the CentOS Project if you find CentOS useful."`"
+
+ DST[4]=''
+ DST[5]=''
+ DST[6]=''
+
+ DST[7]="http://centos.org/wiki/=URLLOCALE=Donate"
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/03-yum.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/03-yum.png.sh
new file mode 100755
index 0000000..d351692
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/03-yum.png.sh
@@ -0,0 +1,52 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `03-yum.png' slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ local INDEX=''
+
+ # Define translation markers.
+ SRC[0]='=TITLE='
+ for INDEX in {1..6};do
+ SRC[$INDEX]="=TEXT${INDEX}="
+ done
+ SRC[7]='=URL='
+
+ # Define replacements for translation markers.
+ DST[0]="`gettext "Managing Software with Yum"`"
+
+ DST[1]="`gettext "The recommended way to install or upgrade CentOS is to use Yum (Yellow Dog Updater, Modified)"`"
+
+ DST[2]="`gettext "See the guide entitled: \\\"Managing Software with Yum\\\" at the documentation link below."`"
+
+ DST[3]=" `gettext "YumEx, a graphical front end for Yum, is also available from the CentOS Extras repository."`"
+
+ DST[4]=''
+ DST[5]=''
+ DST[6]=''
+
+ DST[7]="http://centos.org/docs/=MAJOR_RELEASE=/=URLLOCALE="
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/04-repos.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/04-repos.png.sh
new file mode 100755
index 0000000..75ad508
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/04-repos.png.sh
@@ -0,0 +1,54 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `04-repos.png' slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ local INDEX=''
+
+ # Define translation markers.
+ SRC[0]='=TITLE='
+ for INDEX in {1..6};do
+ SRC[$INDEX]="=TEXT${INDEX}="
+ done
+ SRC[7]='=URL='
+
+ # Define replacements for translation markers.
+ DST[0]="`gettext "CentOS Repositories"`"
+
+ DST[1]="`gettext "The following repositories exist in CentOS to install software from:"`"
+
+ DST[2]="`gettext "[base] (aka [os]) - The RPMS released on a CentOS ISO."`"
+
+ DST[3]="`gettext "[updates] - Updates to the [base] repository."`"
+
+ DST[4]="`gettext "[extras] - Items by CentOS that are not upstream (does not upgrade [base])."`"
+
+ DST[5]="`gettext "[centosplus] - Items by CentOS that are not upstream (does upgrade [base])"`"
+
+ DST[6]=''
+
+ DST[7]="http://centos.org/wiki/=URLLOCALE=AdditionalResources/Repositories"
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/05-centosplus.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/05-centosplus.png.sh
new file mode 100755
index 0000000..2761c1a
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/05-centosplus.png.sh
@@ -0,0 +1,54 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `05-centosplus.png'
+# slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ local INDEX=''
+
+ # Define translation markers.
+ SRC[0]='=TITLE='
+ for INDEX in {1..6};do
+ SRC[$INDEX]="=TEXT${INDEX}="
+ done
+ SRC[7]='=URL='
+
+ # Define replacements for translation markers.
+ DST[0]="`gettext "CentOS Plus Repository"`"
+
+ DST[1]="`gettext "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."`"
+
+ DST[2]="`gettext "The CentOS development team has tested every item in this repo, and they build and work under CentOS =MAJOR_RELEASE=. They have not been tested by the upstream provider, and are not available in the upstream products."`"
+
+ DST[3]="`gettext "You should understand that use of the components removes the 100% binary compatibility with the upstream
+ products."`"
+
+ DST[4]=''
+ DST[5]=''
+ DST[6]=''
+
+ DST[7]="http://centos.org/wiki/=URLLOCALE=AdditionalResources/Repositories/CentOSPlus"
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/06-support.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/06-support.png.sh
new file mode 100755
index 0000000..e6cd38f
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/06-support.png.sh
@@ -0,0 +1,57 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `06-support.png'
+# slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ local INDEX=''
+
+ # Define translation markers.
+ SRC[0]='=TITLE='
+ for INDEX in {1..6};do
+ SRC[$INDEX]="=TEXT${INDEX}="
+ done
+ SRC[7]='=URL='
+
+ # Define replacements for translation markers.
+ DST[0]="`gettext "Help with CentOS"`"
+
+ DST[1]="`gettext "You can get help with CentOS in several ways, including:"`"
+
+ DST[2]="`gettext "Internet Relay Chat (IRC) - #centos, #centos-social and
+ #centos-devel on irc.freenode.net."`"
+
+ DST[3]="`gettext "Mailing Lists - CentOS, CentOS-Devel, CentOS-Annouces and non-English localized language lists from http://centos.org/."`"
+
+ DST[4]="`gettext "Forums - Available at http://centos.org/forums/."`"
+
+ DST[5]="`gettext "Wiki - Available at http://centos.org/wiki/."`"
+
+ DST[6]=''
+
+ DST[7]="http://centos.org/wiki/=URLLOCALE=GettingHelp"
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/07-docs.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/07-docs.png.sh
new file mode 100755
index 0000000..af99e63
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/07-docs.png.sh
@@ -0,0 +1,60 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `07-docs.png' slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ local INDEX=''
+
+ # Define translation markers.
+ SRC[0]='=TITLE='
+ for INDEX in {1..17};do
+ SRC[$INDEX]="=TEXT${INDEX}="
+ done
+ SRC[18]='=URL='
+
+ # Define replacements for translation markers.
+ DST[0]="`gettext "CentOS Documentation"`"
+ DST[1]="`gettext "The following documentation is available for CentOS:"`"
+ DST[2]="• `gettext "Deployment Guide"`"
+ DST[3]="• `gettext "Installation Guide"`"
+ DST[4]="• `gettext "Virtualization Guide"`"
+ DST[5]="• `gettext "Cluster Suite Overview"`"
+ DST[6]="• `gettext "Cluster Administration"`"
+ DST[7]="• `gettext "Cluster Logical Volume Manager"`"
+ DST[8]="• `gettext "Global File System"`"
+ DST[9]="• `gettext "Global Network Block Device"`"
+ DST[10]="• `gettext "Virtual Server Administration"`"
+ DST[11]="• `gettext "Managing Software with yum"`"
+ DST[12]="• `gettext "Using YumEx"`"
+ DST[13]="• `gettext "Release notes for all software"`"
+
+ DST[14]=''
+ DST[15]=''
+ DST[16]=''
+ DST[17]=''
+
+ DST[18]="http://centos.org/wiki/=URLLOCALE=GettingHelp"
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/08-wiki.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/08-wiki.png.sh
new file mode 100755
index 0000000..b85e762
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/08-wiki.png.sh
@@ -0,0 +1,52 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `08-wiki.png' slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ local INDEX=''
+
+ # Define translation markers.
+ SRC[0]='=TITLE='
+ for INDEX in {1..6};do
+ SRC[$INDEX]="=TEXT${INDEX}="
+ done
+ SRC[7]='=URL='
+
+ # Define replacements for translation markers.
+ DST[0]="`gettext "CentOS Wiki"`"
+
+ DST[1]="`gettext "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."`"
+
+ DST[2]="`gettext "The wiki also contains information on CentOS Events in your area and CentOS media sightings."`"
+
+ DST[3]="`gettext "In conjuntion with the CentOS-Docs mailing list, contributors can obtain permission to post articles, tips and HowTos on the CentOS Wiki. So contribute today!"`"
+
+ DST[4]=''
+ DST[5]=''
+ DST[6]=''
+
+ DST[7]="http://centos.org/wiki/=URLLOCALE=GettingHelp"
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/09-virtualization.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/09-virtualization.png.sh
new file mode 100755
index 0000000..45d6017
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/09-virtualization.png.sh
@@ -0,0 +1,51 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress
+# `09-virtualization.png' slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ local INDEX=''
+
+ # Define translation markers.
+ SRC[0]='=TITLE='
+ for INDEX in {1..6};do
+ SRC[$INDEX]="=TEXT${INDEX}="
+ done
+ SRC[7]='=URL='
+
+ # Define replacements for translation markers.
+ DST[0]="`gettext "Virtualization on CentOS =MAJOR_RELEASE="`"
+
+ DST[1]="`gettext "CentOS =MAJOR_RELEASE= provides virtualization via Xen for the i386 and x86_64 architectures in both fully virtualized and para virtualized modes."`"
+
+ DST[2]="`gettext "The Virtualization Guide and Virtual Server Administration Guide are provided for help with CentOS =MAJOR_RELEASE= virtualization at the link below."`"
+
+ DST[3]=''
+ DST[4]=''
+ DST[5]=''
+ DST[6]=''
+
+ DST[7]="=URL=/docs/=MAJOR_RELEASE=/=URLLOCALE="
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/first-lowres.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/first-lowres.png.sh
new file mode 100755
index 0000000..826c3ba
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/first-lowres.png.sh
@@ -0,0 +1,33 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `first-lowres.sh'
+# slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ # There is neither specific translation marker nor specific
+ # replacements in this file.
+ return
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/first.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/first.png.sh
new file mode 100755
index 0000000..624e87f
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/first.png.sh
@@ -0,0 +1,32 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `first.sh' slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ # There is neither specific translation marker nor specific
+ # replacements in this file.
+ return
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/progress_first-lowres.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/progress_first-lowres.png.sh
new file mode 100755
index 0000000..5f20ad2
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/progress_first-lowres.png.sh
@@ -0,0 +1,33 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress
+# `progress_first-lowres.sh' slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ # There is neither specific translation marker nor specific
+ # replacements in this file.
+ return
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/progress_first.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/progress_first.png.sh
new file mode 100755
index 0000000..6cd59e8
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/4/progress_first.png.sh
@@ -0,0 +1,33 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `progress_first.sh'
+# slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ # There is neither specific translation marker nor specific
+ # replacements in this file.
+ return
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/01-welcome.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/01-welcome.png.sh
new file mode 100755
index 0000000..0548d87
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/01-welcome.png.sh
@@ -0,0 +1,54 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `01-welcome.png'
+# slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ local INDEX=''
+
+ # Define translation markers.
+ SRC[0]='=TITLE='
+ for INDEX in {1..6};do
+ SRC[$INDEX]="=TEXT${INDEX}="
+ done
+ SRC[7]='=URL='
+
+ # Define replacements for translation markers.
+ DST[0]="`gettext "Welcome to CentOS =MAJOR_RELEASE=!"`"
+
+ DST[1]="`gettext "Thank you for installing CentOS =MAJOR_RELEASE=."`"
+
+ DST[2]="`gettext "CentOS is an enterprise-class Linux Distribution derived from sources freely provided to the public by a prominent North American Enterprise Linux vendor."`"
+
+ DST[3]="`gettext "CentOS conforms fully with the upstream vendors redistribution policy and aims to be 100% binary compatible."`"
+
+ DST[4]="`gettext "CentOS mainly changes packages to remove upstream vendor branding and artwork."`"
+
+ DST[5]=''
+ DST[6]=''
+
+ DST[7]="=URL=/=URLLOCALE="
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/02-donate.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/02-donate.png.sh
new file mode 100755
index 0000000..8f05bbe
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/02-donate.png.sh
@@ -0,0 +1,53 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `02-donate.png'
+# slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ local INDEX=''
+
+ # Define translation markers.
+ SRC[0]='=TITLE='
+ for INDEX in {1..6};do
+ SRC[$INDEX]="=TEXT${INDEX}="
+ done
+ SRC[7]='=URL='
+
+ # Define replacements for translation markers.
+ DST[0]="`gettext "CentOS Donations"`"
+
+ DST[1]="`gettext "The organization that produces CentOS is named The CentOS Project. We are not affiliated with any other organization."`"
+
+ DST[2]="`gettext "Our only source of hardware or funding to distribute CentOS is by donations."`"
+
+ DST[3]="`gettext "Please consider donating to the CentOS Project if you find CentOS useful."`"
+
+ DST[4]=''
+ DST[5]=''
+ DST[6]=''
+
+ DST[7]="http://centos.org/wiki/=URLLOCALE=Donate"
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/03-yum.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/03-yum.png.sh
new file mode 100755
index 0000000..d351692
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/03-yum.png.sh
@@ -0,0 +1,52 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `03-yum.png' slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ local INDEX=''
+
+ # Define translation markers.
+ SRC[0]='=TITLE='
+ for INDEX in {1..6};do
+ SRC[$INDEX]="=TEXT${INDEX}="
+ done
+ SRC[7]='=URL='
+
+ # Define replacements for translation markers.
+ DST[0]="`gettext "Managing Software with Yum"`"
+
+ DST[1]="`gettext "The recommended way to install or upgrade CentOS is to use Yum (Yellow Dog Updater, Modified)"`"
+
+ DST[2]="`gettext "See the guide entitled: \\\"Managing Software with Yum\\\" at the documentation link below."`"
+
+ DST[3]=" `gettext "YumEx, a graphical front end for Yum, is also available from the CentOS Extras repository."`"
+
+ DST[4]=''
+ DST[5]=''
+ DST[6]=''
+
+ DST[7]="http://centos.org/docs/=MAJOR_RELEASE=/=URLLOCALE="
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/04-repos.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/04-repos.png.sh
new file mode 100755
index 0000000..75ad508
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/04-repos.png.sh
@@ -0,0 +1,54 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `04-repos.png' slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ local INDEX=''
+
+ # Define translation markers.
+ SRC[0]='=TITLE='
+ for INDEX in {1..6};do
+ SRC[$INDEX]="=TEXT${INDEX}="
+ done
+ SRC[7]='=URL='
+
+ # Define replacements for translation markers.
+ DST[0]="`gettext "CentOS Repositories"`"
+
+ DST[1]="`gettext "The following repositories exist in CentOS to install software from:"`"
+
+ DST[2]="`gettext "[base] (aka [os]) - The RPMS released on a CentOS ISO."`"
+
+ DST[3]="`gettext "[updates] - Updates to the [base] repository."`"
+
+ DST[4]="`gettext "[extras] - Items by CentOS that are not upstream (does not upgrade [base])."`"
+
+ DST[5]="`gettext "[centosplus] - Items by CentOS that are not upstream (does upgrade [base])"`"
+
+ DST[6]=''
+
+ DST[7]="http://centos.org/wiki/=URLLOCALE=AdditionalResources/Repositories"
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/05-centosplus.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/05-centosplus.png.sh
new file mode 100755
index 0000000..2761c1a
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/05-centosplus.png.sh
@@ -0,0 +1,54 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `05-centosplus.png'
+# slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ local INDEX=''
+
+ # Define translation markers.
+ SRC[0]='=TITLE='
+ for INDEX in {1..6};do
+ SRC[$INDEX]="=TEXT${INDEX}="
+ done
+ SRC[7]='=URL='
+
+ # Define replacements for translation markers.
+ DST[0]="`gettext "CentOS Plus Repository"`"
+
+ DST[1]="`gettext "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."`"
+
+ DST[2]="`gettext "The CentOS development team has tested every item in this repo, and they build and work under CentOS =MAJOR_RELEASE=. They have not been tested by the upstream provider, and are not available in the upstream products."`"
+
+ DST[3]="`gettext "You should understand that use of the components removes the 100% binary compatibility with the upstream
+ products."`"
+
+ DST[4]=''
+ DST[5]=''
+ DST[6]=''
+
+ DST[7]="http://centos.org/wiki/=URLLOCALE=AdditionalResources/Repositories/CentOSPlus"
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/06-support.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/06-support.png.sh
new file mode 100755
index 0000000..e6cd38f
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/06-support.png.sh
@@ -0,0 +1,57 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `06-support.png'
+# slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ local INDEX=''
+
+ # Define translation markers.
+ SRC[0]='=TITLE='
+ for INDEX in {1..6};do
+ SRC[$INDEX]="=TEXT${INDEX}="
+ done
+ SRC[7]='=URL='
+
+ # Define replacements for translation markers.
+ DST[0]="`gettext "Help with CentOS"`"
+
+ DST[1]="`gettext "You can get help with CentOS in several ways, including:"`"
+
+ DST[2]="`gettext "Internet Relay Chat (IRC) - #centos, #centos-social and
+ #centos-devel on irc.freenode.net."`"
+
+ DST[3]="`gettext "Mailing Lists - CentOS, CentOS-Devel, CentOS-Annouces and non-English localized language lists from http://centos.org/."`"
+
+ DST[4]="`gettext "Forums - Available at http://centos.org/forums/."`"
+
+ DST[5]="`gettext "Wiki - Available at http://centos.org/wiki/."`"
+
+ DST[6]=''
+
+ DST[7]="http://centos.org/wiki/=URLLOCALE=GettingHelp"
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/07-docs.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/07-docs.png.sh
new file mode 100755
index 0000000..af99e63
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/07-docs.png.sh
@@ -0,0 +1,60 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `07-docs.png' slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ local INDEX=''
+
+ # Define translation markers.
+ SRC[0]='=TITLE='
+ for INDEX in {1..17};do
+ SRC[$INDEX]="=TEXT${INDEX}="
+ done
+ SRC[18]='=URL='
+
+ # Define replacements for translation markers.
+ DST[0]="`gettext "CentOS Documentation"`"
+ DST[1]="`gettext "The following documentation is available for CentOS:"`"
+ DST[2]="• `gettext "Deployment Guide"`"
+ DST[3]="• `gettext "Installation Guide"`"
+ DST[4]="• `gettext "Virtualization Guide"`"
+ DST[5]="• `gettext "Cluster Suite Overview"`"
+ DST[6]="• `gettext "Cluster Administration"`"
+ DST[7]="• `gettext "Cluster Logical Volume Manager"`"
+ DST[8]="• `gettext "Global File System"`"
+ DST[9]="• `gettext "Global Network Block Device"`"
+ DST[10]="• `gettext "Virtual Server Administration"`"
+ DST[11]="• `gettext "Managing Software with yum"`"
+ DST[12]="• `gettext "Using YumEx"`"
+ DST[13]="• `gettext "Release notes for all software"`"
+
+ DST[14]=''
+ DST[15]=''
+ DST[16]=''
+ DST[17]=''
+
+ DST[18]="http://centos.org/wiki/=URLLOCALE=GettingHelp"
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/08-wiki.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/08-wiki.png.sh
new file mode 100755
index 0000000..b85e762
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/08-wiki.png.sh
@@ -0,0 +1,52 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `08-wiki.png' slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ local INDEX=''
+
+ # Define translation markers.
+ SRC[0]='=TITLE='
+ for INDEX in {1..6};do
+ SRC[$INDEX]="=TEXT${INDEX}="
+ done
+ SRC[7]='=URL='
+
+ # Define replacements for translation markers.
+ DST[0]="`gettext "CentOS Wiki"`"
+
+ DST[1]="`gettext "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."`"
+
+ DST[2]="`gettext "The wiki also contains information on CentOS Events in your area and CentOS media sightings."`"
+
+ DST[3]="`gettext "In conjuntion with the CentOS-Docs mailing list, contributors can obtain permission to post articles, tips and HowTos on the CentOS Wiki. So contribute today!"`"
+
+ DST[4]=''
+ DST[5]=''
+ DST[6]=''
+
+ DST[7]="http://centos.org/wiki/=URLLOCALE=GettingHelp"
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/09-virtualization.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/09-virtualization.png.sh
new file mode 100755
index 0000000..45d6017
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/09-virtualization.png.sh
@@ -0,0 +1,51 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress
+# `09-virtualization.png' slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ local INDEX=''
+
+ # Define translation markers.
+ SRC[0]='=TITLE='
+ for INDEX in {1..6};do
+ SRC[$INDEX]="=TEXT${INDEX}="
+ done
+ SRC[7]='=URL='
+
+ # Define replacements for translation markers.
+ DST[0]="`gettext "Virtualization on CentOS =MAJOR_RELEASE="`"
+
+ DST[1]="`gettext "CentOS =MAJOR_RELEASE= provides virtualization via Xen for the i386 and x86_64 architectures in both fully virtualized and para virtualized modes."`"
+
+ DST[2]="`gettext "The Virtualization Guide and Virtual Server Administration Guide are provided for help with CentOS =MAJOR_RELEASE= virtualization at the link below."`"
+
+ DST[3]=''
+ DST[4]=''
+ DST[5]=''
+ DST[6]=''
+
+ DST[7]="=URL=/docs/=MAJOR_RELEASE=/=URLLOCALE="
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/first-lowres.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/first-lowres.png.sh
new file mode 100755
index 0000000..826c3ba
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/first-lowres.png.sh
@@ -0,0 +1,33 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `first-lowres.sh'
+# slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ # There is neither specific translation marker nor specific
+ # replacements in this file.
+ return
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/first.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/first.png.sh
new file mode 100755
index 0000000..624e87f
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/first.png.sh
@@ -0,0 +1,32 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `first.sh' slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ # There is neither specific translation marker nor specific
+ # replacements in this file.
+ return
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/progress_first-lowres.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/progress_first-lowres.png.sh
new file mode 100755
index 0000000..5f20ad2
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/progress_first-lowres.png.sh
@@ -0,0 +1,33 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress
+# `progress_first-lowres.sh' slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ # There is neither specific translation marker nor specific
+ # replacements in this file.
+ return
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/progress_first.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/progress_first.png.sh
new file mode 100755
index 0000000..6cd59e8
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/5/progress_first.png.sh
@@ -0,0 +1,33 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `progress_first.sh'
+# slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ # There is neither specific translation marker nor specific
+ # replacements in this file.
+ return
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/01-welcome.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/01-welcome.png.sh
new file mode 100755
index 0000000..0548d87
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/01-welcome.png.sh
@@ -0,0 +1,54 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `01-welcome.png'
+# slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ local INDEX=''
+
+ # Define translation markers.
+ SRC[0]='=TITLE='
+ for INDEX in {1..6};do
+ SRC[$INDEX]="=TEXT${INDEX}="
+ done
+ SRC[7]='=URL='
+
+ # Define replacements for translation markers.
+ DST[0]="`gettext "Welcome to CentOS =MAJOR_RELEASE=!"`"
+
+ DST[1]="`gettext "Thank you for installing CentOS =MAJOR_RELEASE=."`"
+
+ DST[2]="`gettext "CentOS is an enterprise-class Linux Distribution derived from sources freely provided to the public by a prominent North American Enterprise Linux vendor."`"
+
+ DST[3]="`gettext "CentOS conforms fully with the upstream vendors redistribution policy and aims to be 100% binary compatible."`"
+
+ DST[4]="`gettext "CentOS mainly changes packages to remove upstream vendor branding and artwork."`"
+
+ DST[5]=''
+ DST[6]=''
+
+ DST[7]="=URL=/=URLLOCALE="
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/02-donate.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/02-donate.png.sh
new file mode 100755
index 0000000..8f05bbe
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/02-donate.png.sh
@@ -0,0 +1,53 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `02-donate.png'
+# slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ local INDEX=''
+
+ # Define translation markers.
+ SRC[0]='=TITLE='
+ for INDEX in {1..6};do
+ SRC[$INDEX]="=TEXT${INDEX}="
+ done
+ SRC[7]='=URL='
+
+ # Define replacements for translation markers.
+ DST[0]="`gettext "CentOS Donations"`"
+
+ DST[1]="`gettext "The organization that produces CentOS is named The CentOS Project. We are not affiliated with any other organization."`"
+
+ DST[2]="`gettext "Our only source of hardware or funding to distribute CentOS is by donations."`"
+
+ DST[3]="`gettext "Please consider donating to the CentOS Project if you find CentOS useful."`"
+
+ DST[4]=''
+ DST[5]=''
+ DST[6]=''
+
+ DST[7]="http://centos.org/wiki/=URLLOCALE=Donate"
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/03-yum.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/03-yum.png.sh
new file mode 100755
index 0000000..d351692
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/03-yum.png.sh
@@ -0,0 +1,52 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `03-yum.png' slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ local INDEX=''
+
+ # Define translation markers.
+ SRC[0]='=TITLE='
+ for INDEX in {1..6};do
+ SRC[$INDEX]="=TEXT${INDEX}="
+ done
+ SRC[7]='=URL='
+
+ # Define replacements for translation markers.
+ DST[0]="`gettext "Managing Software with Yum"`"
+
+ DST[1]="`gettext "The recommended way to install or upgrade CentOS is to use Yum (Yellow Dog Updater, Modified)"`"
+
+ DST[2]="`gettext "See the guide entitled: \\\"Managing Software with Yum\\\" at the documentation link below."`"
+
+ DST[3]=" `gettext "YumEx, a graphical front end for Yum, is also available from the CentOS Extras repository."`"
+
+ DST[4]=''
+ DST[5]=''
+ DST[6]=''
+
+ DST[7]="http://centos.org/docs/=MAJOR_RELEASE=/=URLLOCALE="
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/04-repos.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/04-repos.png.sh
new file mode 100755
index 0000000..75ad508
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/04-repos.png.sh
@@ -0,0 +1,54 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `04-repos.png' slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ local INDEX=''
+
+ # Define translation markers.
+ SRC[0]='=TITLE='
+ for INDEX in {1..6};do
+ SRC[$INDEX]="=TEXT${INDEX}="
+ done
+ SRC[7]='=URL='
+
+ # Define replacements for translation markers.
+ DST[0]="`gettext "CentOS Repositories"`"
+
+ DST[1]="`gettext "The following repositories exist in CentOS to install software from:"`"
+
+ DST[2]="`gettext "[base] (aka [os]) - The RPMS released on a CentOS ISO."`"
+
+ DST[3]="`gettext "[updates] - Updates to the [base] repository."`"
+
+ DST[4]="`gettext "[extras] - Items by CentOS that are not upstream (does not upgrade [base])."`"
+
+ DST[5]="`gettext "[centosplus] - Items by CentOS that are not upstream (does upgrade [base])"`"
+
+ DST[6]=''
+
+ DST[7]="http://centos.org/wiki/=URLLOCALE=AdditionalResources/Repositories"
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/05-centosplus.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/05-centosplus.png.sh
new file mode 100755
index 0000000..2761c1a
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/05-centosplus.png.sh
@@ -0,0 +1,54 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `05-centosplus.png'
+# slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ local INDEX=''
+
+ # Define translation markers.
+ SRC[0]='=TITLE='
+ for INDEX in {1..6};do
+ SRC[$INDEX]="=TEXT${INDEX}="
+ done
+ SRC[7]='=URL='
+
+ # Define replacements for translation markers.
+ DST[0]="`gettext "CentOS Plus Repository"`"
+
+ DST[1]="`gettext "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."`"
+
+ DST[2]="`gettext "The CentOS development team has tested every item in this repo, and they build and work under CentOS =MAJOR_RELEASE=. They have not been tested by the upstream provider, and are not available in the upstream products."`"
+
+ DST[3]="`gettext "You should understand that use of the components removes the 100% binary compatibility with the upstream
+ products."`"
+
+ DST[4]=''
+ DST[5]=''
+ DST[6]=''
+
+ DST[7]="http://centos.org/wiki/=URLLOCALE=AdditionalResources/Repositories/CentOSPlus"
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/06-support.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/06-support.png.sh
new file mode 100755
index 0000000..e6cd38f
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/06-support.png.sh
@@ -0,0 +1,57 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `06-support.png'
+# slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ local INDEX=''
+
+ # Define translation markers.
+ SRC[0]='=TITLE='
+ for INDEX in {1..6};do
+ SRC[$INDEX]="=TEXT${INDEX}="
+ done
+ SRC[7]='=URL='
+
+ # Define replacements for translation markers.
+ DST[0]="`gettext "Help with CentOS"`"
+
+ DST[1]="`gettext "You can get help with CentOS in several ways, including:"`"
+
+ DST[2]="`gettext "Internet Relay Chat (IRC) - #centos, #centos-social and
+ #centos-devel on irc.freenode.net."`"
+
+ DST[3]="`gettext "Mailing Lists - CentOS, CentOS-Devel, CentOS-Annouces and non-English localized language lists from http://centos.org/."`"
+
+ DST[4]="`gettext "Forums - Available at http://centos.org/forums/."`"
+
+ DST[5]="`gettext "Wiki - Available at http://centos.org/wiki/."`"
+
+ DST[6]=''
+
+ DST[7]="http://centos.org/wiki/=URLLOCALE=GettingHelp"
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/07-docs.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/07-docs.png.sh
new file mode 100755
index 0000000..af99e63
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/07-docs.png.sh
@@ -0,0 +1,60 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `07-docs.png' slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ local INDEX=''
+
+ # Define translation markers.
+ SRC[0]='=TITLE='
+ for INDEX in {1..17};do
+ SRC[$INDEX]="=TEXT${INDEX}="
+ done
+ SRC[18]='=URL='
+
+ # Define replacements for translation markers.
+ DST[0]="`gettext "CentOS Documentation"`"
+ DST[1]="`gettext "The following documentation is available for CentOS:"`"
+ DST[2]="• `gettext "Deployment Guide"`"
+ DST[3]="• `gettext "Installation Guide"`"
+ DST[4]="• `gettext "Virtualization Guide"`"
+ DST[5]="• `gettext "Cluster Suite Overview"`"
+ DST[6]="• `gettext "Cluster Administration"`"
+ DST[7]="• `gettext "Cluster Logical Volume Manager"`"
+ DST[8]="• `gettext "Global File System"`"
+ DST[9]="• `gettext "Global Network Block Device"`"
+ DST[10]="• `gettext "Virtual Server Administration"`"
+ DST[11]="• `gettext "Managing Software with yum"`"
+ DST[12]="• `gettext "Using YumEx"`"
+ DST[13]="• `gettext "Release notes for all software"`"
+
+ DST[14]=''
+ DST[15]=''
+ DST[16]=''
+ DST[17]=''
+
+ DST[18]="http://centos.org/wiki/=URLLOCALE=GettingHelp"
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/08-wiki.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/08-wiki.png.sh
new file mode 100755
index 0000000..b85e762
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/08-wiki.png.sh
@@ -0,0 +1,52 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `08-wiki.png' slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ local INDEX=''
+
+ # Define translation markers.
+ SRC[0]='=TITLE='
+ for INDEX in {1..6};do
+ SRC[$INDEX]="=TEXT${INDEX}="
+ done
+ SRC[7]='=URL='
+
+ # Define replacements for translation markers.
+ DST[0]="`gettext "CentOS Wiki"`"
+
+ DST[1]="`gettext "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."`"
+
+ DST[2]="`gettext "The wiki also contains information on CentOS Events in your area and CentOS media sightings."`"
+
+ DST[3]="`gettext "In conjuntion with the CentOS-Docs mailing list, contributors can obtain permission to post articles, tips and HowTos on the CentOS Wiki. So contribute today!"`"
+
+ DST[4]=''
+ DST[5]=''
+ DST[6]=''
+
+ DST[7]="http://centos.org/wiki/=URLLOCALE=GettingHelp"
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/09-virtualization.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/09-virtualization.png.sh
new file mode 100755
index 0000000..45d6017
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/09-virtualization.png.sh
@@ -0,0 +1,51 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress
+# `09-virtualization.png' slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ local INDEX=''
+
+ # Define translation markers.
+ SRC[0]='=TITLE='
+ for INDEX in {1..6};do
+ SRC[$INDEX]="=TEXT${INDEX}="
+ done
+ SRC[7]='=URL='
+
+ # Define replacements for translation markers.
+ DST[0]="`gettext "Virtualization on CentOS =MAJOR_RELEASE="`"
+
+ DST[1]="`gettext "CentOS =MAJOR_RELEASE= provides virtualization via Xen for the i386 and x86_64 architectures in both fully virtualized and para virtualized modes."`"
+
+ DST[2]="`gettext "The Virtualization Guide and Virtual Server Administration Guide are provided for help with CentOS =MAJOR_RELEASE= virtualization at the link below."`"
+
+ DST[3]=''
+ DST[4]=''
+ DST[5]=''
+ DST[6]=''
+
+ DST[7]="=URL=/docs/=MAJOR_RELEASE=/=URLLOCALE="
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/first-lowres.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/first-lowres.png.sh
new file mode 100755
index 0000000..826c3ba
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/first-lowres.png.sh
@@ -0,0 +1,33 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `first-lowres.sh'
+# slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ # There is neither specific translation marker nor specific
+ # replacements in this file.
+ return
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/first.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/first.png.sh
new file mode 100755
index 0000000..624e87f
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/first.png.sh
@@ -0,0 +1,32 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `first.sh' slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ # There is neither specific translation marker nor specific
+ # replacements in this file.
+ return
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/progress_first-lowres.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/progress_first-lowres.png.sh
new file mode 100755
index 0000000..5f20ad2
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/progress_first-lowres.png.sh
@@ -0,0 +1,33 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress
+# `progress_first-lowres.sh' slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ # There is neither specific translation marker nor specific
+ # replacements in this file.
+ return
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/progress_first.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/progress_first.png.sh
new file mode 100755
index 0000000..6cd59e8
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/6/progress_first.png.sh
@@ -0,0 +1,33 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `progress_first.sh'
+# slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ # There is neither specific translation marker nor specific
+ # replacements in this file.
+ return
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/01-welcome.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/01-welcome.png.sh
new file mode 100755
index 0000000..0548d87
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/01-welcome.png.sh
@@ -0,0 +1,54 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `01-welcome.png'
+# slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ local INDEX=''
+
+ # Define translation markers.
+ SRC[0]='=TITLE='
+ for INDEX in {1..6};do
+ SRC[$INDEX]="=TEXT${INDEX}="
+ done
+ SRC[7]='=URL='
+
+ # Define replacements for translation markers.
+ DST[0]="`gettext "Welcome to CentOS =MAJOR_RELEASE=!"`"
+
+ DST[1]="`gettext "Thank you for installing CentOS =MAJOR_RELEASE=."`"
+
+ DST[2]="`gettext "CentOS is an enterprise-class Linux Distribution derived from sources freely provided to the public by a prominent North American Enterprise Linux vendor."`"
+
+ DST[3]="`gettext "CentOS conforms fully with the upstream vendors redistribution policy and aims to be 100% binary compatible."`"
+
+ DST[4]="`gettext "CentOS mainly changes packages to remove upstream vendor branding and artwork."`"
+
+ DST[5]=''
+ DST[6]=''
+
+ DST[7]="=URL=/=URLLOCALE="
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/02-donate.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/02-donate.png.sh
new file mode 100755
index 0000000..8f05bbe
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/02-donate.png.sh
@@ -0,0 +1,53 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `02-donate.png'
+# slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ local INDEX=''
+
+ # Define translation markers.
+ SRC[0]='=TITLE='
+ for INDEX in {1..6};do
+ SRC[$INDEX]="=TEXT${INDEX}="
+ done
+ SRC[7]='=URL='
+
+ # Define replacements for translation markers.
+ DST[0]="`gettext "CentOS Donations"`"
+
+ DST[1]="`gettext "The organization that produces CentOS is named The CentOS Project. We are not affiliated with any other organization."`"
+
+ DST[2]="`gettext "Our only source of hardware or funding to distribute CentOS is by donations."`"
+
+ DST[3]="`gettext "Please consider donating to the CentOS Project if you find CentOS useful."`"
+
+ DST[4]=''
+ DST[5]=''
+ DST[6]=''
+
+ DST[7]="http://centos.org/wiki/=URLLOCALE=Donate"
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/03-yum.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/03-yum.png.sh
new file mode 100755
index 0000000..d351692
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/03-yum.png.sh
@@ -0,0 +1,52 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `03-yum.png' slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ local INDEX=''
+
+ # Define translation markers.
+ SRC[0]='=TITLE='
+ for INDEX in {1..6};do
+ SRC[$INDEX]="=TEXT${INDEX}="
+ done
+ SRC[7]='=URL='
+
+ # Define replacements for translation markers.
+ DST[0]="`gettext "Managing Software with Yum"`"
+
+ DST[1]="`gettext "The recommended way to install or upgrade CentOS is to use Yum (Yellow Dog Updater, Modified)"`"
+
+ DST[2]="`gettext "See the guide entitled: \\\"Managing Software with Yum\\\" at the documentation link below."`"
+
+ DST[3]=" `gettext "YumEx, a graphical front end for Yum, is also available from the CentOS Extras repository."`"
+
+ DST[4]=''
+ DST[5]=''
+ DST[6]=''
+
+ DST[7]="http://centos.org/docs/=MAJOR_RELEASE=/=URLLOCALE="
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/04-repos.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/04-repos.png.sh
new file mode 100755
index 0000000..75ad508
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/04-repos.png.sh
@@ -0,0 +1,54 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `04-repos.png' slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ local INDEX=''
+
+ # Define translation markers.
+ SRC[0]='=TITLE='
+ for INDEX in {1..6};do
+ SRC[$INDEX]="=TEXT${INDEX}="
+ done
+ SRC[7]='=URL='
+
+ # Define replacements for translation markers.
+ DST[0]="`gettext "CentOS Repositories"`"
+
+ DST[1]="`gettext "The following repositories exist in CentOS to install software from:"`"
+
+ DST[2]="`gettext "[base] (aka [os]) - The RPMS released on a CentOS ISO."`"
+
+ DST[3]="`gettext "[updates] - Updates to the [base] repository."`"
+
+ DST[4]="`gettext "[extras] - Items by CentOS that are not upstream (does not upgrade [base])."`"
+
+ DST[5]="`gettext "[centosplus] - Items by CentOS that are not upstream (does upgrade [base])"`"
+
+ DST[6]=''
+
+ DST[7]="http://centos.org/wiki/=URLLOCALE=AdditionalResources/Repositories"
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/05-centosplus.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/05-centosplus.png.sh
new file mode 100755
index 0000000..2761c1a
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/05-centosplus.png.sh
@@ -0,0 +1,54 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `05-centosplus.png'
+# slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ local INDEX=''
+
+ # Define translation markers.
+ SRC[0]='=TITLE='
+ for INDEX in {1..6};do
+ SRC[$INDEX]="=TEXT${INDEX}="
+ done
+ SRC[7]='=URL='
+
+ # Define replacements for translation markers.
+ DST[0]="`gettext "CentOS Plus Repository"`"
+
+ DST[1]="`gettext "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."`"
+
+ DST[2]="`gettext "The CentOS development team has tested every item in this repo, and they build and work under CentOS =MAJOR_RELEASE=. They have not been tested by the upstream provider, and are not available in the upstream products."`"
+
+ DST[3]="`gettext "You should understand that use of the components removes the 100% binary compatibility with the upstream
+ products."`"
+
+ DST[4]=''
+ DST[5]=''
+ DST[6]=''
+
+ DST[7]="http://centos.org/wiki/=URLLOCALE=AdditionalResources/Repositories/CentOSPlus"
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/06-support.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/06-support.png.sh
new file mode 100755
index 0000000..e6cd38f
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/06-support.png.sh
@@ -0,0 +1,57 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `06-support.png'
+# slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ local INDEX=''
+
+ # Define translation markers.
+ SRC[0]='=TITLE='
+ for INDEX in {1..6};do
+ SRC[$INDEX]="=TEXT${INDEX}="
+ done
+ SRC[7]='=URL='
+
+ # Define replacements for translation markers.
+ DST[0]="`gettext "Help with CentOS"`"
+
+ DST[1]="`gettext "You can get help with CentOS in several ways, including:"`"
+
+ DST[2]="`gettext "Internet Relay Chat (IRC) - #centos, #centos-social and
+ #centos-devel on irc.freenode.net."`"
+
+ DST[3]="`gettext "Mailing Lists - CentOS, CentOS-Devel, CentOS-Annouces and non-English localized language lists from http://centos.org/."`"
+
+ DST[4]="`gettext "Forums - Available at http://centos.org/forums/."`"
+
+ DST[5]="`gettext "Wiki - Available at http://centos.org/wiki/."`"
+
+ DST[6]=''
+
+ DST[7]="http://centos.org/wiki/=URLLOCALE=GettingHelp"
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/07-docs.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/07-docs.png.sh
new file mode 100755
index 0000000..af99e63
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/07-docs.png.sh
@@ -0,0 +1,60 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `07-docs.png' slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ local INDEX=''
+
+ # Define translation markers.
+ SRC[0]='=TITLE='
+ for INDEX in {1..17};do
+ SRC[$INDEX]="=TEXT${INDEX}="
+ done
+ SRC[18]='=URL='
+
+ # Define replacements for translation markers.
+ DST[0]="`gettext "CentOS Documentation"`"
+ DST[1]="`gettext "The following documentation is available for CentOS:"`"
+ DST[2]="• `gettext "Deployment Guide"`"
+ DST[3]="• `gettext "Installation Guide"`"
+ DST[4]="• `gettext "Virtualization Guide"`"
+ DST[5]="• `gettext "Cluster Suite Overview"`"
+ DST[6]="• `gettext "Cluster Administration"`"
+ DST[7]="• `gettext "Cluster Logical Volume Manager"`"
+ DST[8]="• `gettext "Global File System"`"
+ DST[9]="• `gettext "Global Network Block Device"`"
+ DST[10]="• `gettext "Virtual Server Administration"`"
+ DST[11]="• `gettext "Managing Software with yum"`"
+ DST[12]="• `gettext "Using YumEx"`"
+ DST[13]="• `gettext "Release notes for all software"`"
+
+ DST[14]=''
+ DST[15]=''
+ DST[16]=''
+ DST[17]=''
+
+ DST[18]="http://centos.org/wiki/=URLLOCALE=GettingHelp"
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/08-wiki.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/08-wiki.png.sh
new file mode 100755
index 0000000..b85e762
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/08-wiki.png.sh
@@ -0,0 +1,52 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `08-wiki.png' slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ local INDEX=''
+
+ # Define translation markers.
+ SRC[0]='=TITLE='
+ for INDEX in {1..6};do
+ SRC[$INDEX]="=TEXT${INDEX}="
+ done
+ SRC[7]='=URL='
+
+ # Define replacements for translation markers.
+ DST[0]="`gettext "CentOS Wiki"`"
+
+ DST[1]="`gettext "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."`"
+
+ DST[2]="`gettext "The wiki also contains information on CentOS Events in your area and CentOS media sightings."`"
+
+ DST[3]="`gettext "In conjuntion with the CentOS-Docs mailing list, contributors can obtain permission to post articles, tips and HowTos on the CentOS Wiki. So contribute today!"`"
+
+ DST[4]=''
+ DST[5]=''
+ DST[6]=''
+
+ DST[7]="http://centos.org/wiki/=URLLOCALE=GettingHelp"
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/09-virtualization.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/09-virtualization.png.sh
new file mode 100755
index 0000000..45d6017
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/09-virtualization.png.sh
@@ -0,0 +1,51 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress
+# `09-virtualization.png' slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ local INDEX=''
+
+ # Define translation markers.
+ SRC[0]='=TITLE='
+ for INDEX in {1..6};do
+ SRC[$INDEX]="=TEXT${INDEX}="
+ done
+ SRC[7]='=URL='
+
+ # Define replacements for translation markers.
+ DST[0]="`gettext "Virtualization on CentOS =MAJOR_RELEASE="`"
+
+ DST[1]="`gettext "CentOS =MAJOR_RELEASE= provides virtualization via Xen for the i386 and x86_64 architectures in both fully virtualized and para virtualized modes."`"
+
+ DST[2]="`gettext "The Virtualization Guide and Virtual Server Administration Guide are provided for help with CentOS =MAJOR_RELEASE= virtualization at the link below."`"
+
+ DST[3]=''
+ DST[4]=''
+ DST[5]=''
+ DST[6]=''
+
+ DST[7]="=URL=/docs/=MAJOR_RELEASE=/=URLLOCALE="
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/first-lowres.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/first-lowres.png.sh
new file mode 100755
index 0000000..826c3ba
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/first-lowres.png.sh
@@ -0,0 +1,33 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `first-lowres.sh'
+# slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ # There is neither specific translation marker nor specific
+ # replacements in this file.
+ return
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/first.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/first.png.sh
new file mode 100755
index 0000000..624e87f
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/first.png.sh
@@ -0,0 +1,32 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `first.sh' slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ # There is neither specific translation marker nor specific
+ # replacements in this file.
+ return
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/progress_first-lowres.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/progress_first-lowres.png.sh
new file mode 100755
index 0000000..5f20ad2
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/progress_first-lowres.png.sh
@@ -0,0 +1,33 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress
+# `progress_first-lowres.sh' slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ # There is neither specific translation marker nor specific
+ # replacements in this file.
+ return
+
+}
diff --git a/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/progress_first.png.sh b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/progress_first.png.sh
new file mode 100755
index 0000000..6cd59e8
--- /dev/null
+++ b/Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Progress/7/progress_first.png.sh
@@ -0,0 +1,33 @@
+#!/bin/bash
+#
+# render_loadConfig.sh -- This function specifies translation
+# markers and replacements for anaconda progress `progress_first.sh'
+# slide.
+#
+# Copyright (C) 2009-2011 Alain Reguera Delgado
+#
+# 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+# USA.
+# ----------------------------------------------------------------------
+# $Id$
+# ----------------------------------------------------------------------
+
+function render_loadConfig {
+
+ # There is neither specific translation marker nor specific
+ # replacements in this file.
+ return
+
+}