From 2112da74f68b443d68edb6f035c08fde31ff970f Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Wed, 20 Nov 2013 05:00:58 +0700 Subject: [PATCH 1/2] fixed typos --- languages/es/Zend_Validate.php | 4 ++-- languages/hr/Zend_Validate.php | 4 ++-- languages/ru/Zend_Validate.php | 2 +- languages/sr/Zend_Validate.php | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/languages/es/Zend_Validate.php b/languages/es/Zend_Validate.php index 63c8bd8..2dc79af 100644 --- a/languages/es/Zend_Validate.php +++ b/languages/es/Zend_Validate.php @@ -221,7 +221,7 @@ "Value is required and can't be empty" => "Se requiere un valor y éste no puede estar vací­o", // Zend_Validate_PostCode - "Invalid type given. The value should be a string or a integer" => "El tipo especificado es incorrecto, el valor deberí­a ser una cadena de texto", + "Invalid type given. The value should be a string or an integer" => "El tipo especificado es incorrecto, el valor deberí­a ser una cadena de texto", "'%value%' does not appear to be a postal code" => "'%value%' no parece ser un código postal", // Zend_Validate_Regex @@ -243,7 +243,7 @@ // Zend_Validate_Sitemap_Priority "'%value%' is not a valid sitemap priority" => "'%value%' no es una prioridad de mapa web válida", - "Invalid type given, the value should be a integer, a float or a numeric string" => "El tipo especificado es inválido, el valor deberí­a ser un entero, un float o una cadena de texto numérica", + "Invalid type given, the value should be an integer, a float or a numeric string" => "El tipo especificado es inválido, el valor deberí­a ser un entero, un float o una cadena de texto numérica", // Zend_Validate_StringLength "Invalid type given, value should be a string" => "El tipo especificado es incorrecto, el valor deberí­a ser una cadena de texto", diff --git a/languages/hr/Zend_Validate.php b/languages/hr/Zend_Validate.php index 4b8e5b2..166dad4 100644 --- a/languages/hr/Zend_Validate.php +++ b/languages/hr/Zend_Validate.php @@ -221,7 +221,7 @@ "Value is required and can't be empty" => "Vrijednost ne smije biti prazna", // Zend_Validate_PostCode - "Invalid type given. The value should be a string or a integer" => "Neispravan tip. Vrijednost mora biti niz ili cijeli broj", + "Invalid type given. The value should be a string or an integer" => "Neispravan tip. Vrijednost mora biti niz ili cijeli broj", "'%value%' does not appear to be a postal code" => "'%value%' ne izgleda kao poštanski kod", // Zend_Validate_Regex @@ -243,7 +243,7 @@ // Zend_Validate_Sitemap_Priority "'%value%' is not a valid sitemap priority" => "'%value%' nije ispravna vrijednost za sitemap 'priority'", - "Invalid type given, the value should be a integer, a float or a numeric string" => "Neispravan tip, vrijednost mora biti cijeli broj, realni broj ili niz znamenki", + "Invalid type given, the value should be an integer, a float or a numeric string" => "Neispravan tip, vrijednost mora biti cijeli broj, realni broj ili niz znamenki", // Zend_Validate_StringLength "Invalid type given, value should be a string" => "Neispravan tip, vrijednost mora biti niz", diff --git a/languages/ru/Zend_Validate.php b/languages/ru/Zend_Validate.php index 1dcfa43..d44540a 100644 --- a/languages/ru/Zend_Validate.php +++ b/languages/ru/Zend_Validate.php @@ -227,7 +227,7 @@ // Zend_Validate_PostCode "Invalid type given, value should be string or integer" => "Недопустимый тип данных, значение должно быть строкой или целым числом", - "'%value%' does not appear to be an postal code" => "'%value%' не является корректным почтовым кодом", + "'%value%' does not appear to be a postal code" => "'%value%' не является корректным почтовым кодом", // Zend_Validate_Regex "Invalid type given, value should be string, integer or float" => "Недопустимый тип данных, значение должно быть числом с плавающей точкой, строкой, или целым числом", diff --git a/languages/sr/Zend_Validate.php b/languages/sr/Zend_Validate.php index d3149fe..60de20b 100644 --- a/languages/sr/Zend_Validate.php +++ b/languages/sr/Zend_Validate.php @@ -222,7 +222,7 @@ "Value is required and can't be empty" => "Vrednost je obavezna i ne sme biti prazna", // Zend_Validate_PostCode - "Invalid type given. The value should be a string or a integer" => "Nevalidan tip. Vrednost treba da bude tekst ili ceo broj", + "Invalid type given. The value should be a string or an integer" => "Nevalidan tip. Vrednost treba da bude tekst ili ceo broj", "'%value%' does not appear to be a postal code" => "'%value%' nije poštanski broj", // Zend_Validate_Regex @@ -244,7 +244,7 @@ // Zend_Validate_Sitemap_Priority "'%value%' is not a valid sitemap priority" => "'%value%' nije validan prioritet mape sajta", - "Invalid type given, the value should be a integer, a float or a numeric string" => "Nevalidan tip, vrednost treba da bude broj ili numerički niz", + "Invalid type given, the value should be an integer, a float or a numeric string" => "Nevalidan tip, vrednost treba da bude broj ili numerički niz", // Zend_Validate_StringLength "Invalid type given, value should be a string" => "Nevalidan tip, vrednost treba da bude tekst", From a80525a3600c9d4592b40be14ec1196db34a5e81 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Fri, 29 Nov 2013 23:51:34 +0700 Subject: [PATCH 2/2] undo change on resources/ because will change from another PR --- languages/es/Zend_Validate.php | 4 ++-- languages/hr/Zend_Validate.php | 4 ++-- languages/ru/Zend_Validate.php | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/languages/es/Zend_Validate.php b/languages/es/Zend_Validate.php index 2dc79af..63c8bd8 100644 --- a/languages/es/Zend_Validate.php +++ b/languages/es/Zend_Validate.php @@ -221,7 +221,7 @@ "Value is required and can't be empty" => "Se requiere un valor y éste no puede estar vací­o", // Zend_Validate_PostCode - "Invalid type given. The value should be a string or an integer" => "El tipo especificado es incorrecto, el valor deberí­a ser una cadena de texto", + "Invalid type given. The value should be a string or a integer" => "El tipo especificado es incorrecto, el valor deberí­a ser una cadena de texto", "'%value%' does not appear to be a postal code" => "'%value%' no parece ser un código postal", // Zend_Validate_Regex @@ -243,7 +243,7 @@ // Zend_Validate_Sitemap_Priority "'%value%' is not a valid sitemap priority" => "'%value%' no es una prioridad de mapa web válida", - "Invalid type given, the value should be an integer, a float or a numeric string" => "El tipo especificado es inválido, el valor deberí­a ser un entero, un float o una cadena de texto numérica", + "Invalid type given, the value should be a integer, a float or a numeric string" => "El tipo especificado es inválido, el valor deberí­a ser un entero, un float o una cadena de texto numérica", // Zend_Validate_StringLength "Invalid type given, value should be a string" => "El tipo especificado es incorrecto, el valor deberí­a ser una cadena de texto", diff --git a/languages/hr/Zend_Validate.php b/languages/hr/Zend_Validate.php index 166dad4..4b8e5b2 100644 --- a/languages/hr/Zend_Validate.php +++ b/languages/hr/Zend_Validate.php @@ -221,7 +221,7 @@ "Value is required and can't be empty" => "Vrijednost ne smije biti prazna", // Zend_Validate_PostCode - "Invalid type given. The value should be a string or an integer" => "Neispravan tip. Vrijednost mora biti niz ili cijeli broj", + "Invalid type given. The value should be a string or a integer" => "Neispravan tip. Vrijednost mora biti niz ili cijeli broj", "'%value%' does not appear to be a postal code" => "'%value%' ne izgleda kao poštanski kod", // Zend_Validate_Regex @@ -243,7 +243,7 @@ // Zend_Validate_Sitemap_Priority "'%value%' is not a valid sitemap priority" => "'%value%' nije ispravna vrijednost za sitemap 'priority'", - "Invalid type given, the value should be an integer, a float or a numeric string" => "Neispravan tip, vrijednost mora biti cijeli broj, realni broj ili niz znamenki", + "Invalid type given, the value should be a integer, a float or a numeric string" => "Neispravan tip, vrijednost mora biti cijeli broj, realni broj ili niz znamenki", // Zend_Validate_StringLength "Invalid type given, value should be a string" => "Neispravan tip, vrijednost mora biti niz", diff --git a/languages/ru/Zend_Validate.php b/languages/ru/Zend_Validate.php index d44540a..1dcfa43 100644 --- a/languages/ru/Zend_Validate.php +++ b/languages/ru/Zend_Validate.php @@ -227,7 +227,7 @@ // Zend_Validate_PostCode "Invalid type given, value should be string or integer" => "Недопустимый тип данных, значение должно быть строкой или целым числом", - "'%value%' does not appear to be a postal code" => "'%value%' не является корректным почтовым кодом", + "'%value%' does not appear to be an postal code" => "'%value%' не является корректным почтовым кодом", // Zend_Validate_Regex "Invalid type given, value should be string, integer or float" => "Недопустимый тип данных, значение должно быть числом с плавающей точкой, строкой, или целым числом",