From 1065bfea84cb9bb8301aeedc900ea8c32673b6f1 Mon Sep 17 00:00:00 2001 From: ms Date: Sat, 24 Mar 2007 21:23:57 +0000 Subject: [PATCH] Sprachfix und FTP-Upload-Fix und das
was der Maniac haben wollte git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@456 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8 --- doc/language_missings | 52 ++++++++++++++++++++ html/html/themes/ipfire/include/functions.pl | 2 +- make.sh | 4 +- tools/make-functions | 2 +- 4 files changed, 57 insertions(+), 3 deletions(-) diff --git a/doc/language_missings b/doc/language_missings index e69de29bb..a10de8d5c 100644 --- a/doc/language_missings +++ b/doc/language_missings @@ -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 diff --git a/html/html/themes/ipfire/include/functions.pl b/html/html/themes/ipfire/include/functions.pl index 8a9b5d1ac..8956b8297 100644 --- a/html/html/themes/ipfire/include/functions.pl +++ b/html/html/themes/ipfire/include/functions.pl @@ -166,7 +166,7 @@ END
diff --git a/make.sh b/make.sh index 3f89f81c1..97365a496 100644 --- 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 diff --git a/tools/make-functions b/tools/make-functions index 04b6941d2..fde6ef15b 100644 --- a/tools/make-functions +++ b/tools/make-functions @@ -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 -- 2.39.2