first commit
Some checks failed
CI / build-test (push) Has been cancelled

This commit is contained in:
2025-05-31 18:56:37 +02:00
commit 8c4798a5fd
1240 changed files with 190468 additions and 0 deletions

View File

@@ -0,0 +1,84 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['cal_su'] = 'Do';
$lang['cal_mo'] = 'Se';
$lang['cal_tu'] = 'Te';
$lang['cal_we'] = 'Qu';
$lang['cal_th'] = 'Qu';
$lang['cal_fr'] = 'Se';
$lang['cal_sa'] = 'Sá';
$lang['cal_sun'] = 'Dom';
$lang['cal_mon'] = 'Seg';
$lang['cal_tue'] = 'Ter';
$lang['cal_wed'] = 'Qua';
$lang['cal_thu'] = 'Qui';
$lang['cal_fri'] = 'Sex';
$lang['cal_sat'] = 'Sáb';
$lang['cal_sunday'] = 'Domingo';
$lang['cal_monday'] = 'Segunda-feira';
$lang['cal_tuesday'] = 'Terça-feira';
$lang['cal_wednesday'] = 'Quarta-feira';
$lang['cal_thursday'] = 'Quinta-feira';
$lang['cal_friday'] = 'Sexta-feira';
$lang['cal_saturday'] = 'Sábado';
$lang['cal_jan'] = 'Jan';
$lang['cal_feb'] = 'Fev';
$lang['cal_mar'] = 'Mar';
$lang['cal_apr'] = 'Abr';
$lang['cal_may'] = 'Mai';
$lang['cal_jun'] = 'Jun';
$lang['cal_jul'] = 'Jul';
$lang['cal_aug'] = 'Ago';
$lang['cal_sep'] = 'Set';
$lang['cal_oct'] = 'Out';
$lang['cal_nov'] = 'Nov';
$lang['cal_dec'] = 'Dez';
$lang['cal_january'] = 'Janeiro';
$lang['cal_february'] = 'Fevereiro';
$lang['cal_march'] = 'Março';
$lang['cal_april'] = 'Abril';
$lang['cal_mayl'] = 'Maio';
$lang['cal_june'] = 'Junho';
$lang['cal_july'] = 'Julho';
$lang['cal_august'] = 'Agosto';
$lang['cal_september'] = 'Setembro';
$lang['cal_october'] = 'Outubro';
$lang['cal_november'] = 'Novembro';
$lang['cal_december'] = 'Dezembro';

View File

@@ -0,0 +1,94 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$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';
$lang['UM10'] = '(UTC -10:00) Hawaii-Aleutian Standard Time, Cook Islands, Tahiti';
$lang['UM95'] = '(UTC -9:30) Marquesas Islands';
$lang['UM9'] = '(UTC -9:00) Alaska Standard Time, Gambier Islands';
$lang['UM8'] = '(UTC -8:00) Pacific Standard Time, Clipperton Island';
$lang['UM7'] = '(UTC -7:00) Mountain Standard Time';
$lang['UM6'] = '(UTC -6:00) Central Standard Time';
$lang['UM5'] = '(UTC -5:00) Eastern Standard Time, Western Caribbean Standard Time';
$lang['UM45'] = '(UTC -4:30) Venezuelan Standard Time';
$lang['UM4'] = '(UTC -4:00) Atlantic Standard Time, Eastern Caribbean Standard Time';
$lang['UM35'] = '(UTC -3:30) Newfoundland Standard Time';
$lang['UM3'] = '(UTC -3:00) Argentina, Brazil, French Guiana, Uruguay';
$lang['UM2'] = '(UTC -2:00) South Georgia/South Sandwich Islands';
$lang['UM1'] = '(UTC -1:00) Azores, Cape Verde Islands';
$lang['UTC'] = '(UTC) Greenwich Mean Time, Western European Time';
$lang['UP1'] = '(UTC +1:00) Central European Time, West Africa Time';
$lang['UP2'] = '(UTC +2:00) Central Africa Time, Eastern European Time, Kaliningrad Time';
$lang['UP3'] = '(UTC +3:00) Moscow Time, East Africa Time, Arabia Standard Time';
$lang['UP35'] = '(UTC +3:30) Iran Standard Time';
$lang['UP4'] = '(UTC +4:00) Azerbaijan Standard Time, Samara Time';
$lang['UP45'] = '(UTC +4:30) Afghanistan';
$lang['UP5'] = '(UTC +5:00) Pakistan Standard Time, Yekaterinburg Time';
$lang['UP55'] = '(UTC +5:30) Indian Standard Time, Sri Lanka Time';
$lang['UP575'] = '(UTC +5:45) Nepal Time';
$lang['UP6'] = '(UTC +6:00) Bangladesh Standard Time, Bhutan Time, Omsk Time';
$lang['UP65'] = '(UTC +6:30) Cocos Islands, Myanmar';
$lang['UP7'] = '(UTC +7:00) Krasnoyarsk Time, Cambodia, Laos, Thailand, Vietnam';
$lang['UP8'] = '(UTC +8:00) Australian Western Standard Time, Beijing Time, Irkutsk Time';
$lang['UP875'] = '(UTC +8:45) Australian Central Western Standard Time';
$lang['UP9'] = '(UTC +9:00) Japan Standard Time, Korea Standard Time, Yakutsk Time';
$lang['UP95'] = '(UTC +9:30) Australian Central Standard Time';
$lang['UP10'] = '(UTC +10:00) Australian Eastern Standard Time, Vladivostok Time';
$lang['UP105'] = '(UTC +10:30) Lord Howe Island';
$lang['UP11'] = '(UTC +11:00) Srednekolymsk Time, Solomon Islands, Vanuatu';
$lang['UP115'] = '(UTC +11:30) Norfolk Island';
$lang['UP12'] = '(UTC +12:00) Fiji, Gilbert Islands, Kamchatka Time, New Zealand Standard Time';
$lang['UP1275'] = '(UTC +12:45) Chatham Islands Standard Time';
$lang['UP13'] = '(UTC +13:00) Samoa Time Zone, Phoenix Islands Time, Tonga';
$lang['UP14'] = '(UTC +14:00) Line Islands';

View File

@@ -0,0 +1,35 @@
<?php
/**
* System messages translation for CodeIgniter(tm)
*
* @author CodeIgniter community
* @copyright Copyright (c) 2014-2018, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['db_invalid_connection_str'] = 'Definições de ligação à base de dados insuficientes, com base na string que introduziu.';
$lang['db_unable_to_connect'] = 'Incapaz de fazer uma ligação ao servidor da base de dados, com base nas definições que forneceu.';
$lang['db_unable_to_select'] = 'Incapaz de selecionar a base de dados indicada: %s';
$lang['db_unable_to_create'] = 'Incapaz de criar a base de dados indicada: %s';
$lang['db_invalid_query'] = 'A query que introduziu não é válida.';
$lang['db_must_set_table'] = 'Tem que especificar a tabela da base dados à qual quer fazer a query.';
$lang['db_must_use_set'] = 'Tem que usar o método "set" para atualizar uma entrada.';
$lang['db_must_use_index'] = 'Tem que indicar o index que quer comparar nas atualizações em massa.';
$lang['db_batch_missing_index'] = 'Falta o index a uma ou mais linhas submetidas para a atualização em massa.';
$lang['db_must_use_where'] = 'Só é possível fazer atualizações se tiver a cláusula "where".';
$lang['db_del_must_use_where'] = 'Só é possível apagar se tiver a cláulusa "where" ou "like".';
$lang['db_field_param_missing'] = 'É necessário o nome da tabela como um parâmetro para conseguir ir buscar os campos.';
$lang['db_unsupported_function'] = 'Esta funcionalidade não está disponível para a base de dados que está a usar.';
$lang['db_transaction_failure'] = 'Falha de transação. Foi reposto o estado anterior (rollback).';
$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_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_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_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_unable_to_set_charset'] = 'Incapaz de definir o set de caratéres da ligação ao cliente: %s';
$lang['db_error_heading'] = 'Ocorreu um erro na base de dados';

View File

@@ -0,0 +1,30 @@
<?php
/**
* System messages translation for CodeIgniter(tm)
*
* @author CodeIgniter community
* @copyright Copyright (c) 2014-2018, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['email_must_be_array'] = 'É necessário passar um array ao método de validação de email.';
$lang['email_invalid_address'] = 'Endereço de email inválido: %s';
$lang['email_attachment_missing'] = 'Incapaz de encontrar o seguinte anexo de email: %s';
$lang['email_attachment_unreadable'] = 'Incapaz de abrir este anexo: %s';
$lang['email_no_from'] = 'Não é possível enviar o email sem definir o cabeçalho "From".';
$lang['email_no_recipients'] = 'Tem que definir os destinatários: To, Cc, ou Bcc';
$lang['email_send_failure_phpmail'] = 'Incapaz de enviar o email através do PHP mail(). O seu servidor pode não estar configurado para enviar mails usando este método.';
$lang['email_send_failure_sendmail'] = 'Incapaz de enviar o email através do PHP Sendmail. O seu servidor pode não estar configurado para enviar mails usando este método.';
$lang['email_send_failure_smtp'] = 'Incapaz de enviar o email através do PHP SMTP. O seu servidor pode não estar configurado para enviar mails usando este método.';
$lang['email_sent'] = 'A sua mensagem foi enviado com sucesso através do seguinte protocolo: %s';
$lang['email_no_socket'] = 'Incapaz de abrir um socket para o Sendmail. Por favor, confira as definições.';
$lang['email_no_hostname'] = 'Não especificou o hostname do SMTP.';
$lang['email_smtp_error'] = 'Foi encontrado o seguinte erro SMTP: %s';
$lang['email_no_smtp_unpw'] = 'Erro: Tem que definir um username e passowrd para o SMTP.';
$lang['email_failed_smtp_login'] = 'Falha no envio do comando AUTH LOGIN. Erro: %s';
$lang['email_smtp_auth_un'] = 'Falha na autenticação de username. Erro: %s';
$lang['email_smtp_auth_pw'] = 'Falha na autenticação da password. Erro: %s';
$lang['email_smtp_data_failure'] = 'Incapaz de enviar dados: %s';
$lang['email_exit_status'] = 'Código do estado de saída: %s';

View File

@@ -0,0 +1,69 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['form_validation_required'] = 'O campo {field} é obrigatório.';
$lang['form_validation_isset'] = 'O campo {field} deve de ter um valor.';
$lang['form_validation_valid_email'] = 'O campo {field} deve conter um endereço de email válido.';
$lang['form_validation_valid_emails'] = 'O campo {field} field must contain all valid email addresses.';
$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, underscores e hífens.';
$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'] = 'Não foi possível acessar uma mensagem de erro correspondente ao nome do campo {field}.';
$lang['form_validation_in_list'] = 'O campo {field} deve ser um dos seguintes: {param}.';

View File

@@ -0,0 +1,51 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$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'] = 'Não foi possível conectar ao seu servidor FTP usando o nome do host fornecido.';
$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'] = 'Não foi possível criar o diretório especificado.';
$lang['ftp_unable_to_changedir'] = 'Não foi possível mudar de diretório.';
$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'] = 'Não foi possível fazer upload do arquivo especificado. Por favor, verifique seu caminho.';
$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'] = 'Não foi possível localizar o arquivo de origem. Por favor, verifique seu caminho.';
$lang['ftp_unable_to_rename'] = 'Não foi possível renomear o arquivo.';
$lang['ftp_unable_to_delete'] = 'Não foi possível excluir o arquivo.';
$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

@@ -0,0 +1,57 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['imglib_source_image_required'] = 'Você deve especificar uma imagem de origem nas 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'] = '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'] = 'Imagens JPG não são suportadas.';
$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 nas suas preferências só funciona com tipos de imagem JPEG ou PNG.';
$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'] = 'A rotação de imagem não parece ser suportada pelo seu servidor.';
$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'] = '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'] = 'Um ângulo de rotação é necessário 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'] = 'Não foi possível encontrar uma fonte para usar.';
$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

@@ -0,0 +1,10 @@
<html>
<head>
<title>403 Forbidden</title>
</head>
<body>
<p>Directory access is forbidden.</p>
</body>
</html>

View File

@@ -0,0 +1,19 @@
<?php
/**
* System messages translation for CodeIgniter(tm)
*
* @author CodeIgniter community
* @copyright Copyright (c) 2014-2018, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['migration_none_found'] = 'Não foram encontradas migrações.';
$lang['migration_not_found'] = 'Não foram encontradas migrações com a versão: %s.';
$lang['migration_sequence_gap'] = 'Existe uma falha na sequência de versões das migrações junto à versão: %s.';
$lang['migration_multiple_version'] = 'Existem várias migrações com o mesmo numero de versão: %s.';
$lang['migration_class_doesnt_exist'] = 'Não foi possível encontrar a classe de migração "%s".';
$lang['migration_missing_up_method'] = 'Falta o método "up" à classe de migração "%s"';
$lang['migration_missing_down_method'] = 'Falta o método "down" à classe de migração "%s"';
$lang['migration_invalid_filename'] = 'A migração "%s" tem um nome de ficheiro inválido.';

View File

@@ -0,0 +1,44 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['terabyte_abbr'] = 'TB';
$lang['gigabyte_abbr'] = 'GB';
$lang['megabyte_abbr'] = 'MB';
$lang['kilobyte_abbr'] = 'KB';
$lang['bytes'] = 'Bytes';

View File

@@ -0,0 +1,43 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['pagination_first_link'] = '&lsaquo; Primeiro';
$lang['pagination_next_link'] = '&gt;';
$lang['pagination_prev_link'] = '&lt;';
$lang['pagination_last_link'] = 'Último &rsaquo;';

View File

@@ -0,0 +1,60 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['profiler_database'] = 'BASE DE DADOS';
$lang['profiler_controller_info'] = 'CLASSE/MÉTODO';
$lang['profiler_benchmarks'] = 'BENCHMARKS';
$lang['profiler_queries'] = 'CONSULTAS';
$lang['profiler_get_data'] = 'DADOS GET';
$lang['profiler_post_data'] = 'DADOS POST';
$lang['profiler_uri_string'] = 'STRING URI';
$lang['profiler_memory_usage'] = 'USO DE MEMÓRIA';
$lang['profiler_config'] = 'VARIÁVEIS DE CONFIGURAÇÃO';
$lang['profiler_session_data'] = 'DADOS DE SESSÃO';
$lang['profiler_headers'] = 'CABEÇALHOS HTTP';
$lang['profiler_no_db'] = 'Driver da base de dados não está carregado atualmente';
$lang['profiler_no_queries'] = 'Nenhuma consulta foi executada';
$lang['profiler_no_post'] = 'Não existem dados POST';
$lang['profiler_no_get'] = 'Não existem dados GET';
$lang['profiler_no_uri'] = 'Não existem dados URI';
$lang['profiler_no_memory'] = 'Uso de memória indisponível';
$lang['profiler_no_profiles'] = 'Nenhum dado de perfil - todas as seções do Profiler foram desativadas.';
$lang['profiler_section_hide'] = 'Esconder';
$lang['profiler_section_show'] = 'Mostrar';
$lang['profiler_seconds'] = 'segundos';

View File

@@ -0,0 +1,487 @@
<?php defined('BASEPATH') or exit('No direct script access allowed');
// Portuguese
$lang['page_title'] = 'Livro de Apontamentos';
$lang['service_and_provider'] = 'Selecione o serviço e o fornecedor';
$lang['select_service'] = 'Selecione o serviço';
$lang['select_provider'] = 'Selecione o fornecedor';
$lang['duration'] = 'Duração';
$lang['minutes'] = 'Minutos';
$lang['price'] = 'Preço';
$lang['back'] = 'Anterior';
$lang['appointment_date_and_time'] = 'Selecione a data e hora do evento';
$lang['no_available_hours'] = 'Não existem eventos para a data selecionada, Por favor, selecione outra data.';
$lang['appointment_hour_missing'] = 'Por favor, selecione a hora do evento antes de continuar.';
$lang['customer_information'] = 'Preencha as suas informações';
$lang['first_name'] = 'Primeiro Nome';
$lang['last_name'] = 'Último Nome';
$lang['email'] = 'Email';
$lang['phone_number'] = 'Número de Telemóvel';
$lang['phone'] = 'Telemóvel';
$lang['address'] = 'Morada';
$lang['city'] = 'Cidade';
$lang['zip_code'] = 'Código Postal';
$lang['notes'] = 'Notas';
$lang['language'] = 'Idioma';
$lang['no_language'] = 'Sem idioma';
$lang['fields_are_required'] = '* campos obrigatorios';
$lang['appointment_confirmation'] = 'Confirmar Evento';
$lang['confirm'] = 'Comfirmar';
$lang['update'] = 'Atualizar';
$lang['cancel_appointment_hint'] = 'Pressione o botão "cancelar" para remover o compromisso da agenda (da empresa).';
$lang['cancel'] = 'Cancelar';
$lang['appointment_registered'] = 'O seu evento foi registrado com sucesso.';
$lang['cancel_appointment_title'] = 'Cancelar Evento';
$lang['appointment_cancelled'] = 'O seu evento foi cancelado com sucesso.';
$lang['appointment_cancelled_title'] = 'Evento cancelado';
$lang['reason'] = 'Motivo';
$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['add_to_google_calendar'] = 'Adicionar calendario da google';
$lang['appointment_booked'] = 'O seu evento foi reservado com sucesso.';
$lang['thank_you_for_appointment'] = 'Obriagado por marcar um compromisso. Abaixo segue os detalhes do evento. Poderá realizar alterações abrindo o link.';
$lang['appointment_details_title'] = 'Detalhes do evento';
$lang['customer_details_title'] = 'Detalhes do Cliente';
$lang['service'] = 'Serviço';
$lang['provider'] = 'Fornecedor';
$lang['customer'] = 'Cliente';
$lang['start'] = 'Inicio';
$lang['end'] = 'Fim';
$lang['name'] = 'Nome';
$lang['appointment_link_title'] = 'Link de apontamentos';
$lang['success'] = 'Sucesso.';
$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_locked'] = 'Modificação impossível.';
$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_does_not_exist_in_db'] = 'O evento pedido não existe na base de dados.';
$lang['display_calendar'] = 'Mostrar Calendário';
$lang['calendar'] = 'Calendário';
$lang['users'] = 'Utilizadores';
$lang['settings'] = 'Definições';
$lang['log_out'] = 'Sair';
$lang['synchronize'] = 'Sincronizar';
$lang['enable_sync'] = 'Ativar Sincronização';
$lang['disable_sync'] = 'Desativar Sincronização';
$lang['disable_sync_prompt'] = 'Tem a certeza de que deseja desativar a sincronização do calendário?';
$lang['reload'] = 'Carregar';
$lang['appointment'] = 'Evento';
$lang['unavailability'] = 'Indisponível';
$lang['week'] = 'Semana';
$lang['month'] = 'Mês';
$lang['today'] = 'Hoje';
$lang['not_working'] = 'Não funciona';
$lang['break'] = 'Pausa';
$lang['add'] = 'Adicionar';
$lang['edit'] = 'Editar';
$lang['hello'] = 'Olá';
$lang['all_day'] = 'Todo o dia';
$lang['manage_appointment_record_hint'] = 'Gerir todos os eventos dos fornecedores e dos serviços disponíveis.';
$lang['select_filter_item_hint'] = 'Selecione o fornecedor ou o serviço e veja os eventos no calendário.';
$lang['enable_appointment_sync_hint'] = 'Ativar a sincronização de eventos atráves de uma conta Google Calendar.';
$lang['manage_customers_hint'] = 'Gerir os clientes e visualizar o seu histórico.';
$lang['manage_services_hint'] = 'Gerir os serviços e as categorias do sistema.';
$lang['manage_users_hint'] = 'Gerir os utilizadores de backend (administradores, fornecedores, secretárias).';
$lang['settings_hint'] = 'Definir as configurações do sistema e do utilizador.';
$lang['log_out_hint'] = 'Sair do Sistema.';
$lang['unavailability_periods_hint'] = 'Durante os periodos indisponíveis o fornecedor não aceitar novos evento.';
$lang['new_appointment_hint'] = 'Criar um novo evento e guarda-lo na base de dados.';
$lang['reload_appointments_hint'] = 'Carregar eventos do calendario.';
$lang['trigger_sync_hint'] = 'Desencadear o processo de sincronização do Google Calendar.';
$lang['appointment_updated'] = 'Evento actualizado com sucesso.';
$lang['undo'] = 'Desfazer';
$lang['appointment_details_changed'] = 'Detalhes do evento foram alterados.';
$lang['appointment_changes_saved'] = 'Detalhes do evento foram guardados com sucesso.';
$lang['save'] = 'Guardar';
$lang['new'] = 'Novo';
$lang['select'] = 'Selecionado';
$lang['hide'] = 'Esconder';
$lang['type_to_filter_customers'] = 'Filtrar Clientes';
$lang['clear_fields_add_existing_customer_hint'] = 'Apague os campos e insira um novo cliente.';
$lang['pick_existing_customer_hint'] = 'Escolha um cliente existente.';
$lang['new_appointment_title'] = 'Novo Evento';
$lang['edit_appointment_title'] = 'Editar Evento';
$lang['delete_appointment_title'] = 'Apagar Evento';
$lang['write_appointment_removal_reason'] = 'Por favor, dedique alguns minutos para escrever a razão que você está apagando o evento:';
$lang['appointment_saved'] = 'Evento guardado com sucesso.';
$lang['new_unavailability_title'] = 'Novo Período Indisponível';
$lang['edit_unavailability_title'] = 'Edite Período Indisponível';
$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['invalid_duration'] = 'Duração inválida.';
$lang['invalid_email'] = 'Email invalido.';
$lang['customers'] = 'Clientes';
$lang['details'] = 'Detalhes';
$lang['no_records_found'] = 'Não foram encontrados registos ...';
$lang['services'] = 'Serviços';
$lang['duration_minutes'] = 'Duração (minutos)';
$lang['currency'] = 'Moeda';
$lang['category'] = 'Categoria';
$lang['no_category'] = 'Sem Categoria';
$lang['description'] = 'Descrição';
$lang['categories'] = 'Categorias';
$lang['admins'] = 'Administradores';
$lang['providers'] = 'Fornecedores';
$lang['secretaries'] = 'Secretários';
$lang['mobile_number'] = 'Telemóvel ';
$lang['mobile'] = 'Mobile';
$lang['state'] = 'Estado';
$lang['username'] = 'Nome de utilizador';
$lang['password'] = 'Palavra-passe / senha';
$lang['retype_password'] = 'Retype Password';
$lang['receive_notifications'] = 'Receber notificações';
$lang['passwords_mismatch'] = 'Palavra-passe inválida.';
$lang['admin_saved'] = 'Administrador guardado com sucesso.';
$lang['provider_saved'] = 'Fornecedor guardado com sucesso.';
$lang['secretary_saved'] = 'Secretário guardado com sucesso.';
$lang['admin_deleted'] = 'Administrador apagado com sucesso.';
$lang['provider_deleted'] = 'Fornecedor apagado com sucesso.';
$lang['secretary_deleted'] = 'Secretário apagado com sucesso.';
$lang['service_saved'] = 'Serviço guardado com sucesso.';
$lang['service_category_saved'] = 'Categoria de serviço guardada com sucesso.';
$lang['service_deleted'] = 'Serviço apagado com sucesso.';
$lang['service_category_deleted'] = 'Categoria de serviço apagada com sucesso.';
$lang['customer_saved'] = 'Cliente guardado com sucesso.';
$lang['customer_deleted'] = 'Cliente apagado com sucesso.';
$lang['current_view'] = 'Vista atual';
$lang['working_plan'] = 'Plano de trabalhos';
$lang['reset_plan'] = 'Limpar plano';
$lang['monday'] = 'Segunda-feira';
$lang['tuesday'] = 'Terça-feira';
$lang['wednesday'] = 'Quarta-feira';
$lang['thursday'] = 'Quinta-feira';
$lang['friday'] = 'Sexta-feira';
$lang['saturday'] = 'Sábado';
$lang['sunday'] = 'Domingo';
$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['day'] = 'Dia';
$lang['days'] = 'Dias';
$lang['actions'] = 'Ações';
$lang['reset_working_plan_hint'] = 'Repor o plano de trabalho para os valores padrão.';
$lang['company_name'] = 'Nome da empresa';
$lang['company_name_hint'] = 'Nome da empresa será exibido em todos os lugares no sistema (obrigatório).';
$lang['company_email'] = 'Email da empresa';
$lang['company_email_hint'] = 'Este será o endereço de email da empresa. Ele será usado como o remetente e o endereço de resposta dos emails do sistema (obrigatório).';
$lang['company_link'] = 'Endereço da empresa';
$lang['company_link_hint'] = 'Endereço da empresa deve apontar para o site oficial da empresa (obrigatório).';
$lang['go_to_booking_page'] = 'Ir para a página de reserva';
$lang['settings_saved'] = 'Definições guardadas com sucesso.';
$lang['general'] = 'Geral';
$lang['booking'] = 'Booking';
$lang['visible'] = 'Visível';
$lang['hidden'] = 'Escondido';
$lang['business_logic'] = 'Lógica de negócio';
$lang['current_user'] = 'Utilizador Actual';
$lang['about_app'] = 'Sobre o Easy!Appointments';
$lang['edit_working_plan_hint'] = 'Marque os dias e as horas a que a sua empresa aceita eventos. Assim é capaz de ajustar eventos em horas de trabalho, contudo os clientes não serão capazes de marcar compromissos nos períodos fora do horário laboral. Este plano de trabalho será o padrão por cada novo registo de fornecedor mas é capaz de mudar o plano de cada fornecedor separadamente editando o seu registro. Depois disso, pode adicionar períodos de descanso.';
$lang['edit_breaks_hint'] = 'Adicione as pausas de trabalho durante cada dia. Estas pausas serão aplicadas para todos os novos fornecedores de serviços.';
$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['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['current_version'] = 'Versão Corrente';
$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['official_website'] = 'Site Oficial';
$lang['google_plus_community'] = 'Comunidade Google +';
$lang['support_group'] = 'Groupo de Suporte';
$lang['project_issues'] = 'Questões do projeto';
$lang['license'] = 'Licença';
$lang['about_app_license'] = 'Easy!Appointments está licenciado sob a licença GPLv3. Ao utilizar o código de Easy!Appointments de qualquer forma concorda com os termos descritos na seguinte url:';
$lang['logout_success'] = 'Ligação fechada com sucesso! Clique num dos seguintes botões para navegar para uma página diferente.';
$lang['book_appointment_title'] = 'Agenda';
$lang['backend_section'] = 'Seção de backend';
$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_password_here'] = 'Insira a sua palavra-passe ...';
$lang['login'] = 'Login';
$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['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['regenerate_password'] = 'Alterar Password';
$lang['go_to_login'] = 'Voltar à página de Login';
$lang['new_password_sent_with_email'] = 'A nova palavra-passe foi enviada para o seu email.';
$lang['new_account_password'] = 'palavra-passe para nova conta';
$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_admin'] = 'Apagar Administrador';
$lang['delete_customer'] = 'Apagar Cliente';
$lang['delete_service'] = 'Apagar Serviço';
$lang['delete_service_category'] = 'Apagar Categoria de Serviço';
$lang['delete_provider'] = 'Apagar fornecedor';
$lang['delete_secretary'] = 'Apagar secretario';
$lang['delete_appointment'] = 'Apagar apontamento';
$lang['delete_unavailability'] = 'Apagar periodo indisponivel';
$lang['delete'] = 'Apagar';
$lang['unexpected_issues'] = 'Problemas inesperados';
$lang['unexpected_issues_message'] = 'Não foi possível concluir a tarefa.';
$lang['close'] = 'Close';
$lang['page_not_found'] = 'Página não encontrada or página não existente';
$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['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['backend_calendar'] = 'Backend calendário';
$lang['start_date_time'] = 'Data / hora inicial';
$lang['end_date_time'] = 'Data / hora final';
$lang['licensed_under'] = 'Licenciado por';
$lang['unexpected_issues_occurred'] = 'Ocorreram problemas inesperados.';
$lang['service_communication_error'] = 'Problema de ligação ao servidor.';
$lang['no_privileges_edit_appointments'] = 'Não tem permissões para poder editar compromissos.';
$lang['unavailability_updated'] = 'Periodo indisponivel, actualizado com sucesso.';
$lang['appointments'] = 'Apontamentos';
$lang['unexpected_warnings'] = 'Aviso Inesperado';
$lang['unexpected_warnings_message'] = 'A operação foi concluida, contudo existem avisos.';
$lang['filter'] = 'Filtrar';
$lang['clear'] = 'Limpar';
$lang['uncategorized'] = 'Sem Categoria';
$lang['username_already_exists'] = 'Nome de utilizador já existe.';
$lang['password_length_notice'] = 'A palavra-passe deve ter pelo menos $number caracteres.';
$lang['general_settings'] = 'Definições Gerais';
$lang['personal_information'] = 'Informações Pessoais';
$lang['system_login'] = 'Sistema de Acesso';
$lang['user_settings_are_invalid'] = 'Configurações inválidas. Por favor corrija e tente novamente.';
$lang['add_break'] = 'Adicionar Paragem or Adicionar Pausa';
$lang['january'] = 'Janeiro';
$lang['february'] = 'Fevereiro';
$lang['march'] = 'Março';
$lang['april'] = 'Abril';
$lang['may'] = 'Maio';
$lang['june'] = 'Junho';
$lang['july'] = 'Julho';
$lang['august'] = 'Agosto';
$lang['september'] = 'Setembro';
$lang['october'] = 'Outubro';
$lang['november'] = 'Novembro';
$lang['december'] = 'Dezembro';
$lang['previous'] = 'Anterior';
$lang['next'] = 'Seguinte';
$lang['now'] = 'Agora';
$lang['select_time'] = 'Selecionar Tempo';
$lang['time'] = 'Tempo';
$lang['hour'] = 'Hora';
$lang['minute'] = 'Minuto';
$lang['calendar_sync_completed'] = 'Sincronização com a Google efectuada com sucesso.';
$lang['calendar_sync_failed'] = 'Falha na sincronização com o Google: não foi possivel ligar ao servidor.';
$lang['select_sync_calendar'] = 'Selecione o seu Calendario Google';
$lang['select_sync_calendar_prompt'] = 'Selecione o calendario para sincronizar os seus compromissos. Caso não tenha será selecionado um pre-definido.';
$lang['sync_calendar_selected'] = 'Calendario da google foi selecionado com sucesso.';
$lang['oops_something_went_wrong'] = 'Ops! Algo deu errado.';
$lang['ea_update_success'] = 'Nomeações fáceis! Foi atualizado com sucesso.';
$lang['require_captcha'] = 'Requer CAPTCHA';
$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'] = 'A verificação do CAPTCHA falhou, por favor tente novamente.';
$lang['any_provider'] = 'Qualquer Fornecedor';
$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'] = 'Notificações ao Cliente';
$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'] = 'Formato de Data';
$lang['date_format_hint'] = 'Altere o formato de exibição da data (D - Dia, M - Mês, A - Ano).';
$lang['time_format'] = 'Formato de Hora';
$lang['time_format_hint'] = 'Altere o formato de exibição da hora (H - Horas, M - Minutos).';
$lang['first_weekday'] = 'Primeiro dia da semana';
$lang['first_weekday_hint'] = 'Defina o primeiro dia da semana no calendário.';
$lang['google_analytics_code_hint'] = 'Adicione seu ID do Google Analytics para ser incluído na página de agendamento.';
$lang['availabilities_type'] = 'Tipo de Disponibilidade';
$lang['flexible'] = 'Flexível';
$lang['fixed'] = 'Fixo';
$lang['attendants_number'] = 'Número de Participantes';
$lang['reset_working_plan'] = 'Redefinir o plano de trabalho para os valores padrão.';
$lang['legal_contents'] = 'Conteúdos Legais';
$lang['cookie_notice'] = 'Aviso de Cookies';
$lang['display_cookie_notice'] = 'Exibir Aviso de Cookies';
$lang['cookie_notice_content'] = 'Conteúdo do Aviso de Cookies';
$lang['terms_and_conditions'] = 'Termos e Condições';
$lang['display_terms_and_conditions'] = 'Exibir Termos e Condições';
$lang['terms_and_conditions_content'] = 'Conteúdo dos Termos e Condições';
$lang['privacy_policy'] = 'Política de Privacidade';
$lang['display_privacy_policy'] = 'Exibir Política de Privacidade';
$lang['privacy_policy_content'] = 'Conteúdo da Política de Privacidade';
$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'] = 'Eu li e concordo com os {$link}Termos & Condições{/$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'] = 'Remova todos os seus compromissos e informações pessoais do sistema.';
$lang['delete_personal_information'] = 'Excluir Informações Pessoais';
$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'] = 'Localização';
$lang['working_plan_exception'] = 'Exceção ao Plano de Trabalho';
$lang['working_plan_exceptions'] = 'Exceções ao Plano de Trabalho';
$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'] = 'Nova Exceção ao Plano de Trabalho';
$lang['working_plan_exception_saved'] = 'Exceção ao plano de trabalho salva com sucesso.';
$lang['working_plan_exception_deleted'] = 'Exceção ao plano de trabalho excluída com sucesso.';
$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'] = 'Adicionar Exceção ao Plano de Trabalho';
$lang['require_phone_number'] = 'Exigir número de telefone';
$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'] = 'Por favor, verifique sua pasta de spam se o email não chegar dentro de alguns minutos.';
$lang['api_token_hint'] = 'Defina um token secreto para habilitar a autenticação baseada em token da API do Easy!Appointments.';
$lang['timezone'] = 'Fuso Horário';
$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'] = 'Todos os planos de trabalho foram atualizados.';
$lang['apply_to_all_providers'] = 'Aplicar a Todos os Fornecedores';
$lang['display_any_provider'] = 'Exibir Opção de Qualquer Fornecedor';
$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'] = 'Carregar Mais';
$lang['list'] = 'Lista';
$lang['default'] = 'Padrão';
$lang['table'] = 'Tabela';
$lang['date'] = 'Data';
$lang['about'] = 'Sobre';
$lang['booking_settings'] = 'Configurações de Agendamento';
$lang['display'] = 'Exibir';
$lang['require'] = 'Exigir';
$lang['color'] = 'Cor';
$lang['matomo_analytics_url_hint'] = 'Adicione o URL da sua própria instalação do Matomo para habilitar o rastreamento do Matomo nas páginas de agendamento.';
$lang['invalid_phone'] = 'Número de telefone inválido.';
$lang['legal'] = 'Legal';
$lang['business'] = 'Negócio';
$lang['account'] = 'Conta';
$lang['disable_booking'] = 'Desativar Agendamento';
$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'] = 'Exibir Mensagem';
$lang['booking_is_disabled'] = 'Agendamento Está Desativado!';
$lang['appearance'] = 'Aparência';
$lang['company_logo'] = 'Logotipo da Empresa';
$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'] = 'Cor da Empresa';
$lang['company_color_hint'] = 'A cor da empresa será aplicada em toda a aplicação para que ela use a sua marca.';
$lang['localization'] = 'Localização';
$lang['integrations'] = 'Integrações';
$lang['company'] = 'Empresa';
$lang['remove'] = 'Remover';
$lang['login_button'] = 'Botão de Login';
$lang['display_login_button_hint'] = 'Define se o botão de login será exibido na página de agendamento.';
$lang['private'] = 'Privado';
$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'] = 'Redefinir';
$lang['all'] = 'Todos';
$lang['booking_link'] = 'Link de Agendamento';
$lang['add_new_event'] = 'Adicionar Novo Evento';
$lang['what_kind_of_event'] = 'Que tipo de evento você gostaria de adicionar?';
$lang['theme'] = 'Tema';
$lang['limit_customer_access'] = 'Limitar Acesso do Cliente';
$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['secret_token'] = 'Token Secreto';
$lang['verify_ssl'] = 'Verificar SSL';
$lang['appointment_save'] = 'Salvar Compromisso';
$lang['appointment_delete'] = 'Excluir Compromisso';
$lang['unavailability_save'] = 'Salvar Indisponibilidade';
$lang['unavailability_delete'] = 'Excluir Indisponibilidade';
$lang['customer_save'] = 'Salvar Cliente';
$lang['customer_delete'] = 'Excluir Cliente';
$lang['service_save'] = 'Salvar Serviço';
$lang['service_delete'] = 'Excluir Serviço';
$lang['service_category_save'] = 'Salvar Categoria';
$lang['service_category_delete'] = 'Excluir Categoria';
$lang['provider_save'] = 'Guardar Fornecedor';
$lang['provider_delete'] = 'Eliminar Fornecedor';
$lang['secretary_save'] = 'Guardar Secretário';
$lang['secretary_delete'] = 'Eliminar Secretário';
$lang['admin_save'] = 'Salvar Administrador';
$lang['admin_delete'] = 'Excluir Administrador';
$lang['options'] = 'Opções';
$lang['webhooks'] = 'Webhooks';
$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'] = 'Integrações permitem fazer conexões de terceiros com aplicativos e APIs externos.';
$lang['configure'] = 'Configurar';
$lang['google_analytics'] = 'Google Analytics';
$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_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_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'] = 'Código do Google Analytics';
$lang['matomo_analytics_url'] = 'URL do Matomo Analytics';
$lang['future_booking_limit'] = 'Limite de Agendamento Futuro';
$lang['limit_days'] = 'Limite (Dias)';
$lang['future_booking_limit_hint'] = 'Defina o limite futuro em dias que os clientes podem fazer compromissos através da página de agendamento pública.';
$lang['api_token'] = 'Token da API';
$lang['allow_rescheduling_cancellation_before'] = 'Permitir Reagendamento/Cancelamento Antes';
$lang['at_least_one_field'] = 'Pelo menos um campo deve ser exibido na página de agendamento.';
$lang['status'] = 'Status';
$lang['appointment_status_options'] = 'Opções de Status de Compromisso';
$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 opção se tornará automaticamente o valor padrão).';
$lang['sunday_short'] = 'Dom';
$lang['monday_short'] = 'Seg';
$lang['tuesday_short'] = 'Ter';
$lang['wednesday_short'] = 'Qua';
$lang['thursday_short'] = 'Qui';
$lang['friday_short'] = 'Sex';
$lang['saturday_short'] = 'Sáb';
$lang['january_short'] = 'Jan';
$lang['february_short'] = 'Fev';
$lang['march_short'] = 'Mar';
$lang['april_short'] = 'Abr';
$lang['may_short'] = 'Mai';
$lang['june_short'] = 'Jun';
$lang['july_short'] = 'Jul';
$lang['august_short'] = 'Ago';
$lang['september_short'] = 'Set';
$lang['october_short'] = 'Out';
$lang['november_short'] = 'Nov';
$lang['december_short'] = 'Dez';
$lang['am'] = 'am';
$lang['pm'] = 'pm';
$lang['to'] = 'até';
$lang['click_to_toggle'] = 'Clique para Alternar';
$lang['week_short'] = 'Sem';
$lang['scroll_to_increment'] = 'Role para Incrementar';
$lang['year'] = 'Ano';
$lang['make_non_working_day'] = 'Este fornecedor não estará disponível para trabalhar no dia selecionado.';
$lang['no_breaks'] = 'Sem Pausas';
$lang['service_categories'] = 'Categorias de Serviço';
$lang['service_category'] = 'Categoria de Serviço';
$lang['blocked_period_saved'] = 'Período bloqueado salvo com sucesso.';
$lang['blocked_period_deleted'] = 'Período bloqueado excluído com sucesso.';
$lang['delete_blocked_period'] = 'Excluir Período Bloqueado';
$lang['blocked_period'] = 'Período Bloqueado';
$lang['blocked_periods'] = 'Períodos Bloqueados';
$lang['blocked_period_save'] = 'Salvar Período Bloqueado';
$lang['blocked_period_delete'] = 'Excluir Período Bloqueado';
$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'] = 'Campo Personalizado';
$lang['custom_fields'] = 'Campos Personalizados';
$lang['label'] = 'Rótulo';
$lang['webhook_saved'] = 'Webhook salvo com sucesso.';
$lang['webhook_deleted'] = 'Webhook excluído com sucesso.';
$lang['delete_webhook'] = 'Excluir Webhook';
$lang['contact_info'] = 'Informações de Contato';
$lang['hide_from_public'] = 'Ocultar do Público';
$lang['matomo_analytics_site_id'] = 'ID do Site do Matomo Analytics';
$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'] = 'Fuso Horário Padrão';
$lang['default_timezone_hint'] = 'Defina o valor padrão do fuso horário que será usado para novos registros.';
$lang['default_language'] = 'Idioma Padrão';
$lang['default_language_hint'] = 'Defina o valor padrão do idioma que será usado para novos registros.';
$lang['sync_method_prompt'] = 'Qual método de sincronização você gostaria de usar?';
$lang['caldav_server'] = 'Servidor CalDAV';
$lang['caldav_connection_info_prompt'] = 'Por favor, insira as informações de conexão do Calendário CalDAV alvo.';
$lang['connect'] = 'Conectar';
$lang['ldap'] = 'LDAP';
$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['port'] = 'Porta';
$lang['user_dn'] = 'DN do Usuário';
$lang['base_dn'] = 'DN Base';
$lang['keyword'] = 'Palavra-chave';
$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'] = 'A extensão PHP LDAP não está carregada, mas é necessária para que esta integração funcione.';
$lang['field_mapping'] = 'Mapeamento de Campos';
$lang['content'] = 'Conteúdo';
$lang['active'] = 'Ativo';
$lang['user_imported'] = 'O registro do usuário foi importado com sucesso.';
$lang['import'] = 'Importar';
$lang['ldap_dn'] = 'DN do LDAP';
$lang['role'] = 'Função';
$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'] = 'Este cliente já tem um compromisso durante o período de reserva solicitado.';
$lang['fields'] = 'Campos';
$lang['invalid_credentials_provided'] = 'Credenciais inválidas fornecidas, por favor, tente novamente.';
$lang['calendar_url'] = 'URL do Calendário';
$lang['please_select'] = 'Por Favor Selecione';
$lang['secret_header'] = 'Secret Header';
// End

View File

@@ -0,0 +1,57 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['ut_test_name'] = 'Nome do Teste';
$lang['ut_test_datatype'] = 'Tipo de Dado do Teste';
$lang['ut_res_datatype'] = 'Tipo de Dado Esperado';
$lang['ut_result'] = 'Resultado';
$lang['ut_undefined'] = 'Nome do Teste Não Definido';
$lang['ut_file'] = 'Nome do Arquivo';
$lang['ut_line'] = 'Número da Linha';
$lang['ut_passed'] = 'Passou';
$lang['ut_failed'] = 'Falhou';
$lang['ut_boolean'] = 'Booleano';
$lang['ut_integer'] = 'Inteiro';
$lang['ut_float'] = 'Float';
$lang['ut_double'] = 'Float'; // pode ser o mesmo que float
$lang['ut_string'] = 'String';
$lang['ut_array'] = 'Array';
$lang['ut_object'] = 'Objeto';
$lang['ut_resource'] = 'Recurso';
$lang['ut_null'] = 'Nulo';
$lang['ut_notes'] = 'Notas';

View File

@@ -0,0 +1,55 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');
$lang['upload_userfile_not_set'] = 'Não foi possível encontrar uma variável post chamada userfile.';
$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'] = 'O arquivo enviado excede o tamanho máximo permitido pelo formulário de envio.';
$lang['upload_file_partial'] = 'O arquivo foi enviado apenas parcialmente.';
$lang['upload_no_temp_directory'] = 'A pasta temporária está faltando.';
$lang['upload_unable_to_write_file'] = 'Não foi possível gravar o arquivo no disco.';
$lang['upload_stopped_by_extension'] = 'O envio do arquivo foi interrompido pela extensão.';
$lang['upload_no_file_selected'] = 'Você não selecionou um arquivo para enviar.';
$lang['upload_invalid_filetype'] = 'O tipo de arquivo que você está tentando enviar não é permitido.';
$lang['upload_invalid_filesize'] = 'O arquivo que você está tentando enviar é maior do que o tamanho permitido.';
$lang['upload_invalid_dimensions'] = 'A imagem que você está tentando enviar não se encaixa nas dimensões permitidas.';
$lang['upload_destination_error'] = 'Ocorreu um problema ao tentar mover o arquivo enviado para o destino final.';
$lang['upload_no_filepath'] = 'O caminho de envio não parece ser válido.';
$lang['upload_no_file_types'] = 'Você não especificou nenhum tipo de arquivo permitido.';
$lang['upload_bad_filename'] = 'O nome do arquivo que você enviou já existe no servidor.';
$lang['upload_not_writable'] = 'A pasta de destino do envio não parece ser gravável.';