|
@@ -37,7 +37,8 @@ return array(
|
|
|
'item_name' => "Item's name",
|
|
'item_name' => "Item's name",
|
|
|
'item_description' => "Item's description",
|
|
'item_description' => "Item's description",
|
|
|
'item_domain' => '(Optional)domain hack',
|
|
'item_domain' => '(Optional)domain hack',
|
|
|
- 'item_domain_illegal' => 'domain hack must be a combination of letters and numbers',
|
|
|
|
|
|
|
+ 'item_domain_illegal' => 'Domain hack must be a combination of letters and numbers',
|
|
|
|
|
+ 'domain_already_exists' => 'Domain already exists',
|
|
|
'visit_password_placeholder' => 'Access password(Optional: private project required)',
|
|
'visit_password_placeholder' => 'Access password(Optional: private project required)',
|
|
|
'submit' => 'Submit',
|
|
'submit' => 'Submit',
|
|
|
'goback' => 'Goback',
|
|
'goback' => 'Goback',
|