Chameleon

Chameleon Commit Details

Date:2012-01-10 18:52:59 (12 years 3 months ago)
Author:ErmaC
Commit:1783
Parents: 1782
Message:Merge last main trunk change. - Update Welcome.rtfd/TXT.rtf for each language.
Changes:
M/branches/ErmaC/Modules/package/Resources/ca.lproj/Welcome.rtfd/TXT.rtf
M/branches/ErmaC/Modules/package/Resources/da.lproj/Welcome.rtfd/TXT.rtf
M/branches/ErmaC/Modules/package/Resources/sr.lproj/Welcome.rtfd/TXT.rtf
M/branches/ErmaC/Modules/package/Resources/tr.lproj/Welcome.rtfd/TXT.rtf
M/branches/ErmaC/Modules/package/Scripts.templates/Pre/preinstall
M/branches/ErmaC/Modules/package/Resources/de.lproj/Welcome.rtfd/TXT.rtf
M/branches/ErmaC/Modules/package/Resources/bg.lproj/Welcome.rtfd/TXT.rtf
M/branches/ErmaC/Modules/package/Resources/sv.lproj/Welcome.rtfd/TXT.rtf
M/branches/ErmaC/Modules/package/Resources/ja.lproj/Welcome.rtfd/TXT.rtf
M/branches/ErmaC/Modules/package/Resources/zh_TW.lproj/Welcome.rtfd/TXT.rtf
M/branches/ErmaC/Modules/package/Resources/he.lproj/Welcome.rtfd/TXT.rtf
M/branches/ErmaC/Modules/package/Resources/fi.lproj/Welcome.rtfd/TXT.rtf
M/branches/ErmaC/Modules/package/Resources/zh_CN.lproj/Welcome.rtfd/TXT.rtf
M/branches/ErmaC/Modules/package/Resources/bs.lproj/Welcome.rtfd/TXT.rtf
M/branches/ErmaC/Modules/package/Resources/cs.lproj/Welcome.rtfd/TXT.rtf
M/branches/ErmaC/Modules/package/Resources/mk.lproj/Welcome.rtfd/TXT.rtf
M/branches/ErmaC/Modules/package/Resources/es.lproj/Welcome.rtfd/TXT.rtf
M/branches/ErmaC/Modules/package/Resources/ko.lproj/Welcome.rtfd/TXT.rtf
M/branches/ErmaC/Modules/package/buildpkg.sh
M/branches/ErmaC/Modules/package/Resources/no.lproj/Welcome.rtfd/TXT.rtf
M/branches/ErmaC/Modules/package/Resources/hu.lproj/Welcome.rtfd/TXT.rtf
M/branches/ErmaC/Modules/package/Resources/sk.lproj/Welcome.rtfd/TXT.rtf
M/branches/ErmaC/Modules/package/Resources/vi.lproj/Welcome.rtfd/TXT.rtf
M/branches/ErmaC/Modules/package/Resources/ms.lproj/Welcome.rtfd/TXT.rtf
M/branches/ErmaC/Modules/package/Resources/uk.lproj/Welcome.rtfd/TXT.rtf
M/branches/ErmaC/Modules/package/Resources/ro.lproj/Welcome.rtfd/TXT.rtf
M/branches/ErmaC/Modules/package/Resources/pt-BR.lproj/Welcome.rtfd/TXT.rtf
M/branches/ErmaC/Modules/package/Scripts.templates/Post/postinstall
M/branches/ErmaC/Modules/package/Resources/ru.lproj/Welcome.rtfd/TXT.rtf
M/branches/ErmaC/Modules/package/Resources/id.lproj/Welcome.rtfd/TXT.rtf
M/branches/ErmaC/Modules/package/Resources/el.lproj/Welcome.rtfd/TXT.rtf
M/branches/ErmaC/Modules/package/Resources/ar.lproj/Welcome.rtfd/TXT.rtf
M/branches/ErmaC/Modules/package/Resources/en.lproj/Welcome.rtfd/TXT.rtf
M/branches/ErmaC/Modules/package/Resources/pt-PT.lproj/Welcome.rtfd/TXT.rtf
M/branches/ErmaC/Modules/package/Resources/fr.lproj/Welcome.rtfd/TXT.rtf
M/branches/ErmaC/Modules/package/Resources/nl.lproj/Welcome.rtfd/TXT.rtf
M/branches/ErmaC/Modules/package/Resources/hr.lproj/Welcome.rtfd/TXT.rtf
M/branches/ErmaC/Modules/package/Resources/pl.lproj/Welcome.rtfd/TXT.rtf
M/branches/ErmaC/Modules/package/Resources/th.lproj/Welcome.rtfd/TXT.rtf
M/branches/ErmaC/Modules/package/Resources/it.lproj/Welcome.rtfd/TXT.rtf

File differences

branches/ErmaC/Modules/package/Scripts.templates/Post/postinstall
7373
7474
7575
76
77
7876
7977
8078
mkdir "$chamTemp"/Extra
fi
tempOCBP="$chamTemp"/Extra/org.chameleon.Boot.plist
# Create template for org.chameleon.Boot.plist"
tempOCBP="$chamTemp"/Extra/org.chameleon.Boot.plist
cp "$4"/Library/Preferences/SystemConfiguration/com.apple.Boot.plist "$tempOCBP"
branches/ErmaC/Modules/package/Scripts.templates/Pre/preinstall
77
88
99
10
11
10
11
12
1213
1314
15
16
1417
1518
19
1620
1721
1822
......
3438
3539
3640
37
41
3842
3943
40
41
4244
45
46
4347
4448
4549
4650
4751
48
52
4953
5054
5155
......
5862
5963
6064
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
6581
66
67
68
69
70
71
72
7382
7483
7584
echo ""
# Creates text file named '@LOG_FILENAME@'
# at the root of the target volume. This is to help show the
# user why the installation process failed (even though the
# at the root of the target volume. This is to give the user
# a record of the installation process and also to show why
# possibly the installation process failed (even though the
# package installer ends reading 'Installation Successful'.
# This script also prepares, then backs up any previous
# stage2 boot file, /Extra folder and install log if they exist.
# Find location of this script in the package installer
# so we know where all the other scripts are located.
logFile="${targetVolume}/$logName"
# ---------------------------------------------
# Preparing Backing up Chameleon files
# Preparing Backing up of Chameleon files
# ---------------------------------------------
backupDir="${targetVolume}/Chameleon.Backups/"$( date -j "+%F-%Hh%M" )
mkdir -p "$backupDir"
if [[ -f "$logFile" ]];then
# Only make backupDir if required
mkdir -p "$backupDir"
# Backup old log file
mv "$logFile" "${backupDir}/${logName}"
fi
# Setup @LOG_FILENAME@ file
# Setup Chameleon Log file
# by writing header and diskutil list
echo "Chameleon installer log - $( date )
# ---------------------------------------------
# Backing up Chameleon files
# ---------------------------------------------
# Backup stage2
if [[ -f "${targetVolume}/boot" ]];then
echo "Backing up stage2 file ${targetVolume}/boot to ${backupDir}/boot" >>"${logFile}"
cp -p "${targetVolume}/boot" "${backupDir}/boot"
if [[ -f "${targetVolume}/boot" ]] || [[ -d "${targetVolume}/Extra" ]];then
if [[ ! -d "$backupDir" ]];then
mkdir -p "$backupDir"
fi
# Backup stage2
if [[ -f "${targetVolume}/boot" ]];then
echo "Backing up stage2 file ${targetVolume}/boot to ${backupDir}/boot" >>"${logFile}"
cp -p "${targetVolume}/boot" "${backupDir}/boot"
fi
# Backup /Extra directory
if [[ -d "${targetVolume}/Extra" ]];then
echo "Moving ${targetVolume}/Extra folder to ${backupDir}/Extra" >>"${logFile}"
cp -pR "${targetVolume}/Extra" "${backupDir}/Extra"
fi
chflags -R nohidden "$backupDir" # Remove the invisible flag of files in the backups
echo "======================================================" >>"${logFile}"
fi
# Backup /Extra directory
if [[ -d "${targetVolume}/Extra" ]];then
echo "Moving ${targetVolume}/Extra folder to ${backupDir}/Extra" >>"${logFile}"
cp -pR "${targetVolume}/Extra" "${backupDir}/Extra"
fi
chflags -R nohidden "$backupDir" # Remove the invisible flag of files in the backups
echo "======================================================" >>"${logFile}"
echo "==============================================="
echo "END - Pre-Install Script"
branches/ErmaC/Modules/package/Resources/ja.lproj/Welcome.rtfd/TXT.rtf
4949
5050
5151
52
52
53
\fs20 \cf0 Copyright \'a9 2011-2012
\b \cf3 Translated by : ???\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr
\cf4 This package was builded by: %WHOBUILD%}
\cf4 This package was builded by: %WHOBUILD%\
}
branches/ErmaC/Modules/package/Resources/he.lproj/Welcome.rtfd/TXT.rtf
4949
5050
5151
52
52
53
\fs20 \cf0 Copyright \'a9 2011-2012
\b \cf3 Translated by : ???\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr
\cf4 This package was builded by: %WHOBUILD%}
\cf4 This package was builded by: %WHOBUILD%\
}
branches/ErmaC/Modules/package/Resources/fi.lproj/Welcome.rtfd/TXT.rtf
4949
5050
5151
52
52
53
\fs20 \cf0 Copyright \'a9 2011-2012
\b \cf3 Translated by : ???\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr
\cf4 This package was builded by: %WHOBUILD%}
\cf4 This package was builded by: %WHOBUILD%\
}
branches/ErmaC/Modules/package/Resources/bs.lproj/Welcome.rtfd/TXT.rtf
4949
5050
5151
52
52
53
\fs20 \cf0 Copyright \'a9 2011
\b \cf3 Translated by : mlstudio\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr
\cf4 This package was builded by: %WHOBUILD%}
\cf4 This package was builded by: %WHOBUILD%\
}
branches/ErmaC/Modules/package/Resources/fr.lproj/Welcome.rtfd/TXT.rtf
4949
5050
5151
52
52
53
\fs20 \cf0 Copyright \'a9 2011-2012
\b \cf3 Traduit par : Tenval\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr
\cf4 This package was builded by: %WHOBUILD%}
\cf4 This package was builded by: %WHOBUILD%\
}
branches/ErmaC/Modules/package/Resources/nl.lproj/Welcome.rtfd/TXT.rtf
4949
5050
5151
52
52
53
\fs20 \cf0 Copyright \'a9 2011-2012
\b \cf3 Vertaald door: yeehaw123 & Badeendje\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr
\cf4 This package was builded by: %WHOBUILD%}
\cf4 This package was builded by: %WHOBUILD%\
}
branches/ErmaC/Modules/package/Resources/hr.lproj/Welcome.rtfd/TXT.rtf
4949
5050
5151
52
52
53
\fs20 \cf0 Copyright \'a9 2011-2012
\b \cf3 Translated by : mlstudio\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr
\cf4 This package was builded by: %WHOBUILD%}
\cf4 This package was builded by: %WHOBUILD%\
}
branches/ErmaC/Modules/package/Resources/pl.lproj/Welcome.rtfd/TXT.rtf
4949
5050
5151
52
52
53
\fs20 \cf0 Copyright \'a9 2011-2012
\b \cf3 Translated by : janek202\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr
\cf4 This package was builded by: %WHOBUILD%}
\cf4 This package was builded by: %WHOBUILD%\
}
branches/ErmaC/Modules/package/Resources/th.lproj/Welcome.rtfd/TXT.rtf
4949
5050
5151
52
52
53
\fs20 \cf0 Copyright \'a9 2011-2012
\b \cf3 Translated by : ???\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr
\cf4 This package was builded by: %WHOBUILD%}
\cf4 This package was builded by: %WHOBUILD%\
}
branches/ErmaC/Modules/package/Resources/no.lproj/Welcome.rtfd/TXT.rtf
4949
5050
5151
52
52
53
\fs20 \cf0 Copyright \'a9 2011-2012
\b \cf3 Translated by : ???\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr
\cf4 This package was builded by: %WHOBUILD%}
\cf4 This package was builded by: %WHOBUILD%\
}
branches/ErmaC/Modules/package/Resources/hu.lproj/Welcome.rtfd/TXT.rtf
4949
5050
5151
52
52
53
\fs20 \cf0 Copyright \'a9 2011-2012
\b \cf3 Translated by : ???\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr
\cf4 This package was builded by: %WHOBUILD%}
\cf4 This package was builded by: %WHOBUILD%\
}
branches/ErmaC/Modules/package/Resources/vi.lproj/Welcome.rtfd/TXT.rtf
4949
5050
5151
52
52
53
\fs20 \cf0 Copyright \'a9 2011-2012
\b \cf3 Translated by : ???\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr
\cf4 This package was builded by: %WHOBUILD%}
\cf4 This package was builded by: %WHOBUILD%\
}
branches/ErmaC/Modules/package/Resources/ro.lproj/Welcome.rtfd/TXT.rtf
4949
5050
5151
52
52
53
\fs20 \cf0 Copyright \'a9 2011-2012
\b \cf3 Translated by : ???\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr
\cf4 This package was builded by: %WHOBUILD%}
\cf4 This package was builded by: %WHOBUILD%\
}
branches/ErmaC/Modules/package/Resources/ca.lproj/Welcome.rtfd/TXT.rtf
4949
5050
5151
52
52
53
\fs20 \cf0 Copyright \'a9 2011-2012
\b \cf3 Translated by : ???\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr
\cf4 This package was builded by: %WHOBUILD%}
\cf4 This package was builded by: %WHOBUILD%\
}
branches/ErmaC/Modules/package/Resources/pt-BR.lproj/Welcome.rtfd/TXT.rtf
4949
5050
5151
52
52
53
\fs20 \cf0 Copyright \'a9 2011-2012
\b \cf3 Translated by : oldnapalm\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr
\cf4 This package was builded by: %WHOBUILD%}
\cf4 This package was builded by: %WHOBUILD%\
}
branches/ErmaC/Modules/package/Resources/tr.lproj/Welcome.rtfd/TXT.rtf
4949
5050
5151
52
52
53
\fs20 \cf0 Copyright \'a9 2011-2012
\b \cf3 Translated by : ???\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr
\cf4 This package was builded by: %WHOBUILD%}
\cf4 This package was builded by: %WHOBUILD%\
}
branches/ErmaC/Modules/package/Resources/ru.lproj/Welcome.rtfd/TXT.rtf
4949
5050
5151
52
52
53
\fs20 \cf0 Copyright \'a9 2011-2012
\b \cf3 \u1087 \u1077 \u1088 \u1077 \u1074 \u1086 \u1076 : ???\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr
\cf4 This package was builded by: %WHOBUILD%}
\cf4 This package was builded by: %WHOBUILD%\
}
branches/ErmaC/Modules/package/Resources/zh_TW.lproj/Welcome.rtfd/TXT.rtf
1
1
22
33
4
4
5
56
67
78
......
5960
6061
6162
62
63
63
64
6465
65
66
67
{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
{\fonttbl\f0\fnil\fcharset0 LucidaGrande;\f1\fnil\fcharset136 STHeitiTC-Light;\f2\fnil\fcharset134 STHeitiSC-Light;
}
{\colortbl;\red255\green255\blue255;\red255\green0\blue9;\red0\green0\blue255;}
{\colortbl;\red255\green255\blue255;\red255\green0\blue9;\red0\green0\blue255;\red128\green128\blue128;
}
\margl1440\margr1440\vieww11660\viewh12980\viewkind0
\pard\ri0\qc
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720
\fs20 \cf0 Copyright \'a9 2011-2012
\f1 \cf3 \'c2\'bd\'c4\'b6
\f0 : crazybirdy, Ulimate
\f1 \cf3 \'c2\'bd\'c4\'b6
\f0 : crazybirdy, Ulimate\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr
\cf4 This package was builded by: %WHOBUILD%}
\cf4 This package was builded by: %WHOBUILD%\
}
branches/ErmaC/Modules/package/Resources/id.lproj/Welcome.rtfd/TXT.rtf
4949
5050
5151
52
52
53
\fs20 \cf0 Copyright \'a9 2011-2012
\b \cf3 Translated by : Rudolf Tingginehe & Babiloe\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr
\cf4 This package was builded by: %WHOBUILD%}
\cf4 This package was builded by: %WHOBUILD%\
}
branches/ErmaC/Modules/package/Resources/el.lproj/Welcome.rtfd/TXT.rtf
4949
5050
5151
52
52
53
\fs20 \cf0 Copyright \'a9 2011-2012
\b \cf3 Translated by : ???\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr
\cf4 This package was builded by: %WHOBUILD%}
\cf4 This package was builded by: %WHOBUILD%\
}
branches/ErmaC/Modules/package/Resources/zh_CN.lproj/Welcome.rtfd/TXT.rtf
1
1
22
33
4
4
5
56
67
78
......
5859
5960
6061
61
62
6263
63
64
6465
65
66
67
{\rtf1\ansi\ansicpg1252\cocoartf1138\cocoasubrtf230
{\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
{\fonttbl\f0\fnil\fcharset0 LucidaGrande;\f1\fnil\fcharset136 STHeitiTC-Light;\f2\fnil\fcharset134 STHeitiSC-Light;
}
{\colortbl;\red255\green255\blue255;\red255\green0\blue9;\red0\green0\blue255;}
{\colortbl;\red255\green255\blue255;\red255\green0\blue9;\red0\green0\blue255;\red128\green128\blue128;
}
\margl1440\margr1440\vieww11660\viewh12980\viewkind0
\pard\ri0\qc
\cf0 \
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720
\fs20 \cf0 Copyright \'a9 2011-2012
\fs20 \cf0 Copyright \'a9 2011-2012
\f1 \cf3 \'c2\'bd\uc0\u35793
\f0 : crazybirdy, Ulimate
\f0 : crazybirdy, Ulimate\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr
\cf4 This package was builded by: %WHOBUILD%}
\cf4 This package was builded by: %WHOBUILD%\
}
branches/ErmaC/Modules/package/Resources/en.lproj/Welcome.rtfd/TXT.rtf
4949
5050
5151
52
52
53
\fs20 \cf0 Copyright \'a9 2011-2012
\b \cf3 Translated by : Blackosx\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr
\cf4 This package was builded by: %WHOBUILD%}
\cf4 This package was builded by: %WHOBUILD%\
}
branches/ErmaC/Modules/package/Resources/ar.lproj/Welcome.rtfd/TXT.rtf
6969
7070
7171
72
72
73
\fs20 \cf0 Copyright \'a9 2011-2012
\b \cf3 Translated by : Mohamed Khairy\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr
\cf4 This package was builded by: %WHOBUILD%}
\cf4 This package was builded by: %WHOBUILD%\
}
branches/ErmaC/Modules/package/Resources/pt-PT.lproj/Welcome.rtfd/TXT.rtf
4949
5050
5151
52
52
53
\fs20 \cf0 Copyright \'a9 2011-2012
\b \cf3 Translated by : artur-pt\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr
\cf4 This package was builded by: %WHOBUILD%}
\cf4 This package was builded by: %WHOBUILD%\
}
branches/ErmaC/Modules/package/Resources/cs.lproj/Welcome.rtfd/TXT.rtf
4949
5050
5151
52
52
53
\fs20 \cf0 Copyright \'a9 2011-2012
\b \cf3 Translated by : ???\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr
\cf4 This package was builded by: %WHOBUILD%}
\cf4 This package was builded by: %WHOBUILD%\
}
branches/ErmaC/Modules/package/Resources/es.lproj/Welcome.rtfd/TXT.rtf
4949
5050
5151
52
52
53
\fs20 \cf0 Copyright \'a9 2011-2012
\b \cf3 Traducido por : juanerson\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr
\cf4 This package was builded by: %WHOBUILD%}
\cf4 This package was builded by: %WHOBUILD%\
}
branches/ErmaC/Modules/package/Resources/mk.lproj/Welcome.rtfd/TXT.rtf
4949
5050
5151
52
52
53
\fs20 \cf0 Copyright \'a9 2011-2012
\b \cf3 \u1087 \u1088 \u1077 \u1074 \u1077 \u1076 \u1077 \u1085 \u1080 \u1086 \u1076 \u1089 \u1090 \u1088 \u1072 \u1085 \u1072 \u1085 \u1072 : kn6600\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr
\cf4 This package was builded by: %WHOBUILD%}
\cf4 This package was builded by: %WHOBUILD%\
}
branches/ErmaC/Modules/package/Resources/ko.lproj/Welcome.rtfd/TXT.rtf
6060
6161
6262
63
63
64
\f2\b
\f0 by : drew_afx
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr
\cf4 This package was builded by: %WHOBUILD%}
\cf4 This package was builded by: %WHOBUILD%\
}
branches/ErmaC/Modules/package/Resources/it.lproj/Welcome.rtfd/TXT.rtf
4949
5050
5151
52
52
53
\fs20 \cf0 Copyright \'a9 2011-2012
\b \cf3 Tradotto da : ErmaC e scrax\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr
\cf4 Questo pkg \'e8 stato compilato da: %WHOBUILD%\
}
branches/ErmaC/Modules/package/Resources/sk.lproj/Welcome.rtfd/TXT.rtf
4949
5050
5151
52
52
53
\fs20 \cf0 Copyright \'a9 2011-2012
\b \cf3 Translated by : ???\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr
\cf4 This package was builded by: %WHOBUILD%}
\cf4 This package was builded by: %WHOBUILD%\
}
branches/ErmaC/Modules/package/Resources/ms.lproj/Welcome.rtfd/TXT.rtf
4949
5050
5151
52
52
53
\fs20 \cf0 Copyright \'a9 2011-2012
\b \cf3 Translated by : ???\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr
\cf4 This package was builded by: %WHOBUILD%}
\cf4 This package was builded by: %WHOBUILD%\
}
branches/ErmaC/Modules/package/Resources/uk.lproj/Welcome.rtfd/TXT.rtf
4949
5050
5151
52
52
53
\fs20 \cf0 Copyright \'a9 2011-2012
\b \cf3 Translated by : ???\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr
\cf4 This package was builded by: %WHOBUILD%}
\cf4 This package was builded by: %WHOBUILD%\
}
branches/ErmaC/Modules/package/Resources/sr.lproj/Welcome.rtfd/TXT.rtf
4949
5050
5151
52
52
53
\fs20 \cf0 Copyright \'a9 2011-2012
\b \cf3 Translated by : mlstudio\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr
\cf4 This package was builded by: %WHOBUILD%}
\cf4 This package was builded by: %WHOBUILD%\
}
branches/ErmaC/Modules/package/Resources/da.lproj/Welcome.rtfd/TXT.rtf
4949
5050
5151
52
52
53
\fs20 \cf0 Copyright \'a9 2011-2012
\b \cf3 Translated by : ???\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr
\cf4 This package was builded by: %WHOBUILD%}
\cf4 This package was builded by: %WHOBUILD%\
}
branches/ErmaC/Modules/package/Resources/sv.lproj/Welcome.rtfd/TXT.rtf
4949
5050
5151
52
52
53
\fs20 \cf0 Copyright \'a9 2011-2012
\b \cf3 Translated by : ???\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr
\cf4 This package was builded by: %WHOBUILD%}
\cf4 This package was builded by: %WHOBUILD%\
}
branches/ErmaC/Modules/package/Resources/bg.lproj/Welcome.rtfd/TXT.rtf
4949
5050
5151
52
52
53
\fs20 \cf0 Copyright \'a9 2011-2012
\b \cf3 Translated by : ???\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr
\cf4 This package was builded by: %WHOBUILD%}
\cf4 This package was builded by: %WHOBUILD%\
}
branches/ErmaC/Modules/package/Resources/de.lproj/Welcome.rtfd/TXT.rtf
4949
5050
5151
52
52
53
\fs20 \cf0 Copyright \'a9 2011-2012
\b \cf3 Translated by : !Xabbu, olegischinski & NextMac\
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\qr
\cf4 This package was builded by: %WHOBUILD%}
\cf4 This package was builded by: %WHOBUILD%\
}
branches/ErmaC/Modules/package/buildpkg.sh
170170
171171
172172
173
174
175
173
174
175
176
177
176178
177179
178180
$ownSubst"
for file in "$@";do
cp -pf "$file" "${file}.in"
sed "$allSubst" "${file}.in" > "${file}"
rm -f "${file}.in"
if [[ ! $file == *.svn* ]]; then
cp -pf "$file" "${file}.in"
sed "$allSubst" "${file}.in" > "${file}"
rm -f "${file}.in"
fi
done
}

Archive Download the corresponding diff file

Revision: 1783