245 lines
9.0 KiB
PHP
245 lines
9.0 KiB
PHP
|
|
<?php
|
||
|
|
|
||
|
|
//Access Controls
|
||
|
|
$text['title-access_controls']['en-us'] = 'Access Controls';
|
||
|
|
$text['title-access_controls']['es-cl'] = '';
|
||
|
|
$text['title-access_controls']['pt-pt'] = '';
|
||
|
|
$text['title-access_controls']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['title-access_control']['en-us'] = 'Access Control';
|
||
|
|
$text['title-access_control']['es-cl'] = '';
|
||
|
|
$text['title-access_control']['pt-pt'] = '';
|
||
|
|
$text['title-access_control']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['description-access_control']['en-us'] = 'Access control list can allow or deny ranges of IP addresses.';
|
||
|
|
$text['description-access_control']['es-cl'] = '';
|
||
|
|
$text['description-access_control']['pt-pt'] = '';
|
||
|
|
$text['description-access_control']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['label-access_control_name']['en-us'] = 'Name';
|
||
|
|
$text['label-access_control_name']['es-cl'] = '';
|
||
|
|
$text['label-access_control_name']['pt-pt'] = '';
|
||
|
|
$text['label-access_control_name']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['description-access_control_name']['en-us'] = 'Enter the name.';
|
||
|
|
$text['description-access_control_name']['es-cl'] = '';
|
||
|
|
$text['description-access_control_name']['pt-pt'] = '';
|
||
|
|
$text['description-access_control_name']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['label-access_control_default']['en-us'] = 'Default';
|
||
|
|
$text['label-access_control_default']['es-cl'] = '';
|
||
|
|
$text['label-access_control_default']['pt-pt'] = '';
|
||
|
|
$text['label-access_control_default']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['description-access_control_default']['en-us'] = 'Select the default type.';
|
||
|
|
$text['description-access_control_default']['es-cl'] = '';
|
||
|
|
$text['description-access_control_default']['pt-pt'] = '';
|
||
|
|
$text['description-access_control_default']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['label-access_control_description']['en-us'] = 'Description';
|
||
|
|
$text['label-access_control_description']['es-cl'] = '';
|
||
|
|
$text['label-access_control_description']['pt-pt'] = '';
|
||
|
|
$text['label-access_control_description']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['description-access_control_description']['en-us'] = 'Enter the description';
|
||
|
|
$text['description-access_control_description']['es-cl'] = '';
|
||
|
|
$text['description-access_control_description']['pt-pt'] = '';
|
||
|
|
$text['description-access_control_description']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['label-allow']['en-us'] = 'allow';
|
||
|
|
$text['label-allow']['es-cl'] = '';
|
||
|
|
$text['label-allow']['pt-pt'] = '';
|
||
|
|
$text['label-allow']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['label-deny']['en-us'] = 'deny';
|
||
|
|
$text['label-deny']['es-cl'] = '';
|
||
|
|
$text['label-deny']['pt-pt'] = '';
|
||
|
|
$text['label-deny']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['label-true']['en-us'] = 'true';
|
||
|
|
$text['label-true']['es-cl'] = '';
|
||
|
|
$text['label-true']['pt-pt'] = '';
|
||
|
|
$text['label-true']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['label-false']['en-us'] = 'false';
|
||
|
|
$text['label-false']['es-cl'] = 'falso';
|
||
|
|
$text['label-false']['pt-pt'] = 'falso';
|
||
|
|
$text['label-false']['fr-fr'] = 'falso';
|
||
|
|
|
||
|
|
$text['button-add']['en-us'] = 'Add';
|
||
|
|
$text['button-add']['es-cl'] = '';
|
||
|
|
$text['button-add']['pt-pt'] = '';
|
||
|
|
$text['button-add']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['button-edit']['en-us'] = 'Edit';
|
||
|
|
$text['button-edit']['es-cl'] = '';
|
||
|
|
$text['button-edit']['pt-pt'] = '';
|
||
|
|
$text['button-edit']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['button-delete']['en-us'] = 'Delete';
|
||
|
|
$text['button-delete']['es-cl'] = '';
|
||
|
|
$text['button-delete']['pt-pt'] = '';
|
||
|
|
$text['button-delete']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['button-save']['en-us'] = 'Save';
|
||
|
|
$text['button-save']['es-cl'] = '';
|
||
|
|
$text['button-save']['pt-pt'] = 'Guardar';
|
||
|
|
$text['button-save']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['button-view']['en-us'] = 'View';
|
||
|
|
$text['button-view']['es-cl'] = '';
|
||
|
|
$text['button-view']['pt-pt'] = '';
|
||
|
|
$text['button-view']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['button-back']['en-us'] = 'Back';
|
||
|
|
$text['button-back']['es-cl'] = '';
|
||
|
|
$text['button-back']['pt-pt'] = 'Voltar';
|
||
|
|
$text['button-back']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['confirm-delete']['en-us'] = 'Do you really want to delete this?';
|
||
|
|
$text['confirm-delete']['es-cl'] = '';
|
||
|
|
$text['confirm-delete']['pt-pt'] = '';
|
||
|
|
$text['confirm-delete']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['message-add']['en-us'] = 'Add Completed';
|
||
|
|
$text['message-add']['es-cl'] = '';
|
||
|
|
$text['message-add']['pt-pt'] = '';
|
||
|
|
$text['message-add']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['message-update']['en-us'] = 'Update Completed';
|
||
|
|
$text['message-update']['es-cl'] = '';
|
||
|
|
$text['message-update']['pt-pt'] = '';
|
||
|
|
$text['message-update']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['message-delete']['en-us'] = 'Delete Completed';
|
||
|
|
$text['message-delete']['es-cl'] = '';
|
||
|
|
$text['message-delete']['pt-pt'] = '';
|
||
|
|
$text['message-delete']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['message-required']['en-us'] = 'Please provide: ';
|
||
|
|
$text['message-required']['es-cl'] = '';
|
||
|
|
$text['message-required']['pt-pt'] = '';
|
||
|
|
$text['message-required']['fr-fr'] = '';
|
||
|
|
|
||
|
|
//Nodes
|
||
|
|
$text['title-access_control_nodes']['en-us'] = 'Nodes';
|
||
|
|
$text['title-access_control_nodes']['es-cl'] = '';
|
||
|
|
$text['title-access_control_nodes']['pt-pt'] = '';
|
||
|
|
$text['title-access_control_nodes']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['title-access_control_node']['en-us'] = 'Node';
|
||
|
|
$text['title-access_control_node']['es-cl'] = '';
|
||
|
|
$text['title-access_control_node']['pt-pt'] = '';
|
||
|
|
$text['title-access_control_node']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['description-access_control_node']['en-us'] = '';
|
||
|
|
$text['description-access_control_node']['es-cl'] = '';
|
||
|
|
$text['description-access_control_node']['pt-pt'] = '';
|
||
|
|
$text['description-access_control_node']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['label-node_type']['en-us'] = 'Type';
|
||
|
|
$text['label-node_type']['es-cl'] = '';
|
||
|
|
$text['label-node_type']['pt-pt'] = '';
|
||
|
|
$text['label-node_type']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['description-node_type']['en-us'] = 'Select the type.';
|
||
|
|
$text['description-node_type']['es-cl'] = '';
|
||
|
|
$text['description-node_type']['pt-pt'] = '';
|
||
|
|
$text['description-node_type']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['label-node_cidr']['en-us'] = 'CIDR';
|
||
|
|
$text['label-node_cidr']['es-cl'] = '';
|
||
|
|
$text['label-node_cidr']['pt-pt'] = '';
|
||
|
|
$text['label-node_cidr']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['description-node_cidr']['en-us'] = 'Enter the IP CIDR range.';
|
||
|
|
$text['description-node_cidr']['es-cl'] = '';
|
||
|
|
$text['description-node_cidr']['pt-pt'] = '';
|
||
|
|
$text['description-node_cidr']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['label-node_domain']['en-us'] = 'Domain';
|
||
|
|
$text['label-node_domain']['es-cl'] = '';
|
||
|
|
$text['label-node_domain']['pt-pt'] = '';
|
||
|
|
$text['label-node_domain']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['description-node_domain']['en-us'] = 'Enter the domain name.';
|
||
|
|
$text['description-node_domain']['es-cl'] = '';
|
||
|
|
$text['description-node_domain']['pt-pt'] = '';
|
||
|
|
$text['description-node_domain']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['label-node_description']['en-us'] = 'Description';
|
||
|
|
$text['label-node_description']['es-cl'] = '';
|
||
|
|
$text['label-node_description']['pt-pt'] = '';
|
||
|
|
$text['label-node_description']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['description-node_description']['en-us'] = 'Enter the description.';
|
||
|
|
$text['description-node_description']['es-cl'] = '';
|
||
|
|
$text['description-node_description']['pt-pt'] = '';
|
||
|
|
$text['description-node_description']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['label-true']['en-us'] = 'true';
|
||
|
|
$text['label-true']['es-cl'] = '';
|
||
|
|
$text['label-true']['pt-pt'] = '';
|
||
|
|
$text['label-true']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['label-false']['en-us'] = 'false';
|
||
|
|
$text['label-false']['es-cl'] = 'falso';
|
||
|
|
$text['label-false']['pt-pt'] = 'falso';
|
||
|
|
$text['label-false']['fr-fr'] = 'falso';
|
||
|
|
|
||
|
|
$text['button-add']['en-us'] = 'Add';
|
||
|
|
$text['button-add']['es-cl'] = '';
|
||
|
|
$text['button-add']['pt-pt'] = '';
|
||
|
|
$text['button-add']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['button-edit']['en-us'] = 'Edit';
|
||
|
|
$text['button-edit']['es-cl'] = '';
|
||
|
|
$text['button-edit']['pt-pt'] = '';
|
||
|
|
$text['button-edit']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['button-delete']['en-us'] = 'Delete';
|
||
|
|
$text['button-delete']['es-cl'] = '';
|
||
|
|
$text['button-delete']['pt-pt'] = '';
|
||
|
|
$text['button-delete']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['button-save']['en-us'] = 'Save';
|
||
|
|
$text['button-save']['es-cl'] = '';
|
||
|
|
$text['button-save']['pt-pt'] = 'Guardar';
|
||
|
|
$text['button-save']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['button-view']['en-us'] = 'View';
|
||
|
|
$text['button-view']['es-cl'] = '';
|
||
|
|
$text['button-view']['pt-pt'] = '';
|
||
|
|
$text['button-view']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['button-back']['en-us'] = 'Back';
|
||
|
|
$text['button-back']['es-cl'] = '';
|
||
|
|
$text['button-back']['pt-pt'] = 'Voltar';
|
||
|
|
$text['button-back']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['confirm-delete']['en-us'] = 'Do you really want to delete this?';
|
||
|
|
$text['confirm-delete']['es-cl'] = '';
|
||
|
|
$text['confirm-delete']['pt-pt'] = '';
|
||
|
|
$text['confirm-delete']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['message-add']['en-us'] = 'Add Completed';
|
||
|
|
$text['message-add']['es-cl'] = '';
|
||
|
|
$text['message-add']['pt-pt'] = '';
|
||
|
|
$text['message-add']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['message-update']['en-us'] = 'Update Completed';
|
||
|
|
$text['message-update']['es-cl'] = '';
|
||
|
|
$text['message-update']['pt-pt'] = '';
|
||
|
|
$text['message-update']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['message-delete']['en-us'] = 'Delete Completed';
|
||
|
|
$text['message-delete']['es-cl'] = '';
|
||
|
|
$text['message-delete']['pt-pt'] = '';
|
||
|
|
$text['message-delete']['fr-fr'] = '';
|
||
|
|
|
||
|
|
$text['message-required']['en-us'] = 'Please provide: ';
|
||
|
|
$text['message-required']['es-cl'] = '';
|
||
|
|
$text['message-required']['pt-pt'] = '';
|
||
|
|
$text['message-required']['fr-fr'] = '';
|
||
|
|
|
||
|
|
?>
|