#!/bin/sh PATH=/bin:/usr/bin if [ -f /etc/sysconfig/i18n ]; then . /etc/sysconfig/i18n fi case ${LC_ALL:-${LC_CTYPE-$LANG}} in *.utf8|*.UTF-8) if [ -x /bin/unicode_start ] && /sbin/consoletype fg ; then exec unicode_start $SYSFONT $UNIMAP fi ;; *) if /sbin/consoletype fg ; then # no exec, unicode_stop does not set a font unicode_stop fi ;; esac if [ -x /bin/setfont ]; then if [ -n "$UNIMAP" ]; then ARGS="-u $UNIMAP" fi if [ -n "$SYSFONTACM" ]; then if [ ! -f /lib/kbd/consoletrans/${SYSFONTACM}_to_uni.trans ]; then SYSFONTACM=$(echo $SYSFONTACM | sed "s|iso0|8859-|g;s|iso|8859-|g") fi ARGS="$ARGS -m $SYSFONTACM" fi if [ -n "$SYSFONT" ]; then /bin/setfont $SYSFONT $ARGS # else # /bin/setfont echo -ne "\033(K" 2>/dev/null > /proc/$$/fd/0 fi fi exit 0 279fc57053a157d903c79'/> Mageia Installer and base platform for many utilitiesThierry Vignaud [tv]
summaryrefslogtreecommitdiffstats
path: root/perl-install/share/po
Commit message (Collapse)AuthorAgeFilesLines
* - revert 's,/boot partition,separate /boot partition,', .po/pot files shouldn'tAhmad Samir2011-04-0571-214/+214
| | | | | | be changed this way as this changes the meaning of the string and translators need to adapt the .po files themselves
* - 's!Just select your tv card parameters!Just select your TV card parameters!'Ahmad Samir2011-04-0471-72/+72
|
* - s/api/API/Ahmad Samir2011-04-0471-171/+171
|
* - perl -pi -e 's!trouble shoot!troubleshoot!'Ahmad Samir2011-04-0471-143/+143
|
* - perl -pi -e 's!you can pick one in the above list!you can pick one from ↵Ahmad Samir2011-04-0471-71/+71
| | | | the above list!'
* - perl -pi -e 's!For this, create a partition!To accomplish this, create a ↵Ahmad Samir2011-04-0471-71/+71
| | | | partition!'
* - perl -pi -e 's!"Search new servers"!"Search for new servers"!'Ahmad Samir2011-04-0471-71/+71
|
* - perl -pi -e 's!Something bad is happening on your drive!Something bad is ↵Ahmad Samir2011-04-0471-71/+71
| | | | happening on your hard disk drive!'
* - perl -pi -e 's!"Activate ethernet cards promiscuity check."!"Activate ↵Ahmad Samir2011-04-0471-71/+71
| | | | Ethernet cards promiscuity check."!'
* - perl -pi -e 's!Posix!POSIX!'Ahmad Samir2011-04-0471-87/+87
|
* - perl -pi -e 's!Hard drive!Hard disk drive!' (except install/steps_list.pm)Ahmad Samir2011-04-0471-71/+71
|
* - perl -pi -e 's!need to reboot before the modification can take ↵Ahmad Samir2011-04-0471-142/+142
| | | | | | | place"!"need to reboot before the modification can take effect"!' - perl -pi -e 's!"You need to reboot for the partition table modifications to take place"!"You need to reboot for the partition table modifications to take effect"!'
* - perl -pi -e 's!"All data on this partition should be backed-up"!"All data ↵Ahmad Samir2011-04-0471-71/+71
| | | | on this partition should be backed up"!'
* - perl -pi -e 's!"Check bad blocks\?"!"Check for bad blocks\?"!'Ahmad Samir2011-04-0471-71/+71
|
* - perl -pi -e 's!"Do you want to save /etc/fstab modifications"!"Do you want ↵Ahmad Samir2011-04-0471-71/+71
| | | | to save the /etc/fstab modifications?"!'
* - perl -pi -e 's!mountpoint!mount point!'Ahmad Samir2011-04-04