manufacturers language files

This commit is contained in:
snipe
2013-11-13 17:48:37 -05:00
parent a1f9296700
commit 5d3d1eb319
2 changed files with 31 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
<?php
return array(
'does_not_exist' => 'Manufacturer does not exist.',
'create' => array(
'error' => 'Manufacturer was not created, please try again.',
'success' => 'Manufacturer created successfully.'
),
'update' => array(
'error' => 'Manufacturer was not updated, please try again',
'success' => 'Manufacturer updated successfully.'
),
'delete' => array(
'error' => 'There was an issue deleting the blog post. Please try again.',
'success' => 'The Manufacturer was deleted successfully.'
)
);
+9
View File
@@ -0,0 +1,9 @@
<?php
return array(
'title' => 'Manufacturer Name',
'id' => 'ID',
'created_at' => 'Created at',
);