]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Sprachfix und FTP-Upload-Fix
authorms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Sat, 24 Mar 2007 21:23:57 +0000 (21:23 +0000)
committerms <ms@ea5c0bd1-69bd-2848-81d8-4f18e57aeed8>
Sat, 24 Mar 2007 21:23:57 +0000 (21:23 +0000)
und das <br> was der Maniac haben wollte

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@456 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8

doc/language_missings
html/html/themes/ipfire/include/functions.pl
make.sh
tools/make-functions

index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..a10de8d5c1ddec4a8184536596ee51ff985cd89e 100644 (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
index 8a9b5d1aceca9b9dffc266df336dd23bbe4c2fd4..8956b8297d6d5e45c90d90fa2cf30013073c4386 100644 (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>
 
diff --git a/make.sh b/make.sh
index 3f89f81c1162fb1dd28a17a56d68b73a39bc9928..97365a496c74c4aed877d7af2319bcc0e80e9fbe 100644 (file)
--- a/make.sh
+++ b/make.sh
@@ -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
index 04b6941d27fa22c6bcaa9b7681ca1afd85082a3d..fde6ef15bd1b859fdfa0090ab1ed219f80c865c5 100644 (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