Browse Source

update new indonesian translation validation text

Bugan 12 years ago
parent
commit
a05597e696
1 changed files with 5 additions and 5 deletions
  1. 5 5
      application/language/id/validation.php

+ 5 - 5
application/language/id/validation.php

@@ -24,7 +24,7 @@ return array(
 	"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 @@ return array(
 		"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.",