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 index 821dad8..675a944 100755 --- 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 @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bas # # render_loadConfig.sh -- This function specifies translation # markers and replacements for anaconda progress `02-donate.png' @@ -33,6 +33,7 @@ function render_loadConfig { for INDEX in {1..6};do SRC[$INDEX]="=TEXT${INDEX}=" done + SRC[7]='=URL=' # Define replacements for translation markers. DST[0]="`gettext "CentOS Donations"`" @@ -47,5 +48,7 @@ function render_loadConfig { DST[5]='' DST[6]='' + DST[7]='=URL_WIKI=Dontate' + } 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 index 68825c9..147bd11 100755 --- 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 @@ -32,6 +32,7 @@ function render_loadConfig { for INDEX in {1..6};do SRC[$INDEX]="=TEXT${INDEX}=" done + SRC[7]='=URL=' # Define replacements for translation markers. DST[0]="`gettext "CentOS Repositories"`" @@ -48,5 +49,5 @@ function render_loadConfig { DST[6]='' - + DST[7]='=URL_WIKI=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 index fec48ed..6cdd157 100755 --- 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 @@ -33,6 +33,7 @@ function render_loadConfig { 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"`" @@ -48,5 +49,6 @@ function render_loadConfig { DST[5]='' DST[6]='' + DST[7]='=URL_WIKI=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 index f280f0b..5996d28 100755 --- 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 @@ -33,6 +33,7 @@ function render_loadConfig { 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"`" @@ -51,5 +52,6 @@ function render_loadConfig { DST[6]='' + DST[7]='=URL_WIKI=GettingHelp' }