From a05597e696179456a45cf0a7004dcff3a790a60e Mon Sep 17 00:00:00 2001 From: Bugan Date: Tue, 1 Jan 2013 20:07:03 +0700 Subject: [PATCH] update new indonesian translation validation text --- application/language/id/validation.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/application/language/id/validation.php b/application/language/id/validation.php index 51d0178e..e2728c0a 100644 --- a/application/language/id/validation.php +++ b/application/language/id/validation.php @@ -24,7 +24,7 @@ "alpha" => "Isian :attribute hanya boleh berisi huruf.", "alpha_dash" => "Isian :attribute hanya boleh berisi huruf, angka, dan strip.", "alpha_num" => "Isian :attribute hanya boleh berisi huruf dan angka.", - "array" => "The :attribute must have selected elements.", + "array" => "Isian :attribute harus memiliki elemen yang dipilih.", "before" => "Isian :attribute harus tanggal sebelum :date.", "between" => array( "numeric" => "Isian :attribute harus antara :min - :max.", @@ -32,10 +32,10 @@ "string" => "Isian :attribute harus antara :min - :max karakter.", ), "confirmed" => "Konfirmasi :attribute tidak cocok.", - "count" => "The :attribute must have exactly :count selected elements.", - "countbetween" => "The :attribute must have between :min and :max selected elements.", - "countmax" => "The :attribute must have less than :max selected elements.", - "countmin" => "The :attribute must have at least :min selected elements.", + "count" => "Isian :attribute harus memiliki tepat :count elemen.", + "countbetween" => "Isian :attribute harus diantara :min dan :max elemen.", + "countmax" => "Isian :attribute harus lebih kurang dari :max elemen.", + "countmin" => "Isian :attribute harus paling sedikit :min elemen.", "different" => "Isian :attribute dan :other harus berbeda.", "email" => "Format isian :attribute tidak valid.", "exists" => "Isian :attribute yang dipilih tidak valid.",