diff --git a/application/language/portuguese-br/date_lang.php b/application/language/portuguese-br/date_lang.php index aa796b89..6799832f 100644 --- a/application/language/portuguese-br/date_lang.php +++ b/application/language/portuguese-br/date_lang.php @@ -37,20 +37,20 @@ */ defined('BASEPATH') OR exit('No direct script access allowed'); -$lang['date_year'] = 'Year'; -$lang['date_years'] = 'Years'; -$lang['date_month'] = 'Month'; -$lang['date_months'] = 'Months'; -$lang['date_week'] = 'Week'; -$lang['date_weeks'] = 'Weeks'; -$lang['date_day'] = 'Day'; -$lang['date_days'] = 'Days'; -$lang['date_hour'] = 'Hour'; -$lang['date_hours'] = 'Hours'; -$lang['date_minute'] = 'Minute'; -$lang['date_minutes'] = 'Minutes'; -$lang['date_second'] = 'Second'; -$lang['date_seconds'] = 'Seconds'; +$lang['date_year'] = 'Ano'; +$lang['date_years'] = 'Anos'; +$lang['date_month'] = 'Mês'; +$lang['date_months'] = 'Meses'; +$lang['date_week'] = 'Semana'; +$lang['date_weeks'] = 'Semanas'; +$lang['date_day'] = 'Dia'; +$lang['date_days'] = 'Dias'; +$lang['date_hour'] = 'Hora'; +$lang['date_hours'] = 'Horas'; +$lang['date_minute'] = 'Minuto'; +$lang['date_minutes'] = 'Minutos'; +$lang['date_second'] = 'Segundo'; +$lang['date_seconds'] = 'Segundos'; $lang['UM12'] = '(UTC -12:00) Baker/Howland Island'; $lang['UM11'] = '(UTC -11:00) Niue'; diff --git a/application/language/portuguese-br/form_validation_lang.php b/application/language/portuguese-br/form_validation_lang.php index bdb02544..d17f0ef0 100644 --- a/application/language/portuguese-br/form_validation_lang.php +++ b/application/language/portuguese-br/form_validation_lang.php @@ -37,33 +37,33 @@ */ defined('BASEPATH') OR exit('No direct script access allowed'); -$lang['form_validation_required'] = 'The {field} field is required.'; -$lang['form_validation_isset'] = 'The {field} field must have a value.'; -$lang['form_validation_valid_email'] = 'The {field} field must contain a valid email address.'; -$lang['form_validation_valid_emails'] = 'The {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_ip'] = 'The {field} field must contain a valid IP.'; -$lang['form_validation_valid_base64'] = 'The {field} field must contain a valid Base64 string.'; -$lang['form_validation_min_length'] = 'The {field} field must be at least {param} characters in length.'; -$lang['form_validation_max_length'] = 'The {field} field cannot exceed {param} characters in length.'; -$lang['form_validation_exact_length'] = 'The {field} field must be exactly {param} characters in length.'; -$lang['form_validation_alpha'] = 'The {field} field may only contain alphabetical characters.'; -$lang['form_validation_alpha_numeric'] = 'The {field} field may only contain alpha-numeric characters.'; -$lang['form_validation_alpha_numeric_spaces'] = 'The {field} field may only contain alpha-numeric characters and spaces.'; -$lang['form_validation_alpha_dash'] = 'The {field} field may only contain alpha-numeric characters, underscores, and dashes.'; -$lang['form_validation_numeric'] = 'The {field} field must contain only numbers.'; -$lang['form_validation_is_numeric'] = 'The {field} field must contain only numeric characters.'; -$lang['form_validation_integer'] = 'The {field} field must contain an integer.'; -$lang['form_validation_regex_match'] = 'The {field} field is not in the correct format.'; -$lang['form_validation_matches'] = 'The {field} field does not match the {param} field.'; -$lang['form_validation_differs'] = 'The {field} field must differ from the {param} field.'; -$lang['form_validation_is_unique'] = 'The {field} field must contain a unique value.'; -$lang['form_validation_is_natural'] = 'The {field} field must only contain digits.'; -$lang['form_validation_is_natural_no_zero'] = 'The {field} field must only contain digits and must be greater than zero.'; -$lang['form_validation_decimal'] = 'The {field} field must contain a decimal number.'; -$lang['form_validation_less_than'] = 'The {field} field must contain a number less than {param}.'; -$lang['form_validation_less_than_equal_to'] = 'The {field} field must contain a number less than or equal to {param}.'; -$lang['form_validation_greater_than'] = 'The {field} field must contain a number greater than {param}.'; -$lang['form_validation_greater_than_equal_to'] = 'The {field} field must contain a number greater than or equal to {param}.'; -$lang['form_validation_error_message_not_set'] = 'Unable to access an error message corresponding to your field name {field}.'; -$lang['form_validation_in_list'] = 'The {field} field must be one of: {param}.'; +$lang['form_validation_required'] = 'O campo {field} é obrigatório.'; +$lang['form_validation_isset'] = 'O campo {field} deve ter um valor.'; +$lang['form_validation_valid_email'] = 'O campo {field} deve conter um endereço de e-mail válido.'; +$lang['form_validation_valid_emails'] = 'O campo {field} deve conter todos os endereços de e-mail válidos.'; +$lang['form_validation_valid_url'] = 'O campo {field} deve conter um URL válido.'; +$lang['form_validation_valid_ip'] = 'O campo {field} deve conter um IP válido.'; +$lang['form_validation_valid_base64'] = 'O campo {field} deve conter uma string Base64 válida.'; +$lang['form_validation_min_length'] = 'O campo {field} deve ter pelo menos {param} caracteres de comprimento.'; +$lang['form_validation_max_length'] = 'O campo {field} não pode exceder {param} caracteres de comprimento.'; +$lang['form_validation_exact_length'] = 'O campo {field} deve ter exatamente {param} caracteres de comprimento.'; +$lang['form_validation_alpha'] = 'O campo {field} pode conter apenas caracteres alfabéticos.'; +$lang['form_validation_alpha_numeric'] = 'O campo {field} pode conter apenas caracteres alfanuméricos.'; +$lang['form_validation_alpha_numeric_spaces'] = 'O campo {field} pode conter apenas caracteres alfanuméricos e espaços.'; +$lang['form_validation_alpha_dash'] = 'O campo {field} pode conter apenas caracteres alfanuméricos, sublinhados e travessões.'; +$lang['form_validation_numeric'] = 'O campo {field} deve conter apenas números.'; +$lang['form_validation_is_numeric'] = 'O campo {field} deve conter apenas caracteres numéricos.'; +$lang['form_validation_integer'] = 'O campo {field} deve conter um número inteiro.'; +$lang['form_validation_regex_match'] = 'O campo {field} não está no formato correto.'; +$lang['form_validation_matches'] = 'O campo {field} não corresponde ao campo {param}.'; +$lang['form_validation_differs'] = 'O campo {field} deve ser diferente do campo {param}.'; +$lang['form_validation_is_unique'] = 'O campo {field} deve conter um valor único.'; +$lang['form_validation_is_natural'] = 'O campo {field} deve conter apenas dígitos.'; +$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'] = 'O campo {field} deve conter um número decimal.'; +$lang['form_validation_less_than'] = 'O campo {field} deve conter um número menor que {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'] = 'O campo {field} deve conter um número maior que {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'] = 'Incapaz de acessar uma mensagem de erro correspondente ao seu nome de campo {field}.'; +$lang['form_validation_in_list'] = 'O campo {field} deve ser um dos seguintes: {param}.'; diff --git a/application/language/portuguese-br/imglib_lang.php b/application/language/portuguese-br/imglib_lang.php index c34b087c..75909f06 100644 --- a/application/language/portuguese-br/imglib_lang.php +++ b/application/language/portuguese-br/imglib_lang.php @@ -37,21 +37,21 @@ */ 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_gd_required'] = 'The GD image library is required for this feature.'; -$lang['imglib_gd_required_for_props'] = 'Your server must support the GD image library in order to determine the image properties.'; -$lang['imglib_unsupported_imagecreate'] = 'Your server does not support the GD function required to process this type of image.'; -$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_jpg_not_supported'] = 'JPG images are not supported.'; -$lang['imglib_png_not_supported'] = 'PNG images are not supported.'; -$lang['imglib_jpg_or_png_required'] = 'The image resize protocol specified in your preferences only works with JPEG or PNG image types.'; -$lang['imglib_copy_error'] = 'An error was encountered while attempting to replace the file. Please make sure your file directory is writable.'; -$lang['imglib_rotate_unsupported'] = 'Image rotation does not appear to be supported by your server.'; -$lang['imglib_libpath_invalid'] = 'The path to your image library is not correct. Please set the correct path in your image preferences.'; -$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_rotation_angle_required'] = 'An angle of rotation is required to rotate the image.'; -$lang['imglib_invalid_path'] = 'The path to the image is not correct.'; -$lang['imglib_invalid_image'] = 'The provided image is not valid.'; -$lang['imglib_copy_failed'] = 'The image copy routine failed.'; -$lang['imglib_missing_font'] = 'Unable to find a font to use.'; -$lang['imglib_save_failed'] = 'Unable to save the image. Please make sure the image and file directory are writable.'; +$lang['imglib_source_image_required'] = 'Você deve especificar uma imagem de origem em suas preferências.'; +$lang['imglib_gd_required'] = 'A biblioteca de imagens GD é necessária para este recurso.'; +$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'] = 'Seu servidor não suporta a função GD necessária para processar este tipo de imagem.'; +$lang['imglib_gif_not_supported'] = 'Muitas vezes, as imagens GIF não são suportadas devido a restrições de licenciamento. Pode ser necessário usar imagens JPG ou PNG.'; +$lang['imglib_jpg_not_supported'] = 'Imagens JPG não são compatíveis.'; +$lang['imglib_png_not_supported'] = 'Imagens PNG não são suportadas.'; +$lang['imglib_jpg_or_png_required'] = 'O protocolo de redimensionamento de imagem especificado em suas preferências funciona apenas com os tipos de imagem JPEG ou PNG.'; +$lang['imglib_copy_error'] = 'Foi encontrado um erro ao tentar substituir o arquivo. Certifique-se de que seu diretório de arquivos seja gravável.'; +$lang['imglib_rotate_unsupported'] = 'A rotação da imagem não parece ser compatível com o seu servidor.'; +$lang['imglib_libpath_invalid'] = 'O caminho para sua biblioteca de imagens não está correto. Defina o caminho correto em suas preferências de imagem.'; +$lang['imglib_image_process_failed'] = 'O processamento da imagem falhou. 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'] = 'É necessário um ângulo de rotação para girar a imagem.'; +$lang['imglib_invalid_path'] = 'O caminho para a imagem não está correto.'; +$lang['imglib_invalid_image'] = 'A imagem fornecida não é válida.'; +$lang['imglib_copy_failed'] = 'A rotina de cópia da imagem falhou.'; +$lang['imglib_missing_font'] = 'Incapaz de encontrar uma fonte para usar.'; +$lang['imglib_save_failed'] = 'Não foi possível salvar a imagem. Certifique-se de que a imagem e o diretório do arquivo sejam graváveis.'; diff --git a/application/language/portuguese-br/pagination_lang.php b/application/language/portuguese-br/pagination_lang.php index 1d113dfb..eaab3bd5 100644 --- a/application/language/portuguese-br/pagination_lang.php +++ b/application/language/portuguese-br/pagination_lang.php @@ -37,7 +37,7 @@ */ defined('BASEPATH') OR exit('No direct script access allowed'); -$lang['pagination_first_link'] = '‹ First'; +$lang['pagination_first_link'] = '‹ Primeira'; $lang['pagination_next_link'] = '>'; $lang['pagination_prev_link'] = '<'; -$lang['pagination_last_link'] = 'Last ›'; +$lang['pagination_last_link'] = 'Última ›'; diff --git a/application/language/portuguese-br/translations_lang.php b/application/language/portuguese-br/translations_lang.php index 13e8810e..14cc3329 100755 --- a/application/language/portuguese-br/translations_lang.php +++ b/application/language/portuguese-br/translations_lang.php @@ -1,6 +1,6 @@