105 lines
4.9 KiB
PHP
105 lines
4.9 KiB
PHP
<?php
|
|
|
|
//Conference Profiles
|
|
$text['title-conference_profiles']['en-us'] = 'Conference Profiles';
|
|
$text['title-conference_profiles']['es-cl'] = '';
|
|
$text['title-conference_profiles']['pt-pt'] = '';
|
|
$text['title-conference_profiles']['fr-fr'] = '';
|
|
|
|
$text['title-conference_profile']['en-us'] = 'Conference Profile';
|
|
$text['title-conference_profile']['es-cl'] = '';
|
|
$text['title-conference_profile']['pt-pt'] = '';
|
|
$text['title-conference_profile']['fr-fr'] = '';
|
|
|
|
$text['title_description-conference_profile']['en-us'] = 'A group of conference parameters saved together as a profile.';
|
|
$text['title_description-conference_profile']['es-cl'] = '';
|
|
$text['title_description-conference_profile']['pt-pt'] = '';
|
|
$text['title_description-conference_profile']['fr-fr'] = '';
|
|
|
|
$text['label-profile_name']['en-us'] = 'Name';
|
|
$text['label-profile_name']['es-cl'] = '';
|
|
$text['label-profile_name']['pt-pt'] = '';
|
|
$text['label-profile_name']['fr-fr'] = '';
|
|
|
|
$text['description-profile_name']['en-us'] = 'Enter the profile name.';
|
|
$text['description-profile_name']['es-cl'] = '';
|
|
$text['description-profile_name']['pt-pt'] = '';
|
|
$text['description-profile_name']['fr-fr'] = '';
|
|
|
|
$text['label-profile_enabled']['en-us'] = 'Enabled';
|
|
$text['label-profile_enabled']['es-cl'] = '';
|
|
$text['label-profile_enabled']['pt-pt'] = '';
|
|
$text['label-profile_enabled']['fr-fr'] = '';
|
|
|
|
$text['description-profile_enabled']['en-us'] = 'Set the status of the profile.';
|
|
$text['description-profile_enabled']['es-cl'] = '';
|
|
$text['description-profile_enabled']['pt-pt'] = '';
|
|
$text['description-profile_enabled']['fr-fr'] = '';
|
|
|
|
$text['label-profile_description']['en-us'] = 'Description';
|
|
$text['label-profile_description']['es-cl'] = '';
|
|
$text['label-profile_description']['pt-pt'] = '';
|
|
$text['label-profile_description']['fr-fr'] = '';
|
|
|
|
$text['description-profile_description']['en-us'] = 'Enter the description.';
|
|
$text['description-profile_description']['es-cl'] = '';
|
|
$text['description-profile_description']['pt-pt'] = '';
|
|
$text['description-profile_description']['fr-fr'] = '';
|
|
|
|
//Profile Parameters
|
|
$text['title-conference_profile_params']['en-us'] = 'Profile Parameters';
|
|
$text['title-conference_profile_params']['es-cl'] = '';
|
|
$text['title-conference_profile_params']['pt-pt'] = '';
|
|
$text['title-conference_profile_params']['fr-fr'] = '';
|
|
|
|
$text['title-conference_profile_param']['en-us'] = 'Profile Parameter';
|
|
$text['title-conference_profile_param']['es-cl'] = '';
|
|
$text['title-conference_profile_param']['pt-pt'] = '';
|
|
$text['title-conference_profile_param']['fr-fr'] = '';
|
|
|
|
$text['title_description-conference_profile_param']['en-us'] = 'Settings assigned to the conference profiles.';
|
|
$text['title_description-conference_profile_param']['es-cl'] = '';
|
|
$text['title_description-conference_profile_param']['pt-pt'] = '';
|
|
$text['title_description-conference_profile_param']['fr-fr'] = '';
|
|
|
|
$text['label-profile_param_name']['en-us'] = 'Name';
|
|
$text['label-profile_param_name']['es-cl'] = '';
|
|
$text['label-profile_param_name']['pt-pt'] = '';
|
|
$text['label-profile_param_name']['fr-fr'] = '';
|
|
|
|
$text['description-profile_param_name']['en-us'] = 'Enter the parameter name.';
|
|
$text['description-profile_param_name']['es-cl'] = '';
|
|
$text['description-profile_param_name']['pt-pt'] = '';
|
|
$text['description-profile_param_name']['fr-fr'] = '';
|
|
|
|
$text['label-profile_param_value']['en-us'] = 'Value';
|
|
$text['label-profile_param_value']['es-cl'] = '';
|
|
$text['label-profile_param_value']['pt-pt'] = '';
|
|
$text['label-profile_param_value']['fr-fr'] = '';
|
|
|
|
$text['description-profile_param_value']['en-us'] = 'Enter the value.';
|
|
$text['description-profile_param_value']['es-cl'] = '';
|
|
$text['description-profile_param_value']['pt-pt'] = '';
|
|
$text['description-profile_param_value']['fr-fr'] = '';
|
|
|
|
$text['label-profile_param_enabled']['en-us'] = 'Enabled';
|
|
$text['label-profile_param_enabled']['es-cl'] = '';
|
|
$text['label-profile_param_enabled']['pt-pt'] = '';
|
|
$text['label-profile_param_enabled']['fr-fr'] = '';
|
|
|
|
$text['description-profile_param_enabled']['en-us'] = 'Set the status of the parameter.';
|
|
$text['description-profile_param_enabled']['es-cl'] = '';
|
|
$text['description-profile_param_enabled']['pt-pt'] = '';
|
|
$text['description-profile_param_enabled']['fr-fr'] = '';
|
|
|
|
$text['label-profile_param_description']['en-us'] = 'Description';
|
|
$text['label-profile_param_description']['es-cl'] = '';
|
|
$text['label-profile_param_description']['pt-pt'] = '';
|
|
$text['label-profile_param_description']['fr-fr'] = '';
|
|
|
|
$text['description-profile_param_description']['en-us'] = 'Enter the description.';
|
|
$text['description-profile_param_description']['es-cl'] = '';
|
|
$text['description-profile_param_description']['pt-pt'] = '';
|
|
$text['description-profile_param_description']['fr-fr'] = '';
|
|
|
|
?>
|