-
-
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.
Alphabetized language files, more for #151, refactoring language stri…
…ng hierarchy.
- Loading branch information
Showing
29 changed files
with
199 additions
and
169 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<?php | ||
|
||
return array( | ||
'update_category' => 'Update Category', | ||
'create_category' => 'Create Category', | ||
'asset_categories' => 'Asset Categories', | ||
'about_asset_categories' => 'About Asset Categories', | ||
'category_name' => 'Category Name', | ||
'about_categories' => 'Asset categories help you organize your assets. Some example categories might be "Desktops", "Laptops", "Mobile Phones", "Tablets", and so on, but you can use asset categories any way that makes sense for you. ', | ||
'asset_categories' => 'Asset Categories', | ||
'category_name' => 'Category Name', | ||
'create' => 'Create Category', | ||
'update' => 'Update Category', | ||
|
||
); |
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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<?php | ||
|
||
return array( | ||
'update_depreciation' => 'Update Depreciation', | ||
'about_asset_depreciations' => 'About Asset Depreciations', | ||
'about_depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.', | ||
'asset_depreciations' => 'Asset Depreciations', | ||
'create_depreciation' => 'Create Depreciation', | ||
'depreciation_name' => 'Depreciation Name', | ||
'number_of_months' => 'Number of Months', | ||
'asset_depreciations' => 'Asset Depreciations', | ||
'about_asset_depreciations' => 'About Asset Depreciations', | ||
'about_depreciations' => 'You can set up asset depreciations to depreciate assets based on straight-line depreciation.', | ||
'update_depreciation' => 'Update Depreciation', | ||
|
||
); |
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 |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
return array( | ||
|
||
'id' => 'ID', | ||
'title' => 'Name ', | ||
'months' => 'Months', | ||
'term' => 'Term', | ||
'title' => 'Name ', | ||
|
||
); |
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 |
---|---|---|
|
@@ -5,6 +5,5 @@ | |
'id' => 'Id', | ||
'name' => 'Name', | ||
'users' => '# of Users', | ||
'created_at' => 'Created at', | ||
|
||
); |
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<?php | ||
|
||
return array( | ||
'asset' => 'Asset', | ||
'checkin' => 'Checkin Asset', | ||
'checkout' => 'Checkout Asset to User', | ||
'clone' => 'Clone Asset', | ||
'view' => 'View Asset', | ||
'edit' => 'Edit Asset', | ||
'asset' => 'Asset', | ||
'pending' => 'Pending Asset', | ||
'view' => 'View Asset', | ||
); |
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 |
---|---|---|
@@ -1,17 +1,18 @@ | ||
<?php | ||
|
||
return array( | ||
|
||
'checkin' => 'Checkin License Seat', | ||
'checkout_history' => 'Checkout History', | ||
'checkout' => 'Checkout License Seat to User', | ||
'view' => 'View License', | ||
'edit' => 'Edit License', | ||
'software_licenses' => 'Software Licenses', | ||
'license_seats' => 'License Seats', | ||
'in_out' => 'In/Out', | ||
'history_for' => 'History for ', | ||
'in_out' => 'In/Out', | ||
'info' => 'License Info', | ||
'license_seats' => 'License Seats', | ||
'seat' => 'Seat', | ||
'seats' => 'Seats', | ||
'software_licenses' => 'Software Licenses', | ||
'user' => 'User', | ||
'checkout_history' => 'Checkout History', | ||
'info' => 'License Info', | ||
'view' => 'View License', | ||
); |
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
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
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 |
---|---|---|
@@ -1,11 +1,5 @@ | ||
<?php | ||
|
||
return array( | ||
|
||
'id' => 'ID', | ||
'name' => 'Name', | ||
'city' => 'City', | ||
'state' => 'State', | ||
'country' => 'Country', | ||
|
||
'name' => 'Status Name', | ||
); |
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.