Blame Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/BootUp/KDM/5/release.png.sh

f59ed5
#!/bin/bash
f59ed5
#
f59ed5
# render_loadConfig.sh -- This function loads specifies translation
f59ed5
# markers and replacements for KDM `release.png' image. This image
f59ed5
# temporally produced in order to build the KDM installable
f59ed5
# $THEME-$RESOLUTION.tar.gz file.
f59ed5
#
f59ed5
# Copyright (C) 2009-2011  Alain Reguera Delgado
f59ed5
# 
f59ed5
# This program is free software; you can redistribute it and/or
f59ed5
# modify it under the terms of the GNU General Public License as
f59ed5
# published by the Free Software Foundation; either version 2 of the
f59ed5
# License, or (at your option) any later version.
f59ed5
# 
f59ed5
# This program is distributed in the hope that it will be useful, but
f59ed5
# WITHOUT ANY WARRANTY; without even the implied warranty of
f59ed5
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
f59ed5
# General Public License for more details.
f59ed5
#
f59ed5
# You should have received a copy of the GNU General Public License
f59ed5
# along with this program; if not, write to the Free Software
f59ed5
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
f59ed5
# USA.
f59ed5
# ----------------------------------------------------------------------
f59ed5
# $Id$
f59ed5
# ----------------------------------------------------------------------
f59ed5
f59ed5
function render_loadConfig {
f59ed5
f59ed5
    # There is no specific translation here.
f59ed5
    return
f59ed5
f59ed5
}