-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hard-coded English text strings should be moved to their language files
- Loading branch information
Showing
9 changed files
with
176 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?php | ||
|
||
return array( | ||
|
||
'create' => 'Create Asset', | ||
'update' => 'Asset Update', | ||
'tag' => 'Asset Tag', | ||
'name' => 'Asset Name', | ||
'serial' => 'Serial', | ||
'order' => 'Order Number', | ||
'model' => 'Model', | ||
'date' => 'Purchase Date', | ||
'cost' => 'Purchase Cost', | ||
'warranty' => 'Warranty', | ||
'status' => 'Status', | ||
'notes' => 'Notes', | ||
'months' => 'months', | ||
) | ||
; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?php | ||
|
||
return array( | ||
|
||
'create' => 'Create License', | ||
'update' => 'Update License', | ||
'name' => 'Software Name', | ||
'serial' => 'Serial', | ||
'to_name' => 'Licensed to Name', | ||
'to_email' => 'Licensed to Email', | ||
'seats' => 'Seats', | ||
'order' => 'Order No.', | ||
'date' => 'Purchase Date', | ||
'cost' => 'Purchase Cost', | ||
'depreciation' => 'Depreciation', | ||
'no_depreciation' => 'Do Not Depreciate', | ||
'notes' => 'Notes', | ||
|
||
) | ||
; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.