* Fix widget name setting not being used on some widget labels
* Update app_languages.php
* Add translations for active calls labels and titles
* Update active_calls.php
* Update call_forward.php
* Update device_keys.php
* Add multi-lingual support for widget labels
Updated widget label to support multi-lingual text.
* Update caller_id.php
* Add multilingual support and update widget label
* Update switch_status.php
* Update system_counts.php
* Replace static title with localized widget label
Updated widget title to use localized label.
* Add multilingual support for disk usage widget
* Add translations for system disk usage labels
* Update system_status.php
* Update system_network_status.php
* Add multi-lingual support for CPU status widget
* Update app_languages.php
* Update app_languages.php
* Update voicemails.php
* Add multi-lingual support for missed calls widget
* Update recent_calls.php
* Simplify widget label assignment using null coalescing
* Update call_center_agents.php
* Update app_languages.php
* Add friendly names for system services
- Adds a $service_friendly_names array at the top of the details block
- For each service, tries to find a match in the array and sets the $display_name
- If no match found in the array, it falls back to prettifying the name automatically (replace underscore with space and capitalize the first letter of each word) so future services don't break the display
* Updated system_services card with more info
- Expanded the system_services card with an additional column for 'Runtime', showing how long the service has been running for
- Added a hover tooltip showing the PID of the service to all three columns
- Added the ability to fetch for additional services string from default settings to show in the system_services card
* system_services dashboard card new default setting
- Added a new default setting (theme -> dashboard_extra_system_services) for defining additional system services to monitor in the system_services dashboard card
- Default setting is enabled by default with a string value of 'freeswitch, nginx, postgresql, sshd'
* Adjusted column widths