tazinst diff installer.cgi @ rev 68
Tiny edits
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Mar 30 01:45:52 2016 +0300 (2016-03-30) |
parents | ce62c558e0b4 |
children | 46b976024e21 |
line diff
1.1 --- a/installer.cgi Mon Mar 28 16:49:11 2016 +0200 1.2 +++ b/installer.cgi Wed Mar 30 01:45:52 2016 +0300 1.3 @@ -2,7 +2,7 @@ 1.4 # 1.5 # Main CGI interface for Tazinst, the SliTaz installer. 1.6 # 1.7 -# Copyright (C) 2012-2015 SliTaz GNU/Linux - BSD License 1.8 +# Copyright (C) 2012-2016 SliTaz GNU/Linux - BSD License 1.9 # 1.10 # Authors : Dominique Corbex <domcox@slitaz.org> 1.11 # 1.12 @@ -62,7 +62,7 @@ 1.13 cat <<EOT 1.14 <!-- Welcome message --> 1.15 1.16 -<h2>$(gettext "Welcome to the Slitaz Installer!")</h2> 1.17 +<h2>$(gettext "Welcome to the SliTaz Installer!")</h2> 1.18 1.19 <p>$(gettext "The SliTaz Installer installs or upgrades SliTaz to a \ 1.20 hard disk drive from a device like a Live-CD or LiveUSB key, from a SliTaz \ 1.21 @@ -113,7 +113,7 @@ 1.22 <p>$(gettext "Upgrade an already installed SliTaz system on your hard disk \ 1.23 drive. Your /home /etc /var/www directories will be kept, all other \ 1.24 directories will be removed. Any additional packages added to your old \ 1.25 -Slitaz system will be updated as long you have an active internet connection.")</p> 1.26 +SliTaz system will be updated as long you have an active internet connection.")</p> 1.27 </div> 1.28 1.29 <footer> 1.30 @@ -156,7 +156,7 @@ 1.31 that you could run a minimal SliTaz system in 300 megs or less, but 2 gigs \ 1.32 is indeed more comfy.")</p> 1.33 <p>$(gettext "A separate home partition and a partition that will be used \ 1.34 -as Linux swap space may be created if needed. Slitaz detects and uses swap \ 1.35 +as Linux swap space may be created if needed. SliTaz detects and uses swap \ 1.36 partitions automatically.")</p> 1.37 <hr/> 1.38 <p>$(gettext "You can graphically manage your partitions with GParted. \ 1.39 @@ -185,7 +185,7 @@ 1.40 1.41 <div> 1.42 <p>$(gettext "SliTaz and Windows™ can coexist in the same partition.")</p> 1.43 - <p>$(gettext "Slitaz will be in the \slitaz directory like UMSDOS did \ 1.44 + <p>$(gettext "SliTaz will be in the \slitaz directory like UMSDOS did \ 1.45 in the previous century...")</p> 1.46 </div> 1.47 1.48 @@ -317,7 +317,7 @@ 1.49 error="$?" 1.50 else 1.51 label "root_uuid" \ 1.52 - "$(gettext 'Install Slitaz to partition:')" \ 1.53 + "$(gettext 'Install SliTaz to partition:')" \ 1.54 "$(gettext 'Specify the partition where to install SliTaz')" 1.55 error="$?" 1.56 fi 1.57 @@ -732,7 +732,7 @@ 1.58 <p>$(gettext "You're going to upgrade an already installed SliTaz \ 1.59 system on your hard disk drive. Your /home /etc /var/www directories \ 1.60 will be kept, all other directories will be removed. Any additional \ 1.61 -packages added to your old Slitaz system will be updated as long you \ 1.62 +packages added to your old SliTaz system will be updated as long you \ 1.63 have an active internet connection.")</p> 1.64 EOT 1.65 ;;