Correções básicas

Espaços retirados
This commit is contained in:
arteiro
2016-04-06 13:28:44 -03:00
parent 16496d4a9c
commit 570ca69c2f
12 changed files with 206 additions and 206 deletions

View File

@@ -14,18 +14,18 @@ $lang["datepicker_daysshort_wednesday"] = "Qua";
$lang["datepicker_daysshort_thursday"] = "Qui";
$lang["datepicker_daysshort_friday"] = "Sex";
$lang["datepicker_daysshort_saturday"] = "Sab";
$lang["datepicker_daysmin_sunday"] = "Do";
$lang["datepicker_daysmin_monday"] = "Se";
$lang["datepicker_daysmin_tueday"] = "Te";
$lang["datepicker_daysmin_wednesday"] = "Qa";
$lang["datepicker_daysmin_thursday"] = "Qi";
$lang["datepicker_daysmin_friday"] = "Se";
$lang["datepicker_daysmin_saturday"] = "Sa";
$lang["datepicker_daysmin_sunday"] = "D";
$lang["datepicker_daysmin_monday"] = "S";
$lang["datepicker_daysmin_tueday"] = "T";
$lang["datepicker_daysmin_wednesday"] = "Q";
$lang["datepicker_daysmin_thursday"] = "Q";
$lang["datepicker_daysmin_friday"] = "S";
$lang["datepicker_daysmin_saturday"] = "S";
$lang["datepicker_months_january"] = "Janeiro";
$lang["datepicker_months_february"] = "Fevereiro";
$lang["datepicker_months_march"] = "Março";
$lang["datepicker_months_april"] = "Abril";
$lang["datepicker_months_may"] = "Maiio";
$lang["datepicker_months_may"] = "Maio";
$lang["datepicker_months_june"] = "Junho";
$lang["datepicker_months_july"] = "Julho";
$lang["datepicker_months_august"] = "Agosto";
@@ -46,19 +46,19 @@ $lang["datepicker_monthsshort_october"] = "Out";
$lang["datepicker_monthsshort_november"] = "Nov";
$lang["datepicker_monthsshort_december"] = "Dez";
$lang["datepicker_today"] = "Hoje";
$lang["datepicker_weekstart"] = "0";
$lang["datepicker_all_time"] = " Todos";
$lang["datepicker_last_7"] = "ùltimos 7 Dias";
$lang["datepicker_last_30"] = " Últimos 30 Dias";
$lang["datepicker_last_month"] = " Último Mês";
$lang["datepicker_weekstart"] = "";
$lang["datepicker_all_time"] = "Todos";
$lang["datepicker_last_7"] = "Últimos 7 Dias";
$lang["datepicker_last_30"] = "Últimos 30 Dias";
$lang["datepicker_last_month"] = "Último Mês";
$lang["datepicker_last_year"] = "Último ano";
$lang["datepicker_this_month"] = "Este Mes";
$lang["datepicker_this_month_last_year"] = "Este mês último ano";
$lang["datepicker_this_month_to_today"] = " Deste mês para hoje";
$lang["datepicker_this_month_to_today_last_year"] = " This Month To Today Last Year";
$lang["datepicker_this_year"] = " Este Ano";
$lang["datepicker_today_last_year"] = " Today Last Year";
$lang["datepicker_yesterday"] = " Ayer";
$lang["datepicker_this_month_to_today"] = "Deste mês para hoje";
$lang["datepicker_this_month_to_today_last_year"] = "Este mês Para Hoje Último Ano";
$lang["datepicker_this_year"] = "Este Ano";
$lang["datepicker_today_last_year"] = "Hoje Último Ano";
$lang["datepicker_yesterday"] = "Ontem";
$lang["datepicker_apply"] = "Aplicar";
$lang["datepicker_cancel"] = "Cancelar";
$lang["datepicker_from"] = "De";

View File

@@ -37,48 +37,48 @@
*/
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['cal_su'] = 'D';
$lang['cal_mo'] = 'S';
$lang['cal_tu'] = 'T';
$lang['cal_we'] = 'Q';
$lang['cal_th'] = 'Q';
$lang['cal_fr'] = 'S';
$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'] = 'Sab';
$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_su'] = 'Su';
$lang['cal_mo'] = 'Mo';
$lang['cal_tu'] = 'Tu';
$lang['cal_we'] = 'We';
$lang['cal_th'] = 'Th';
$lang['cal_fr'] = 'Fr';
$lang['cal_sa'] = 'Sa';
$lang['cal_sun'] = 'Sun';
$lang['cal_mon'] = 'Mon';
$lang['cal_tue'] = 'Tue';
$lang['cal_wed'] = 'Wed';
$lang['cal_thu'] = 'Thu';
$lang['cal_fri'] = 'Fri';
$lang['cal_sat'] = 'Sat';
$lang['cal_sunday'] = 'Sunday';
$lang['cal_monday'] = 'Monday';
$lang['cal_tuesday'] = 'Tuesday';
$lang['cal_wednesday'] = 'Wednesday';
$lang['cal_thursday'] = 'Thursday';
$lang['cal_friday'] = 'Friday';
$lang['cal_saturday'] = 'Saturday';
$lang['cal_jan'] = 'Jan';
$lang['cal_feb'] = 'Fev';
$lang['cal_feb'] = 'Feb';
$lang['cal_mar'] = 'Mar';
$lang['cal_apr'] = 'Abr';
$lang['cal_may'] = 'Mai';
$lang['cal_apr'] = 'Apr';
$lang['cal_may'] = 'May';
$lang['cal_jun'] = 'Jun';
$lang['cal_jul'] = 'Jul';
$lang['cal_aug'] = 'Ago';
$lang['cal_sep'] = 'Set';
$lang['cal_oct'] = 'Out';
$lang['cal_aug'] = 'Aug';
$lang['cal_sep'] = 'Sep';
$lang['cal_oct'] = 'Oct';
$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;
$lang['cal_dec'] = 'Dec';
$lang['cal_january'] = 'January';
$lang['cal_february'] = 'February';
$lang['cal_march'] = 'March';
$lang['cal_april'] = 'April';
$lang['cal_mayl'] = 'May';
$lang['cal_june'] = 'June';
$lang['cal_july'] = 'July';
$lang['cal_august'] = 'August';
$lang['cal_september'] = 'September';
$lang['cal_october'] = 'October';
$lang['cal_november'] = 'November';
$lang['cal_december'] = 'December';

View File

@@ -37,20 +37,20 @@
*/
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['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['UM12'] = '(UTC -12:00) Baker/Howland Island';
$lang['UM11'] = '(UTC -11:00) Niue';
@@ -64,7 +64,7 @@ $lang['UM5'] = '(UTC -5:00) Eastern Standard Time, Western Caribbean Standard Ti
$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, Brasil, French Guiana, Uruguay';
$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';

View File

@@ -37,27 +37,27 @@
*/
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['db_invalid_connection_str'] = 'Não foi possível determinar as configurações de banco de dados com base na seqüência de conexão que você enviou.';
$lang['db_unable_to_connect'] = 'Não é possível conectar ao servidor de banco de dados usando as configurações fornecidas.';
$lang['db_unable_to_select'] = 'Não foi possível selecionar o banco de dados especificado: %s';
$lang['db_unable_to_create'] = 'Não é possível criar o banco de dados especificado: %s';
$lang['db_invalid_query'] = 'A consulta que você apresentou não é válida.';
$lang['db_must_set_table'] = 'Você deve definir a tabela de banco de dados para ser usado com sua consulta.';
$lang['db_must_use_set'] = 'Você deve usar o método "set" para atualizar uma entrada.';
$lang['db_must_use_index'] = 'Você deve especificar um índice para corresponder por atualizações em lote.';
$lang['db_batch_missing_index'] = 'Uma ou mais linhas apresentadas para atualização em lote está faltando índice especificado.';
$lang['db_must_use_where'] = 'As atualizações não são permitidos a menos que contenham uma cláusula "where".';
$lang['db_del_must_use_where'] = 'Exclui não são permitidos a menos que contenham um "wheree" ou "like" cláusula.';
$lang['db_field_param_missing'] = 'Para buscar campos requer o nome da tabela como um parâmetro.';
$lang['db_unsupported_function'] = 'Este recurso não está disponível para o banco de dados que você está usando.';
$lang['db_transaction_failure'] = 'Falha na transação: Reversão realizada.';
$lang['db_unable_to_drop'] = 'Incapaz de deixar cair o banco de dados especificado.';
$lang['db_unsupported_feature'] = 'Recurso sem suporte da plataforma de banco de dados que você está usando.';
$lang['db_unsupported_compression'] = 'O formato de compressão de arquivo que você escolheu não é suportada pelo seu servidor.';
$lang['db_filepath_error'] = 'Não é possível gravar dados para o caminho do arquivo que você enviou.';
$lang['db_invalid_cache_path'] = 'O caminho de cache que você enviou não é válido ou gravável.';
$lang['db_table_name_required'] = 'Um nome de tabela é necessária para que a operação.';
$lang['db_column_name_required'] = 'Um nome de coluna é necessária para que a operação.';
$lang['db_column_definition_required'] = 'A definição da coluna é necessária para que a operação.';
$lang['db_unable_to_set_charset'] = 'Não é possível definir o conjunto de caracteres de conexão do cliente: %s';
$lang['db_error_heading'] = ' Ocorreu um erro na base de dados.';
$lang['db_invalid_connection_str'] = 'Unable to determine the database settings based on the connection string you submitted.';
$lang['db_unable_to_connect'] = 'Unable to connect to your database server using the provided settings.';
$lang['db_unable_to_select'] = 'Unable to select the specified database: %s';
$lang['db_unable_to_create'] = 'Unable to create the specified database: %s';
$lang['db_invalid_query'] = 'The query you submitted is not valid.';
$lang['db_must_set_table'] = 'You must set the database table to be used with your query.';
$lang['db_must_use_set'] = 'You must use the "set" method to update an entry.';
$lang['db_must_use_index'] = 'You must specify an index to match on for batch updates.';
$lang['db_batch_missing_index'] = 'One or more rows submitted for batch updating is missing the specified index.';
$lang['db_must_use_where'] = 'Updates are not allowed unless they contain a "where" clause.';
$lang['db_del_must_use_where'] = 'Deletes are not allowed unless they contain a "where" or "like" clause.';
$lang['db_field_param_missing'] = 'To fetch fields requires the name of the table as a parameter.';
$lang['db_unsupported_function'] = 'This feature is not available for the database you are using.';
$lang['db_transaction_failure'] = 'Transaction failure: Rollback performed.';
$lang['db_unable_to_drop'] = 'Unable to drop the specified database.';
$lang['db_unsupported_feature'] = 'Unsupported feature of the database platform you are using.';
$lang['db_unsupported_compression'] = 'The file compression format you chose is not supported by your server.';
$lang['db_filepath_error'] = 'Unable to write data to the file path you have submitted.';
$lang['db_invalid_cache_path'] = 'The cache path you submitted is not valid or writable.';
$lang['db_table_name_required'] = 'A table name is required for that operation.';
$lang['db_column_name_required'] = 'A column name is required for that operation.';
$lang['db_column_definition_required'] = 'A column definition is required for that operation.';
$lang['db_unable_to_set_charset'] = 'Unable to set client connection character set: %s';
$lang['db_error_heading'] = 'A Database Error Occurred';

View File

@@ -37,22 +37,22 @@
*/
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['email_must_be_array'] = 'O método de validação de email deve ser passado um array.';
$lang['email_invalid_address'] = 'Endereço de email invalido: %s';
$lang['email_attachment_missing'] = 'Não foi possível localizar o seguinte anexo de email: %s';
$lang['email_attachment_unreadable'] = 'Não é possível abrir este anexo: %s';
$lang['email_no_from'] = 'Não é possível enviar e-mails sem cabeçalho "From".';
$lang['email_no_recipients'] = 'Você deve incluir destinatários: To, Cc, or Bcc';
$lang['email_send_failure_phpmail'] = 'Não é possível enviar e-mail usando PHP mail (). O servidor não pode ser configurado para enviar mensagens usando este método.';
$lang['email_send_failure_sendmail'] = 'Não é possível enviar e-mail usando PHP Sendmail. O servidor não pode ser configurado para enviar mensagens usando este método.';
$lang['email_send_failure_smtp'] = 'Não é possível enviar e-mail usando PHP SMTP. O servidor não pode ser configurado para enviar mensagens usando este método.';
$lang['email_sent'] = 'Sua mensagem foi enviada com sucesso usando o seguinte protocolo: %s';
$lang['email_no_socket'] = 'Não é possível abrir um soquete para Sendmail. Verifique as configurações.';
$lang['email_no_hostname'] = 'Você não especificou um nome de host SMTP.';
$lang['email_smtp_error'] = 'O erro de SMTP que se segue foi encontrado: %s';
$lang['email_no_smtp_unpw'] = 'Erro: É necessário atribuir um nome de usuário e senha SMTP.';
$lang['email_failed_smtp_login'] = 'Falha ao enviar o comando AUTH LOGIN. Error: %s';
$lang['email_smtp_auth_un'] = 'Falhou a autenticação nome de usuário. Error: %s';
$lang['email_smtp_auth_pw'] = 'Falhou a autenticação de senha. Error: %s';
$lang['email_smtp_data_failure'] = 'Não é possível enviar dados: %s';
$lang['email_exit_status'] = 'Código de status de saída: %s';
$lang['email_must_be_array'] = 'The email validation method must be passed an array.';
$lang['email_invalid_address'] = 'Invalid email address: %s';
$lang['email_attachment_missing'] = 'Unable to locate the following email attachment: %s';
$lang['email_attachment_unreadable'] = 'Unable to open this attachment: %s';
$lang['email_no_from'] = 'Cannot send mail with no "From" header.';
$lang['email_no_recipients'] = 'You must include recipients: To, Cc, or Bcc';
$lang['email_send_failure_phpmail'] = 'Unable to send email using PHP mail(). Your server might not be configured to send mail using this method.';
$lang['email_send_failure_sendmail'] = 'Unable to send email using PHP Sendmail. Your server might not be configured to send mail using this method.';
$lang['email_send_failure_smtp'] = 'Unable to send email using PHP SMTP. Your server might not be configured to send mail using this method.';
$lang['email_sent'] = 'Your message has been successfully sent using the following protocol: %s';
$lang['email_no_socket'] = 'Unable to open a socket to Sendmail. Please check settings.';
$lang['email_no_hostname'] = 'You did not specify a SMTP hostname.';
$lang['email_smtp_error'] = 'The following SMTP error was encountered: %s';
$lang['email_no_smtp_unpw'] = 'Error: You must assign a SMTP username and password.';
$lang['email_failed_smtp_login'] = 'Failed to send AUTH LOGIN command. Error: %s';
$lang['email_smtp_auth_un'] = 'Failed to authenticate username. Error: %s';
$lang['email_smtp_auth_pw'] = 'Failed to authenticate password. Error: %s';
$lang['email_smtp_data_failure'] = 'Unable to send data: %s';
$lang['email_exit_status'] = 'Exit status code: %s';

View File

@@ -37,32 +37,32 @@
*/
defined('BASEPATH') OR exit('No direct script access allowed');
$Lang['form_validation_required'] = 'É necessário o campo {field}.';
$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 email 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 uma URL válida.';
$Lang['form_validation_valid_ip'] = 'O campo {field} deve conter um IP válido.';
$Lang['form_validation_min_length'] = 'O campo {field} deve ter no mínimo {param} caracteres de comprimento.';
$Lang['form_validation_max_length'] = 'O campo {field} não pode exceder {param} caracteres.';
$Lang['form_validation_exact_length'] = 'O campo {field} deve ser exatamente {param} caracteres.';
$Lang['form_validation_alpha'] = 'O campo {field} só pode conter caracteres alfabéticos.';
$Lang['form_validation_alpha_numeric'] = 'O campo {field} só pode conter caracteres alfanuméricos.';
$Lang['form_validation espaços alfanuméricos'] = 'O campo {field} só pode conter caracteres e espaços alfanuméricos.';
$Lang['form_validation_alpha_dash'] = 'O campo {field} só pode conter caracteres alfanuméricos, sublinhados e traços.';
$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 coincide com o campo {param}.';
$Lang['form_validation_differs'] = 'O campo {field} deve diferem 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 é possível acessar uma mensagem de erro que corresponde ao seu nome de campo {field}.';
$Lang['form_validation_in_list'] = 'O campo {field} deve ser um dos seguintes:. {Param}';
$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_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}.';

View File

@@ -37,15 +37,15 @@
*/
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, verifique se você está conectado antes de executar qualquer rotinas de arquivo.';
$lang['ftp_unable_to_connect'] = 'Não é possível conectar ao seu servidor FTP usando o nome do host fornecido.';
$lang['ftp_unable_to_login'] = 'Não é possível acessar o 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 que você especificou.';
$lang['ftp_unable_to_changedir'] = 'Não é possível alterar direrios.';
$lang['ftp_unable_to_chmod'] = 'Não é possível definir permissões de arquivo. Por favor, verifique o seu caminho.';
$lang['ftp_unable_to_upload'] = 'Não é possível fazer o upload do arquivo especificado. Por favor, verifique o seu caminho.';
$lang['ftp_unable_to_download'] = 'Não é possível baixar o arquivo especificado. Por favor, verifique o seu caminho.';
$lang['ftp_no_source_file'] = 'Não foi possível localizar o arquivo de origem. Por favor, verifique o seu caminho.';
$lang['ftp_unable_to_rename'] = 'Não foi possível renomear o arquivo.';
$lang['ftp_unable_to_delete'] = 'Não é possível excluir o arquivo.';
$lang['ftp_unable_to_move'] = 'Não é possível mover o arquivo. Por favor, verifique se o diretório de destino existe.';
$lang['ftp_no_connection'] = 'Unable to locate a valid connection ID. Please make sure you are connected before performing any file routines.';
$lang['ftp_unable_to_connect'] = 'Unable to connect to your FTP server using the supplied hostname.';
$lang['ftp_unable_to_login'] = 'Unable to login to your FTP server. Please check your username and password.';
$lang['ftp_unable_to_mkdir'] = 'Unable to create the directory you have specified.';
$lang['ftp_unable_to_changedir'] = 'Unable to change directories.';
$lang['ftp_unable_to_chmod'] = 'Unable to set file permissions. Please check your path.';
$lang['ftp_unable_to_upload'] = 'Unable to upload the specified file. Please check your path.';
$lang['ftp_unable_to_download'] = 'Unable to download the specified file. Please check your path.';
$lang['ftp_no_source_file'] = 'Unable to locate the source file. Please check your path.';
$lang['ftp_unable_to_rename'] = 'Unable to rename the file.';
$lang['ftp_unable_to_delete'] = 'Unable to delete the file.';
$lang['ftp_unable_to_move'] = 'Unable to move the file. Please make sure the destination directory exists.';

View File

@@ -37,11 +37,11 @@
*/
defined('BASEPATH') OR exit('No direct script access allowed');
$lang['migration_none_found'] = 'Nenhuma migração foram encontradas.';
$lang['migration_not_found'] = 'Nenhuma migração poderia ser encontrado com o número da versão: %s.';
$lang['migration_sequence_gap'] = 'Há uma lacuna na sequência de migração no número de versão: %s.';
$lang['migration_multiple_version'] = 'Existem várias migrações com o mesmo número de versão: %s.';
$lang['migration_class_doesnt_exist'] = 'A classe de migração "%s" não foi encontrado.';
$lang['migration_missing_up_method'] = 'A classe de migração "%s" está faltando um método "up".';
$lang['migration_missing_down_method'] = 'A classe de migração "%s" está faltando um método "down".';
$lang['migration_invalid_filename'] = 'Migração "%s" tem um nome de arquivo inválido.';
$lang['migration_none_found'] = 'No migrations were found.';
$lang['migration_not_found'] = 'No migration could be found with the version number: %s.';
$lang['migration_sequence_gap'] = 'There is a gap in the migration sequence near version number: %s.';
$lang['migration_multiple_version'] = 'There are multiple migrations with the same version number: %s.';
$lang['migration_class_doesnt_exist'] = 'The migration class "%s" could not be found.';
$lang['migration_missing_up_method'] = 'The migration class "%s" is missing an "up" method.';
$lang['migration_missing_down_method'] = 'The migration class "%s" is missing a "down" method.';
$lang['migration_invalid_filename'] = 'Migration "%s" has an invalid filename.';

View File

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

View File

@@ -48,13 +48,13 @@ $lang['profiler_memory_usage'] = 'MEMORY USAGE';
$lang['profiler_config'] = 'CONFIG VARIABLES';
$lang['profiler_session_data'] = 'SESSION DATA';
$lang['profiler_headers'] = 'HTTP HEADERS';
$lang['profiler_no_db'] = 'Driver de banco de dados não está atualmente carregado';
$lang['profiler_no_queries'] = 'Não há consultas foram executadas';
$lang['profiler_no_db'] = 'Database driver is not currently loaded';
$lang['profiler_no_queries'] = 'No queries were run';
$lang['profiler_no_post'] = 'No POST data exists';
$lang['profiler_no_get'] = 'No GET data exists';
$lang['profiler_no_uri'] = 'No URI data exists';
$lang['profiler_no_memory'] = 'Memory Usage Unavailable';
$lang['profiler_no_profiles'] = 'No Profile data - all Profiler sections have been disabled.';
$lang['profiler_section_hide'] = 'Esconder';
$lang['profiler_section_show'] = 'Mostrar';
$lang['profiler_seconds'] = 'segundos';
$lang['profiler_section_hide'] = 'Hide';
$lang['profiler_section_show'] = 'Show';
$lang['profiler_seconds'] = 'seconds';

View File

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

View File

@@ -13,18 +13,18 @@ datepicker_daysshort_wednesday,Sze,Mit,Wo,Mi<4D>,Wed,Mer,,,,,,Qua
datepicker_daysshort_thursday,Csüt,Don,Do,Jue,Thu,Jeu,,,,,,Qui
datepicker_daysshort_friday,Pén,Fre,Vr,Vie,Fri,Ven,,,,,,Sex
datepicker_daysshort_saturday,Szo,Sam,Za,S<EFBFBD>b,Sat,Sam,,,,,,Sab
datepicker_daysmin_sunday,V,So,Zo,Do,Su,D,,,,,,Do
datepicker_daysmin_monday,H,Mo,Ma,Lu,Mo,L,,,,,,Se
datepicker_daysmin_tueday,K,Di,Di,Ma,Tu,Ma,,,,,,Te
datepicker_daysmin_wednesday,Sze,Mi,Wo,Mi,We,Me,,,,,,Qa
datepicker_daysmin_thursday,Cs,Do,Do,Ju,Th,J,,,,,,Qi
datepicker_daysmin_friday,P,Fr,Vr,Vi,Fr,V,,,,,,Se
datepicker_daysmin_saturday,Szo,Sa,Za,Sa,Sa,S,,,,,,Sa
datepicker_daysmin_sunday,V,So,Zo,Do,Su,D,,,,,,D
datepicker_daysmin_monday,H,Mo,Ma,Lu,Mo,L,,,,,,S
datepicker_daysmin_tueday,K,Di,Di,Ma,Tu,Ma,,,,,,T
datepicker_daysmin_wednesday,Sze,Mi,Wo,Mi,We,Me,,,,,,Q
datepicker_daysmin_thursday,Cs,Do,Do,Ju,Th,J,,,,,,Q
datepicker_daysmin_friday,P,Fr,Vr,Vi,Fr,V,,,,,,S
datepicker_daysmin_saturday,Szo,Sa,Za,Sa,Sa,S,,,,,,S
datepicker_months_january,Január,Januar,Januari,Enero,January,Janvier,,,,,,Janeiro
datepicker_months_february,Február,Februar,Februari,Febrero,February,F<EFBFBD>vrier,,,,,,Fevereiro
datepicker_months_march,Március,M<EFBFBD>rz,Maart,Marzo,March,Mars,,,,,,Março
datepicker_months_april,Április,April,April,Abril,April,Avril,,,,,,Abril
datepicker_months_may,Május,Mai,Mei,Mayo,May,Mai,,,,,,Maiio
datepicker_months_may,Május,Mai,Mei,Mayo,May,Mai,,,,,,Maio
datepicker_months_june,Június,Juni,Juni,Junio,June,Juin,,,,,,Junho
datepicker_months_july,Július,Juli,Juli,Julio,July,Juillet,,,,,,Julho
datepicker_months_august,Augusztus,August,Augustus,Agosto,August,Ao<EFBFBD>t,,,,,,Agosto
@@ -45,19 +45,19 @@ datepicker_monthsshort_october,Okt,Okt,Okt,Oct,Oct,Oct,,,,,,Out
datepicker_monthsshort_november,Nov,Nov,Nov,Nov,Nov,Nov,,,,,,Nov
datepicker_monthsshort_december,Dec,Dez,Dec,Dic,Dec,Dec,,,,,,Dez
datepicker_today,Ma,Heute,Vandaag,Hoy,Today,Aujourd'hui,今天,сегодня,วันนี้,Bugün,Hari ini,Hoje
datepicker_weekstart,1,1,0,0,0,1,,,,,,0
datepicker_all_time,Kezdetektől,Von Beginn weg,Alle,Todos,All Time,Depuis le début,全部,за все время,เวลาทั้งหมด,Tüm Zamanlar,Semua Waktu, Todos
datepicker_last_7,Utolsó 7 nap,Letzte 7 Tage,Vorige 7 Dagen,Últimos 7 Días,Last 7 Days,Ces 7 derniers jours,過去七天,Последние 7 дней,7 วันสุดท้าย,Son 7 Gün,7 Hari Terakhir,ùltimos 7 Dias
datepicker_last_30,Utolsó 30 nap,Letzte 30 Tage,Vorige 30 Dagen,Últimos 30 Días,Last 30 Days,Ces 30 derniers jours,過去七天,Последние 30 дней,30 วันสุดท้าย,Son 30 Gün,30 Hari Terakhir, Últimos 30 Dias
datepicker_last_month,Múlt hónap,Letzter Monat,Vorige Maand,Último Mes,Last Month,Le mois dernier,上個月,Последний месяц,เดือนที่แล้ว,Geçen Ay,Bulan lalu, Último Mês
datepicker_weekstart,1,1,0,0,0,1,,,,,,
datepicker_all_time,Kezdetektől,Von Beginn weg,Alle,Todos,All Time,Depuis le début,全部,за все время,เวลาทั้งหมด,Tüm Zamanlar,Semua Waktu,Todos
datepicker_last_7,Utolsó 7 nap,Letzte 7 Tage,Vorige 7 Dagen,Últimos 7 Días,Last 7 Days,Ces 7 derniers jours,過去七天,Последние 7 дней,7 วันสุดท้าย,Son 7 Gün,7 Hari Terakhir,Últimos 7 Dias
datepicker_last_30,Utolsó 30 nap,Letzte 30 Tage,Vorige 30 Dagen,Últimos 30 Días,Last 30 Days,Ces 30 derniers jours,過去七天,Последние 30 дней,30 วันสุดท้าย,Son 30 Gün,30 Hari Terakhir,Últimos 30 Dias
datepicker_last_month,Múlt hónap,Letzter Monat,Vorige Maand,Último Mes,Last Month,Le mois dernier,上個月,Последний месяц,เดือนที่แล้ว,Geçen Ay,Bulan lalu,Último Mês
datepicker_last_year,Múlt év,Letztes Jahr,Vorig Jaar,Último Año,Last Year,L'année passée,去年,в прошлом году,ปีที่แล้ว,Geçen Yıl,Tahun lalu,Último ano
datepicker_this_month,Ez a hónap,Dieser Monat,Deze Maand,Este Mes,This Month,Ce mois,這個月,В этом месяце,เดือนนี้,Bu Ay,Bulan ini,Este Mes
datepicker_this_month_last_year,"Ez a hónap, múlt évben",Dieser Monat letzten Jahres,This Month Last Year,This Month Last Year,This Month Last Year,This Month Last Year,This Month Last Year,This Month Last Year,This Month Last Year,This Month Last Year,This Month Last Year,Este mês último ano
datepicker_this_month_to_today,"Ez a hónap, mai napig",Dieser Monat bis heute,This Month To Today,This Month To Today,This Month To Today,This Month To Today,This Month To Today,This Month To Today,This Month To Today,This Month To Today,This Month To Today, Deste mês para hoje
datepicker_this_month_to_today_last_year,"Ez a hónap, mai nap, múlt évben",Dieser Monat bis Heute letzten Jahres,This Month To Today Last Year,This Month To Today Last Year,This Month To Today Last Year,This Month To Today Last Year,This Month To Today Last Year,This Month To Today Last Year,This Month To Today Last Year,This Month To Today Last Year,This Month To Today Last Year, This Month To Today Last Year
datepicker_this_year,Ezév,Dieses Jahr,Dit Jaar,Este Año,This Year,Cette Année,今年,В этом году,ปีนี้,Bu Yıl,Tahun ini, Este Ano
datepicker_today_last_year,"Mai nap, elmúlt évben",Heute letzten Jahres,Today Last Year,Today Last Year,Today Last Year,Today Last Year,Today Last Year,Today Last Year,Today Last Year,Today Last Year,Today Last Year, Today Last Year
datepicker_yesterday,Tegnap,Gestern,Gisteren,Ayer,Yesterday,Hier,昨天,вчера,เมื่อวานนี้,Dün,Kemarin, Ayer
datepicker_this_month_to_today,"Ez a hónap, mai napig",Dieser Monat bis heute,This Month To Today,This Month To Today,This Month To Today,This Month To Today,This Month To Today,This Month To Today,This Month To Today,This Month To Today,This Month To Today,Deste mês para hoje
datepicker_this_month_to_today_last_year,"Ez a hónap, mai nap, múlt évben",Dieser Monat bis Heute letzten Jahres,This Month To Today Last Year,This Month To Today Last Year,This Month To Today Last Year,This Month To Today Last Year,This Month To Today Last Year,This Month To Today Last Year,This Month To Today Last Year,This Month To Today Last Year,This Month To Today Last Year,Este mês Para Hoje Último Ano
datepicker_this_year,Ezév,Dieses Jahr,Dit Jaar,Este Año,This Year,Cette Année,今年,В этом году,ปีนี้,Bu Yıl,Tahun ini,Este Ano
datepicker_today_last_year,"Mai nap, elmúlt évben",Heute letzten Jahres,Today Last Year,Today Last Year,Today Last Year,Today Last Year,Today Last Year,Today Last Year,Today Last Year,Today Last Year,Today Last Year,Hoje Último Ano
datepicker_yesterday,Tegnap,Gestern,Gisteren,Ayer,Yesterday,Hier,昨天,вчера,เมื่อวานนี้,Dün,Kemarin,Ontem
datepicker_apply,Elfogad,Apply,Apply,Apply,Apply,Apply,Apply,Apply,Apply,Apply,Apply,Aplicar
datepicker_cancel,Mégsem,Cancel,Cancel,Cancel,Cancel,Cancel,Cancel,Cancel,Cancel,Cancel,Cancel,Cancelar
datepicker_from,Tól,From,From,From,From,From,From,From,From,From,From,De
1 label hu-HU de-CH nl-BE es en fr zh ru th tr id pt-BR
13 datepicker_daysshort_thursday Csüt Don Do Jue Thu Jeu Qui
14 datepicker_daysshort_friday Pén Fre Vr Vie Fri Ven Sex
15 datepicker_daysshort_saturday Szo Sam Za S�b Sat Sam Sab
16 datepicker_daysmin_sunday V So Zo Do Su D Do D
17 datepicker_daysmin_monday H Mo Ma Lu Mo L Se S
18 datepicker_daysmin_tueday K Di Di Ma Tu Ma Te T
19 datepicker_daysmin_wednesday Sze Mi Wo Mi We Me Qa Q
20 datepicker_daysmin_thursday Cs Do Do Ju Th J Qi Q
21 datepicker_daysmin_friday P Fr Vr Vi Fr V Se S
22 datepicker_daysmin_saturday Szo Sa Za Sa Sa S Sa S
23 datepicker_months_january Január Januar Januari Enero January Janvier Janeiro
24 datepicker_months_february Február Februar Februari Febrero February F�vrier Fevereiro
25 datepicker_months_march Március M�rz Maart Marzo March Mars Março
26 datepicker_months_april Április April April Abril April Avril Abril
27 datepicker_months_may Május Mai Mei Mayo May Mai Maiio Maio
28 datepicker_months_june Június Juni Juni Junio June Juin Junho
29 datepicker_months_july Július Juli Juli Julio July Juillet Julho
30 datepicker_months_august Augusztus August Augustus Agosto August Ao�t Agosto
45 datepicker_monthsshort_november Nov Nov Nov Nov Nov Nov Nov
46 datepicker_monthsshort_december Dec Dez Dec Dic Dec Dec Dez
47 datepicker_today Ma Heute Vandaag Hoy Today Aujourd'hui 今天 сегодня วันนี้ Bugün Hari ini Hoje
48 datepicker_weekstart 1 1 0 0 0 1 0
49 datepicker_all_time Kezdetektől Von Beginn weg Alle Todos All Time Depuis le début 全部 за все время เวลาทั้งหมด Tüm Zamanlar Semua Waktu Todos
50 datepicker_last_7 Utolsó 7 nap Letzte 7 Tage Vorige 7 Dagen Últimos 7 Días Last 7 Days Ces 7 derniers jours 過去七天 Последние 7 дней 7 วันสุดท้าย Son 7 Gün 7 Hari Terakhir ùltimos 7 Dias Últimos 7 Dias
51 datepicker_last_30 Utolsó 30 nap Letzte 30 Tage Vorige 30 Dagen Últimos 30 Días Last 30 Days Ces 30 derniers jours 過去七天 Последние 30 дней 30 วันสุดท้าย Son 30 Gün 30 Hari Terakhir Últimos 30 Dias
52 datepicker_last_month Múlt hónap Letzter Monat Vorige Maand Último Mes Last Month Le mois dernier 上個月 Последний месяц เดือนที่แล้ว Geçen Ay Bulan lalu Último Mês
53 datepicker_last_year Múlt év Letztes Jahr Vorig Jaar Último Año Last Year L'année passée 去年 в прошлом году ปีที่แล้ว Geçen Yıl Tahun lalu Último ano
54 datepicker_this_month Ez a hónap Dieser Monat Deze Maand Este Mes This Month Ce mois 這個月 В этом месяце เดือนนี้ Bu Ay Bulan ini Este Mes
55 datepicker_this_month_last_year Ez a hónap, múlt évben Dieser Monat letzten Jahres This Month Last Year This Month Last Year This Month Last Year This Month Last Year This Month Last Year This Month Last Year This Month Last Year This Month Last Year This Month Last Year Este mês último ano
56 datepicker_this_month_to_today Ez a hónap, mai napig Dieser Monat bis heute This Month To Today This Month To Today This Month To Today This Month To Today This Month To Today This Month To Today This Month To Today This Month To Today This Month To Today Deste mês para hoje
57 datepicker_this_month_to_today_last_year Ez a hónap, mai nap, múlt évben Dieser Monat bis Heute letzten Jahres This Month To Today Last Year This Month To Today Last Year This Month To Today Last Year This Month To Today Last Year This Month To Today Last Year This Month To Today Last Year This Month To Today Last Year This Month To Today Last Year This Month To Today Last Year This Month To Today Last Year Este mês Para Hoje Último Ano
58 datepicker_this_year Ezév Dieses Jahr Dit Jaar Este Año This Year Cette Année 今年 В этом году ปีนี้ Bu Yıl Tahun ini Este Ano
59 datepicker_today_last_year Mai nap, elmúlt évben Heute letzten Jahres Today Last Year Today Last Year Today Last Year Today Last Year Today Last Year Today Last Year Today Last Year Today Last Year Today Last Year Today Last Year Hoje Último Ano
60 datepicker_yesterday Tegnap Gestern Gisteren Ayer Yesterday Hier 昨天 вчера เมื่อวานนี้ Dün Kemarin Ayer Ontem
61 datepicker_apply Elfogad Apply Apply Apply Apply Apply Apply Apply Apply Apply Apply Aplicar
62 datepicker_cancel Mégsem Cancel Cancel Cancel Cancel Cancel Cancel Cancel Cancel Cancel Cancel Cancelar
63 datepicker_from Tól From From From From From From From From From From De