Blame Scripts/Bash/Functions/Render/Config/Identity/Themes/Distro/Anaconda/Header/5/anaconda_header.png.sh

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