License language files

This commit is contained in:
snipe
2013-11-15 15:00:50 -05:00
parent e9fe59444f
commit 9bbc25fc76
2 changed files with 33 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
<?php
return array(
'does_not_exist' => 'License does not exist.',
'create' => array(
'error' => 'License was not created, please try again.',
'success' => 'License created successfully.'
),
'update' => array(
'error' => 'License was not updated, please try again',
'success' => 'License updated successfully.'
),
'delete' => array(
'error' => 'There was an issue deleting the category. Please try again.',
'success' => 'The category was deleted successfully.'
)
);
+11
View File
@@ -0,0 +1,11 @@
<?php
return array(
'id' => 'ID',
'title' => 'License',
'purchased' => 'Purchased',
'serial' => 'Serial',
'assigned_to' => 'Assigned To',
);