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

Commit

Permalink
Merge remote-tracking branch 'zf2/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 90 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
14 changes: 0 additions & 14 deletions .travis/run-tests.sh

This file was deleted.

7 changes: 0 additions & 7 deletions .travis/skipped-components

This file was deleted.

61 changes: 0 additions & 61 deletions .travis/tested-components

This file was deleted.

35 changes: 35 additions & 0 deletions languages/it/Zend_Captcha.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<?php
/**
* Zend Framework
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://framework.zend.com/license/new-bsd
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@zend.com so we can send you a copy immediately.
*
* @category Zend
* @package Zend_Translate
* @subpackage Resource
* @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* EN-Revision: 30.Jul.2011
*/
return array(
// Zend_Captcha_ReCaptcha
"Missing captcha fields" => "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",
);
7 changes: 4 additions & 3 deletions languages/it/Zend_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -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",

Expand Down

0 comments on commit f8a3f38

Please sign in to comment.