ORIENT/plugins/cggstudio/loading/lang/en/lang.php

16 lines
511 B
PHP
Executable File

<?php
return [
'plugin' => [
'name' => 'Page loading indicator',
'description' => 'Adds a "loading" to the pages.',
],
'messages' => [
'Speed' => 'Speed',
'Speed_description' => 'Time taken for loading logo once the page load disappear',
'Speed_validation' => 'The "Speed" property can contain only numeric symbols',
'Background' => 'Background Color',
'Background_description' => 'CSS color attribute of the background',
'Background_validation' => 'The "Background Color" needs to be a hex color code'
],
];
?>