Sprachfix und FTP-Upload-Fix

und das <br> was der Maniac haben wollte


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@456 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-03-24 21:23:57 +00:00
parent 8e4adbd56b
commit 1065bfea84
4 changed files with 57 additions and 3 deletions

View File

@@ -0,0 +1,52 @@
############################################################################
# Checking install/setup translations for language: en #
############################################################################
< TR_INSTALLING_LANG_CACHE
############################################################################
# Checking cgi-bin translations for language: en #
############################################################################
< backup password
< bad characters in
< blue access use hint
< could not connect to www ipcop org
< create new backup
< ddns help dnsmadeeasy
< ddns help freedns
< ddns help plus
< dhcp base ip fixed lease
< dhcp create fixed leases
< dhcp fixed lease err1
< dhcp fixed lease help1
< dns server
< download
< err bk 10 password
< or
< password crypting key
< proxy no proxy extend
< proxy no proxy local
< removable device advice
< remove x509
< root path
< safe removal of umounted device
< select media
< squid fix cache
< ssh access tip
< too long 80 char max
< umount
< umount removable media before to unplug
< vpn aggrmode
< vpn altname syntax
< vpn auth-dn
< vpn incompatible use of defaultroute
< vpn local id
< vpn missing remote id
< vpn no full pki
< vpn on green
< vpn on orange
< vpn payload compression
< vpn red name
< vpn remote id
< vpn subjectaltname
< vpn vhost
< vpn watch
< xtaccess bad transfert

View File

@@ -166,7 +166,7 @@ END
<div id="header_inner" class="fixed">
<div id="logo">
<h1><span>IPFire</span></h1>
<h1><span>IPFire</span></h1><br />
<h2>$h2</h2>
</div>

View File

@@ -913,7 +913,9 @@ svn)
update_langs
svn commit
$0 svn up
$0 uploadsrc
if [ -n "$FTP_CACHE_URL" ]; then
$0 uploadsrc
fi
;;
dist)
if [ $3 ]; then

View File

@@ -695,7 +695,7 @@ reload_tftpd() {
update_langs() {
echo -ne "Checking the translations for missing or obsolete strings..."
chmod 755 $BASEDIR/tools/{check_strings.pl,sort_strings.pl}
chmod 755 $BASEDIR/tools/{check_strings.pl,sort_strings.pl,check_langs.sh}
$BASEDIR/tools/sort_strings.pl en
$BASEDIR/tools/sort_strings.pl de
$BASEDIR/tools/check_strings.pl en > $BASEDIR/doc/language_issues.en