-
-
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.
- Loading branch information
Showing
34 changed files
with
457 additions
and
377 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,19 +1,22 @@ | ||
<?php | ||
|
||
return array( | ||
'display_asset_name' => 'Display asset name in table view', | ||
'display_checkout_date' => 'Display checkout date in table view', | ||
'display_eol' => 'Display EOL in table view', | ||
'display_qr' => 'Display QR codes on asset views', | ||
'info' => 'These settings let you customize certain aspects of your installation.', | ||
'display_asset_name' => 'Display Asset Name', | ||
'display_checkout_date' => 'Display Checkout Date', | ||
'display_eol' => 'Display EOL in table view', | ||
'display_qr' => 'Display QR Codes', | ||
'info' => 'These settings let you customize certain aspects of your installation.', | ||
'laravel' => 'Laravel Version', | ||
'per_page' => 'Results Per Page', | ||
'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.', | ||
'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.', | ||
'qr_help' => 'Enable QR Codes first to set this', | ||
'qr_text' => 'QR Code Text', | ||
'setting' => 'Setting', | ||
'php' => 'PHP Version', | ||
'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.', | ||
'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.', | ||
'qr_help' => 'Enable QR Codes first to set this', | ||
'qr_text' => 'QR Code Text', | ||
'setting' => 'Setting', | ||
'settings' => 'Settings', | ||
'site_name' => 'Site Name', | ||
'update' => 'Update Settings', | ||
'value' => 'Value', | ||
'system' => 'System Information', | ||
'update' => 'Update Settings', | ||
'value' => 'Value', | ||
); |
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,19 +1,22 @@ | ||
<?php | ||
|
||
return array( | ||
'display_asset_name' => 'Display asset name in table view', | ||
'display_checkout_date' => 'Display checkout date in table view', | ||
'display_eol' => 'Display EOL in table view', | ||
'display_qr' => 'Display QR codes on asset views', | ||
'info' => 'These settings let you customize certain aspects of your installation.', | ||
'display_asset_name' => 'Display Asset Name', | ||
'display_checkout_date' => 'Display Checkout Date', | ||
'display_eol' => 'Display EOL in table view', | ||
'display_qr' => 'Display QR Codes', | ||
'info' => 'These settings let you customize certain aspects of your installation.', | ||
'laravel' => 'Laravel Version', | ||
'per_page' => 'Results Per Page', | ||
'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.', | ||
'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.', | ||
'qr_help' => 'Enable QR Codes first to set this', | ||
'qr_text' => 'QR Code Text', | ||
'setting' => 'Setting', | ||
'php' => 'PHP Version', | ||
'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.', | ||
'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.', | ||
'qr_help' => 'Enable QR Codes first to set this', | ||
'qr_text' => 'QR Code Text', | ||
'setting' => 'Setting', | ||
'settings' => 'Settings', | ||
'site_name' => 'Site Name', | ||
'update' => 'Update Settings', | ||
'value' => 'Value', | ||
'system' => 'System Information', | ||
'update' => 'Update Settings', | ||
'value' => 'Value', | ||
); |
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,19 +1,22 @@ | ||
<?php | ||
|
||
return array( | ||
'display_asset_name' => 'Display asset name in table view', | ||
'display_checkout_date' => 'Display checkout date in table view', | ||
'display_eol' => 'Display EOL in table view', | ||
'display_qr' => 'Display QR codes on asset views', | ||
'info' => 'These settings let you customize certain aspects of your installation.', | ||
'display_asset_name' => 'Display Asset Name', | ||
'display_checkout_date' => 'Display Checkout Date', | ||
'display_eol' => 'Display EOL in table view', | ||
'display_qr' => 'Display QR Codes', | ||
'info' => 'These settings let you customize certain aspects of your installation.', | ||
'laravel' => 'Laravel Version', | ||
'per_page' => 'Results Per Page', | ||
'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.', | ||
'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.', | ||
'qr_help' => 'Enable QR Codes first to set this', | ||
'qr_text' => 'QR Code Text', | ||
'setting' => 'Setting', | ||
'php' => 'PHP Version', | ||
'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.', | ||
'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.', | ||
'qr_help' => 'Enable QR Codes first to set this', | ||
'qr_text' => 'QR Code Text', | ||
'setting' => 'Setting', | ||
'settings' => 'Settings', | ||
'site_name' => 'Site Name', | ||
'update' => 'Update Settings', | ||
'value' => 'Value', | ||
'system' => 'System Information', | ||
'update' => 'Update Settings', | ||
'value' => 'Value', | ||
); |
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,19 +1,22 @@ | ||
<?php | ||
|
||
return array( | ||
'display_asset_name' => 'Display asset name in table view', | ||
'display_checkout_date' => 'Display checkout date in table view', | ||
'display_eol' => 'Display EOL in table view', | ||
'display_qr' => 'Display QR codes on asset views', | ||
'info' => 'These settings let you customize certain aspects of your installation.', | ||
'display_asset_name' => 'Display Asset Name', | ||
'display_checkout_date' => 'Display Checkout Date', | ||
'display_eol' => 'Display EOL in table view', | ||
'display_qr' => 'Display QR Codes', | ||
'info' => 'These settings let you customize certain aspects of your installation.', | ||
'laravel' => 'Laravel Version', | ||
'per_page' => 'Results Per Page', | ||
'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.', | ||
'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.', | ||
'qr_help' => 'Enable QR Codes first to set this', | ||
'qr_text' => 'QR Code Text', | ||
'setting' => 'Setting', | ||
'php' => 'PHP Version', | ||
'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.', | ||
'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.', | ||
'qr_help' => 'Enable QR Codes first to set this', | ||
'qr_text' => 'QR Code Text', | ||
'setting' => 'Setting', | ||
'settings' => 'Settings', | ||
'site_name' => 'Site Name', | ||
'update' => 'Update Settings', | ||
'value' => 'Value', | ||
'system' => 'System Information', | ||
'update' => 'Update Settings', | ||
'value' => 'Value', | ||
); |
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,19 +1,22 @@ | ||
<?php | ||
|
||
return array( | ||
'display_asset_name' => 'Display asset name in table view', | ||
'display_checkout_date' => 'Display checkout date in table view', | ||
'display_eol' => 'Display EOL in table view', | ||
'display_qr' => 'Display QR codes on asset views', | ||
'info' => 'These settings let you customize certain aspects of your installation.', | ||
'display_asset_name' => 'Display Asset Name', | ||
'display_checkout_date' => 'Display Checkout Date', | ||
'display_eol' => 'Display EOL in table view', | ||
'display_qr' => 'Display QR Codes', | ||
'info' => 'These settings let you customize certain aspects of your installation.', | ||
'laravel' => 'Laravel Version', | ||
'per_page' => 'Results Per Page', | ||
'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.', | ||
'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.', | ||
'qr_help' => 'Enable QR Codes first to set this', | ||
'qr_text' => 'QR Code Text', | ||
'setting' => 'Setting', | ||
'php' => 'PHP Version', | ||
'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.', | ||
'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.', | ||
'qr_help' => 'Enable QR Codes first to set this', | ||
'qr_text' => 'QR Code Text', | ||
'setting' => 'Setting', | ||
'settings' => 'Settings', | ||
'site_name' => 'Site Name', | ||
'update' => 'Update Settings', | ||
'value' => 'Value', | ||
'system' => 'System Information', | ||
'update' => 'Update Settings', | ||
'value' => 'Value', | ||
); |
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,25 +1,24 @@ | ||
<?php | ||
|
||
return array( | ||
'address' => 'Supplier Address', | ||
'assets' => 'Assets', | ||
'city' => 'City', | ||
'contact' => 'Contact Name', | ||
'country' => 'Country', | ||
'create' => 'Create Supplier', | ||
'email' => 'Email', | ||
'fax' => 'Fax', | ||
'id' => 'ID', | ||
'licenses' => 'Licenses', | ||
'name' => 'Supplier Name', | ||
'notes' => 'Notes', | ||
'phone' => 'Phone', | ||
'state' => 'State', | ||
'suppliers' => 'Suppliers', | ||
'update' => 'Update Supplier', | ||
'url' => 'URL', | ||
'view' => 'View Supplier', | ||
'view_assets_for' => 'View Assets for', | ||
'zip' => 'Postal Code', | ||
'address' => 'Supplier Address', | ||
'assets' => 'Assets', | ||
'city' => 'City', | ||
'contact' => 'Contact Name', | ||
'country' => 'Country', | ||
'create' => 'Create Supplier', | ||
'email' => 'Email', | ||
'fax' => 'Fax', | ||
'id' => 'ID', | ||
'name' => 'Supplier Name', | ||
'notes' => 'Notes', | ||
'phone' => 'Phone', | ||
'state' => 'State', | ||
'suppliers' => 'Suppliers', | ||
'update' => 'Update Supplier', | ||
'url' => 'URL', | ||
'view' => 'View Supplier', | ||
'view_assets_for' => 'View Assets for', | ||
'zip' => 'Postal Code', | ||
|
||
); |
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,19 +1,22 @@ | ||
<?php | ||
|
||
return array( | ||
'display_asset_name' => 'Display asset name in table view', | ||
'display_checkout_date' => 'Display checkout date in table view', | ||
'display_eol' => 'Display EOL in table view', | ||
'display_qr' => 'Display QR codes on asset views', | ||
'info' => 'These settings let you customize certain aspects of your installation.', | ||
'display_asset_name' => 'Display Asset Name', | ||
'display_checkout_date' => 'Display Checkout Date', | ||
'display_eol' => 'Display EOL in table view', | ||
'display_qr' => 'Display QR Codes', | ||
'info' => 'These settings let you customize certain aspects of your installation.', | ||
'laravel' => 'Laravel Version', | ||
'per_page' => 'Results Per Page', | ||
'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.', | ||
'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.', | ||
'qr_help' => 'Enable QR Codes first to set this', | ||
'qr_text' => 'QR Code Text', | ||
'setting' => 'Setting', | ||
'php' => 'PHP Version', | ||
'php_gd_info' => 'You must install php-gd to display QR codes, see install instructions.', | ||
'php_gd_warning' => 'PHP Image Processing and GD plugin is NOT installed.', | ||
'qr_help' => 'Enable QR Codes first to set this', | ||
'qr_text' => 'QR Code Text', | ||
'setting' => 'Setting', | ||
'settings' => 'Settings', | ||
'site_name' => 'Site Name', | ||
'update' => 'Update Settings', | ||
'value' => 'Value', | ||
'system' => 'System Information', | ||
'update' => 'Update Settings', | ||
'value' => 'Value', | ||
); |
Oops, something went wrong.