Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 8cbb06e

Browse files
committed
Fixes wrong translation keys in Zend_Validate resource
Closes zendframework#531
1 parent e2efa41 commit 8cbb06e

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

resources/languages/es/Zend_Validate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"'%value%' does not fit the date format '%format%'" => "'%value%' no se ajusta al formato de fecha '%format%'",
6868

6969
// Zend_Validate_Db_Abstract
70-
"No record matching %value% was found" => "No fue encontrado ningun registro que coincida con %value%",
70+
"No record matching '%value%' was found" => "No fue encontrado ningun registro que coincida con %value%",
7171
"A record matching '%value%' was found" => "Se encontro un registro coincidente con %value%",
7272

7373
// Zend_Validate_Digits

resources/languages/hr/Zend_Validate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"'%value%' does not fit the date format '%format%'" => "'%value%' ne odgovara formatu datuma '%format%'",
6767

6868
// Zend_Validate_Db_Abstract
69-
"No record matching %value% was found" => "Nije pronađen zapis koji se podudara sa %value%",
69+
"No record matching '%value%' was found" => "Nije pronađen zapis koji se podudara sa %value%",
7070
"A record matching '%value%' was found" => "Zapis koji se podudara sa %value% je pronađen",
7171

7272
// Zend_Validate_Digits

resources/languages/it/Zend_Validate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"'%value%' does not fit the date format '%format%'" => "'%value%' non corrisponde al formato data '%format%'",
6868

6969
// Zend_Validate_Db_Abstract
70-
"No record matching %value% was found" => "Non è stato trovato una riga con valore %value%",
70+
"No record matching '%value%' was found" => "Non è stato trovato una riga con valore %value%",
7171
"A record matching '%value%' was found" => "E' già stata trovata una riga con valore %value%",
7272

7373
// Zend_Validate_Digits

resources/languages/nl/Zend_Validate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"'%value%' does not fit the date format '%format%'" => "'%value%' past niet in het datumformaat '%format%'",
6868

6969
// Zend_Validate_Db_Abstract
70-
"No record matching %value% was found" => "Er kon geen record gevonden wat overeenkomt met %value%",
70+
"No record matching '%value%' was found" => "Er kon geen record gevonden wat overeenkomt met %value%",
7171
"A record matching '%value%' was found" => "Een record wat overeenkomt met %value% is gevonden",
7272

7373
// Zend_Validate_Digits

resources/languages/pt_BR/Zend_Validate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"'%value%' does not fit the date format '%format%'" => "'%value%' não se encaixa no formato de data '%format%'",
6868

6969
// Zend_Validate_Db_Abstract
70-
"No record matching %value% was found" => "Não foram encontrados registros para %value%",
70+
"No record matching '%value%' was found" => "Não foram encontrados registros para %value%",
7171
"A record matching '%value%' was found" => "Um registro foi encontrado para %value%",
7272

7373
// Zend_Validate_Digits

resources/languages/ru/Zend_Validate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"'%value%' does not fit the date format '%format%'" => "'%value%' не соответствует формату даты '%format%'",
6868

6969
// Zend_Validate_Db_Abstract
70-
"No record matching %value% was found" => "Не найдено записей, совпадающих с '%value%'",
70+
"No record matching '%value%' was found" => "Не найдено записей, совпадающих с '%value%'",
7171
"A record matching '%value%' was found" => "Найдена запись, совпадающая со значением '%value%'",
7272

7373
// Zend_Validate_Digits

resources/languages/sr/Zend_Validate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"'%value%' does not fit the date format '%format%'" => "'%value%' nije u formatu datuma '%format%'",
6868

6969
// Zend_Validate_Db_Abstract
70-
"No record matching %value% was found" => "Zapis koji se poklapa sa %value% nije pronađen",
70+
"No record matching '%value%' was found" => "Zapis koji se poklapa sa %value% nije pronađen",
7171
"A record matching '%value%' was found" => "Zapis koji se poklapa sa %value% je pronađen",
7272

7373
// Zend_Validate_Digits

resources/languages/uk/Zend_Validate.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"'%value%' does not fit the date format '%format%'" => "'%value%' не відповідає формату дати '%format%'",
6868

6969
// Zend_Validate_Db_Abstract
70-
"No record matching %value% was found" => "Не знайдено записів, що відповідають '%value%'",
70+
"No record matching '%value%' was found" => "Не знайдено записів, що відповідають '%value%'",
7171
"A record matching '%value%' was found" => "Знайдено запис, що відповідає '%value%'",
7272

7373
// Zend_Validate_Digits

0 commit comments

Comments
 (0)