Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of git://github.com/zendframework/zf2
Browse files Browse the repository at this point in the history
  • Loading branch information
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ php:

before_install:
- cp tests/TestConfiguration.php.travis tests/TestConfiguration.php
- curl -s https://getcomposer.org/installer | php -- --quiet
- php composer.phar install --dev

script:
- php ./tests/run-tests.php

notifications:
irc: "irc.freenode.org#zftalk.2"
irc: "irc.freenode.org#zftalk.2"
2 changes: 1 addition & 1 deletion languages/it/Zend_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
"'%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%'" => "Codice paese sconosciuto con l'IBAN '%value%'",
"'%value%' has a false IBAN format" => "'%value%' ha un formato IBAN non valido",
Expand Down

0 comments on commit 281109c

Please sign in to comment.