diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 21d57da..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "tools/phptools"] - path = tools/phptools - url = git://github.com/ralphschindler/PHPTools.git diff --git a/.travis.yml b/.travis.yml index 3d680db..f8297cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,13 @@ php: - 5.3 - 5.4 -before_install: cp tests/TravisTestConfiguration.php tests/TestConfiguration.php +before_install: + - cp tests/TestConfiguration.php.travis tests/TestConfiguration.php + - curl -s http://getcomposer.org/installer | php + - php composer.phar install --dev -script: ./.travis/run-tests.sh +script: + - php ./tests/run-tests.php + +notifications: + irc: "irc.freenode.org#zftalk.2" diff --git a/.travis/run-tests.sh b/.travis/run-tests.sh deleted file mode 100755 index a84e0ba..0000000 --- a/.travis/run-tests.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash -travisdir=$(dirname "$0") -testdir="$travisdir/../tests" -testedcomponents=(`cat "$travisdir/tested-components"`) -result=0 - -for tested in "${testedcomponents[@]}" - do - echo "$tested:" - phpunit -c $testdir/phpunit.xml.dist $testdir/$tested - result=$(($result || $?)) -done - -exit $result diff --git a/.travis/skipped-components b/.travis/skipped-components deleted file mode 100644 index 171dfe9..0000000 --- a/.travis/skipped-components +++ /dev/null @@ -1,7 +0,0 @@ -Zend/Amf -Zend/Date -Zend/Dojo -Zend/Queue -Zend/Service -Zend/Test -Zend/Wildfire diff --git a/.travis/tested-components b/.travis/tested-components deleted file mode 100644 index b0b9438..0000000 --- a/.travis/tested-components +++ /dev/null @@ -1,61 +0,0 @@ -Zend/Acl -Zend/Authentication -Zend/Barcode -Zend/Cache -Zend/Captcha -Zend/Cloud -Zend/Code -Zend/Config -Zend/Console -Zend/Crypt -Zend/Currency -Zend/Db -Zend/Di -Zend/DocBook -Zend/Dojo -Zend/Dom -Zend/EventManager -Zend/Feed -Zend/File -Zend/Filter -Zend/Form -Zend/GData -Zend/Http -Zend/InfoCard -Zend/InputFilter -Zend/Json -Zend/Ldap -Zend/Loader -Zend/Locale -Zend/Log -Zend/Mail -Zend/Markup -Zend/Math -Zend/Measure -Zend/Memory -Zend/Mime -Zend/ModuleManager -Zend/Mvc -Zend/Navigation -Zend/OAuth -Zend/OpenId -Zend/Paginator -Zend/Pdf -Zend/ProgressBar -Zend/RegistryTest.php -Zend/Rest -Zend/Search -Zend/Serializer -Zend/Server -Zend/Session -Zend/Soap -Zend/Stdlib -Zend/Tag -Zend/Text -Zend/TimeSync -Zend/Translator -Zend/Uri -Zend/Validator -Zend/VersionTest.php -Zend/View -Zend/XmlRpc diff --git a/languages/it/Zend_Captcha.php b/languages/it/Zend_Captcha.php new file mode 100644 index 0000000..084e3e0 --- /dev/null +++ b/languages/it/Zend_Captcha.php @@ -0,0 +1,35 @@ + "Campi captcha mancanti", + "Failed to validate captcha" => "Validazione del captcha fallito", + "Captcha value is wrong: %value%" => "Il valore del Captcha è sbagliato: %value%", + + // Zend_Captcha_Word + "Empty captcha value" => "Valore del captcha vuoto", + "Captcha ID field is missing" => "Manca il campo Captcha ID", + "Captcha value is wrong" => "Il valore del Captcha è sbagliato", +); diff --git a/languages/it/Zend_Validate.php b/languages/it/Zend_Validate.php index 909e563..0db01f7 100644 --- a/languages/it/Zend_Validate.php +++ b/languages/it/Zend_Validate.php @@ -197,12 +197,13 @@ "'%value%' appears to be a DNS hostname but cannot match against hostname schema for TLD '%tld%'" => "'%value%' sembra essere un hostname DNS ma non rispetta lo schema per il TLD '%tld%'", "'%value%' appears to be a DNS hostname but cannot extract TLD part" => "'%value%' sembra essere un hostname DNS ma non è possibile estrarne il TLD", "'%value%' does not match the expected structure for a DNS hostname" => "'%value%' non sembra rispettare la struttura attesa per un hostname DNS", - "'%value%' does not appear to be a valid local network name" => "'%value%' non sembra essere un local network name valido", - "'%value%' appears to be a local network name but local network names are not allowed" => "'%value%' sembra essere un local network name, ma i local network names non sono consentiti", + "'%value%' does not appear to be a valid local network name" => "'%value%' non sembra essere un nome valido per una rete locale", + "'%value%' appears to be a local network name but local network names are not allowed" => "'%value%' sembra essere un nome di una rete locale e queste non sono consentite", "'%value%' appears to be a DNS hostname but the given punycode notation cannot be decoded" => "'%value%' sembra essere un hostname DNS ma la notazione punycode data non può essere decodificata", + "'%value%' does not appear to be a valid URI hostname" => "'%value%' non sembra essere un hostname URI valido", // Zend_Validate_Iban - "Unknown country within the IBAN '%value%'" => "Country Code sconosciuto nell'IBAN '%value%'", + "Unknown country within the IBAN '%value%'" => "Codice paese sconosciuto con l'IBAN '%value%'", "'%value%' has a false IBAN format" => "'%value%' ha un formato IBAN non valido", "'%value%' has failed the IBAN check" => "'%value%' ha fallito il controllo IBAN",