Skip to content

Commit 5308598

Browse files
committed
Added UK English language file
1 parent 4a2ac03 commit 5308598

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+951
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?php
2+
3+
return array(
4+
'about_asset_categories' => 'About Asset Categories',
5+
'about_categories' => 'Asset categories help you organize your assets. Some example categories might be &quot;Desktops&quot;, &quot;Laptops&quot;, &quot;Mobile Phones&quot;, &quot;Tablets&quot;, and so on, but you can use asset categories any way that makes sense for you. ',
6+
'asset_categories' => 'Asset Categories',
7+
'category_name' => 'Category Name',
8+
'create' => 'Create Category',
9+
'update' => 'Update Category',
10+
11+
);
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?php
2+
3+
return array(
4+
5+
'does_not_exist' => 'Category does not exist.',
6+
'assoc_users' => 'This category is currently associated with at least one model and cannot be deleted. Please update your models to no longer reference this category and try again. ',
7+
8+
'create' => array(
9+
'error' => 'Category was not created, please try again.',
10+
'success' => 'Category created successfully.'
11+
),
12+
13+
'update' => array(
14+
'error' => 'Category was not updated, please try again',
15+
'success' => 'Category updated successfully.'
16+
),
17+
18+
'delete' => array(
19+
'confirm' => 'Are you sure you wish to delete this category?',
20+
'error' => 'There was an issue deleting the category. Please try again.',
21+
'success' => 'The category was deleted successfully.'
22+
)
23+
24+
);
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
3+
return array(
4+
5+
'id' => 'ID',
6+
'parent' => 'Parent',
7+
'title' => 'Asset Category Name',
8+
9+
);
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?php
2+
3+
return array(
4+
'about_asset_depreciations' => 'About Asset Depreciations',
5+
'about_depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.',
6+
'asset_depreciations' => 'Asset Depreciations',
7+
'create_depreciation' => 'Create Depreciation',
8+
'depreciation_name' => 'Depreciation Name',
9+
'number_of_months' => 'Number of Months',
10+
'update_depreciation' => 'Update Depreciation',
11+
12+
);
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?php
2+
3+
return array(
4+
5+
'does_not_exist' => 'Depreciation class does not exist.',
6+
'assoc_users' => 'This depreciation is currently associated with one or more models and cannot be deleted. Please delete the models, and then try deleting again. ',
7+
8+
9+
'create' => array(
10+
'error' => 'Depreciation class was not created, please try again. :(',
11+
'success' => 'Depreciation class created successfully. :)'
12+
),
13+
14+
'update' => array(
15+
'error' => 'Depreciation class was not updated, please try again',
16+
'success' => 'Depreciation class updated successfully.'
17+
),
18+
19+
'delete' => array(
20+
'confirm' => 'Are you sure you wish to delete this depreciation class?',
21+
'error' => 'There was an issue deleting the depreciation class. Please try again.',
22+
'success' => 'The depreciation class was deleted successfully.'
23+
)
24+
25+
);
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
return array(
4+
5+
'id' => 'ID',
6+
'months' => 'Months',
7+
'term' => 'Term',
8+
'title' => 'Name ',
9+
10+
);
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
<?php
2+
3+
return array(
4+
5+
'group_exists' => 'Group already exists!',
6+
'group_not_found' => 'Group [:id] does not exist.',
7+
'group_name_required' => 'The name field is required',
8+
9+
'success' => array(
10+
'create' => 'Group was successfully created.',
11+
'update' => 'Group was successfully updated.',
12+
'delete' => 'Group was successfully deleted.',
13+
),
14+
15+
'delete' => array(
16+
'confirm' => 'Are you sure you wish to delete this group?',
17+
'create' => 'There was an issue creating the group. Please try again.',
18+
'update' => 'There was an issue updating the group. Please try again.',
19+
'delete' => 'There was an issue deleting the group. Please try again.',
20+
),
21+
22+
);
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
3+
return array(
4+
5+
'id' => 'Id',
6+
'name' => 'Name',
7+
'users' => '# of Users',
8+
9+
);
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?php
2+
3+
return array(
4+
5+
'group_management' => 'Group Management',
6+
'create_group' => 'Create New Group',
7+
'edit_group' => 'Edit Group',
8+
'group_name' => 'Group Name',
9+
'group_admin' => 'Group Admin',
10+
'allow' => 'Allow',
11+
'deny' => 'Deny',
12+
13+
);
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?php
2+
3+
return array(
4+
5+
'checkedout_to' => 'Checked Out To',
6+
'checkout_to' => 'Checkout to',
7+
'cost' => 'Purchase Cost',
8+
'create' => 'Create Asset',
9+
'date' => 'Purchase Date',
10+
'depreciates_on' => 'Depreciates On',
11+
'depreciation' => 'Depreciation',
12+
'default_location' => 'Default Location',
13+
'eol_date' => 'EOL Date',
14+
'eol_rate' => 'EOL Rate',
15+
'expires' => 'Expires',
16+
'fully_depreciated' => 'Fully Depreciated',
17+
'help_checkout' => 'If you wish to assign this asset immediately, you should select "Ready to Deploy" from the status list above, or unexpected things may happen. ',
18+
'manufacturer' => 'Manufacturer',
19+
'model' => 'Model',
20+
'months' => 'months',
21+
'name' => 'Asset Name',
22+
'notes' => 'Notes',
23+
'order' => 'Order Number',
24+
'qr' => 'QR Code',
25+
'requestable' => 'Users may request this asset',
26+
'serial' => 'Serial',
27+
'status' => 'Status',
28+
'supplier' => 'Supplier',
29+
'tag' => 'Asset Tag',
30+
'update' => 'Asset Update',
31+
'warranty' => 'Warranty',
32+
'years' => 'years',
33+
)
34+
;

0 commit comments

Comments
 (0)