a0f997
Add `.png.sh' translations for CentOS 5.5 installation media desings
@@ -0,0 +1,36 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# render_loadConfig.sh -- This function specifies translation markers
|
4
|
+
# and replacements for installation media labels.
|
5
|
+
#
|
6
|
+
# Copyright (C) 2009-2011 Alain Reguera Delgado
|
7
|
+
#
|
8
|
+
# This program is free software; you can redistribute it and/or
|
9
|
+
# modify it under the terms of the GNU General Public License as
|
10
|
+
# published by the Free Software Foundation; either version 2 of the
|
11
|
+
# License, or (at your option) any later version.
|
12
|
+
#
|
13
|
+
# This program is distributed in the hope that it will be useful, but
|
14
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
# General Public License for more details.
|
17
|
+
#
|
18
|
+
# You should have received a copy of the GNU General Public License
|
19
|
+
# along with this program; if not, write to the Free Software
|
20
|
+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
21
|
+
# USA.
|
22
|
+
# ----------------------------------------------------------------------
|
23
|
+
# $Id$
|
24
|
+
# ----------------------------------------------------------------------
|
25
|
+
|
26
|
+
function render_loadConfig {
|
27
|
+
|
28
|
+
# Define specific translation markers.
|
29
|
+
SRC[0]='=TEXT='
|
30
|
+
SRC[1]='=ARCH='
|
31
|
+
|
32
|
+
# Define replacement for specitif translation markers.
|
33
|
+
DST[0]="`gettext "Install CD 1 of 6"`"
|
34
|
+
DST[1]="`gettext "for =ARCH= architectures"`"
|
35
|
+
|
36
|
+
}
|
@@ -0,0 +1,36 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# render_loadConfig.sh -- This function specifies translation markers
|
4
|
+
# and replacements for installation media labels.
|
5
|
+
#
|
6
|
+
# Copyright (C) 2009-2011 Alain Reguera Delgado
|
7
|
+
#
|
8
|
+
# This program is free software; you can redistribute it and/or
|
9
|
+
# modify it under the terms of the GNU General Public License as
|
10
|
+
# published by the Free Software Foundation; either version 2 of the
|
11
|
+
# License, or (at your option) any later version.
|
12
|
+
#
|
13
|
+
# This program is distributed in the hope that it will be useful, but
|
14
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
# General Public License for more details.
|
17
|
+
#
|
18
|
+
# You should have received a copy of the GNU General Public License
|
19
|
+
# along with this program; if not, write to the Free Software
|
20
|
+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
21
|
+
# USA.
|
22
|
+
# ----------------------------------------------------------------------
|
23
|
+
# $Id$
|
24
|
+
# ----------------------------------------------------------------------
|
25
|
+
|
26
|
+
function render_loadConfig {
|
27
|
+
|
28
|
+
# Define specific translation markers.
|
29
|
+
SRC[0]='=TEXT='
|
30
|
+
SRC[1]='=ARCH='
|
31
|
+
|
32
|
+
# Define replacement for specitif translation markers.
|
33
|
+
DST[0]="`gettext "Install CD 2 of 6"`"
|
34
|
+
DST[1]="`gettext "for =ARCH= architectures"`"
|
35
|
+
|
36
|
+
}
|
@@ -0,0 +1,36 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# render_loadConfig.sh -- This function specifies translation markers
|
4
|
+
# and replacements for installation media labels.
|
5
|
+
#
|
6
|
+
# Copyright (C) 2009-2011 Alain Reguera Delgado
|
7
|
+
#
|
8
|
+
# This program is free software; you can redistribute it and/or
|
9
|
+
# modify it under the terms of the GNU General Public License as
|
10
|
+
# published by the Free Software Foundation; either version 2 of the
|
11
|
+
# License, or (at your option) any later version.
|
12
|
+
#
|
13
|
+
# This program is distributed in the hope that it will be useful, but
|
14
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
# General Public License for more details.
|
17
|
+
#
|
18
|
+
# You should have received a copy of the GNU General Public License
|
19
|
+
# along with this program; if not, write to the Free Software
|
20
|
+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
21
|
+
# USA.
|
22
|
+
# ----------------------------------------------------------------------
|
23
|
+
# $Id$
|
24
|
+
# ----------------------------------------------------------------------
|
25
|
+
|
26
|
+
function render_loadConfig {
|
27
|
+
|
28
|
+
# Define specific translation markers.
|
29
|
+
SRC[0]='=TEXT='
|
30
|
+
SRC[1]='=ARCH='
|
31
|
+
|
32
|
+
# Define replacement for specitif translation markers.
|
33
|
+
DST[0]="`gettext "Install CD 3 of 6"`"
|
34
|
+
DST[1]="`gettext "for =ARCH= architectures"`"
|
35
|
+
|
36
|
+
}
|
@@ -0,0 +1,36 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# render_loadConfig.sh -- This function specifies translation markers
|
4
|
+
# and replacements for installation media labels.
|
5
|
+
#
|
6
|
+
# Copyright (C) 2009-2011 Alain Reguera Delgado
|
7
|
+
#
|
8
|
+
# This program is free software; you can redistribute it and/or
|
9
|
+
# modify it under the terms of the GNU General Public License as
|
10
|
+
# published by the Free Software Foundation; either version 2 of the
|
11
|
+
# License, or (at your option) any later version.
|
12
|
+
#
|
13
|
+
# This program is distributed in the hope that it will be useful, but
|
14
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
# General Public License for more details.
|
17
|
+
#
|
18
|
+
# You should have received a copy of the GNU General Public License
|
19
|
+
# along with this program; if not, write to the Free Software
|
20
|
+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
21
|
+
# USA.
|
22
|
+
# ----------------------------------------------------------------------
|
23
|
+
# $Id$
|
24
|
+
# ----------------------------------------------------------------------
|
25
|
+
|
26
|
+
function render_loadConfig {
|
27
|
+
|
28
|
+
# Define specific translation markers.
|
29
|
+
SRC[0]='=TEXT='
|
30
|
+
SRC[1]='=ARCH='
|
31
|
+
|
32
|
+
# Define replacement for specitif translation markers.
|
33
|
+
DST[0]="`gettext "Install CD 4 of 6"`"
|
34
|
+
DST[1]="`gettext "for =ARCH= architectures"`"
|
35
|
+
|
36
|
+
}
|
@@ -0,0 +1,36 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# render_loadConfig.sh -- This function specifies translation markers
|
4
|
+
# and replacements for installation media labels.
|
5
|
+
#
|
6
|
+
# Copyright (C) 2009-2011 Alain Reguera Delgado
|
7
|
+
#
|
8
|
+
# This program is free software; you can redistribute it and/or
|
9
|
+
# modify it under the terms of the GNU General Public License as
|
10
|
+
# published by the Free Software Foundation; either version 2 of the
|
11
|
+
# License, or (at your option) any later version.
|
12
|
+
#
|
13
|
+
# This program is distributed in the hope that it will be useful, but
|
14
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
# General Public License for more details.
|
17
|
+
#
|
18
|
+
# You should have received a copy of the GNU General Public License
|
19
|
+
# along with this program; if not, write to the Free Software
|
20
|
+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
21
|
+
# USA.
|
22
|
+
# ----------------------------------------------------------------------
|
23
|
+
# $Id$
|
24
|
+
# ----------------------------------------------------------------------
|
25
|
+
|
26
|
+
function render_loadConfig {
|
27
|
+
|
28
|
+
# Define specific translation markers.
|
29
|
+
SRC[0]='=TEXT='
|
30
|
+
SRC[1]='=ARCH='
|
31
|
+
|
32
|
+
# Define replacement for specitif translation markers.
|
33
|
+
DST[0]="`gettext "Install CD 5 of 6"`"
|
34
|
+
DST[1]="`gettext "for =ARCH= architectures"`"
|
35
|
+
|
36
|
+
}
|
@@ -0,0 +1,36 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# render_loadConfig.sh -- This function specifies translation markers
|
4
|
+
# and replacements for installation media labels.
|
5
|
+
#
|
6
|
+
# Copyright (C) 2009-2011 Alain Reguera Delgado
|
7
|
+
#
|
8
|
+
# This program is free software; you can redistribute it and/or
|
9
|
+
# modify it under the terms of the GNU General Public License as
|
10
|
+
# published by the Free Software Foundation; either version 2 of the
|
11
|
+
# License, or (at your option) any later version.
|
12
|
+
#
|
13
|
+
# This program is distributed in the hope that it will be useful, but
|
14
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
# General Public License for more details.
|
17
|
+
#
|
18
|
+
# You should have received a copy of the GNU General Public License
|
19
|
+
# along with this program; if not, write to the Free Software
|
20
|
+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
21
|
+
# USA.
|
22
|
+
# ----------------------------------------------------------------------
|
23
|
+
# $Id$
|
24
|
+
# ----------------------------------------------------------------------
|
25
|
+
|
26
|
+
function render_loadConfig {
|
27
|
+
|
28
|
+
# Define specific translation markers.
|
29
|
+
SRC[0]='=TEXT='
|
30
|
+
SRC[1]='=ARCH='
|
31
|
+
|
32
|
+
# Define replacement for specitif translation markers.
|
33
|
+
DST[0]="`gettext "Install CD 6 of 6"`"
|
34
|
+
DST[1]="`gettext "for =ARCH= architectures"`"
|
35
|
+
|
36
|
+
}
|
@@ -0,0 +1,36 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# render_loadConfig.sh -- This function specifies translation markers
|
4
|
+
# and replacements for installation media labels.
|
5
|
+
#
|
6
|
+
# Copyright (C) 2009-2011 Alain Reguera Delgado
|
7
|
+
#
|
8
|
+
# This program is free software; you can redistribute it and/or
|
9
|
+
# modify it under the terms of the GNU General Public License as
|
10
|
+
# published by the Free Software Foundation; either version 2 of the
|
11
|
+
# License, or (at your option) any later version.
|
12
|
+
#
|
13
|
+
# This program is distributed in the hope that it will be useful, but
|
14
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
# General Public License for more details.
|
17
|
+
#
|
18
|
+
# You should have received a copy of the GNU General Public License
|
19
|
+
# along with this program; if not, write to the Free Software
|
20
|
+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
21
|
+
# USA.
|
22
|
+
# ----------------------------------------------------------------------
|
23
|
+
# $Id$
|
24
|
+
# ----------------------------------------------------------------------
|
25
|
+
|
26
|
+
function render_loadConfig {
|
27
|
+
|
28
|
+
# Define specific translation markers.
|
29
|
+
SRC[0]='=TEXT='
|
30
|
+
SRC[1]='=ARCH='
|
31
|
+
|
32
|
+
# Define replacement for specitif translation markers.
|
33
|
+
DST[0]="`gettext "Install DVD"`"
|
34
|
+
DST[1]="`gettext "for =ARCH= architectures"`"
|
35
|
+
|
36
|
+
}
|
@@ -0,0 +1,36 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# render_loadConfig.sh -- This function specifies translation markers
|
4
|
+
# and replacements for installation media labels.
|
5
|
+
#
|
6
|
+
# Copyright (C) 2009-2011 Alain Reguera Delgado
|
7
|
+
#
|
8
|
+
# This program is free software; you can redistribute it and/or
|
9
|
+
# modify it under the terms of the GNU General Public License as
|
10
|
+
# published by the Free Software Foundation; either version 2 of the
|
11
|
+
# License, or (at your option) any later version.
|
12
|
+
#
|
13
|
+
# This program is distributed in the hope that it will be useful, but
|
14
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
# General Public License for more details.
|
17
|
+
#
|
18
|
+
# You should have received a copy of the GNU General Public License
|
19
|
+
# along with this program; if not, write to the Free Software
|
20
|
+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
21
|
+
# USA.
|
22
|
+
# ----------------------------------------------------------------------
|
23
|
+
# $Id$
|
24
|
+
# ----------------------------------------------------------------------
|
25
|
+
|
26
|
+
function render_loadConfig {
|
27
|
+
|
28
|
+
# Define specific translation markers.
|
29
|
+
SRC[0]='=TEXT='
|
30
|
+
SRC[1]='=ARCH='
|
31
|
+
|
32
|
+
# Define replacement for specitif translation markers.
|
33
|
+
DST[0]="`gettext "Live CD"`"
|
34
|
+
DST[1]="`gettext "for =ARCH= architectures"`"
|
35
|
+
|
36
|
+
}
|
@@ -0,0 +1,36 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# render_loadConfig.sh -- This function specifies translation markers
|
4
|
+
# and replacements for installation media labels.
|
5
|
+
#
|
6
|
+
# Copyright (C) 2009-2011 Alain Reguera Delgado
|
7
|
+
#
|
8
|
+
# This program is free software; you can redistribute it and/or
|
9
|
+
# modify it under the terms of the GNU General Public License as
|
10
|
+
# published by the Free Software Foundation; either version 2 of the
|
11
|
+
# License, or (at your option) any later version.
|
12
|
+
#
|
13
|
+
# This program is distributed in the hope that it will be useful, but
|
14
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
# General Public License for more details.
|
17
|
+
#
|
18
|
+
# You should have received a copy of the GNU General Public License
|
19
|
+
# along with this program; if not, write to the Free Software
|
20
|
+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
21
|
+
# USA.
|
22
|
+
# ----------------------------------------------------------------------
|
23
|
+
# $Id$
|
24
|
+
# ----------------------------------------------------------------------
|
25
|
+
|
26
|
+
function render_loadConfig {
|
27
|
+
|
28
|
+
# Define specific translation markers.
|
29
|
+
SRC[0]='=TEXT='
|
30
|
+
SRC[1]='=ARCH='
|
31
|
+
|
32
|
+
# Define replacement for specitif translation markers.
|
33
|
+
DST[0]="`gettext "Live DVD"`"
|
34
|
+
DST[1]="`gettext "for =ARCH= architectures"`"
|
35
|
+
|
36
|
+
}
|
@@ -0,0 +1,55 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# render_loadConfig.sh -- This function specifies translation markers
|
4
|
+
# and replacements for installation media sleeves.
|
5
|
+
#
|
6
|
+
# Copyright (C) 2009-2011 Alain Reguera Delgado
|
7
|
+
#
|
8
|
+
# This program is free software; you can redistribute it and/or
|
9
|
+
# modify it under the terms of the GNU General Public License as
|
10
|
+
# published by the Free Software Foundation; either version 2 of the
|
11
|
+
# License, or (at your option) any later version.
|
12
|
+
#
|
13
|
+
# This program is distributed in the hope that it will be useful, but
|
14
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
# General Public License for more details.
|
17
|
+
#
|
18
|
+
# You should have received a copy of the GNU General Public License
|
19
|
+
# along with this program; if not, write to the Free Software
|
20
|
+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
21
|
+
# USA.
|
22
|
+
# ----------------------------------------------------------------------
|
23
|
+
# $Id$
|
24
|
+
# ----------------------------------------------------------------------
|
25
|
+
|
26
|
+
function render_loadConfig {
|
27
|
+
|
28
|
+
# Define specific translation markers.
|
29
|
+
SRC[0]='=TEXT='
|
30
|
+
SRC[1]='=MESSAGE1_HEAD='
|
31
|
+
SRC[2]='=MESSAGE1_P1='
|
32
|
+
SRC[3]='=MESSAGE1_P2='
|
33
|
+
SRC[4]='=MESSAGE1_P3='
|
34
|
+
SRC[5]='=ARCH='
|
35
|
+
|
36
|
+
# Define replacement for specitif translation markers.
|
37
|
+
DST[0]="`gettext "Install CD 1 of 6"`"
|
38
|
+
|
39
|
+
DST[1]="`gettext "What is CentOS?"`"
|
40
|
+
|
41
|
+
DST[2]="`gettext "CentOS is an Enterprise Linux distribution based
|
42
|
+
on the freely available sources from Red Hat Enterprise Linux.
|
43
|
+
Each CentOS version is supported for 7 years (by means of
|
44
|
+
security updates)."`"
|
45
|
+
|
46
|
+
DST[3]="`gettext "A new CentOS version is released every 2 years
|
47
|
+
and each CentOS version is regularly updated (every 6 months) to
|
48
|
+
support newer hardware."`"
|
49
|
+
|
50
|
+
DST[4]="`gettext "This results in a secure, low-maintenance,
|
51
|
+
reliable, predictable and reproducible environment."`"
|
52
|
+
|
53
|
+
DST[5]="`gettext "for =ARCH= architectures"`"
|
54
|
+
|
55
|
+
}
|
@@ -0,0 +1,55 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# render_loadConfig.sh -- This function specifies translation markers
|
4
|
+
# and replacements for installation media sleeves.
|
5
|
+
#
|
6
|
+
# Copyright (C) 2009-2011 Alain Reguera Delgado
|
7
|
+
#
|
8
|
+
# This program is free software; you can redistribute it and/or
|
9
|
+
# modify it under the terms of the GNU General Public License as
|
10
|
+
# published by the Free Software Foundation; either version 2 of the
|
11
|
+
# License, or (at your option) any later version.
|
12
|
+
#
|
13
|
+
# This program is distributed in the hope that it will be useful, but
|
14
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
# General Public License for more details.
|
17
|
+
#
|
18
|
+
# You should have received a copy of the GNU General Public License
|
19
|
+
# along with this program; if not, write to the Free Software
|
20
|
+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
21
|
+
# USA.
|
22
|
+
# ----------------------------------------------------------------------
|
23
|
+
# $Id$
|
24
|
+
# ----------------------------------------------------------------------
|
25
|
+
|
26
|
+
function render_loadConfig {
|
27
|
+
|
28
|
+
# Define specific translation markers.
|
29
|
+
SRC[0]='=TEXT='
|
30
|
+
SRC[1]='=MESSAGE1_HEAD='
|
31
|
+
SRC[2]='=MESSAGE1_P1='
|
32
|
+
SRC[3]='=MESSAGE1_P2='
|
33
|
+
SRC[4]='=MESSAGE1_P3='
|
34
|
+
SRC[5]='=ARCH='
|
35
|
+
|
36
|
+
# Define replacement for specitif translation markers.
|
37
|
+
DST[0]="`gettext "Install CD 2 of 6"`"
|
38
|
+
|
39
|
+
DST[1]="`gettext "What is CentOS?"`"
|
40
|
+
|
41
|
+
DST[2]="`gettext "CentOS is an Enterprise Linux distribution based
|
42
|
+
on the freely available sources from Red Hat Enterprise Linux.
|
43
|
+
Each CentOS version is supported for 7 years (by means of
|
44
|
+
security updates)."`"
|
45
|
+
|
46
|
+
DST[3]="`gettext "A new CentOS version is released every 2 years
|
47
|
+
and each CentOS version is regularly updated (every 6 months) to
|
48
|
+
support newer hardware."`"
|
49
|
+
|
50
|
+
DST[4]="`gettext "This results in a secure, low-maintenance,
|
51
|
+
reliable, predictable and reproducible environment."`"
|
52
|
+
|
53
|
+
DST[5]="`gettext "for =ARCH= architectures"`"
|
54
|
+
|
55
|
+
}
|
@@ -0,0 +1,55 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# render_loadConfig.sh -- This function specifies translation markers
|
4
|
+
# and replacements for installation media sleeves.
|
5
|
+
#
|
6
|
+
# Copyright (C) 2009-2011 Alain Reguera Delgado
|
7
|
+
#
|
8
|
+
# This program is free software; you can redistribute it and/or
|
9
|
+
# modify it under the terms of the GNU General Public License as
|
10
|
+
# published by the Free Software Foundation; either version 2 of the
|
11
|
+
# License, or (at your option) any later version.
|
12
|
+
#
|
13
|
+
# This program is distributed in the hope that it will be useful, but
|
14
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
# General Public License for more details.
|
17
|
+
#
|
18
|
+
# You should have received a copy of the GNU General Public License
|
19
|
+
# along with this program; if not, write to the Free Software
|
20
|
+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
21
|
+
# USA.
|
22
|
+
# ----------------------------------------------------------------------
|
23
|
+
# $Id$
|
24
|
+
# ----------------------------------------------------------------------
|
25
|
+
|
26
|
+
function render_loadConfig {
|
27
|
+
|
28
|
+
# Define specific translation markers.
|
29
|
+
SRC[0]='=TEXT='
|
30
|
+
SRC[1]='=MESSAGE1_HEAD='
|
31
|
+
SRC[2]='=MESSAGE1_P1='
|
32
|
+
SRC[3]='=MESSAGE1_P2='
|
33
|
+
SRC[4]='=MESSAGE1_P3='
|
34
|
+
SRC[5]='=ARCH='
|
35
|
+
|
36
|
+
# Define replacement for specitif translation markers.
|
37
|
+
DST[0]="`gettext "Install CD 3 of 6"`"
|
38
|
+
|
39
|
+
DST[1]="`gettext "What is CentOS?"`"
|
40
|
+
|
41
|
+
DST[2]="`gettext "CentOS is an Enterprise Linux distribution based
|
42
|
+
on the freely available sources from Red Hat Enterprise Linux.
|
43
|
+
Each CentOS version is supported for 7 years (by means of
|
44
|
+
security updates)."`"
|
45
|
+
|
46
|
+
DST[3]="`gettext "A new CentOS version is released every 2 years
|
47
|
+
and each CentOS version is regularly updated (every 6 months) to
|
48
|
+
support newer hardware."`"
|
49
|
+
|
50
|
+
DST[4]="`gettext "This results in a secure, low-maintenance,
|
51
|
+
reliable, predictable and reproducible environment."`"
|
52
|
+
|
53
|
+
DST[5]="`gettext "for =ARCH= architectures"`"
|
54
|
+
|
55
|
+
}
|
@@ -0,0 +1,55 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# render_loadConfig.sh -- This function specifies translation markers
|
4
|
+
# and replacements for installation media sleeves.
|
5
|
+
#
|
6
|
+
# Copyright (C) 2009-2011 Alain Reguera Delgado
|
7
|
+
#
|
8
|
+
# This program is free software; you can redistribute it and/or
|
9
|
+
# modify it under the terms of the GNU General Public License as
|
10
|
+
# published by the Free Software Foundation; either version 2 of the
|
11
|
+
# License, or (at your option) any later version.
|
12
|
+
#
|
13
|
+
# This program is distributed in the hope that it will be useful, but
|
14
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
# General Public License for more details.
|
17
|
+
#
|
18
|
+
# You should have received a copy of the GNU General Public License
|
19
|
+
# along with this program; if not, write to the Free Software
|
20
|
+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
21
|
+
# USA.
|
22
|
+
# ----------------------------------------------------------------------
|
23
|
+
# $Id$
|
24
|
+
# ----------------------------------------------------------------------
|
25
|
+
|
26
|
+
function render_loadConfig {
|
27
|
+
|
28
|
+
# Define specific translation markers.
|
29
|
+
SRC[0]='=TEXT='
|
30
|
+
SRC[1]='=MESSAGE1_HEAD='
|
31
|
+
SRC[2]='=MESSAGE1_P1='
|
32
|
+
SRC[3]='=MESSAGE1_P2='
|
33
|
+
SRC[4]='=MESSAGE1_P3='
|
34
|
+
SRC[5]='=ARCH='
|
35
|
+
|
36
|
+
# Define replacement for specitif translation markers.
|
37
|
+
DST[0]="`gettext "Install CD 4 of 6"`"
|
38
|
+
|
39
|
+
DST[1]="`gettext "What is CentOS?"`"
|
40
|
+
|
41
|
+
DST[2]="`gettext "CentOS is an Enterprise Linux distribution based
|
42
|
+
on the freely available sources from Red Hat Enterprise Linux.
|
43
|
+
Each CentOS version is supported for 7 years (by means of
|
44
|
+
security updates)."`"
|
45
|
+
|
46
|
+
DST[3]="`gettext "A new CentOS version is released every 2 years
|
47
|
+
and each CentOS version is regularly updated (every 6 months) to
|
48
|
+
support newer hardware."`"
|
49
|
+
|
50
|
+
DST[4]="`gettext "This results in a secure, low-maintenance,
|
51
|
+
reliable, predictable and reproducible environment."`"
|
52
|
+
|
53
|
+
DST[5]="`gettext "for =ARCH= architectures"`"
|
54
|
+
|
55
|
+
}
|
@@ -0,0 +1,55 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# render_loadConfig.sh -- This function specifies translation markers
|
4
|
+
# and replacements for installation media sleeves.
|
5
|
+
#
|
6
|
+
# Copyright (C) 2009-2011 Alain Reguera Delgado
|
7
|
+
#
|
8
|
+
# This program is free software; you can redistribute it and/or
|
9
|
+
# modify it under the terms of the GNU General Public License as
|
10
|
+
# published by the Free Software Foundation; either version 2 of the
|
11
|
+
# License, or (at your option) any later version.
|
12
|
+
#
|
13
|
+
# This program is distributed in the hope that it will be useful, but
|
14
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
# General Public License for more details.
|
17
|
+
#
|
18
|
+
# You should have received a copy of the GNU General Public License
|
19
|
+
# along with this program; if not, write to the Free Software
|
20
|
+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
21
|
+
# USA.
|
22
|
+
# ----------------------------------------------------------------------
|
23
|
+
# $Id$
|
24
|
+
# ----------------------------------------------------------------------
|
25
|
+
|
26
|
+
function render_loadConfig {
|
27
|
+
|
28
|
+
# Define specific translation markers.
|
29
|
+
SRC[0]='=TEXT='
|
30
|
+
SRC[1]='=MESSAGE1_HEAD='
|
31
|
+
SRC[2]='=MESSAGE1_P1='
|
32
|
+
SRC[3]='=MESSAGE1_P2='
|
33
|
+
SRC[4]='=MESSAGE1_P3='
|
34
|
+
SRC[5]='=ARCH='
|
35
|
+
|
36
|
+
# Define replacement for specitif translation markers.
|
37
|
+
DST[0]="`gettext "Install CD 5 of 6"`"
|
38
|
+
|
39
|
+
DST[1]="`gettext "What is CentOS?"`"
|
40
|
+
|
41
|
+
DST[2]="`gettext "CentOS is an Enterprise Linux distribution based
|
42
|
+
on the freely available sources from Red Hat Enterprise Linux.
|
43
|
+
Each CentOS version is supported for 7 years (by means of
|
44
|
+
security updates)."`"
|
45
|
+
|
46
|
+
DST[3]="`gettext "A new CentOS version is released every 2 years
|
47
|
+
and each CentOS version is regularly updated (every 6 months) to
|
48
|
+
support newer hardware."`"
|
49
|
+
|
50
|
+
DST[4]="`gettext "This results in a secure, low-maintenance,
|
51
|
+
reliable, predictable and reproducible environment."`"
|
52
|
+
|
53
|
+
DST[5]="`gettext "for =ARCH= architectures"`"
|
54
|
+
|
55
|
+
}
|
@@ -0,0 +1,55 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# render_loadConfig.sh -- This function specifies translation markers
|
4
|
+
# and replacements for installation media sleeves.
|
5
|
+
#
|
6
|
+
# Copyright (C) 2009-2011 Alain Reguera Delgado
|
7
|
+
#
|
8
|
+
# This program is free software; you can redistribute it and/or
|
9
|
+
# modify it under the terms of the GNU General Public License as
|
10
|
+
# published by the Free Software Foundation; either version 2 of the
|
11
|
+
# License, or (at your option) any later version.
|
12
|
+
#
|
13
|
+
# This program is distributed in the hope that it will be useful, but
|
14
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
# General Public License for more details.
|
17
|
+
#
|
18
|
+
# You should have received a copy of the GNU General Public License
|
19
|
+
# along with this program; if not, write to the Free Software
|
20
|
+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
21
|
+
# USA.
|
22
|
+
# ----------------------------------------------------------------------
|
23
|
+
# $Id$
|
24
|
+
# ----------------------------------------------------------------------
|
25
|
+
|
26
|
+
function render_loadConfig {
|
27
|
+
|
28
|
+
# Define specific translation markers.
|
29
|
+
SRC[0]='=TEXT='
|
30
|
+
SRC[1]='=MESSAGE1_HEAD='
|
31
|
+
SRC[2]='=MESSAGE1_P1='
|
32
|
+
SRC[3]='=MESSAGE1_P2='
|
33
|
+
SRC[4]='=MESSAGE1_P3='
|
34
|
+
SRC[5]='=ARCH='
|
35
|
+
|
36
|
+
# Define replacement for specitif translation markers.
|
37
|
+
DST[0]="`gettext "Install CD 6 of 6"`"
|
38
|
+
|
39
|
+
DST[1]="`gettext "What is CentOS?"`"
|
40
|
+
|
41
|
+
DST[2]="`gettext "CentOS is an Enterprise Linux distribution based
|
42
|
+
on the freely available sources from Red Hat Enterprise Linux.
|
43
|
+
Each CentOS version is supported for 7 years (by means of
|
44
|
+
security updates)."`"
|
45
|
+
|
46
|
+
DST[3]="`gettext "A new CentOS version is released every 2 years
|
47
|
+
and each CentOS version is regularly updated (every 6 months) to
|
48
|
+
support newer hardware."`"
|
49
|
+
|
50
|
+
DST[4]="`gettext "This results in a secure, low-maintenance,
|
51
|
+
reliable, predictable and reproducible environment."`"
|
52
|
+
|
53
|
+
DST[5]="`gettext "for =ARCH= architectures"`"
|
54
|
+
|
55
|
+
}
|
@@ -0,0 +1,55 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# render_loadConfig.sh -- This function specifies translation markers
|
4
|
+
# and replacements for installation media sleeves.
|
5
|
+
#
|
6
|
+
# Copyright (C) 2009-2011 Alain Reguera Delgado
|
7
|
+
#
|
8
|
+
# This program is free software; you can redistribute it and/or
|
9
|
+
# modify it under the terms of the GNU General Public License as
|
10
|
+
# published by the Free Software Foundation; either version 2 of the
|
11
|
+
# License, or (at your option) any later version.
|
12
|
+
#
|
13
|
+
# This program is distributed in the hope that it will be useful, but
|
14
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
# General Public License for more details.
|
17
|
+
#
|
18
|
+
# You should have received a copy of the GNU General Public License
|
19
|
+
# along with this program; if not, write to the Free Software
|
20
|
+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
21
|
+
# USA.
|
22
|
+
# ----------------------------------------------------------------------
|
23
|
+
# $Id$
|
24
|
+
# ----------------------------------------------------------------------
|
25
|
+
|
26
|
+
function render_loadConfig {
|
27
|
+
|
28
|
+
# Define specific translation markers.
|
29
|
+
SRC[0]='=TEXT='
|
30
|
+
SRC[1]='=MESSAGE1_HEAD='
|
31
|
+
SRC[2]='=MESSAGE1_P1='
|
32
|
+
SRC[3]='=MESSAGE1_P2='
|
33
|
+
SRC[4]='=MESSAGE1_P3='
|
34
|
+
SRC[5]='=ARCH='
|
35
|
+
|
36
|
+
# Define replacement for specitif translation markers.
|
37
|
+
DST[0]="`gettext "Install DVD"`"
|
38
|
+
|
39
|
+
DST[1]="`gettext "What is CentOS?"`"
|
40
|
+
|
41
|
+
DST[2]="`gettext "CentOS is an Enterprise Linux distribution based
|
42
|
+
on the freely available sources from Red Hat Enterprise Linux.
|
43
|
+
Each CentOS version is supported for 7 years (by means of
|
44
|
+
security updates)."`"
|
45
|
+
|
46
|
+
DST[3]="`gettext "A new CentOS version is released every 2 years
|
47
|
+
and each CentOS version is regularly updated (every 6 months) to
|
48
|
+
support newer hardware."`"
|
49
|
+
|
50
|
+
DST[4]="`gettext "This results in a secure, low-maintenance,
|
51
|
+
reliable, predictable and reproducible environment."`"
|
52
|
+
|
53
|
+
DST[5]="`gettext "for =ARCH= architectures"`"
|
54
|
+
|
55
|
+
}
|
@@ -0,0 +1,55 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# render_loadConfig.sh -- This function specifies translation markers
|
4
|
+
# and replacements for installation media sleeves.
|
5
|
+
#
|
6
|
+
# Copyright (C) 2009-2011 Alain Reguera Delgado
|
7
|
+
#
|
8
|
+
# This program is free software; you can redistribute it and/or
|
9
|
+
# modify it under the terms of the GNU General Public License as
|
10
|
+
# published by the Free Software Foundation; either version 2 of the
|
11
|
+
# License, or (at your option) any later version.
|
12
|
+
#
|
13
|
+
# This program is distributed in the hope that it will be useful, but
|
14
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
# General Public License for more details.
|
17
|
+
#
|
18
|
+
# You should have received a copy of the GNU General Public License
|
19
|
+
# along with this program; if not, write to the Free Software
|
20
|
+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
21
|
+
# USA.
|
22
|
+
# ----------------------------------------------------------------------
|
23
|
+
# $Id$
|
24
|
+
# ----------------------------------------------------------------------
|
25
|
+
|
26
|
+
function render_loadConfig {
|
27
|
+
|
28
|
+
# Define specific translation markers.
|
29
|
+
SRC[0]='=TEXT='
|
30
|
+
SRC[1]='=MESSAGE1_HEAD='
|
31
|
+
SRC[2]='=MESSAGE1_P1='
|
32
|
+
SRC[3]='=MESSAGE1_P2='
|
33
|
+
SRC[4]='=MESSAGE1_P3='
|
34
|
+
SRC[5]='=ARCH='
|
35
|
+
|
36
|
+
# Define replacement for specitif translation markers.
|
37
|
+
DST[0]="`gettext "Live CD"`"
|
38
|
+
|
39
|
+
DST[1]="`gettext "What is CentOS?"`"
|
40
|
+
|
41
|
+
DST[2]="`gettext "CentOS is an Enterprise Linux distribution based
|
42
|
+
on the freely available sources from Red Hat Enterprise Linux.
|
43
|
+
Each CentOS version is supported for 7 years (by means of
|
44
|
+
security updates)."`"
|
45
|
+
|
46
|
+
DST[3]="`gettext "A new CentOS version is released every 2 years
|
47
|
+
and each CentOS version is regularly updated (every 6 months) to
|
48
|
+
support newer hardware."`"
|
49
|
+
|
50
|
+
DST[4]="`gettext "This results in a secure, low-maintenance,
|
51
|
+
reliable, predictable and reproducible environment."`"
|
52
|
+
|
53
|
+
DST[5]="`gettext "for =ARCH= architectures"`"
|
54
|
+
|
55
|
+
}
|
@@ -0,0 +1,55 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# render_loadConfig.sh -- This function specifies translation markers
|
4
|
+
# and replacements for installation media sleeves.
|
5
|
+
#
|
6
|
+
# Copyright (C) 2009-2011 Alain Reguera Delgado
|
7
|
+
#
|
8
|
+
# This program is free software; you can redistribute it and/or
|
9
|
+
# modify it under the terms of the GNU General Public License as
|
10
|
+
# published by the Free Software Foundation; either version 2 of the
|
11
|
+
# License, or (at your option) any later version.
|
12
|
+
#
|
13
|
+
# This program is distributed in the hope that it will be useful, but
|
14
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
# General Public License for more details.
|
17
|
+
#
|
18
|
+
# You should have received a copy of the GNU General Public License
|
19
|
+
# along with this program; if not, write to the Free Software
|
20
|
+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
21
|
+
# USA.
|
22
|
+
# ----------------------------------------------------------------------
|
23
|
+
# $Id$
|
24
|
+
# ----------------------------------------------------------------------
|
25
|
+
|
26
|
+
function render_loadConfig {
|
27
|
+
|
28
|
+
# Define specific translation markers.
|
29
|
+
SRC[0]='=TEXT='
|
30
|
+
SRC[1]='=MESSAGE1_HEAD='
|
31
|
+
SRC[2]='=MESSAGE1_P1='
|
32
|
+
SRC[3]='=MESSAGE1_P2='
|
33
|
+
SRC[4]='=MESSAGE1_P3='
|
34
|
+
SRC[5]='=ARCH='
|
35
|
+
|
36
|
+
# Define replacement for specitif translation markers.
|
37
|
+
DST[0]="`gettext "Live DVD"`"
|
38
|
+
|
39
|
+
DST[1]="`gettext "What is CentOS?"`"
|
40
|
+
|
41
|
+
DST[2]="`gettext "CentOS is an Enterprise Linux distribution based
|
42
|
+
on the freely available sources from Red Hat Enterprise Linux.
|
43
|
+
Each CentOS version is supported for 7 years (by means of
|
44
|
+
security updates)."`"
|
45
|
+
|
46
|
+
DST[3]="`gettext "A new CentOS version is released every 2 years
|
47
|
+
and each CentOS version is regularly updated (every 6 months) to
|
48
|
+
support newer hardware."`"
|
49
|
+
|
50
|
+
DST[4]="`gettext "This results in a secure, low-maintenance,
|
51
|
+
reliable, predictable and reproducible environment."`"
|
52
|
+
|
53
|
+
DST[5]="`gettext "for =ARCH= architectures"`"
|
54
|
+
|
55
|
+
}
|
@@ -0,0 +1,36 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# render_loadConfig.sh -- This function specifies translation markers
|
4
|
+
# and replacements for installation media labels.
|
5
|
+
#
|
6
|
+
# Copyright (C) 2009-2011 Alain Reguera Delgado
|
7
|
+
#
|
8
|
+
# This program is free software; you can redistribute it and/or
|
9
|
+
# modify it under the terms of the GNU General Public License as
|
10
|
+
# published by the Free Software Foundation; either version 2 of the
|
11
|
+
# License, or (at your option) any later version.
|
12
|
+
#
|
13
|
+
# This program is distributed in the hope that it will be useful, but
|
14
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
# General Public License for more details.
|
17
|
+
#
|
18
|
+
# You should have received a copy of the GNU General Public License
|
19
|
+
# along with this program; if not, write to the Free Software
|
20
|
+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
21
|
+
# USA.
|
22
|
+
# ----------------------------------------------------------------------
|
23
|
+
# $Id$
|
24
|
+
# ----------------------------------------------------------------------
|
25
|
+
|
26
|
+
function render_loadConfig {
|
27
|
+
|
28
|
+
# Define specific translation markers.
|
29
|
+
SRC[0]='=TEXT='
|
30
|
+
SRC[1]='=ARCH='
|
31
|
+
|
32
|
+
# Define replacement for specitif translation markers.
|
33
|
+
DST[0]="`gettext "Install CD 1 of 6"`"
|
34
|
+
DST[1]="`gettext "for =ARCH= architectures"`"
|
35
|
+
|
36
|
+
}
|
@@ -0,0 +1,36 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# render_loadConfig.sh -- This function specifies translation markers
|
4
|
+
# and replacements for installation media labels.
|
5
|
+
#
|
6
|
+
# Copyright (C) 2009-2011 Alain Reguera Delgado
|
7
|
+
#
|
8
|
+
# This program is free software; you can redistribute it and/or
|
9
|
+
# modify it under the terms of the GNU General Public License as
|
10
|
+
# published by the Free Software Foundation; either version 2 of the
|
11
|
+
# License, or (at your option) any later version.
|
12
|
+
#
|
13
|
+
# This program is distributed in the hope that it will be useful, but
|
14
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
# General Public License for more details.
|
17
|
+
#
|
18
|
+
# You should have received a copy of the GNU General Public License
|
19
|
+
# along with this program; if not, write to the Free Software
|
20
|
+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
21
|
+
# USA.
|
22
|
+
# ----------------------------------------------------------------------
|
23
|
+
# $Id$
|
24
|
+
# ----------------------------------------------------------------------
|
25
|
+
|
26
|
+
function render_loadConfig {
|
27
|
+
|
28
|
+
# Define specific translation markers.
|
29
|
+
SRC[0]='=TEXT='
|
30
|
+
SRC[1]='=ARCH='
|
31
|
+
|
32
|
+
# Define replacement for specitif translation markers.
|
33
|
+
DST[0]="`gettext "Install CD 2 of 6"`"
|
34
|
+
DST[1]="`gettext "for =ARCH= architectures"`"
|
35
|
+
|
36
|
+
}
|
@@ -0,0 +1,36 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# render_loadConfig.sh -- This function specifies translation markers
|
4
|
+
# and replacements for installation media labels.
|
5
|
+
#
|
6
|
+
# Copyright (C) 2009-2011 Alain Reguera Delgado
|
7
|
+
#
|
8
|
+
# This program is free software; you can redistribute it and/or
|
9
|
+
# modify it under the terms of the GNU General Public License as
|
10
|
+
# published by the Free Software Foundation; either version 2 of the
|
11
|
+
# License, or (at your option) any later version.
|
12
|
+
#
|
13
|
+
# This program is distributed in the hope that it will be useful, but
|
14
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
# General Public License for more details.
|
17
|
+
#
|
18
|
+
# You should have received a copy of the GNU General Public License
|
19
|
+
# along with this program; if not, write to the Free Software
|
20
|
+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
21
|
+
# USA.
|
22
|
+
# ----------------------------------------------------------------------
|
23
|
+
# $Id$
|
24
|
+
# ----------------------------------------------------------------------
|
25
|
+
|
26
|
+
function render_loadConfig {
|
27
|
+
|
28
|
+
# Define specific translation markers.
|
29
|
+
SRC[0]='=TEXT='
|
30
|
+
SRC[1]='=ARCH='
|
31
|
+
|
32
|
+
# Define replacement for specitif translation markers.
|
33
|
+
DST[0]="`gettext "Install CD 3 of 6"`"
|
34
|
+
DST[1]="`gettext "for =ARCH= architectures"`"
|
35
|
+
|
36
|
+
}
|
@@ -0,0 +1,36 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# render_loadConfig.sh -- This function specifies translation markers
|
4
|
+
# and replacements for installation media labels.
|
5
|
+
#
|
6
|
+
# Copyright (C) 2009-2011 Alain Reguera Delgado
|
7
|
+
#
|
8
|
+
# This program is free software; you can redistribute it and/or
|
9
|
+
# modify it under the terms of the GNU General Public License as
|
10
|
+
# published by the Free Software Foundation; either version 2 of the
|
11
|
+
# License, or (at your option) any later version.
|
12
|
+
#
|
13
|
+
# This program is distributed in the hope that it will be useful, but
|
14
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
# General Public License for more details.
|
17
|
+
#
|
18
|
+
# You should have received a copy of the GNU General Public License
|
19
|
+
# along with this program; if not, write to the Free Software
|
20
|
+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
21
|
+
# USA.
|
22
|
+
# ----------------------------------------------------------------------
|
23
|
+
# $Id$
|
24
|
+
# ----------------------------------------------------------------------
|
25
|
+
|
26
|
+
function render_loadConfig {
|
27
|
+
|
28
|
+
# Define specific translation markers.
|
29
|
+
SRC[0]='=TEXT='
|
30
|
+
SRC[1]='=ARCH='
|
31
|
+
|
32
|
+
# Define replacement for specitif translation markers.
|
33
|
+
DST[0]="`gettext "Install CD 4 of 6"`"
|
34
|
+
DST[1]="`gettext "for =ARCH= architectures"`"
|
35
|
+
|
36
|
+
}
|
@@ -0,0 +1,36 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# render_loadConfig.sh -- This function specifies translation markers
|
4
|
+
# and replacements for installation media labels.
|
5
|
+
#
|
6
|
+
# Copyright (C) 2009-2011 Alain Reguera Delgado
|
7
|
+
#
|
8
|
+
# This program is free software; you can redistribute it and/or
|
9
|
+
# modify it under the terms of the GNU General Public License as
|
10
|
+
# published by the Free Software Foundation; either version 2 of the
|
11
|
+
# License, or (at your option) any later version.
|
12
|
+
#
|
13
|
+
# This program is distributed in the hope that it will be useful, but
|
14
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
# General Public License for more details.
|
17
|
+
#
|
18
|
+
# You should have received a copy of the GNU General Public License
|
19
|
+
# along with this program; if not, write to the Free Software
|
20
|
+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
21
|
+
# USA.
|
22
|
+
# ----------------------------------------------------------------------
|
23
|
+
# $Id$
|
24
|
+
# ----------------------------------------------------------------------
|
25
|
+
|
26
|
+
function render_loadConfig {
|
27
|
+
|
28
|
+
# Define specific translation markers.
|
29
|
+
SRC[0]='=TEXT='
|
30
|
+
SRC[1]='=ARCH='
|
31
|
+
|
32
|
+
# Define replacement for specitif translation markers.
|
33
|
+
DST[0]="`gettext "Install CD 5 of 6"`"
|
34
|
+
DST[1]="`gettext "for =ARCH= architectures"`"
|
35
|
+
|
36
|
+
}
|
@@ -0,0 +1,36 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# render_loadConfig.sh -- This function specifies translation markers
|
4
|
+
# and replacements for installation media labels.
|
5
|
+
#
|
6
|
+
# Copyright (C) 2009-2011 Alain Reguera Delgado
|
7
|
+
#
|
8
|
+
# This program is free software; you can redistribute it and/or
|
9
|
+
# modify it under the terms of the GNU General Public License as
|
10
|
+
# published by the Free Software Foundation; either version 2 of the
|
11
|
+
# License, or (at your option) any later version.
|
12
|
+
#
|
13
|
+
# This program is distributed in the hope that it will be useful, but
|
14
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
# General Public License for more details.
|
17
|
+
#
|
18
|
+
# You should have received a copy of the GNU General Public License
|
19
|
+
# along with this program; if not, write to the Free Software
|
20
|
+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
21
|
+
# USA.
|
22
|
+
# ----------------------------------------------------------------------
|
23
|
+
# $Id$
|
24
|
+
# ----------------------------------------------------------------------
|
25
|
+
|
26
|
+
function render_loadConfig {
|
27
|
+
|
28
|
+
# Define specific translation markers.
|
29
|
+
SRC[0]='=TEXT='
|
30
|
+
SRC[1]='=ARCH='
|
31
|
+
|
32
|
+
# Define replacement for specitif translation markers.
|
33
|
+
DST[0]="`gettext "Install CD 6 of 6"`"
|
34
|
+
DST[1]="`gettext "for =ARCH= architectures"`"
|
35
|
+
|
36
|
+
}
|
@@ -0,0 +1,36 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# render_loadConfig.sh -- This function specifies translation markers
|
4
|
+
# and replacements for installation media labels.
|
5
|
+
#
|
6
|
+
# Copyright (C) 2009-2011 Alain Reguera Delgado
|
7
|
+
#
|
8
|
+
# This program is free software; you can redistribute it and/or
|
9
|
+
# modify it under the terms of the GNU General Public License as
|
10
|
+
# published by the Free Software Foundation; either version 2 of the
|
11
|
+
# License, or (at your option) any later version.
|
12
|
+
#
|
13
|
+
# This program is distributed in the hope that it will be useful, but
|
14
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
# General Public License for more details.
|
17
|
+
#
|
18
|
+
# You should have received a copy of the GNU General Public License
|
19
|
+
# along with this program; if not, write to the Free Software
|
20
|
+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
21
|
+
# USA.
|
22
|
+
# ----------------------------------------------------------------------
|
23
|
+
# $Id$
|
24
|
+
# ----------------------------------------------------------------------
|
25
|
+
|
26
|
+
function render_loadConfig {
|
27
|
+
|
28
|
+
# Define specific translation markers.
|
29
|
+
SRC[0]='=TEXT='
|
30
|
+
SRC[1]='=ARCH='
|
31
|
+
|
32
|
+
# Define replacement for specitif translation markers.
|
33
|
+
DST[0]="`gettext "Install DVD"`"
|
34
|
+
DST[1]="`gettext "for =ARCH= architectures"`"
|
35
|
+
|
36
|
+
}
|
@@ -0,0 +1,36 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# render_loadConfig.sh -- This function specifies translation markers
|
4
|
+
# and replacements for installation media labels.
|
5
|
+
#
|
6
|
+
# Copyright (C) 2009-2011 Alain Reguera Delgado
|
7
|
+
#
|
8
|
+
# This program is free software; you can redistribute it and/or
|
9
|
+
# modify it under the terms of the GNU General Public License as
|
10
|
+
# published by the Free Software Foundation; either version 2 of the
|
11
|
+
# License, or (at your option) any later version.
|
12
|
+
#
|
13
|
+
# This program is distributed in the hope that it will be useful, but
|
14
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
# General Public License for more details.
|
17
|
+
#
|
18
|
+
# You should have received a copy of the GNU General Public License
|
19
|
+
# along with this program; if not, write to the Free Software
|
20
|
+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
21
|
+
# USA.
|
22
|
+
# ----------------------------------------------------------------------
|
23
|
+
# $Id$
|
24
|
+
# ----------------------------------------------------------------------
|
25
|
+
|
26
|
+
function render_loadConfig {
|
27
|
+
|
28
|
+
# Define specific translation markers.
|
29
|
+
SRC[0]='=TEXT='
|
30
|
+
SRC[1]='=ARCH='
|
31
|
+
|
32
|
+
# Define replacement for specitif translation markers.
|
33
|
+
DST[0]="`gettext "Live CD"`"
|
34
|
+
DST[1]="`gettext "for =ARCH= architectures"`"
|
35
|
+
|
36
|
+
}
|
@@ -0,0 +1,36 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# render_loadConfig.sh -- This function specifies translation markers
|
4
|
+
# and replacements for installation media labels.
|
5
|
+
#
|
6
|
+
# Copyright (C) 2009-2011 Alain Reguera Delgado
|
7
|
+
#
|
8
|
+
# This program is free software; you can redistribute it and/or
|
9
|
+
# modify it under the terms of the GNU General Public License as
|
10
|
+
# published by the Free Software Foundation; either version 2 of the
|
11
|
+
# License, or (at your option) any later version.
|
12
|
+
#
|
13
|
+
# This program is distributed in the hope that it will be useful, but
|
14
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
# General Public License for more details.
|
17
|
+
#
|
18
|
+
# You should have received a copy of the GNU General Public License
|
19
|
+
# along with this program; if not, write to the Free Software
|
20
|
+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
21
|
+
# USA.
|
22
|
+
# ----------------------------------------------------------------------
|
23
|
+
# $Id$
|
24
|
+
# ----------------------------------------------------------------------
|
25
|
+
|
26
|
+
function render_loadConfig {
|
27
|
+
|
28
|
+
# Define specific translation markers.
|
29
|
+
SRC[0]='=TEXT='
|
30
|
+
SRC[1]='=ARCH='
|
31
|
+
|
32
|
+
# Define replacement for specitif translation markers.
|
33
|
+
DST[0]="`gettext "Live DVD"`"
|
34
|
+
DST[1]="`gettext "for =ARCH= architectures"`"
|
35
|
+
|
36
|
+
}
|
@@ -0,0 +1,55 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# render_loadConfig.sh -- This function specifies translation markers
|
4
|
+
# and replacements for installation media sleeves.
|
5
|
+
#
|
6
|
+
# Copyright (C) 2009-2011 Alain Reguera Delgado
|
7
|
+
#
|
8
|
+
# This program is free software; you can redistribute it and/or
|
9
|
+
# modify it under the terms of the GNU General Public License as
|
10
|
+
# published by the Free Software Foundation; either version 2 of the
|
11
|
+
# License, or (at your option) any later version.
|
12
|
+
#
|
13
|
+
# This program is distributed in the hope that it will be useful, but
|
14
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
# General Public License for more details.
|
17
|
+
#
|
18
|
+
# You should have received a copy of the GNU General Public License
|
19
|
+
# along with this program; if not, write to the Free Software
|
20
|
+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
21
|
+
# USA.
|
22
|
+
# ----------------------------------------------------------------------
|
23
|
+
# $Id$
|
24
|
+
# ----------------------------------------------------------------------
|
25
|
+
|
26
|
+
function render_loadConfig {
|
27
|
+
|
28
|
+
# Define specific translation markers.
|
29
|
+
SRC[0]='=TEXT='
|
30
|
+
SRC[1]='=MESSAGE1_HEAD='
|
31
|
+
SRC[2]='=MESSAGE1_P1='
|
32
|
+
SRC[3]='=MESSAGE1_P2='
|
33
|
+
SRC[4]='=MESSAGE1_P3='
|
34
|
+
SRC[5]='=ARCH='
|
35
|
+
|
36
|
+
# Define replacement for specitif translation markers.
|
37
|
+
DST[0]="`gettext "Install CD 1 of 6"`"
|
38
|
+
|
39
|
+
DST[1]="`gettext "What is CentOS?"`"
|
40
|
+
|
41
|
+
DST[2]="`gettext "CentOS is an Enterprise Linux distribution based
|
42
|
+
on the freely available sources from Red Hat Enterprise Linux.
|
43
|
+
Each CentOS version is supported for 7 years (by means of
|
44
|
+
security updates)."`"
|
45
|
+
|
46
|
+
DST[3]="`gettext "A new CentOS version is released every 2 years
|
47
|
+
and each CentOS version is regularly updated (every 6 months) to
|
48
|
+
support newer hardware."`"
|
49
|
+
|
50
|
+
DST[4]="`gettext "This results in a secure, low-maintenance,
|
51
|
+
reliable, predictable and reproducible environment."`"
|
52
|
+
|
53
|
+
DST[5]="`gettext "for =ARCH= architectures"`"
|
54
|
+
|
55
|
+
}
|
@@ -0,0 +1,55 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# render_loadConfig.sh -- This function specifies translation markers
|
4
|
+
# and replacements for installation media sleeves.
|
5
|
+
#
|
6
|
+
# Copyright (C) 2009-2011 Alain Reguera Delgado
|
7
|
+
#
|
8
|
+
# This program is free software; you can redistribute it and/or
|
9
|
+
# modify it under the terms of the GNU General Public License as
|
10
|
+
# published by the Free Software Foundation; either version 2 of the
|
11
|
+
# License, or (at your option) any later version.
|
12
|
+
#
|
13
|
+
# This program is distributed in the hope that it will be useful, but
|
14
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
# General Public License for more details.
|
17
|
+
#
|
18
|
+
# You should have received a copy of the GNU General Public License
|
19
|
+
# along with this program; if not, write to the Free Software
|
20
|
+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
21
|
+
# USA.
|
22
|
+
# ----------------------------------------------------------------------
|
23
|
+
# $Id$
|
24
|
+
# ----------------------------------------------------------------------
|
25
|
+
|
26
|
+
function render_loadConfig {
|
27
|
+
|
28
|
+
# Define specific translation markers.
|
29
|
+
SRC[0]='=TEXT='
|
30
|
+
SRC[1]='=MESSAGE1_HEAD='
|
31
|
+
SRC[2]='=MESSAGE1_P1='
|
32
|
+
SRC[3]='=MESSAGE1_P2='
|
33
|
+
SRC[4]='=MESSAGE1_P3='
|
34
|
+
SRC[5]='=ARCH='
|
35
|
+
|
36
|
+
# Define replacement for specitif translation markers.
|
37
|
+
DST[0]="`gettext "Install CD 2 of 6"`"
|
38
|
+
|
39
|
+
DST[1]="`gettext "What is CentOS?"`"
|
40
|
+
|
41
|
+
DST[2]="`gettext "CentOS is an Enterprise Linux distribution based
|
42
|
+
on the freely available sources from Red Hat Enterprise Linux.
|
43
|
+
Each CentOS version is supported for 7 years (by means of
|
44
|
+
security updates)."`"
|
45
|
+
|
46
|
+
DST[3]="`gettext "A new CentOS version is released every 2 years
|
47
|
+
and each CentOS version is regularly updated (every 6 months) to
|
48
|
+
support newer hardware."`"
|
49
|
+
|
50
|
+
DST[4]="`gettext "This results in a secure, low-maintenance,
|
51
|
+
reliable, predictable and reproducible environment."`"
|
52
|
+
|
53
|
+
DST[5]="`gettext "for =ARCH= architectures"`"
|
54
|
+
|
55
|
+
}
|
@@ -0,0 +1,55 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# render_loadConfig.sh -- This function specifies translation markers
|
4
|
+
# and replacements for installation media sleeves.
|
5
|
+
#
|
6
|
+
# Copyright (C) 2009-2011 Alain Reguera Delgado
|
7
|
+
#
|
8
|
+
# This program is free software; you can redistribute it and/or
|
9
|
+
# modify it under the terms of the GNU General Public License as
|
10
|
+
# published by the Free Software Foundation; either version 2 of the
|
11
|
+
# License, or (at your option) any later version.
|
12
|
+
#
|
13
|
+
# This program is distributed in the hope that it will be useful, but
|
14
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
# General Public License for more details.
|
17
|
+
#
|
18
|
+
# You should have received a copy of the GNU General Public License
|
19
|
+
# along with this program; if not, write to the Free Software
|
20
|
+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
21
|
+
# USA.
|
22
|
+
# ----------------------------------------------------------------------
|
23
|
+
# $Id$
|
24
|
+
# ----------------------------------------------------------------------
|
25
|
+
|
26
|
+
function render_loadConfig {
|
27
|
+
|
28
|
+
# Define specific translation markers.
|
29
|
+
SRC[0]='=TEXT='
|
30
|
+
SRC[1]='=MESSAGE1_HEAD='
|
31
|
+
SRC[2]='=MESSAGE1_P1='
|
32
|
+
SRC[3]='=MESSAGE1_P2='
|
33
|
+
SRC[4]='=MESSAGE1_P3='
|
34
|
+
SRC[5]='=ARCH='
|
35
|
+
|
36
|
+
# Define replacement for specitif translation markers.
|
37
|
+
DST[0]="`gettext "Install CD 3 of 6"`"
|
38
|
+
|
39
|
+
DST[1]="`gettext "What is CentOS?"`"
|
40
|
+
|
41
|
+
DST[2]="`gettext "CentOS is an Enterprise Linux distribution based
|
42
|
+
on the freely available sources from Red Hat Enterprise Linux.
|
43
|
+
Each CentOS version is supported for 7 years (by means of
|
44
|
+
security updates)."`"
|
45
|
+
|
46
|
+
DST[3]="`gettext "A new CentOS version is released every 2 years
|
47
|
+
and each CentOS version is regularly updated (every 6 months) to
|
48
|
+
support newer hardware."`"
|
49
|
+
|
50
|
+
DST[4]="`gettext "This results in a secure, low-maintenance,
|
51
|
+
reliable, predictable and reproducible environment."`"
|
52
|
+
|
53
|
+
DST[5]="`gettext "for =ARCH= architectures"`"
|
54
|
+
|
55
|
+
}
|
@@ -0,0 +1,55 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# render_loadConfig.sh -- This function specifies translation markers
|
4
|
+
# and replacements for installation media sleeves.
|
5
|
+
#
|
6
|
+
# Copyright (C) 2009-2011 Alain Reguera Delgado
|
7
|
+
#
|
8
|
+
# This program is free software; you can redistribute it and/or
|
9
|
+
# modify it under the terms of the GNU General Public License as
|
10
|
+
# published by the Free Software Foundation; either version 2 of the
|
11
|
+
# License, or (at your option) any later version.
|
12
|
+
#
|
13
|
+
# This program is distributed in the hope that it will be useful, but
|
14
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
# General Public License for more details.
|
17
|
+
#
|
18
|
+
# You should have received a copy of the GNU General Public License
|
19
|
+
# along with this program; if not, write to the Free Software
|
20
|
+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
21
|
+
# USA.
|
22
|
+
# ----------------------------------------------------------------------
|
23
|
+
# $Id$
|
24
|
+
# ----------------------------------------------------------------------
|
25
|
+
|
26
|
+
function render_loadConfig {
|
27
|
+
|
28
|
+
# Define specific translation markers.
|
29
|
+
SRC[0]='=TEXT='
|
30
|
+
SRC[1]='=MESSAGE1_HEAD='
|
31
|
+
SRC[2]='=MESSAGE1_P1='
|
32
|
+
SRC[3]='=MESSAGE1_P2='
|
33
|
+
SRC[4]='=MESSAGE1_P3='
|
34
|
+
SRC[5]='=ARCH='
|
35
|
+
|
36
|
+
# Define replacement for specitif translation markers.
|
37
|
+
DST[0]="`gettext "Install CD 4 of 6"`"
|
38
|
+
|
39
|
+
DST[1]="`gettext "What is CentOS?"`"
|
40
|
+
|
41
|
+
DST[2]="`gettext "CentOS is an Enterprise Linux distribution based
|
42
|
+
on the freely available sources from Red Hat Enterprise Linux.
|
43
|
+
Each CentOS version is supported for 7 years (by means of
|
44
|
+
security updates)."`"
|
45
|
+
|
46
|
+
DST[3]="`gettext "A new CentOS version is released every 2 years
|
47
|
+
and each CentOS version is regularly updated (every 6 months) to
|
48
|
+
support newer hardware."`"
|
49
|
+
|
50
|
+
DST[4]="`gettext "This results in a secure, low-maintenance,
|
51
|
+
reliable, predictable and reproducible environment."`"
|
52
|
+
|
53
|
+
DST[5]="`gettext "for =ARCH= architectures"`"
|
54
|
+
|
55
|
+
}
|
@@ -0,0 +1,55 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# render_loadConfig.sh -- This function specifies translation markers
|
4
|
+
# and replacements for installation media sleeves.
|
5
|
+
#
|
6
|
+
# Copyright (C) 2009-2011 Alain Reguera Delgado
|
7
|
+
#
|
8
|
+
# This program is free software; you can redistribute it and/or
|
9
|
+
# modify it under the terms of the GNU General Public License as
|
10
|
+
# published by the Free Software Foundation; either version 2 of the
|
11
|
+
# License, or (at your option) any later version.
|
12
|
+
#
|
13
|
+
# This program is distributed in the hope that it will be useful, but
|
14
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
# General Public License for more details.
|
17
|
+
#
|
18
|
+
# You should have received a copy of the GNU General Public License
|
19
|
+
# along with this program; if not, write to the Free Software
|
20
|
+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
21
|
+
# USA.
|
22
|
+
# ----------------------------------------------------------------------
|
23
|
+
# $Id$
|
24
|
+
# ----------------------------------------------------------------------
|
25
|
+
|
26
|
+
function render_loadConfig {
|
27
|
+
|
28
|
+
# Define specific translation markers.
|
29
|
+
SRC[0]='=TEXT='
|
30
|
+
SRC[1]='=MESSAGE1_HEAD='
|
31
|
+
SRC[2]='=MESSAGE1_P1='
|
32
|
+
SRC[3]='=MESSAGE1_P2='
|
33
|
+
SRC[4]='=MESSAGE1_P3='
|
34
|
+
SRC[5]='=ARCH='
|
35
|
+
|
36
|
+
# Define replacement for specitif translation markers.
|
37
|
+
DST[0]="`gettext "Install CD 5 of 6"`"
|
38
|
+
|
39
|
+
DST[1]="`gettext "What is CentOS?"`"
|
40
|
+
|
41
|
+
DST[2]="`gettext "CentOS is an Enterprise Linux distribution based
|
42
|
+
on the freely available sources from Red Hat Enterprise Linux.
|
43
|
+
Each CentOS version is supported for 7 years (by means of
|
44
|
+
security updates)."`"
|
45
|
+
|
46
|
+
DST[3]="`gettext "A new CentOS version is released every 2 years
|
47
|
+
and each CentOS version is regularly updated (every 6 months) to
|
48
|
+
support newer hardware."`"
|
49
|
+
|
50
|
+
DST[4]="`gettext "This results in a secure, low-maintenance,
|
51
|
+
reliable, predictable and reproducible environment."`"
|
52
|
+
|
53
|
+
DST[5]="`gettext "for =ARCH= architectures"`"
|
54
|
+
|
55
|
+
}
|
@@ -0,0 +1,55 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# render_loadConfig.sh -- This function specifies translation markers
|
4
|
+
# and replacements for installation media sleeves.
|
5
|
+
#
|
6
|
+
# Copyright (C) 2009-2011 Alain Reguera Delgado
|
7
|
+
#
|
8
|
+
# This program is free software; you can redistribute it and/or
|
9
|
+
# modify it under the terms of the GNU General Public License as
|
10
|
+
# published by the Free Software Foundation; either version 2 of the
|
11
|
+
# License, or (at your option) any later version.
|
12
|
+
#
|
13
|
+
# This program is distributed in the hope that it will be useful, but
|
14
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
# General Public License for more details.
|
17
|
+
#
|
18
|
+
# You should have received a copy of the GNU General Public License
|
19
|
+
# along with this program; if not, write to the Free Software
|
20
|
+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
21
|
+
# USA.
|
22
|
+
# ----------------------------------------------------------------------
|
23
|
+
# $Id$
|
24
|
+
# ----------------------------------------------------------------------
|
25
|
+
|
26
|
+
function render_loadConfig {
|
27
|
+
|
28
|
+
# Define specific translation markers.
|
29
|
+
SRC[0]='=TEXT='
|
30
|
+
SRC[1]='=MESSAGE1_HEAD='
|
31
|
+
SRC[2]='=MESSAGE1_P1='
|
32
|
+
SRC[3]='=MESSAGE1_P2='
|
33
|
+
SRC[4]='=MESSAGE1_P3='
|
34
|
+
SRC[5]='=ARCH='
|
35
|
+
|
36
|
+
# Define replacement for specitif translation markers.
|
37
|
+
DST[0]="`gettext "Install CD 6 of 6"`"
|
38
|
+
|
39
|
+
DST[1]="`gettext "What is CentOS?"`"
|
40
|
+
|
41
|
+
DST[2]="`gettext "CentOS is an Enterprise Linux distribution based
|
42
|
+
on the freely available sources from Red Hat Enterprise Linux.
|
43
|
+
Each CentOS version is supported for 7 years (by means of
|
44
|
+
security updates)."`"
|
45
|
+
|
46
|
+
DST[3]="`gettext "A new CentOS version is released every 2 years
|
47
|
+
and each CentOS version is regularly updated (every 6 months) to
|
48
|
+
support newer hardware."`"
|
49
|
+
|
50
|
+
DST[4]="`gettext "This results in a secure, low-maintenance,
|
51
|
+
reliable, predictable and reproducible environment."`"
|
52
|
+
|
53
|
+
DST[5]="`gettext "for =ARCH= architectures"`"
|
54
|
+
|
55
|
+
}
|
@@ -0,0 +1,55 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# render_loadConfig.sh -- This function specifies translation markers
|
4
|
+
# and replacements for installation media sleeves.
|
5
|
+
#
|
6
|
+
# Copyright (C) 2009-2011 Alain Reguera Delgado
|
7
|
+
#
|
8
|
+
# This program is free software; you can redistribute it and/or
|
9
|
+
# modify it under the terms of the GNU General Public License as
|
10
|
+
# published by the Free Software Foundation; either version 2 of the
|
11
|
+
# License, or (at your option) any later version.
|
12
|
+
#
|
13
|
+
# This program is distributed in the hope that it will be useful, but
|
14
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
# General Public License for more details.
|
17
|
+
#
|
18
|
+
# You should have received a copy of the GNU General Public License
|
19
|
+
# along with this program; if not, write to the Free Software
|
20
|
+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
21
|
+
# USA.
|
22
|
+
# ----------------------------------------------------------------------
|
23
|
+
# $Id$
|
24
|
+
# ----------------------------------------------------------------------
|
25
|
+
|
26
|
+
function render_loadConfig {
|
27
|
+
|
28
|
+
# Define specific translation markers.
|
29
|
+
SRC[0]='=TEXT='
|
30
|
+
SRC[1]='=MESSAGE1_HEAD='
|
31
|
+
SRC[2]='=MESSAGE1_P1='
|
32
|
+
SRC[3]='=MESSAGE1_P2='
|
33
|
+
SRC[4]='=MESSAGE1_P3='
|
34
|
+
SRC[5]='=ARCH='
|
35
|
+
|
36
|
+
# Define replacement for specitif translation markers.
|
37
|
+
DST[0]="`gettext "Install DVD"`"
|
38
|
+
|
39
|
+
DST[1]="`gettext "What is CentOS?"`"
|
40
|
+
|
41
|
+
DST[2]="`gettext "CentOS is an Enterprise Linux distribution based
|
42
|
+
on the freely available sources from Red Hat Enterprise Linux.
|
43
|
+
Each CentOS version is supported for 7 years (by means of
|
44
|
+
security updates)."`"
|
45
|
+
|
46
|
+
DST[3]="`gettext "A new CentOS version is released every 2 years
|
47
|
+
and each CentOS version is regularly updated (every 6 months) to
|
48
|
+
support newer hardware."`"
|
49
|
+
|
50
|
+
DST[4]="`gettext "This results in a secure, low-maintenance,
|
51
|
+
reliable, predictable and reproducible environment."`"
|
52
|
+
|
53
|
+
DST[5]="`gettext "for =ARCH= architectures"`"
|
54
|
+
|
55
|
+
}
|
@@ -0,0 +1,55 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# render_loadConfig.sh -- This function specifies translation markers
|
4
|
+
# and replacements for installation media sleeves.
|
5
|
+
#
|
6
|
+
# Copyright (C) 2009-2011 Alain Reguera Delgado
|
7
|
+
#
|
8
|
+
# This program is free software; you can redistribute it and/or
|
9
|
+
# modify it under the terms of the GNU General Public License as
|
10
|
+
# published by the Free Software Foundation; either version 2 of the
|
11
|
+
# License, or (at your option) any later version.
|
12
|
+
#
|
13
|
+
# This program is distributed in the hope that it will be useful, but
|
14
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
# General Public License for more details.
|
17
|
+
#
|
18
|
+
# You should have received a copy of the GNU General Public License
|
19
|
+
# along with this program; if not, write to the Free Software
|
20
|
+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
21
|
+
# USA.
|
22
|
+
# ----------------------------------------------------------------------
|
23
|
+
# $Id$
|
24
|
+
# ----------------------------------------------------------------------
|
25
|
+
|
26
|
+
function render_loadConfig {
|
27
|
+
|
28
|
+
# Define specific translation markers.
|
29
|
+
SRC[0]='=TEXT='
|
30
|
+
SRC[1]='=MESSAGE1_HEAD='
|
31
|
+
SRC[2]='=MESSAGE1_P1='
|
32
|
+
SRC[3]='=MESSAGE1_P2='
|
33
|
+
SRC[4]='=MESSAGE1_P3='
|
34
|
+
SRC[5]='=ARCH='
|
35
|
+
|
36
|
+
# Define replacement for specitif translation markers.
|
37
|
+
DST[0]="`gettext "Live CD"`"
|
38
|
+
|
39
|
+
DST[1]="`gettext "What is CentOS?"`"
|
40
|
+
|
41
|
+
DST[2]="`gettext "CentOS is an Enterprise Linux distribution based
|
42
|
+
on the freely available sources from Red Hat Enterprise Linux.
|
43
|
+
Each CentOS version is supported for 7 years (by means of
|
44
|
+
security updates)."`"
|
45
|
+
|
46
|
+
DST[3]="`gettext "A new CentOS version is released every 2 years
|
47
|
+
and each CentOS version is regularly updated (every 6 months) to
|
48
|
+
support newer hardware."`"
|
49
|
+
|
50
|
+
DST[4]="`gettext "This results in a secure, low-maintenance,
|
51
|
+
reliable, predictable and reproducible environment."`"
|
52
|
+
|
53
|
+
DST[5]="`gettext "for =ARCH= architectures"`"
|
54
|
+
|
55
|
+
}
|
@@ -0,0 +1,55 @@
|
|
1
|
+
|
2
|
+
#
|
3
|
+
# render_loadConfig.sh -- This function specifies translation markers
|
4
|
+
# and replacements for installation media sleeves.
|
5
|
+
#
|
6
|
+
# Copyright (C) 2009-2011 Alain Reguera Delgado
|
7
|
+
#
|
8
|
+
# This program is free software; you can redistribute it and/or
|
9
|
+
# modify it under the terms of the GNU General Public License as
|
10
|
+
# published by the Free Software Foundation; either version 2 of the
|
11
|
+
# License, or (at your option) any later version.
|
12
|
+
#
|
13
|
+
# This program is distributed in the hope that it will be useful, but
|
14
|
+
# WITHOUT ANY WARRANTY; without even the implied warranty of
|
15
|
+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
16
|
+
# General Public License for more details.
|
17
|
+
#
|
18
|
+
# You should have received a copy of the GNU General Public License
|
19
|
+
# along with this program; if not, write to the Free Software
|
20
|
+
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
|
21
|
+
# USA.
|
22
|
+
# ----------------------------------------------------------------------
|
23
|
+
# $Id$
|
24
|
+
# ----------------------------------------------------------------------
|
25
|
+
|
26
|
+
function render_loadConfig {
|
27
|
+
|
28
|
+
# Define specific translation markers.
|
29
|
+
SRC[0]='=TEXT='
|
30
|
+
SRC[1]='=MESSAGE1_HEAD='
|
31
|
+
SRC[2]='=MESSAGE1_P1='
|
32
|
+
SRC[3]='=MESSAGE1_P2='
|
33
|
+
SRC[4]='=MESSAGE1_P3='
|
34
|
+
SRC[5]='=ARCH='
|
35
|
+
|
36
|
+
# Define replacement for specitif translation markers.
|
37
|
+
DST[0]="`gettext "Live DVD"`"
|
38
|
+
|
39
|
+
DST[1]="`gettext "What is CentOS?"`"
|
40
|
+
|
41
|
+
DST[2]="`gettext "CentOS is an Enterprise Linux distribution based
|
42
|
+
on the freely available sources from Red Hat Enterprise Linux.
|
43
|
+
Each CentOS version is supported for 7 years (by means of
|
44
|
+
security updates)."`"
|
45
|
+
|
46
|
+
DST[3]="`gettext "A new CentOS version is released every 2 years
|
47
|
+
and each CentOS version is regularly updated (every 6 months) to
|
48
|
+
support newer hardware."`"
|
49
|
+
|
50
|
+
DST[4]="`gettext "This results in a secure, low-maintenance,
|
51
|
+
reliable, predictable and reproducible environment."`"
|
52
|
+
|
53
|
+
DST[5]="`gettext "for =ARCH= architectures"`"
|
54
|
+
|
55
|
+
}
|
@@ -32,21 +32,17 @@ function render_loadConfig {
|
|
32
32
|
# Define matching list.
|
33
33
|
MATCHINGLIST="\
|
34
34
|
label-cd.svg: \
|
35
|
-
label-installcd1.
|
36
|
-
label-installcd3.
|
37
|
-
label-installcd5.
|
38
|
-
label-installdvd.
|
39
|
-
label-livedvd.
|
35
|
+
label-installcd1.png.sh label-installcd2.png.sh\
|
36
|
+
label-installcd3.png.sh label-installcd4.png.sh\
|
37
|
+
label-installcd5.png.sh label-installcd6.png.sh\
|
38
|
+
label-installdvd.png.sh label-livecd.png.sh\
|
39
|
+
label-livedvd.png.sh
|
40
40
|
sleeve-cd.svg: \
|
41
|
-
sleeve-installcd1.
|
42
|
-
sleeve-installcd3.
|
43
|
-
sleeve-installcd5.
|
44
|
-
sleeve-installdvd.
|
45
|
-
sleeve-livedvd.
|
41
|
+
sleeve-installcd1.png.sh sleeve-installcd2.png.sh\
|
42
|
+
sleeve-installcd3.png.sh sleeve-installcd4.png.sh\
|
43
|
+
sleeve-installcd5.png.sh sleeve-installcd6.png.sh\
|
44
|
+
sleeve-installdvd.png.sh sleeve-livecd.png.sh\
|
45
|
+
sleeve-livedvd.png.sh
|
46
|
-
sleeve-folder-inside.svg: \
|
47
|
-
sleeve-folder-inside.sed
|
48
|
-
sleeve-folder-outside.svg: \
|
49
|
-
sleeve-folder-outside.sed
|
50
46
|
"
|
51
47
|
|
52
48
|
# Deifne theme model.
|