diff --git a/app/access_controls/app_config.php b/app/access_controls/app_config.php index b0845c7a7e..353339fb3f 100644 --- a/app/access_controls/app_config.php +++ b/app/access_controls/app_config.php @@ -69,17 +69,14 @@ $apps[$x]['db'][$y]['fields'][$z]['name'] = "access_control_name"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the name."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Insira o nome"; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "access_control_default"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the default type."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Selecione o tipo padrão."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "access_control_description"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description"; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Insira com uma descrição"; $y++; $apps[$x]['db'][$y]['table']['name'] = "v_access_control_nodes"; @@ -102,21 +99,17 @@ $apps[$x]['db'][$y]['fields'][$z]['name'] = "node_type"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the type."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Selecione o tipo."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "node_cidr"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the IP CIDR range."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Insira o intervalo IP CIDR."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "node_domain"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the domain."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Insira com o domínio."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "node_description"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Insira a descrição."; ?> \ No newline at end of file diff --git a/app/call_block/app_config.php b/app/call_block/app_config.php index bf81f8874a..ba60118bdc 100644 --- a/app/call_block/app_config.php +++ b/app/call_block/app_config.php @@ -71,36 +71,30 @@ $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "call_block_name"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "blocked_caller_name"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the name."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Insira o nome."; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the name."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "call_block_number"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "blocked_caller_number"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the full phone number."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Insira o número de telefone completo."; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the full phone number."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "call_block_count"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "blocked_call_count"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Number of calls."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Número de chamadas."; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Number of calls."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "call_block_action"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "blocked_call_action"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Action for call."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Ação para a chamada."; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Action for call."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "date_added"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Date/Time number was added."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Data/Hora que o número foi adicionado."; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Date/Time number was added."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "call_block_enabled"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "block_call_enabled"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enable/disable blocking the call."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Habilitar/desabilitar bloqueamento da chamada."; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enable/disable blocking the call."; ?> \ No newline at end of file diff --git a/app/call_flows/app_config.php b/app/call_flows/app_config.php index f8460d39e7..7e38535a5b 100644 --- a/app/call_flows/app_config.php +++ b/app/call_flows/app_config.php @@ -84,87 +84,72 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid"; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ""; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign"; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_dialplans"; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "dialplan_uuid"; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_name"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the name."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com o nome."; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the name."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_extension"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the extension number."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com o ramal."; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the extension number."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_feature_code"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the feature code."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com o código de recurso."; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the feature code."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_context"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the context."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com o contexto."; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the context."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_status"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Select the status."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Selecione o estado."; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the status."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_pin_number"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the PIN number."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com o número PIN."; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the PIN number."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_label"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the label."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com uma etiqueta."; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the label."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_sound"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Select the sound."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Selecione o som."; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the sound."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_app"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the application."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com a aplicação."; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the application."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_data"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the application data."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com os dados da aplicação."; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the application data."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "call_flow_alternate_label"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "call_flow_anti_label"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the alternate label."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com uma etiqueta alternativa."; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the alternate label."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_alternate_sound"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Select the alternate sound."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Selecione um som alternativo."; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the alternate sound."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "call_flow_alternate_app"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "call_flow_anti_app"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the alternate application."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com uma aplicação alternativa."; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the alternate application."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "call_flow_alternate_data"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "call_flow_anti_data"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the alernate application data."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com os dados da aplicação alternativa."; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the alernate application data."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "call_flow_description"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the description."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com a descrição."; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description."; ?> \ No newline at end of file diff --git a/app/conference_centers/app_config.php b/app/conference_centers/app_config.php index cd78791abb..c460837e49 100644 --- a/app/conference_centers/app_config.php +++ b/app/conference_centers/app_config.php @@ -206,32 +206,26 @@ $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_center_name"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the conference center name."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com o nome do centro de conferência."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_center_extension"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the conference center extension number."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com o ramal do centro de conferência."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_center_pin_length"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the pin length."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Informe o tamanho do código PIN."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_center_greeting"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the conference greeting."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com as boas-vindas da conferência."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_center_description"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the center description."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com a descrição do centro de conferência."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_center_enabled"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enable or disable the conference center."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Habilite ou desabilite o centro de conferência."; $y++; $apps[$x]['db'][$y]['table']['name'] = "v_conference_rooms"; @@ -259,7 +253,6 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_conference_centers"; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "conference_center_uuid"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Conference UUID"; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Identificador universal único do centro de conferência."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "meeting_uuid"; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid"; @@ -269,78 +262,63 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_meetings"; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "meeting_uuid"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Meeting UUID"; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Identificador universal único do encontro/reunião."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "conference_room_name"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the conference room name."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com o nome da sala de conferência."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "profile"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the conference profile."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Selecione o perfil da conferência."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "record"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "recording"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select whether to record the conference."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Selecione se deseja gravar a conferência."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "max_members"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Limit number of people in the conference."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Número máximo de pessoas na conferência."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "start_datetime"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Open the conference room at the start time."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Abra a sala de conferência na hora de início."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "stop_datetime"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Close the conference room at the stop time."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Fecha a sala de conferência na hora do término."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "wait_mod"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Wait for the moderator to join before starting the conference."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Esperar pelo moderador se juntar antes de começar a conferência."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "announce"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Introduce participants as they enter the conference."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Anunciar os participantes a medida que entram na conferência."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "sounds"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Play sound when someone enters or exists the conference."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Tocar um som quando alguém entrar ou sair da conferência."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "mute"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Mute participants on entering the conference."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Silenciar participantes ao entrar na conferência."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "created"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Date when the conference was created."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Data de quando a conferência foi criada."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "created_by"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "The user that created the conference session."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Usuário que criou está conferência."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "enabled"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select to enable or disable the session."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Habilitar ou desabilitar a sessão de conferência."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "description"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Description.for the conference session."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Descrição para a sessão de conferência."; $y++; $apps[$x]['db'][$y]['table']['name'] = "v_conference_sessions"; @@ -368,27 +346,22 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_meetings"; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "meeting_uuid"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "meeting_uuid"; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "meeting_uuid (identificador de reunião)"; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "profile"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the conference profile."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Selecione o perfil da conferência."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "recording"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Conference Recording"; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Gravações da conferência."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "start_epoch"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "start_epoch"; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Início do período."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "end_epoch"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "end_epoch"; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Fim do período."; $y++; $apps[$x]['db'][$y]['table']['name'] = "v_conference_session_details"; @@ -424,48 +397,39 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_meetings"; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "meeting_uuid"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "meeting_uuid"; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "meeting_uuid"; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "username"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Extension number."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Ramal."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "caller_id_name"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "caller_id_name"; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Nome da pessoa que liga"; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "caller_id_number"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "caller_id_number"; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Nome da pessoa que liga"; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "uuid"; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid"; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Call UUID"; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Identificador único da chamada."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "moderator"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Moderator"; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Moderador"; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "network_addr"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "network address"; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Endereço de rede"; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "start_epoch"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "start_epoch"; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Início do período"; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "end_epoch"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "end_epoch"; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Fim do período"; ?> \ No newline at end of file diff --git a/app/conference_controls/app_config.php b/app/conference_controls/app_config.php index be282a4fb4..2900cf9e00 100644 --- a/app/conference_controls/app_config.php +++ b/app/conference_controls/app_config.php @@ -80,17 +80,14 @@ $apps[$x]['db'][$y]['fields'][$z]['name'] = "control_name"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the conference control name."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com o nome para o controle de conferência."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "control_enabled"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Set the stats of the control."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Estabelece o estado do controle."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "control_description"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com a descrição."; $y++; $apps[$x]['db'][$y]['table']['name'] = "v_conference_control_details"; @@ -113,21 +110,17 @@ $apps[$x]['db'][$y]['fields'][$z]['name'] = "control_digits"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the digits."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com os digitos."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "control_action"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the action."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com a ação."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "control_data"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the data."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Entre com os dados."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "control_enabled"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Set the status of the control."; - $apps[$x]['db'][$y]['fields'][$z]['description']['pt-br'] = "Estababelece o estado do controle."; ?> \ No newline at end of file diff --git a/app/extensions/app_config.php b/app/extensions/app_config.php index 426c9e247f..915b516821 100644 --- a/app/extensions/app_config.php +++ b/app/extensions/app_config.php @@ -385,40 +385,40 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "do_not_disturb"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ""; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "forward_all_destination"; $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "call_forward_uuid"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ""; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "forward_all_enabled"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ""; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "forward_busy_destination"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ""; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "forward_busy_enabled"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ""; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "forward_no_answer_destination"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ""; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "forward_no_answer_enabled"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ""; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "forward_user_not_registered_destination"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ""; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "forward_user_not_registered_enabled"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ""; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_uuid"; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid"; diff --git a/app/follow_me/app_config.php b/app/follow_me/app_config.php index 2d9f65d3c0..e2e80e9099 100644 --- a/app/follow_me/app_config.php +++ b/app/follow_me/app_config.php @@ -112,24 +112,24 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "cid_name_prefix"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ""; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "cid_number_prefix"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ""; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "call_prompt"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ""; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true"; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "dial_string"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ""; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_enabled"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ""; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_caller_id_uuid"; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid"; @@ -138,11 +138,11 @@ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign"; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_destinations"; $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "destination_uuid"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ""; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_ignore_busy"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ""; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; //schema details $y++; @@ -173,22 +173,22 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_destination"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ""; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_delay"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ""; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_timeout"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ""; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_prompt"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ""; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_order"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ""; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; ?> \ No newline at end of file diff --git a/app/meetings/app_config.php b/app/meetings/app_config.php index bc8ce600f9..d763b48c9a 100644 --- a/app/meetings/app_config.php +++ b/app/meetings/app_config.php @@ -83,11 +83,11 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "moderator_pin"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the moderator PIN number."; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the moderator PIN number."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "participant_pin"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "Enter the participant PIN number."; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the participant PIN number."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "enabled"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; @@ -123,6 +123,6 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid"; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "user_uuid"; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "user_uuid"; ?> \ No newline at end of file diff --git a/app/voicemails/app_config.php b/app/voicemails/app_config.php index e7cbea6d7a..b90c58b56d 100644 --- a/app/voicemails/app_config.php +++ b/app/voicemails/app_config.php @@ -188,72 +188,58 @@ $apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_id"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the voicemail id."; - $apps[$x]['db'][$y]['fields'][$z]['description']['ru-ru'] = "Введите идентификатор Голосовой Почты."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_password"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the voicemail password."; - $apps[$x]['db'][$y]['fields'][$z]['description']['ru-ru'] = "Введите пароль для Голосовой Почты."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "greeting_id"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select the greeting id."; - $apps[$x]['db'][$y]['fields'][$z]['description']['ru-ru'] = "Выберите идентификатор приветствия ."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_alternate_greet_id"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Used to provide an alternate id for the voicemail announcement."; - $apps[$x]['db'][$y]['fields'][$z]['description']['ru-ru'] = "Используется для обеспечения чередования идентификатора объявлений голосовой почты."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_mail_to"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the email address to send voicemail to."; - $apps[$x]['db'][$y]['fields'][$z]['description']['ru-ru'] = "Введите адрес электронной почты для отправки на голосовую почту."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_sms_to"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the sms did to send voicemail to."; - $apps[$x]['db'][$y]['fields'][$z]['description']['ru-ru'] = "Введите смс для отправки голосовой почты."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_transcription_enabled"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "If voicemail transcription is enabled for this user"; - $apps[$x]['db'][$y]['fields'][$z]['description']['ru-ru'] = "Если голосовая почта транскрипция включена для этого пользователя"; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_attach_file"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Choose whether to attach the file to the email."; - $apps[$x]['db'][$y]['fields'][$z]['description']['ru-ru'] = "Выберите прикрепить ли файл к письму."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_file"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select a listening option to include with the email notification."; - $apps[$x]['db'][$y]['fields'][$z]['description']['ru-ru'] = "Выберите опцию прослушивания, чтобы включить с уведомлением по электронной почте."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_local_after_email"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Choose to keep the voicemail file after sending the email."; - $apps[$x]['db'][$y]['fields'][$z]['description']['ru-ru'] = "Выберите, чтобы сохранить файл голосовой почты после отправки по электронной почте."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_enabled"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Select to enable or disable this voicemail."; - $apps[$x]['db'][$y]['fields'][$z]['description']['ru-ru'] = "Выберите, чтобы включить или отключить эту голосовую почту."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_description"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description."; - $apps[$x]['db'][$y]['fields'][$z]['description']['ru-ru'] = "Введите описание."; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_name_base64"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; - $apps[$x]['db'][$y]['fields'][$z]['description']['ru-ru'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "voicemail_tutorial"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; - $apps[$x]['db'][$y]['fields'][$z]['description']['ru-ru'] = ""; $y++; $apps[$x]['db'][$y]['table']['name'] = "v_voicemail_messages"; diff --git a/core/apps/app_config.php b/core/apps/app_config.php index 033cc7cf83..396ec592d3 100644 --- a/core/apps/app_config.php +++ b/core/apps/app_config.php @@ -56,14 +56,14 @@ $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "app_category"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ""; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "app_version"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ""; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "app_enabled"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; - $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ""; + $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; ?> \ No newline at end of file