Add Portuguese Transations

This commit is contained in:
Roberto Valente 2024-10-18 05:36:58 +01:00
parent e45fcf30b5
commit 2d7e8622b0
11 changed files with 389 additions and 390 deletions

View file

@ -37,48 +37,48 @@
*/ */
defined('BASEPATH') or exit('No direct script access allowed'); defined('BASEPATH') or exit('No direct script access allowed');
$lang['cal_su'] = 'Su'; $lang['cal_su'] = 'Do';
$lang['cal_mo'] = 'Mo'; $lang['cal_mo'] = 'Se';
$lang['cal_tu'] = 'Tu'; $lang['cal_tu'] = 'Te';
$lang['cal_we'] = 'We'; $lang['cal_we'] = 'Qu';
$lang['cal_th'] = 'Th'; $lang['cal_th'] = 'Qu';
$lang['cal_fr'] = 'Fr'; $lang['cal_fr'] = 'Se';
$lang['cal_sa'] = 'Sa'; $lang['cal_sa'] = 'Sá';
$lang['cal_sun'] = 'Sun'; $lang['cal_sun'] = 'Dom';
$lang['cal_mon'] = 'Mon'; $lang['cal_mon'] = 'Seg';
$lang['cal_tue'] = 'Tue'; $lang['cal_tue'] = 'Ter';
$lang['cal_wed'] = 'Wed'; $lang['cal_wed'] = 'Qua';
$lang['cal_thu'] = 'Thu'; $lang['cal_thu'] = 'Qui';
$lang['cal_fri'] = 'Fri'; $lang['cal_fri'] = 'Sex';
$lang['cal_sat'] = 'Sat'; $lang['cal_sat'] = 'Sáb';
$lang['cal_sunday'] = 'Sunday'; $lang['cal_sunday'] = 'Domingo';
$lang['cal_monday'] = 'Monday'; $lang['cal_monday'] = 'Segunda-feira';
$lang['cal_tuesday'] = 'Tuesday'; $lang['cal_tuesday'] = 'Terça-feira';
$lang['cal_wednesday'] = 'Wednesday'; $lang['cal_wednesday'] = 'Quarta-feira';
$lang['cal_thursday'] = 'Thursday'; $lang['cal_thursday'] = 'Quinta-feira';
$lang['cal_friday'] = 'Friday'; $lang['cal_friday'] = 'Sexta-feira';
$lang['cal_saturday'] = 'Saturday'; $lang['cal_saturday'] = 'Sábado';
$lang['cal_jan'] = 'Jan'; $lang['cal_jan'] = 'Jan';
$lang['cal_feb'] = 'Feb'; $lang['cal_feb'] = 'Fev';
$lang['cal_mar'] = 'Mar'; $lang['cal_mar'] = 'Mar';
$lang['cal_apr'] = 'Apr'; $lang['cal_apr'] = 'Abr';
$lang['cal_may'] = 'May'; $lang['cal_may'] = 'Mai';
$lang['cal_jun'] = 'Jun'; $lang['cal_jun'] = 'Jun';
$lang['cal_jul'] = 'Jul'; $lang['cal_jul'] = 'Jul';
$lang['cal_aug'] = 'Aug'; $lang['cal_aug'] = 'Ago';
$lang['cal_sep'] = 'Sep'; $lang['cal_sep'] = 'Set';
$lang['cal_oct'] = 'Oct'; $lang['cal_oct'] = 'Out';
$lang['cal_nov'] = 'Nov'; $lang['cal_nov'] = 'Nov';
$lang['cal_dec'] = 'Dec'; $lang['cal_dec'] = 'Dez';
$lang['cal_january'] = 'January'; $lang['cal_january'] = 'Janeiro';
$lang['cal_february'] = 'February'; $lang['cal_february'] = 'Fevereiro';
$lang['cal_march'] = 'March'; $lang['cal_march'] = 'Março';
$lang['cal_april'] = 'April'; $lang['cal_april'] = 'Abril';
$lang['cal_mayl'] = 'May'; $lang['cal_mayl'] = 'Maio';
$lang['cal_june'] = 'June'; $lang['cal_june'] = 'Junho';
$lang['cal_july'] = 'July'; $lang['cal_july'] = 'Julho';
$lang['cal_august'] = 'August'; $lang['cal_august'] = 'Agosto';
$lang['cal_september'] = 'September'; $lang['cal_september'] = 'Setembro';
$lang['cal_october'] = 'October'; $lang['cal_october'] = 'Outubro';
$lang['cal_november'] = 'November'; $lang['cal_november'] = 'Novembro';
$lang['cal_december'] = 'December'; $lang['cal_december'] = 'Dezembro';

View file

@ -37,20 +37,20 @@
*/ */
defined('BASEPATH') or exit('No direct script access allowed'); defined('BASEPATH') or exit('No direct script access allowed');
$lang['date_year'] = 'Year'; $lang['date_year'] = 'Ano';
$lang['date_years'] = 'Years'; $lang['date_years'] = 'Anos';
$lang['date_month'] = 'Month'; $lang['date_month'] = 'Mês';
$lang['date_months'] = 'Months'; $lang['date_months'] = 'Meses';
$lang['date_week'] = 'Week'; $lang['date_week'] = 'Semana';
$lang['date_weeks'] = 'Weeks'; $lang['date_weeks'] = 'Semanas';
$lang['date_day'] = 'Day'; $lang['date_day'] = 'Dia';
$lang['date_days'] = 'Days'; $lang['date_days'] = 'Dias';
$lang['date_hour'] = 'Hour'; $lang['date_hour'] = 'Hora';
$lang['date_hours'] = 'Hours'; $lang['date_hours'] = 'Horas';
$lang['date_minute'] = 'Minute'; $lang['date_minute'] = 'Minuto';
$lang['date_minutes'] = 'Minutes'; $lang['date_minutes'] = 'Minutos';
$lang['date_second'] = 'Second'; $lang['date_second'] = 'Segundo';
$lang['date_seconds'] = 'Seconds'; $lang['date_seconds'] = 'Segundos';
$lang['UM12'] = '(UTC -12:00) Baker/Howland Island'; $lang['UM12'] = '(UTC -12:00) Baker/Howland Island';
$lang['UM11'] = '(UTC -11:00) Niue'; $lang['UM11'] = '(UTC -11:00) Niue';

View file

@ -27,7 +27,7 @@ $lang['db_unable_to_drop'] = 'Não é possível apagar a base de dados indicada'
$lang['db_unsupported_feature'] = 'Esta funcionalidade não é suportada pela plataforma de base de dados que está a usar.'; $lang['db_unsupported_feature'] = 'Esta funcionalidade não é suportada pela plataforma de base de dados que está a usar.';
$lang['db_unsupported_compression'] = 'O formato de compressão de ficheiros que escolheu não é suportado pelo seu servidor.'; $lang['db_unsupported_compression'] = 'O formato de compressão de ficheiros que escolheu não é suportado pelo seu servidor.';
$lang['db_filepath_error'] = 'Incapaz de escrever dados no caminho de ficheiro que indicou.'; $lang['db_filepath_error'] = 'Incapaz de escrever dados no caminho de ficheiro que indicou.';
$lang['db_invalid_cache_path'] = 'O cainho da cache que indicou não é válido ou não é tem permissões de escrita.'; $lang['db_invalid_cache_path'] = 'O caminho da cache que indicou não é válido ou não tem permissões de escrita.';
$lang['db_table_name_required'] = 'É necessário um nome de tabela para essa operação.'; $lang['db_table_name_required'] = 'É necessário um nome de tabela para essa operação.';
$lang['db_column_name_required'] = 'É necessário um nome de coluna para essa operação.'; $lang['db_column_name_required'] = 'É necessário um nome de coluna para essa operação.';
$lang['db_column_definition_required'] = 'É necessário uma definição de coluna para essa operação.'; $lang['db_column_definition_required'] = 'É necessário uma definição de coluna para essa operação.';

View file

@ -37,33 +37,33 @@
*/ */
defined('BASEPATH') or exit('No direct script access allowed'); defined('BASEPATH') or exit('No direct script access allowed');
$lang['form_validation_required'] = 'The {field} field is required.'; $lang['form_validation_required'] = 'O campo {field} é obrigatório.';
$lang['form_validation_isset'] = 'The {field} field must have a value.'; $lang['form_validation_isset'] = 'O campo {field} deve de ter um valor.';
$lang['form_validation_valid_email'] = 'The {field} field must contain a valid email address.'; $lang['form_validation_valid_email'] = 'O campo {field} deve conter um endereço de email válido.';
$lang['form_validation_valid_emails'] = 'The {field} field must contain all valid email addresses.'; $lang['form_validation_valid_emails'] = 'O campo {field} field must contain all valid email addresses.';
$lang['form_validation_valid_url'] = 'The {field} field must contain a valid URL.'; $lang['form_validation_valid_url'] = 'O campo {field} deve conter um URL válido.';
$lang['form_validation_valid_ip'] = 'The {field} field must contain a valid IP.'; $lang['form_validation_valid_ip'] = 'O campo {field} deve conter um IP válido.';
$lang['form_validation_valid_base64'] = 'The {field} field must contain a valid Base64 string.'; $lang['form_validation_valid_base64'] = 'O campo {field} deve conter uma string Base64 válida.';
$lang['form_validation_min_length'] = 'The {field} field must be at least {param} characters in length.'; $lang['form_validation_min_length'] = 'O campo {field} deve ter pelo menos {param} caracteres de comprimento.';
$lang['form_validation_max_length'] = 'The {field} field cannot exceed {param} characters in length.'; $lang['form_validation_max_length'] = 'O campo {field} não pode exceder {param} caracteres de comprimento.';
$lang['form_validation_exact_length'] = 'The {field} field must be exactly {param} characters in length.'; $lang['form_validation_exact_length'] = 'O campo {field} deve ter exatamente {param} caracteres de comprimento.';
$lang['form_validation_alpha'] = 'The {field} field may only contain alphabetical characters.'; $lang['form_validation_alpha'] = 'O campo {field} pode conter apenas caracteres alfabéticos.';
$lang['form_validation_alpha_numeric'] = 'The {field} field may only contain alpha-numeric characters.'; $lang['form_validation_alpha_numeric'] = 'O campo {field} pode conter apenas caracteres alfanuméricos.';
$lang['form_validation_alpha_numeric_spaces'] = 'The {field} field may only contain alpha-numeric characters and spaces.'; $lang['form_validation_alpha_numeric_spaces'] = 'O campo {field} pode conter apenas caracteres alfanuméricos e espaços.';
$lang['form_validation_alpha_dash'] = 'The {field} field may only contain alpha-numeric characters, underscores, and dashes.'; $lang['form_validation_alpha_dash'] = 'O campo {field} pode conter apenas caracteres alfanuméricos, underscores e hífens.';
$lang['form_validation_numeric'] = 'The {field} field must contain only numbers.'; $lang['form_validation_numeric'] = 'O campo {field} deve conter apenas números.';
$lang['form_validation_is_numeric'] = 'The {field} field must contain only numeric characters.'; $lang['form_validation_is_numeric'] = 'O campo {field} deve conter apenas caracteres numéricos.';
$lang['form_validation_integer'] = 'The {field} field must contain an integer.'; $lang['form_validation_integer'] = 'O campo {field} deve conter um número inteiro.';
$lang['form_validation_regex_match'] = 'The {field} field is not in the correct format.'; $lang['form_validation_regex_match'] = 'O campo {field} não está no formato correto.';
$lang['form_validation_matches'] = 'The {field} field does not match the {param} field.'; $lang['form_validation_matches'] = 'O campo {field} não corresponde ao campo {param}.';
$lang['form_validation_differs'] = 'The {field} field must differ from the {param} field.'; $lang['form_validation_differs'] = 'O campo {field} deve ser diferente do campo {param}.';
$lang['form_validation_is_unique'] = 'The {field} field must contain a unique value.'; $lang['form_validation_is_unique'] = 'O campo {field} deve conter um valor único.';
$lang['form_validation_is_natural'] = 'The {field} field must only contain digits.'; $lang['form_validation_is_natural'] = 'O campo {field} deve conter apenas dígitos.';
$lang['form_validation_is_natural_no_zero'] = 'The {field} field must only contain digits and must be greater than zero.'; $lang['form_validation_is_natural_no_zero'] = 'O campo {field} deve conter apenas dígitos e deve ser maior que zero.';
$lang['form_validation_decimal'] = 'The {field} field must contain a decimal number.'; $lang['form_validation_decimal'] = 'O campo {field} deve conter um número decimal.';
$lang['form_validation_less_than'] = 'The {field} field must contain a number less than {param}.'; $lang['form_validation_less_than'] = 'O campo {field} deve conter um número menor que {param}.';
$lang['form_validation_less_than_equal_to'] = 'The {field} field must contain a number less than or equal to {param}.'; $lang['form_validation_less_than_equal_to'] = 'O campo {field} deve conter um número menor ou igual a {param}.';
$lang['form_validation_greater_than'] = 'The {field} field must contain a number greater than {param}.'; $lang['form_validation_greater_than'] = 'O campo {field} deve conter um número maior que {param}.';
$lang['form_validation_greater_than_equal_to'] = 'The {field} field must contain a number greater than or equal to {param}.'; $lang['form_validation_greater_than_equal_to'] = 'O campo {field} deve conter um número maior ou igual a {param}.';
$lang['form_validation_error_message_not_set'] = 'Unable to access an error message corresponding to your field name {field}.'; $lang['form_validation_error_message_not_set'] = 'Não foi possível acessar uma mensagem de erro correspondente ao nome do campo {field}.';
$lang['form_validation_in_list'] = 'The {field} field must be one of: {param}.'; $lang['form_validation_in_list'] = 'O campo {field} deve ser um dos seguintes: {param}.';

View file

@ -37,15 +37,15 @@
*/ */
defined('BASEPATH') or exit('No direct script access allowed'); defined('BASEPATH') or exit('No direct script access allowed');
$lang['ftp_no_connection'] = 'Unable to locate a valid connection ID. Please make sure you are connected before performing any file routines.'; $lang['ftp_no_connection'] = 'Não foi possível localizar um ID de conexão válido. Por favor, certifique-se de que está conectado antes de realizar qualquer rotina de arquivos.';
$lang['ftp_unable_to_connect'] = 'Unable to connect to your FTP server using the supplied hostname.'; $lang['ftp_unable_to_connect'] = 'Não foi possível conectar ao seu servidor FTP usando o nome do host fornecido.';
$lang['ftp_unable_to_login'] = 'Unable to login to your FTP server. Please check your username and password.'; $lang['ftp_unable_to_login'] = 'Não foi possível fazer login no seu servidor FTP. Por favor, verifique seu nome de usuário e senha.';
$lang['ftp_unable_to_mkdir'] = 'Unable to create the directory you have specified.'; $lang['ftp_unable_to_mkdir'] = 'Não foi possível criar o diretório especificado.';
$lang['ftp_unable_to_changedir'] = 'Unable to change directories.'; $lang['ftp_unable_to_changedir'] = 'Não foi possível mudar de diretório.';
$lang['ftp_unable_to_chmod'] = 'Unable to set file permissions. Please check your path.'; $lang['ftp_unable_to_chmod'] = 'Não foi possível definir as permissões do arquivo. Por favor, verifique seu caminho.';
$lang['ftp_unable_to_upload'] = 'Unable to upload the specified file. Please check your path.'; $lang['ftp_unable_to_upload'] = 'Não foi possível fazer upload do arquivo especificado. Por favor, verifique seu caminho.';
$lang['ftp_unable_to_download'] = 'Unable to download the specified file. Please check your path.'; $lang['ftp_unable_to_download'] = 'Não foi possível fazer download do arquivo especificado. Por favor, verifique seu caminho.';
$lang['ftp_no_source_file'] = 'Unable to locate the source file. Please check your path.'; $lang['ftp_no_source_file'] = 'Não foi possível localizar o arquivo de origem. Por favor, verifique seu caminho.';
$lang['ftp_unable_to_rename'] = 'Unable to rename the file.'; $lang['ftp_unable_to_rename'] = 'Não foi possível renomear o arquivo.';
$lang['ftp_unable_to_delete'] = 'Unable to delete the file.'; $lang['ftp_unable_to_delete'] = 'Não foi possível excluir o arquivo.';
$lang['ftp_unable_to_move'] = 'Unable to move the file. Please make sure the destination directory exists.'; $lang['ftp_unable_to_move'] = 'Não foi possível mover o arquivo. Por favor, certifique-se de que o diretório de destino existe.';

View file

@ -37,21 +37,21 @@
*/ */
defined('BASEPATH') or exit('No direct script access allowed'); defined('BASEPATH') or exit('No direct script access allowed');
$lang['imglib_source_image_required'] = 'You must specify a source image in your preferences.'; $lang['imglib_source_image_required'] = 'Você deve especificar uma imagem de origem nas suas preferências.';
$lang['imglib_gd_required'] = 'The GD image library is required for this feature.'; $lang['imglib_gd_required'] = 'A biblioteca de imagens GD é necessária para este recurso.';
$lang['imglib_gd_required_for_props'] = 'Your server must support the GD image library in order to determine the image properties.'; $lang['imglib_gd_required_for_props'] = 'Seu servidor deve suportar a biblioteca de imagens GD para determinar as propriedades da imagem.';
$lang['imglib_unsupported_imagecreate'] = 'Your server does not support the GD function required to process this type of image.'; $lang['imglib_unsupported_imagecreate'] = 'Seu servidor não suporta a função GD necessária para processar este tipo de imagem.';
$lang['imglib_gif_not_supported'] = 'GIF images are often not supported due to licensing restrictions. You may have to use JPG or PNG images instead.'; $lang['imglib_gif_not_supported'] = 'Imagens GIF geralmente não são suportadas devido a restrições de licenciamento. Você pode ter que usar imagens JPG ou PNG em vez disso.';
$lang['imglib_jpg_not_supported'] = 'JPG images are not supported.'; $lang['imglib_jpg_not_supported'] = 'Imagens JPG não são suportadas.';
$lang['imglib_png_not_supported'] = 'PNG images are not supported.'; $lang['imglib_png_not_supported'] = 'Imagens PNG não são suportadas.';
$lang['imglib_jpg_or_png_required'] = 'The image resize protocol specified in your preferences only works with JPEG or PNG image types.'; $lang['imglib_jpg_or_png_required'] = 'O protocolo de redimensionamento de imagem especificado nas suas preferências só funciona com tipos de imagem JPEG ou PNG.';
$lang['imglib_copy_error'] = 'An error was encountered while attempting to replace the file. Please make sure your file directory is writable.'; $lang['imglib_copy_error'] = 'Ocorreu um erro ao tentar substituir o arquivo. Por favor, certifique-se de que seu diretório de arquivos é gravável.';
$lang['imglib_rotate_unsupported'] = 'Image rotation does not appear to be supported by your server.'; $lang['imglib_rotate_unsupported'] = 'A rotação de imagem não parece ser suportada pelo seu servidor.';
$lang['imglib_libpath_invalid'] = 'The path to your image library is not correct. Please set the correct path in your image preferences.'; $lang['imglib_libpath_invalid'] = 'O caminho para a sua biblioteca de imagens não está correto. Por favor, defina o caminho correto nas suas preferências de imagem.';
$lang['imglib_image_process_failed'] = 'Image processing failed. Please verify that your server supports the chosen protocol and that the path to your image library is correct.'; $lang['imglib_image_process_failed'] = 'O processamento da imagem falhou. Por favor, verifique se o seu servidor suporta o protocolo escolhido e se o caminho para a sua biblioteca de imagens está correto.';
$lang['imglib_rotation_angle_required'] = 'An angle of rotation is required to rotate the image.'; $lang['imglib_rotation_angle_required'] = 'Um ângulo de rotação é necessário para girar a imagem.';
$lang['imglib_invalid_path'] = 'The path to the image is not correct.'; $lang['imglib_invalid_path'] = 'O caminho para a imagem não está correto.';
$lang['imglib_invalid_image'] = 'The provided image is not valid.'; $lang['imglib_invalid_image'] = 'A imagem fornecida não é válida.';
$lang['imglib_copy_failed'] = 'The image copy routine failed.'; $lang['imglib_copy_failed'] = 'A rotina de cópia da imagem falhou.';
$lang['imglib_missing_font'] = 'Unable to find a font to use.'; $lang['imglib_missing_font'] = 'Não foi possível encontrar uma fonte para usar.';
$lang['imglib_save_failed'] = 'Unable to save the image. Please make sure the image and file directory are writable.'; $lang['imglib_save_failed'] = 'Não foi possível salvar a imagem. Por favor, certifique-se de que a imagem e o diretório de arquivos são graváveis.';

View file

@ -37,7 +37,7 @@
*/ */
defined('BASEPATH') or exit('No direct script access allowed'); defined('BASEPATH') or exit('No direct script access allowed');
$lang['pagination_first_link'] = '‹ First'; $lang['pagination_first_link'] = '‹ Primeiro';
$lang['pagination_next_link'] = '>'; $lang['pagination_next_link'] = '>';
$lang['pagination_prev_link'] = '<'; $lang['pagination_prev_link'] = '<';
$lang['pagination_last_link'] = 'Last ›'; $lang['pagination_last_link'] = 'Último ›';

View file

@ -37,24 +37,24 @@
*/ */
defined('BASEPATH') or exit('No direct script access allowed'); defined('BASEPATH') or exit('No direct script access allowed');
$lang['profiler_database'] = 'DATABASE'; $lang['profiler_database'] = 'BASE DE DADOS';
$lang['profiler_controller_info'] = 'CLASS/METHOD'; $lang['profiler_controller_info'] = 'CLASSE/MÉTODO';
$lang['profiler_benchmarks'] = 'BENCHMARKS'; $lang['profiler_benchmarks'] = 'BENCHMARKS';
$lang['profiler_queries'] = 'QUERIES'; $lang['profiler_queries'] = 'CONSULTAS';
$lang['profiler_get_data'] = 'GET DATA'; $lang['profiler_get_data'] = 'DADOS GET';
$lang['profiler_post_data'] = 'POST DATA'; $lang['profiler_post_data'] = 'DADOS POST';
$lang['profiler_uri_string'] = 'URI STRING'; $lang['profiler_uri_string'] = 'STRING URI';
$lang['profiler_memory_usage'] = 'MEMORY USAGE'; $lang['profiler_memory_usage'] = 'USO DE MEMÓRIA';
$lang['profiler_config'] = 'CONFIG VARIABLES'; $lang['profiler_config'] = 'VARIÁVEIS DE CONFIGURAÇÃO';
$lang['profiler_session_data'] = 'SESSION DATA'; $lang['profiler_session_data'] = 'DADOS DE SESSÃO';
$lang['profiler_headers'] = 'HTTP HEADERS'; $lang['profiler_headers'] = 'CABEÇALHOS HTTP';
$lang['profiler_no_db'] = 'Database driver is not currently loaded'; $lang['profiler_no_db'] = 'Driver da base de dados não está carregado atualmente';
$lang['profiler_no_queries'] = 'No queries were run'; $lang['profiler_no_queries'] = 'Nenhuma consulta foi executada';
$lang['profiler_no_post'] = 'No POST data exists'; $lang['profiler_no_post'] = 'Não existem dados POST';
$lang['profiler_no_get'] = 'No GET data exists'; $lang['profiler_no_get'] = 'Não existem dados GET';
$lang['profiler_no_uri'] = 'No URI data exists'; $lang['profiler_no_uri'] = 'Não existem dados URI';
$lang['profiler_no_memory'] = 'Memory Usage Unavailable'; $lang['profiler_no_memory'] = 'Uso de memória indisponível';
$lang['profiler_no_profiles'] = 'No Profile data - all Profiler sections have been disabled.'; $lang['profiler_no_profiles'] = 'Nenhum dado de perfil - todas as seções do Profiler foram desativadas.';
$lang['profiler_section_hide'] = 'Hide'; $lang['profiler_section_hide'] = 'Esconder';
$lang['profiler_section_show'] = 'Show'; $lang['profiler_section_show'] = 'Mostrar';
$lang['profiler_seconds'] = 'seconds'; $lang['profiler_seconds'] = 'segundos';

View file

@ -13,27 +13,27 @@ $lang['no_available_hours'] = 'Não existem eventos para a data selecionada, Por
$lang['appointment_hour_missing'] = 'Por favor, selecione a hora do evento antes de continuar.'; $lang['appointment_hour_missing'] = 'Por favor, selecione a hora do evento antes de continuar.';
$lang['customer_information'] = 'Preencha as suas informações'; $lang['customer_information'] = 'Preencha as suas informações';
$lang['first_name'] = 'Primeiro Nome'; $lang['first_name'] = 'Primeiro Nome';
$lang['last_name'] = 'Ultimo Nome'; $lang['last_name'] = 'Último Nome';
$lang['email'] = 'Email'; $lang['email'] = 'Email';
$lang['phone_number'] = 'Telemóvel'; $lang['phone_number'] = 'Número de Telemóvel';
$lang['phone'] = 'Phone'; $lang['phone'] = 'Telemóvel';
$lang['address'] = 'Morada'; $lang['address'] = 'Morada';
$lang['city'] = 'Cidade'; $lang['city'] = 'Cidade';
$lang['zip_code'] = 'Código Postal'; $lang['zip_code'] = 'Código Postal';
$lang['notes'] = 'Notas'; $lang['notes'] = 'Notas';
$lang['language'] = 'Language'; $lang['language'] = 'Idioma';
$lang['no_language'] = 'No language'; $lang['no_language'] = 'Sem idioma';
$lang['fields_are_required'] = '* campos obrigatorios'; $lang['fields_are_required'] = '* campos obrigatorios';
$lang['appointment_confirmation'] = 'Confirmar Evento'; $lang['appointment_confirmation'] = 'Confirmar Evento';
$lang['confirm'] = 'Comfirmar'; $lang['confirm'] = 'Comfirmar';
$lang['update'] = 'Update'; $lang['update'] = 'Atualizar';
$lang['cancel_appointment_hint'] = 'Pressione o botão "cancelar" para remover o compromisso da agenda (da empresa).'; $lang['cancel_appointment_hint'] = 'Pressione o botão "cancelar" para remover o compromisso da agenda (da empresa).';
$lang['cancel'] = 'Cancelar'; $lang['cancel'] = 'Cancelar';
$lang['appointment_registered'] = 'O seu evento foi registrado com sucesso.'; $lang['appointment_registered'] = 'O seu evento foi registrado com sucesso.';
$lang['cancel_appointment_title'] = 'Cancelar Evento'; $lang['cancel_appointment_title'] = 'Cancelar Evento';
$lang['appointment_cancelled'] = 'O seu evento foi cancelado com sucesso.'; $lang['appointment_cancelled'] = 'O seu evento foi cancelado com sucesso.';
$lang['appointment_cancelled_title'] = 'Evento cancelado'; $lang['appointment_cancelled_title'] = 'Evento cancelado';
$lang['reason'] = 'Razão'; $lang['reason'] = 'Motivo';
$lang['appointment_removed_from_schedule'] = 'O seu evento foi removido dos eventos da empresa.'; $lang['appointment_removed_from_schedule'] = 'O seu evento foi removido dos eventos da empresa.';
$lang['appointment_details_was_sent_to_you'] = 'Email enviado com os destalhes do evento.'; $lang['appointment_details_was_sent_to_you'] = 'Email enviado com os destalhes do evento.';
$lang['add_to_google_calendar'] = 'Adicionar calendario da google'; $lang['add_to_google_calendar'] = 'Adicionar calendario da google';
@ -51,8 +51,8 @@ $lang['appointment_link_title'] = 'Link de apontamentos';
$lang['success'] = 'Sucesso.'; $lang['success'] = 'Sucesso.';
$lang['appointment_added_to_your_plan'] = 'Um novo evento foi adicionado ao seu plano.'; $lang['appointment_added_to_your_plan'] = 'Um novo evento foi adicionado ao seu plano.';
$lang['appointment_link_description'] = 'Pode fazer alterações clicando no link.'; $lang['appointment_link_description'] = 'Pode fazer alterações clicando no link.';
$lang['appointment_locked'] = 'Modification impossible.'; $lang['appointment_locked'] = 'Modificação impossível.';
$lang['appointment_locked_message'] = 'The appointment cannot be changed less than {$limit} hours in advance.'; $lang['appointment_locked_message'] = 'O evento não pode ser alterado com menos de {$limit} horas de antecedência.';
$lang['appointment_not_found'] = 'Evento não encontrado.'; $lang['appointment_not_found'] = 'Evento não encontrado.';
$lang['appointment_does_not_exist_in_db'] = 'O evento pedido não existe na base de dados.'; $lang['appointment_does_not_exist_in_db'] = 'O evento pedido não existe na base de dados.';
$lang['display_calendar'] = 'Mostrar Calendário'; $lang['display_calendar'] = 'Mostrar Calendário';
@ -63,7 +63,7 @@ $lang['log_out'] = 'Sair';
$lang['synchronize'] = 'Sincronizar'; $lang['synchronize'] = 'Sincronizar';
$lang['enable_sync'] = 'Ativar Sincronização'; $lang['enable_sync'] = 'Ativar Sincronização';
$lang['disable_sync'] = 'Desativar Sincronização'; $lang['disable_sync'] = 'Desativar Sincronização';
$lang['disable_sync_prompt'] = 'Are you sure that you want to disable the calendar synchronization?'; $lang['disable_sync_prompt'] = 'Tem a certeza de que deseja desativar a sincronização do calendário?';
$lang['reload'] = 'Carregar'; $lang['reload'] = 'Carregar';
$lang['appointment'] = 'Evento'; $lang['appointment'] = 'Evento';
$lang['unavailability'] = 'Indisponível'; $lang['unavailability'] = 'Indisponível';
@ -108,7 +108,7 @@ $lang['new_unavailability_title'] = 'Novo Período Indisponível';
$lang['edit_unavailability_title'] = 'Edite Período Indisponível'; $lang['edit_unavailability_title'] = 'Edite Período Indisponível';
$lang['unavailability_saved'] = 'Período Indisponível guardado com sucesso.'; $lang['unavailability_saved'] = 'Período Indisponível guardado com sucesso.';
$lang['start_date_before_end_error'] = 'A data início é superior ao valor da data fim.'; $lang['start_date_before_end_error'] = 'A data início é superior ao valor da data fim.';
$lang['invalid_duration'] = 'Invalid duration.'; $lang['invalid_duration'] = 'Duração inválida.';
$lang['invalid_email'] = 'Email invalido.'; $lang['invalid_email'] = 'Email invalido.';
$lang['customers'] = 'Clientes'; $lang['customers'] = 'Clientes';
$lang['details'] = 'Detalhes'; $lang['details'] = 'Detalhes';
@ -127,10 +127,10 @@ $lang['mobile_number'] = 'Telemóvel ';
$lang['mobile'] = 'Mobile'; $lang['mobile'] = 'Mobile';
$lang['state'] = 'Estado'; $lang['state'] = 'Estado';
$lang['username'] = 'Nome de utilizador'; $lang['username'] = 'Nome de utilizador';
$lang['password'] = 'Palavra pass / senha'; $lang['password'] = 'Palavra-passe / senha';
$lang['retype_password'] = 'Retype Password'; $lang['retype_password'] = 'Retype Password';
$lang['receive_notifications'] = 'Receber notificações'; $lang['receive_notifications'] = 'Receber notificações';
$lang['passwords_mismatch'] = 'Senha inválida.'; $lang['passwords_mismatch'] = 'Palavra-passe inválida.';
$lang['admin_saved'] = 'Administrador guardado com sucesso.'; $lang['admin_saved'] = 'Administrador guardado com sucesso.';
$lang['provider_saved'] = 'Fornecedor guardado com sucesso.'; $lang['provider_saved'] = 'Fornecedor guardado com sucesso.';
$lang['secretary_saved'] = 'Secretário guardado com sucesso.'; $lang['secretary_saved'] = 'Secretário guardado com sucesso.';
@ -156,7 +156,7 @@ $lang['sunday'] = 'Domingo';
$lang['breaks'] = 'Pausas'; $lang['breaks'] = 'Pausas';
$lang['add_breaks_during_each_day'] = 'Adicionar as pausas de trabalho durante cada dia. Durante os intervalos o fornecedor não aceitará quaisquer compromissos.'; $lang['add_breaks_during_each_day'] = 'Adicionar as pausas de trabalho durante cada dia. Durante os intervalos o fornecedor não aceitará quaisquer compromissos.';
$lang['day'] = 'Dia'; $lang['day'] = 'Dia';
$lang['days'] = 'Days'; $lang['days'] = 'Dias';
$lang['actions'] = 'Ações'; $lang['actions'] = 'Ações';
$lang['reset_working_plan_hint'] = 'Repor o plano de trabalho para os valores padrão.'; $lang['reset_working_plan_hint'] = 'Repor o plano de trabalho para os valores padrão.';
$lang['company_name'] = 'Nome da empresa'; $lang['company_name'] = 'Nome da empresa';
@ -179,7 +179,7 @@ $lang['edit_breaks_hint'] = 'Adicione as pausas de trabalho durante cada dia. Es
$lang['book_advance_timeout'] = 'Tempo esgotado / o tempo acaba'; $lang['book_advance_timeout'] = 'Tempo esgotado / o tempo acaba';
$lang['book_advance_timeout_hint'] = 'Definir o limite de tempo (em minutos) antes que os clientes possam reservar ou reorganizar eventos com a empresa.'; $lang['book_advance_timeout_hint'] = 'Definir o limite de tempo (em minutos) antes que os clientes possam reservar ou reorganizar eventos com a empresa.';
$lang['timeout_minutes'] = 'O tempo acaba (minutos)'; $lang['timeout_minutes'] = 'O tempo acaba (minutos)';
$lang['about_app_info'] = 'Easy! Appointmentes é uma aplicação web altamente personalizável que permite que os clientes marquem eventos através da internet. Além disso, oferece a possibilidade de sincronizar seus dados com o Google Calendar para que possa usá-los com outros serviços.'; $lang['about_app_info'] = 'Easy!Appointmentes é uma aplicação web altamente personalizável que permite que os clientes marquem eventos através da internet. Além disso, oferece a possibilidade de sincronizar seus dados com o Google Calendar para que possa usá-los com outros serviços.';
$lang['current_version'] = 'Versão Corrente'; $lang['current_version'] = 'Versão Corrente';
$lang['support'] = 'Suporte'; $lang['support'] = 'Suporte';
$lang['about_app_support'] = 'Se encontrar algum problema ao usar o Easy!Appointments pode procurar o Grupo oficial do Google para obter respostas. Pode precisar de criar uma nova questão na página do Google Code, a fim de ajudar o progresso do desenvolvimento.'; $lang['about_app_support'] = 'Se encontrar algum problema ao usar o Easy!Appointments pode procurar o Grupo oficial do Google para obter respostas. Pode precisar de criar uma nova questão na página do Google Code, a fim de ajudar o progresso do desenvolvimento.';
@ -194,17 +194,17 @@ $lang['book_appointment_title'] = 'Agenda';
$lang['backend_section'] = 'Seção de backend'; $lang['backend_section'] = 'Seção de backend';
$lang['you_need_to_login'] = 'Bem-Vindo! Precisa de entrar para visualizar todos os conteudos'; $lang['you_need_to_login'] = 'Bem-Vindo! Precisa de entrar para visualizar todos os conteudos';
$lang['enter_username_here'] = 'Insira o seu nome de utilizador ...'; $lang['enter_username_here'] = 'Insira o seu nome de utilizador ...';
$lang['enter_password_here'] = 'Insira a sua senha ...'; $lang['enter_password_here'] = 'Insira a sua palavra-passe ...';
$lang['login'] = 'Login'; $lang['login'] = 'Login';
$lang['forgot_your_password'] = 'Esqueceu a senha?'; $lang['forgot_your_password'] = 'Esqueceu a palavra-passe?';
$lang['login_failed'] = 'Falha no login, por favor introduza os seus dados de acesso correctos e volte a tentar.'; $lang['login_failed'] = 'Falha no login, por favor introduza os seus dados de acesso correctos e volte a tentar.';
$lang['type_username_and_email_for_new_password'] = 'Digite o seu nome de utilizador e email para ser gerado uma nova senha.'; $lang['type_username_and_email_for_new_password'] = 'Digite o seu nome de utilizador e email para ser gerado uma nova palavra-passe.';
$lang['enter_email_here'] = 'Insira o seu email ...'; $lang['enter_email_here'] = 'Insira o seu email ...';
$lang['regenerate_password'] = 'Alterar Password'; $lang['regenerate_password'] = 'Alterar Password';
$lang['go_to_login'] = 'Voltar à página de Login'; $lang['go_to_login'] = 'Voltar à página de Login';
$lang['new_password_sent_with_email'] = 'A nova senha foi enviada para o seu email.'; $lang['new_password_sent_with_email'] = 'A nova palavra-passe foi enviada para o seu email.';
$lang['new_account_password'] = 'Senha para nova conta'; $lang['new_account_password'] = 'palavra-passe para nova conta';
$lang['new_password_is'] = 'A nova senha da conta é $password Por favor, guarde este email para ser possivel recuperar, se necessário. Pode alterar a senha na página de configurações.'; $lang['new_password_is'] = 'A nova palavra-passe da conta é $password Por favor, guarde este email para ser possivel recuperar, se necessário. Pode alterar a palavra-passe na página de configurações.';
$lang['delete_record_prompt'] = 'Tem a certeza que pretende eliminar o registo? Não será possivel voltar atrás.'; $lang['delete_record_prompt'] = 'Tem a certeza que pretende eliminar o registo? Não será possivel voltar atrás.';
$lang['delete_admin'] = 'Apagar Administrador'; $lang['delete_admin'] = 'Apagar Administrador';
$lang['delete_customer'] = 'Apagar Cliente'; $lang['delete_customer'] = 'Apagar Cliente';
@ -219,7 +219,7 @@ $lang['unexpected_issues'] = 'Problemas inesperados';
$lang['unexpected_issues_message'] = 'Não foi possível concluir a tarefa.'; $lang['unexpected_issues_message'] = 'Não foi possível concluir a tarefa.';
$lang['close'] = 'Close'; $lang['close'] = 'Close';
$lang['page_not_found'] = 'Página não encontrada or página não existente'; $lang['page_not_found'] = 'Página não encontrada or página não existente';
$lang['page_not_found_message'] = 'Unfortunately the page you requested does not exist. Please check your browser URL or head to another location using the buttons below.'; $lang['page_not_found_message'] = 'Infelizmente, a página que você solicitou não existe. Por favor, verifique o URL do seu navegador ou vá para outro local usando os botões abaixo.';
$lang['error'] = 'Fechado'; $lang['error'] = 'Fechado';
$lang['no_privileges'] = 'Não tem permissão'; $lang['no_privileges'] = 'Não tem permissão';
$lang['no_privileges_message'] = 'Não tem permissões para visualizar esta pagina. Por favor, selecione outra pagina.'; $lang['no_privileges_message'] = 'Não tem permissões para visualizar esta pagina. Por favor, selecione outra pagina.';
@ -238,7 +238,7 @@ $lang['filter'] = 'Filtrar';
$lang['clear'] = 'Limpar'; $lang['clear'] = 'Limpar';
$lang['uncategorized'] = 'Sem Categoria'; $lang['uncategorized'] = 'Sem Categoria';
$lang['username_already_exists'] = 'Nome de utilizador já existe.'; $lang['username_already_exists'] = 'Nome de utilizador já existe.';
$lang['password_length_notice'] = 'A senha deve ter pelo menos $number caracteres.'; $lang['password_length_notice'] = 'A palavra-passe deve ter pelo menos $number caracteres.';
$lang['general_settings'] = 'Definições Gerais'; $lang['general_settings'] = 'Definições Gerais';
$lang['personal_information'] = 'Informações Pessoais'; $lang['personal_information'] = 'Informações Pessoais';
$lang['system_login'] = 'Sistema de Acesso'; $lang['system_login'] = 'Sistema de Acesso';
@ -270,217 +270,217 @@ $lang['select_sync_calendar_prompt'] = 'Selecione o calendario para sincronizar
$lang['sync_calendar_selected'] = 'Calendario da google foi selecionado com sucesso.'; $lang['sync_calendar_selected'] = 'Calendario da google foi selecionado com sucesso.';
$lang['oops_something_went_wrong'] = 'Ops! Algo deu errado.'; $lang['oops_something_went_wrong'] = 'Ops! Algo deu errado.';
$lang['ea_update_success'] = 'Nomeações fáceis! Foi atualizado com sucesso.'; $lang['ea_update_success'] = 'Nomeações fáceis! Foi atualizado com sucesso.';
$lang['require_captcha'] = 'Require CAPTCHA'; $lang['require_captcha'] = 'Requer CAPTCHA';
$lang['require_captcha_hint'] = 'When enabled, the customers will have to type a random generated CAPTCHA string before booking/updating an appointment.'; $lang['require_captcha_hint'] = 'Quando ativado, os clientes terão que digitar uma string CAPTCHA gerada aleatoriamente antes de agendar/atualizar um compromisso.';
$lang['captcha_is_wrong'] = 'CAPTCHA verification failed, please try again.'; $lang['captcha_is_wrong'] = 'A verificação do CAPTCHA falhou, por favor tente novamente.';
$lang['any_provider'] = 'Any Provider'; $lang['any_provider'] = 'Qualquer Fornecedor';
$lang['requested_hour_is_unavailable'] = 'The requested appointment is unfortunately not available. Please select a different hour for your appointment.'; $lang['requested_hour_is_unavailable'] = 'O horário solicitado infelizmente não está disponível. Por favor, selecione um horário diferente para o seu compromisso.';
$lang['customer_notifications'] = 'Customer Notifications'; $lang['customer_notifications'] = 'Notificações ao Cliente';
$lang['customer_notifications_hint'] = 'Defines whether the customer will receive email notifications whenever there is a schedule change on one of his appointments.'; $lang['customer_notifications_hint'] = 'Define se o cliente receberá notificações por email sempre que houver uma alteração de horário em um de seus compromissos.';
$lang['date_format'] = 'Date Format'; $lang['date_format'] = 'Formato de Data';
$lang['date_format_hint'] = 'Change the date display format (D - Date, M - Month, Y - Year).'; $lang['date_format_hint'] = 'Altere o formato de exibição da data (D - Dia, M - Mês, A - Ano).';
$lang['time_format'] = 'Time Format'; $lang['time_format'] = 'Formato de Hora';
$lang['time_format_hint'] = 'Change the time display format (H - Hours, M - Minutes).'; $lang['time_format_hint'] = 'Altere o formato de exibição da hora (H - Horas, M - Minutos).';
$lang['first_weekday'] = 'First day of week'; $lang['first_weekday'] = 'Primeiro dia da semana';
$lang['first_weekday_hint'] = 'Set the first day of the calendar week.'; $lang['first_weekday_hint'] = 'Defina o primeiro dia da semana no calendário.';
$lang['google_analytics_code_hint'] = 'Add your Google Analytics ID to be included in the booking page.'; $lang['google_analytics_code_hint'] = 'Adicione seu ID do Google Analytics para ser incluído na página de agendamento.';
$lang['availabilities_type'] = 'Availabilities Type'; $lang['availabilities_type'] = 'Tipo de Disponibilidade';
$lang['flexible'] = 'Flexible'; $lang['flexible'] = 'Flexível';
$lang['fixed'] = 'Fixed'; $lang['fixed'] = 'Fixo';
$lang['attendants_number'] = 'Attendants Number'; $lang['attendants_number'] = 'Número de Atendentes';
$lang['reset_working_plan'] = 'Reset the working plan back to the default values.'; $lang['reset_working_plan'] = 'Redefinir o plano de trabalho para os valores padrão.';
$lang['legal_contents'] = 'Legal Contents'; $lang['legal_contents'] = 'Conteúdos Legais';
$lang['cookie_notice'] = 'Cookie Notice'; $lang['cookie_notice'] = 'Aviso de Cookies';
$lang['display_cookie_notice'] = 'Display Cookie Notice'; $lang['display_cookie_notice'] = 'Exibir Aviso de Cookies';
$lang['cookie_notice_content'] = 'Cookie Notice Content'; $lang['cookie_notice_content'] = 'Conteúdo do Aviso de Cookies';
$lang['terms_and_conditions'] = 'Terms & Conditions'; $lang['terms_and_conditions'] = 'Termos & Condições';
$lang['display_terms_and_conditions'] = 'Display Terms & Conditions'; $lang['display_terms_and_conditions'] = 'Exibir Termos & Condições';
$lang['terms_and_conditions_content'] = 'Terms & Conditions Content'; $lang['terms_and_conditions_content'] = 'Conteúdo dos Termos & Condições';
$lang['privacy_policy'] = 'Privacy Policy'; $lang['privacy_policy'] = 'Política de Privacidade';
$lang['display_privacy_policy'] = 'Display Privacy Policy'; $lang['display_privacy_policy'] = 'Exibir Política de Privacidade';
$lang['privacy_policy_content'] = 'Privacy Policy Content'; $lang['privacy_policy_content'] = 'Conteúdo da Política de Privacidade';
$lang['website_using_cookies_to_ensure_best_experience'] = 'This website uses cookies to ensure you get the best experience on our website.'; $lang['website_using_cookies_to_ensure_best_experience'] = 'Este site usa cookies para garantir que você tenha a melhor experiência em nosso site.';
$lang['read_and_agree_to_terms_and_conditions'] = 'I have read and agree to the {$link}Terms & Conditions{/$link}.'; $lang['read_and_agree_to_terms_and_conditions'] = 'Eu li e concordo com os {$link}Termos & Condições{/$link}.';
$lang['read_and_agree_to_privacy_policy'] = 'I have read and agree to the {$link}Privacy Policy{/$link}.'; $lang['read_and_agree_to_privacy_policy'] = 'Eu li e concordo com a {$link}Política de Privacidade{/$link}.';
$lang['delete_personal_information_hint'] = 'Remove all your appointments and personal information from the system.'; $lang['delete_personal_information_hint'] = 'Remova todos os seus compromissos e informações pessoais do sistema.';
$lang['delete_personal_information'] = 'Delete Personal Information'; $lang['delete_personal_information'] = 'Excluir Informações Pessoais';
$lang['delete_personal_information_prompt'] = 'Are you sure that you want to delete your personal information? This action cannot be undone.'; $lang['delete_personal_information_prompt'] = 'Tem certeza de que deseja excluir suas informações pessoais? Esta ação não pode ser desfeita.';
$lang['location'] = 'Location'; $lang['location'] = 'Localização';
$lang['working_plan_exception'] = 'Working Plan Exception'; $lang['working_plan_exception'] = 'Exceção ao Plano de Trabalho';
$lang['working_plan_exceptions'] = 'Working Plan Exceptions'; $lang['working_plan_exceptions'] = 'Exceções ao Plano de Trabalho';
$lang['working_plan_exceptions_hint'] = 'Add a working plan exception day, outside the working plan.'; $lang['working_plan_exceptions_hint'] = 'Adicione um dia de exceção ao plano de trabalho, fora do plano de trabalho.';
$lang['new_working_plan_exception_title'] = 'New Working Plan Exception'; $lang['new_working_plan_exception_title'] = 'Nova Exceção ao Plano de Trabalho';
$lang['working_plan_exception_saved'] = 'Working plan exception saved successfully.'; $lang['working_plan_exception_saved'] = 'Exceção ao plano de trabalho salva com sucesso.';
$lang['working_plan_exception_deleted'] = 'Working plan exception deleted successfully.'; $lang['working_plan_exception_deleted'] = 'Exceção ao plano de trabalho excluída com sucesso.';
$lang['add_working_plan_exceptions_during_each_day'] = 'Add working plan exceptions, outside the working plan.'; $lang['add_working_plan_exceptions_during_each_day'] = 'Adicione exceções ao plano de trabalho, fora do plano de trabalho.';
$lang['add_working_plan_exception'] = 'Add Working Plan Exception'; $lang['add_working_plan_exception'] = 'Adicionar Exceção ao Plano de Trabalho';
$lang['require_phone_number'] = 'Require phone number'; $lang['require_phone_number'] = 'Exigir número de telefone';
$lang['require_phone_number_hint'] = 'When enabled, customers and users will need to enter the customer\'s phone number when booking an appointment'; $lang['require_phone_number_hint'] = 'Quando ativado, os clientes e usuários precisarão inserir o número de telefone do cliente ao agendar um compromisso';
$lang['check_spam_folder'] = 'Please check your spam folder if the email does not arrive within a few minutes.'; $lang['check_spam_folder'] = 'Por favor, verifique sua pasta de spam se o email não chegar dentro de alguns minutos.';
$lang['api_token_hint'] = 'Set a secret token in order to enable the token based authentication of the Easy!Appointments API.'; $lang['api_token_hint'] = 'Defina um token secreto para habilitar a autenticação baseada em token da API do Easy!Appointments.';
$lang['timezone'] = 'Timezone'; $lang['timezone'] = 'Fuso Horário';
$lang['overwrite_existing_working_plans'] = 'This will overwrite the existing provider working plans, are you sure that you want to continue?'; $lang['overwrite_existing_working_plans'] = 'Isso substituirá os planos de trabalho existentes dos fornecedores, tem certeza de que deseja continuar?';
$lang['working_plans_got_updated'] = 'All the working plans got updated.'; $lang['working_plans_got_updated'] = 'Todos os planos de trabalho foram atualizados.';
$lang['apply_to_all_providers'] = 'Apply To All Providers'; $lang['apply_to_all_providers'] = 'Aplicar a Todos os Fornecedores';
$lang['display_any_provider'] = 'Display Any Provider Option'; $lang['display_any_provider'] = 'Exibir Opção de Qualquer Fornecedor';
$lang['display_any_provider_hint'] = 'The booking page will get an additional option that allows customers to book without specifying a provider.'; $lang['display_any_provider_hint'] = 'A página de agendamento terá uma opção adicional que permite aos clientes agendar sem especificar um fornecedor.';
$lang['load_more'] = 'Load More'; $lang['load_more'] = 'Carregar Mais';
$lang['list'] = 'List'; $lang['list'] = 'Lista';
$lang['default'] = 'Default'; $lang['default'] = 'Padrão';
$lang['table'] = 'Table'; $lang['table'] = 'Tabela';
$lang['date'] = 'Date'; $lang['date'] = 'Data';
$lang['about'] = 'About'; $lang['about'] = 'Sobre';
$lang['booking_settings'] = 'Booking Settings'; $lang['booking_settings'] = 'Configurações de Agendamento';
$lang['display'] = 'Display'; $lang['display'] = 'Exibir';
$lang['require'] = 'Require'; $lang['require'] = 'Exigir';
$lang['color'] = 'Color'; $lang['color'] = 'Cor';
$lang['matomo_analytics_url_hint'] = 'Add the URL to your own Matomo installation to enable Matomo tracking on the booking pages.'; $lang['matomo_analytics_url_hint'] = 'Adicione a URL da sua própria instalação do Matomo para habilitar o rastreamento do Matomo nas páginas de agendamento.';
$lang['invalid_phone'] = 'Invalid phone number.'; $lang['invalid_phone'] = 'Número de telefone inválido.';
$lang['legal'] = 'Legal'; $lang['legal'] = 'Legal';
$lang['business'] = 'Business'; $lang['business'] = 'Negócio';
$lang['account'] = 'Account'; $lang['account'] = 'Conta';
$lang['disable_booking'] = 'Disable Booking'; $lang['disable_booking'] = 'Desativar Agendamento';
$lang['disable_booking_hint'] = 'The booking page will be disabled for as long as this setting is active and customers will not be able to register new appointments.'; $lang['disable_booking_hint'] = 'A página de agendamento será desativada enquanto esta configuração estiver ativa e os clientes não poderão registrar novos compromissos.';
$lang['display_message'] = 'Display Message'; $lang['display_message'] = 'Exibir Mensagem';
$lang['booking_is_disabled'] = 'Booking Is Disabled!'; $lang['booking_is_disabled'] = 'Agendamento Está Desativado!';
$lang['appearance'] = 'Appearance'; $lang['appearance'] = 'Aparência';
$lang['company_logo'] = 'Company Logo'; $lang['company_logo'] = 'Logotipo da Empresa';
$lang['company_logo_hint'] = 'The company logo will be displayed in many places of the app, including the booking page and the notification emails (image file, max 2MB).'; $lang['company_logo_hint'] = 'O logotipo da empresa será exibido em vários lugares do aplicativo, incluindo a página de agendamento e os emails de notificação (arquivo de imagem, máximo 2MB).';
$lang['company_color'] = 'Company Color'; $lang['company_color'] = 'Cor da Empresa';
$lang['company_color_hint'] = 'The company color will be applied across the app so that it the app uses your branding.'; $lang['company_color_hint'] = 'A cor da empresa será aplicada em todo o aplicativo para que ele use sua marca.';
$lang['localization'] = 'Localization'; $lang['localization'] = 'Localização';
$lang['integrations'] = 'Integrations'; $lang['integrations'] = 'Integrações';
$lang['company'] = 'Company'; $lang['company'] = 'Empresa';
$lang['remove'] = 'Remove'; $lang['remove'] = 'Remover';
$lang['login_button'] = 'Login Button'; $lang['login_button'] = 'Botão de Login';
$lang['display_login_button_hint'] = 'Defines whether the login button is being displayed in the booking page.'; $lang['display_login_button_hint'] = 'Define se o botão de login será exibido na página de agendamento.';
$lang['private'] = 'Private'; $lang['private'] = 'Privado';
$lang['private_hint'] = 'Private records will not be displayed or processed in public pages such as the booking page.'; $lang['private_hint'] = 'Registros privados não serão exibidos ou processados em páginas públicas, como a página de agendamento.';
$lang['reset'] = 'Reset'; $lang['reset'] = 'Redefinir';
$lang['all'] = 'All'; $lang['all'] = 'Todos';
$lang['booking_link'] = 'Booking Link'; $lang['booking_link'] = 'Link de Agendamento';
$lang['add_new_event'] = 'Add New Event'; $lang['add_new_event'] = 'Adicionar Novo Evento';
$lang['what_kind_of_event'] = 'What kind of event would you like to add?'; $lang['what_kind_of_event'] = 'Que tipo de evento você gostaria de adicionar?';
$lang['theme'] = 'Theme'; $lang['theme'] = 'Tema';
$lang['limit_customer_access'] = 'Limit Customer Access'; $lang['limit_customer_access'] = 'Limitar Acesso do Cliente';
$lang['limit_customer_access_hint'] = 'If enabled, providers and secretaries will only be able to access customers they have an appointment with.'; $lang['limit_customer_access_hint'] = 'Se ativado, fornecedores e secretárias só poderão acessar clientes com os quais têm um compromisso.';
$lang['url'] = 'URL'; $lang['url'] = 'URL';
$lang['secret_token'] = 'Secret Token'; $lang['secret_token'] = 'Token Secreto';
$lang['verify_ssl'] = 'Verify SSL'; $lang['verify_ssl'] = 'Verificar SSL';
$lang['appointment_save'] = 'Appointment Save'; $lang['appointment_save'] = 'Salvar Compromisso';
$lang['appointment_delete'] = 'Appointment Delete'; $lang['appointment_delete'] = 'Excluir Compromisso';
$lang['unavailability_save'] = 'Unavailability Save'; $lang['unavailability_save'] = 'Salvar Indisponibilidade';
$lang['unavailability_delete'] = 'Unavailability Delete'; $lang['unavailability_delete'] = 'Excluir Indisponibilidade';
$lang['customer_save'] = 'Customer Save'; $lang['customer_save'] = 'Salvar Cliente';
$lang['customer_delete'] = 'Customer Delete'; $lang['customer_delete'] = 'Excluir Cliente';
$lang['service_save'] = 'Service Save'; $lang['service_save'] = 'Salvar Serviço';
$lang['service_delete'] = 'Service Delete'; $lang['service_delete'] = 'Excluir Serviço';
$lang['service_category_save'] = 'Category Save'; $lang['service_category_save'] = 'Salvar Categoria';
$lang['service_category_delete'] = 'Category Delete'; $lang['service_category_delete'] = 'Excluir Categoria';
$lang['provider_save'] = 'Provider Save'; $lang['provider_save'] = 'Salvar Fornecedor';
$lang['provider_delete'] = 'Provider Delete'; $lang['provider_delete'] = 'Excluir Fornecedor';
$lang['secretary_save'] = 'Secretary Save'; $lang['secretary_save'] = 'Salvar Secretário';
$lang['secretary_delete'] = 'Secretary Delete'; $lang['secretary_delete'] = 'Excluir Secretário';
$lang['admin_save'] = 'Admin Save'; $lang['admin_save'] = 'Salvar Administrador';
$lang['admin_delete'] = 'Admin Delete'; $lang['admin_delete'] = 'Excluir Administrador';
$lang['options'] = 'Options'; $lang['options'] = 'Opções';
$lang['webhooks'] = 'Webhooks'; $lang['webhooks'] = 'Webhooks';
$lang['webhooks_info'] = 'Webhooks enable you to send HTTP notifications to external web applications in response to various application events, such as the creation of an appointment or the removal of a customer.'; $lang['webhooks_info'] = 'Webhooks permitem enviar notificações HTTP para aplicativos web externos em resposta a vários eventos do aplicativo, como a criação de um compromisso ou a remoção de um cliente.';
$lang['integrations_info'] = 'Integrations enable you to make third-party connections with external applications and APIs.'; $lang['integrations_info'] = 'Integrações permitem fazer conexões de terceiros com aplicativos e APIs externos.';
$lang['configure'] = 'Configure'; $lang['configure'] = 'Configurar';
$lang['google_analytics'] = 'Google Analytics'; $lang['google_analytics'] = 'Google Analytics';
$lang['google_analytics_info'] = 'Google Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.'; $lang['google_analytics_info'] = 'Google Analytics permite adicionar automaticamente o código de rastreamento e a marcação HTML à página pública e rastrear todas as sessões de agendamento público.';
$lang['matomo_analytics'] = 'Matomo Analytics'; $lang['matomo_analytics'] = 'Matomo Analytics';
$lang['matomo_analytics_info'] = 'Matomo Analytics enable you to automatically add the tracking code and HTML markup to the public page and track all the public booking sessions.'; $lang['matomo_analytics_info'] = 'Matomo Analytics permite adicionar automaticamente o código de rastreamento e a marcação HTML à página pública e rastrear todas as sessões de agendamento público.';
$lang['api'] = 'API'; $lang['api'] = 'API';
$lang['api_info'] = 'API enable you to interact with all the Easy!Appointments data via the HTTP protocol and the available API endpoints and create your own integrations.'; $lang['api_info'] = 'API permite interagir com todos os dados do Easy!Appointments via protocolo HTTP e os endpoints de API disponíveis e criar suas próprias integrações.';
$lang['google_analytics_code'] = 'Google Analytics Code'; $lang['google_analytics_code'] = 'Código do Google Analytics';
$lang['matomo_analytics_url'] = 'Matomo Analytics URL'; $lang['matomo_analytics_url'] = 'URL do Matomo Analytics';
$lang['future_booking_limit'] = 'Future Booking Limit'; $lang['future_booking_limit'] = 'Limite de Agendamento Futuro';
$lang['limit_days'] = 'Limit (Days)'; $lang['limit_days'] = 'Limite (Dias)';
$lang['future_booking_limit_hint'] = 'Set the future limit in days customers can make appointments via the public booking page.'; $lang['future_booking_limit_hint'] = 'Defina o limite futuro em dias que os clientes podem fazer compromissos via a página pública de agendamento.';
$lang['api_token'] = 'API Token'; $lang['api_token'] = 'Token da API';
$lang['allow_rescheduling_cancellation_before'] = 'Allow Rescheduling/Cancellation Before'; $lang['allow_rescheduling_cancellation_before'] = 'Permitir Reagendamento/Cancelamento Antes';
$lang['at_least_one_field'] = 'At least one field must be displayed in the booking page.'; $lang['at_least_one_field'] = 'Pelo menos um campo deve ser exibido na página de agendamento.';
$lang['status'] = 'Status'; $lang['status'] = 'Status';
$lang['appointment_status_options'] = 'Appointment Status Options'; $lang['appointment_status_options'] = 'Opções de Status do Compromisso';
$lang['appointment_status_options_info'] = 'Define a list of available appointment status options that can be used in the the calendar page (the first one will automatically become the default value).'; $lang['appointment_status_options_info'] = 'Defina uma lista de opções de status de compromisso disponíveis que podem ser usadas na página do calendário (a primeira se tornará automaticamente o valor padrão).';
$lang['sunday_short'] = 'Sun'; $lang['sunday_short'] = 'Dom';
$lang['monday_short'] = 'Mon'; $lang['monday_short'] = 'Seg';
$lang['tuesday_short'] = 'Tue'; $lang['tuesday_short'] = 'Ter';
$lang['wednesday_short'] = 'Wed'; $lang['wednesday_short'] = 'Qua';
$lang['thursday_short'] = 'Thu'; $lang['thursday_short'] = 'Qui';
$lang['friday_short'] = 'Fri'; $lang['friday_short'] = 'Sex';
$lang['saturday_short'] = 'Sat'; $lang['saturday_short'] = 'Sáb';
$lang['january_short'] = 'Jan'; $lang['january_short'] = 'Jan';
$lang['february_short'] = 'Feb'; $lang['february_short'] = 'Fev';
$lang['march_short'] = 'Mar'; $lang['march_short'] = 'Mar';
$lang['april_short'] = 'Apr'; $lang['april_short'] = 'Abr';
$lang['may_short'] = 'May'; $lang['may_short'] = 'Mai';
$lang['june_short'] = 'Jun'; $lang['june_short'] = 'Jun';
$lang['july_short'] = 'Jul'; $lang['july_short'] = 'Jul';
$lang['august_short'] = 'Aug'; $lang['august_short'] = 'Ago';
$lang['september_short'] = 'Sep'; $lang['september_short'] = 'Set';
$lang['october_short'] = 'Oct'; $lang['october_short'] = 'Out';
$lang['november_short'] = 'Nov'; $lang['november_short'] = 'Nov';
$lang['december_short'] = 'Dec'; $lang['december_short'] = 'Dez';
$lang['am'] = 'am'; $lang['am'] = 'am';
$lang['pm'] = 'pm'; $lang['pm'] = 'pm';
$lang['to'] = 'to'; $lang['to'] = 'para';
$lang['click_to_toggle'] = 'Click To Toggle'; $lang['click_to_toggle'] = 'Clique para Alternar';
$lang['week_short'] = 'Wk'; $lang['week_short'] = 'Sem';
$lang['scroll_to_increment'] = 'Scroll To Increment'; $lang['scroll_to_increment'] = 'Role para Incrementar';
$lang['year'] = 'Year'; $lang['year'] = 'Ano';
$lang['make_non_working_day'] = 'This provider will not be available for work on the selected day.'; $lang['make_non_working_day'] = 'Este fornecedor não estará disponível para trabalhar no dia selecionado.';
$lang['no_breaks'] = 'No Breaks'; $lang['no_breaks'] = 'Sem Pausas';
$lang['service_categories'] = 'Service Categories'; $lang['service_categories'] = 'Categorias de Serviço';
$lang['service_category'] = 'Service Category'; $lang['service_category'] = 'Categoria de Serviço';
$lang['blocked_period_saved'] = 'Blocked period saved successfully.'; $lang['blocked_period_saved'] = 'Período bloqueado salvo com sucesso.';
$lang['blocked_period_deleted'] = 'Blocked period deleted successfully.'; $lang['blocked_period_deleted'] = 'Período bloqueado excluído com sucesso.';
$lang['delete_blocked_period'] = 'Delete Blocked Period'; $lang['delete_blocked_period'] = 'Excluir Período Bloqueado';
$lang['blocked_period'] = 'Blocked Period'; $lang['blocked_period'] = 'Período Bloqueado';
$lang['blocked_periods'] = 'Blocked Periods'; $lang['blocked_periods'] = 'Períodos Bloqueados';
$lang['blocked_period_save'] = 'Blocked Period Save'; $lang['blocked_period_save'] = 'Salvar Período Bloqueado';
$lang['blocked_period_delete'] = 'Blocked Period Delete'; $lang['blocked_period_delete'] = 'Excluir Período Bloqueado';
$lang['blocked_periods_hint'] = 'Define periods of time where public bookings will be disabled for all providers (e.g. closed dates, holidays etc.).'; $lang['blocked_periods_hint'] = 'Defina períodos de tempo em que as reservas públicas serão desativadas para todos os fornecedores (por exemplo, datas fechadas, feriados, etc.).';
$lang['custom_field'] = 'Custom Field'; $lang['custom_field'] = 'Campo Personalizado';
$lang['custom_fields'] = 'Custom Fields'; $lang['custom_fields'] = 'Campos Personalizados';
$lang['label'] = 'Label'; $lang['label'] = 'Rótulo';
$lang['webhook_saved'] = 'Webhook saved successfully.'; $lang['webhook_saved'] = 'Webhook salvo com sucesso.';
$lang['webhook_deleted'] = 'Webhook deleted successfully.'; $lang['webhook_deleted'] = 'Webhook excluído com sucesso.';
$lang['delete_webhook'] = 'Delete Webhook'; $lang['delete_webhook'] = 'Excluir Webhook';
$lang['contact_info'] = 'Contact Info'; $lang['contact_info'] = 'Informações de Contato';
$lang['hide_from_public'] = 'Hide From Public'; $lang['hide_from_public'] = 'Ocultar do Público';
$lang['matomo_analytics_site_id'] = 'Matomo Analytics Site ID'; $lang['matomo_analytics_site_id'] = 'ID do Site do Matomo Analytics';
$lang['matomo_analytics_site_id_hint'] = 'Set the site ID that will be tracked by Matomo (the default site has the ID "1").'; $lang['matomo_analytics_site_id_hint'] = 'Defina o ID do site que será rastreado pelo Matomo (o site padrão tem o ID "1").';
$lang['default_timezone'] = 'Default Timezone'; $lang['default_timezone'] = 'Fuso Horário Padrão';
$lang['default_timezone_hint'] = 'Set the default timezone value that will be used for new records.'; $lang['default_timezone_hint'] = 'Defina o valor padrão do fuso horário que será usado para novos registros.';
$lang['default_language'] = 'Default Language'; $lang['default_language'] = 'Idioma Padrão';
$lang['default_language_hint'] = 'Set the default language value that will be used for new records.'; $lang['default_language_hint'] = 'Defina o valor padrão do idioma que será usado para novos registros.';
$lang['sync_method_prompt'] = 'Which sync method would you like to use?'; $lang['sync_method_prompt'] = 'Qual método de sincronização você gostaria de usar?';
$lang['caldav_server'] = 'CalDAV Server'; $lang['caldav_server'] = 'Servidor CalDAV';
$lang['caldav_connection_info_prompt'] = 'Please enter the connection information of the target CalDAV Calendar.'; $lang['caldav_connection_info_prompt'] = 'Por favor, insira as informações de conexão do Calendário CalDAV de destino.';
$lang['connect'] = 'Connect'; $lang['connect'] = 'Conectar';
$lang['ldap'] = 'LDAP'; $lang['ldap'] = 'LDAP';
$lang['ldap_info'] = 'This integration enables you to connect to an existing LDAP server and automatically import users into Easy!Appointments and let them SSO with their directory password (username must match).'; $lang['ldap_info'] = 'Esta integração permite conectar a um servidor LDAP existente e importar automaticamente usuários para o Easy!Appointments e permitir que eles façam SSO com sua senha de diretório (o nome de usuário deve corresponder).';
$lang['host'] = 'Host'; $lang['host'] = 'Host';
$lang['port'] = 'Port'; $lang['port'] = 'Porta';
$lang['user_dn'] = 'User DN'; $lang['user_dn'] = 'DN do Usuário';
$lang['base_dn'] = 'Base DN'; $lang['base_dn'] = 'DN Base';
$lang['keyword'] = 'Keyword'; $lang['keyword'] = 'Palavra-chave';
$lang['ldap_search_hint'] = 'Provide a keyword to search through the LDAP directory for users that match the filter criteria.'; $lang['ldap_search_hint'] = 'Forneça uma palavra-chave para pesquisar no diretório LDAP por usuários que correspondam aos critérios do filtro.';
$lang['ldap_extension_not_loaded'] = 'The LDAP PHP extension is not loaded, but is required for this integration to work.'; $lang['ldap_extension_not_loaded'] = 'A extensão PHP LDAP não está carregada, mas é necessária para que esta integração funcione.';
$lang['field_mapping'] = 'Field Mapping'; $lang['field_mapping'] = 'Mapeamento de Campos';
$lang['content'] = 'Content'; $lang['content'] = 'Conteúdo';
$lang['active'] = 'Active'; $lang['active'] = 'Ativo';
$lang['user_imported'] = 'The user record was imported successfully.'; $lang['user_imported'] = 'O registro do usuário foi importado com sucesso.';
$lang['import'] = 'Import'; $lang['import'] = 'Importar';
$lang['ldap_dn'] = 'LDAP DN'; $lang['ldap_dn'] = 'DN do LDAP';
$lang['role'] = 'Role'; $lang['role'] = 'Função';
$lang['at_least_one_field_required'] = 'At least one field must be set as required in the booking page.'; $lang['at_least_one_field_required'] = 'Pelo menos um campo deve ser definido como obrigatório na página de agendamento.';
$lang['customer_is_already_booked'] = 'This customer already has an appointment during the requested reservation period.'; $lang['customer_is_already_booked'] = 'Este cliente já tem um compromisso durante o período de reserva solicitado.';
$lang['fields'] = 'Fields'; $lang['fields'] = 'Campos';
$lang['invalid_credentials_provided'] = 'Invalid credentials provided, please try again.'; $lang['invalid_credentials_provided'] = 'Credenciais inválidas fornecidas, por favor tente novamente.';
$lang['calendar_url'] = 'Calendar URL'; $lang['calendar_url'] = 'URL do Calendário';
$lang['please_select'] = 'Please Select'; $lang['please_select'] = 'Por favor, selecione';
// End // End

View file

@ -36,23 +36,22 @@
* @filesource * @filesource
*/ */
defined('BASEPATH') or exit('No direct script access allowed'); defined('BASEPATH') or exit('No direct script access allowed');
$lang['ut_test_name'] = 'Nome do Teste';
$lang['ut_test_name'] = 'Test Name'; $lang['ut_test_datatype'] = 'Tipo de Dado do Teste';
$lang['ut_test_datatype'] = 'Test Datatype'; $lang['ut_res_datatype'] = 'Tipo de Dado Esperado';
$lang['ut_res_datatype'] = 'Expected Datatype'; $lang['ut_result'] = 'Resultado';
$lang['ut_result'] = 'Result'; $lang['ut_undefined'] = 'Nome do Teste Não Definido';
$lang['ut_undefined'] = 'Undefined Test Name'; $lang['ut_file'] = 'Nome do Arquivo';
$lang['ut_file'] = 'File Name'; $lang['ut_line'] = 'Número da Linha';
$lang['ut_line'] = 'Line Number'; $lang['ut_passed'] = 'Passou';
$lang['ut_passed'] = 'Passed'; $lang['ut_failed'] = 'Falhou';
$lang['ut_failed'] = 'Failed'; $lang['ut_boolean'] = 'Booleano';
$lang['ut_boolean'] = 'Boolean'; $lang['ut_integer'] = 'Inteiro';
$lang['ut_integer'] = 'Integer';
$lang['ut_float'] = 'Float'; $lang['ut_float'] = 'Float';
$lang['ut_double'] = 'Float'; // can be the same as float $lang['ut_double'] = 'Float'; // pode ser o mesmo que float
$lang['ut_string'] = 'String'; $lang['ut_string'] = 'String';
$lang['ut_array'] = 'Array'; $lang['ut_array'] = 'Array';
$lang['ut_object'] = 'Object'; $lang['ut_object'] = 'Objeto';
$lang['ut_resource'] = 'Resource'; $lang['ut_resource'] = 'Recurso';
$lang['ut_null'] = 'Null'; $lang['ut_null'] = 'Nulo';
$lang['ut_notes'] = 'Notes'; $lang['ut_notes'] = 'Notas';

View file

@ -37,19 +37,19 @@
*/ */
defined('BASEPATH') or exit('No direct script access allowed'); defined('BASEPATH') or exit('No direct script access allowed');
$lang['upload_userfile_not_set'] = 'Unable to find a post variable called userfile.'; $lang['upload_userfile_not_set'] = 'Não foi possível encontrar uma variável post chamada userfile.';
$lang['upload_file_exceeds_limit'] = 'The uploaded file exceeds the maximum allowed size in your PHP configuration file.'; $lang['upload_file_exceeds_limit'] = 'O arquivo enviado excede o tamanho máximo permitido no seu arquivo de configuração PHP.';
$lang['upload_file_exceeds_form_limit'] = 'The uploaded file exceeds the maximum size allowed by the submission form.'; $lang['upload_file_exceeds_form_limit'] = 'O arquivo enviado excede o tamanho máximo permitido pelo formulário de envio.';
$lang['upload_file_partial'] = 'The file was only partially uploaded.'; $lang['upload_file_partial'] = 'O arquivo foi enviado apenas parcialmente.';
$lang['upload_no_temp_directory'] = 'The temporary folder is missing.'; $lang['upload_no_temp_directory'] = 'A pasta temporária está faltando.';
$lang['upload_unable_to_write_file'] = 'The file could not be written to disk.'; $lang['upload_unable_to_write_file'] = 'Não foi possível gravar o arquivo no disco.';
$lang['upload_stopped_by_extension'] = 'The file upload was stopped by extension.'; $lang['upload_stopped_by_extension'] = 'O envio do arquivo foi interrompido pela extensão.';
$lang['upload_no_file_selected'] = 'You did not select a file to upload.'; $lang['upload_no_file_selected'] = 'Você não selecionou um arquivo para enviar.';
$lang['upload_invalid_filetype'] = 'The filetype you are attempting to upload is not allowed.'; $lang['upload_invalid_filetype'] = 'O tipo de arquivo que você está tentando enviar não é permitido.';
$lang['upload_invalid_filesize'] = 'The file you are attempting to upload is larger than the permitted size.'; $lang['upload_invalid_filesize'] = 'O arquivo que você está tentando enviar é maior do que o tamanho permitido.';
$lang['upload_invalid_dimensions'] = 'The image you are attempting to upload doesn\'t fit into the allowed dimensions.'; $lang['upload_invalid_dimensions'] = 'A imagem que você está tentando enviar não se encaixa nas dimensões permitidas.';
$lang['upload_destination_error'] = 'A problem was encountered while attempting to move the uploaded file to the final destination.'; $lang['upload_destination_error'] = 'Ocorreu um problema ao tentar mover o arquivo enviado para o destino final.';
$lang['upload_no_filepath'] = 'The upload path does not appear to be valid.'; $lang['upload_no_filepath'] = 'O caminho de envio não parece ser válido.';
$lang['upload_no_file_types'] = 'You have not specified any allowed file types.'; $lang['upload_no_file_types'] = 'Você não especificou nenhum tipo de arquivo permitido.';
$lang['upload_bad_filename'] = 'The file name you submitted already exists on the server.'; $lang['upload_bad_filename'] = 'O nome do arquivo que você enviou já existe no servidor.';
$lang['upload_not_writable'] = 'The upload destination folder does not appear to be writable.'; $lang['upload_not_writable'] = 'A pasta de destino do envio não parece ser gravável.';