");
diff --git a/src/java/net/sf/jabref/imports/HTMLConverter.java b/src/java/net/sf/jabref/imports/HTMLConverter.java
index 56d8b4367c9..c38913b133f 100644
--- a/src/java/net/sf/jabref/imports/HTMLConverter.java
+++ b/src/java/net/sf/jabref/imports/HTMLConverter.java
@@ -76,6 +76,7 @@ public class HTMLConverter implements LayoutFormatter {
{"180", "acute", "\\{\\\\'\\{\\}\\}"}, // acute accent = spacing acute,
// U+00B4 ISOdia
{"181", "micro", "\\$\\\\mu\\$"}, // micro sign, U+00B5 ISOnum
+ {"", "mu", "\\$\\\\mu\\$"}, // micro sign, U+00B5 ISOnum
{"182", "para", "\\{\\\\P\\}"}, // pilcrow sign = paragraph sign,
// U+00B6 ISOnum
{"183", "middot", "\\$\\\\cdot\\$"}, // middle dot = Georgian comma
@@ -418,13 +419,14 @@ public class HTMLConverter implements LayoutFormatter {
// U+22A5 ISOtech
{"8901", "sdot", "\\$\\\\cdot\\$"}, // dot operator, U+22C5 ISOamsb
/* dot operator is NOT the same character as U+00B7 middle dot */
- /* Miscellaneous Technical */
{"8968", "lceil", "\\$\\\\lceil\\$"}, // left ceiling = apl upstile,
// U+2308 ISOamsc
{"8969", "rceil", "\\$\\\\rceil\\$"}, // right ceiling, U+2309 ISOamsc
{"8970", "lfloor", "\\$\\\\lfloor\\$"}, // left floor = apl downstile,
// U+230A ISOamsc
{"8971", "rfloor", "\\$\\\\rfloor\\$"}, // right floor, U+230B ISOamsc
+
+ /* Miscellaneous Technical */
{"9001", "lang", "\\$\\\\langle\\$"}, // left-pointing angle bracket = bra,
// U+2329 ISOtech
/* lang is NOT the same character as U+003C 'less than'
@@ -557,6 +559,8 @@ public class HTMLConverter implements LayoutFormatter {
{"", "imath", "\\{\\\\i\\}"}, // Small i without the dot
{"321", "Lstrok", "\\{\\\\L\\}"}, // upper case l with stroke
{"322", "lstrok", "\\{\\\\l\\}"}, // lower case l with stroke
+ {"348", "Scirc", "\\{\\\\\\^\\{S\\}\\}"}, // upper case S with circumflex
+ {"349", "scirc", "\\{\\\\\\^\\{s\\}\\}"}, // lower case s with circumflex
{"370", "Uogon", "\\{\\\\k\\{U\\}\\}"}, // capital U with ogonek
{"371", "uogon", "\\{\\\\k\\{u\\}\\}"}, // small u with ogonek
{"381", "Zcaron", "\\{\\\\v\\{Z\\}\\}"}, // capital Z with caron
@@ -590,12 +594,15 @@ public class HTMLConverter implements LayoutFormatter {
{"8198", "", "\\\\hspace\\{0.167em\\}"}, // Six-Per-Em Space
{"8208", "hyphen", "-"}, // Hyphen
{"8229", "nldr", "\\.\\."}, // Double dots - en leader
+ {"8450", "complexes", "\\$\\\\mathbb\\{C\\}\\$"}, // double struck capital C -- requires e.g. amsfonts
{"8451", "", "\\$\\\\deg\\$\\{C\\}"}, // Degree Celsius
{"8459", "Hscr", "\\$\\\\mathcal\\{H\\}\\$"}, // script capital H -- possibly use \mathscr
{"8460", "Hfr", "\\$\\\\mathbb\\{H\\}\\$"}, // black letter capital H -- requires e.g. amsfonts
{"8466", "Lscr", "\\$\\\\mathcal\\{L\\}\\$"}, // script capital L -- possibly use \mathscr
{"8467", "ell", "\\{\\\\ell\\}"}, // script small l
{"8469", "naturals", "\\$\\\\mathbb\\{N\\}\\$"}, // double struck capital N -- requires e.g. amsfonts
+ {"8474", "Qopf", "\\$\\\\mathbb\\{Q\\}\\$"}, // double struck capital Q -- requires e.g. amsfonts
+ {"8477", "reals", "\\$\\\\mathbb\\{R\\}\\$"}, // double struck capital R -- requires e.g. amsfonts
{"8486", "", "\\$\\{\\\\Omega\\}\\$"}, // Omega
{"8491", "angst", "\\{\\\\AA\\}"}, // Angstrom
{"8496", "Escr", "\\$\\\\mathcal\\{E\\}\\$"}, // script capital E
@@ -631,6 +638,11 @@ public class HTMLConverter implements LayoutFormatter {
{"8883", "vrtri", "\\$\\\\triangleright\\$"}, // Right triangle
{"8896", "xwedge", "\\$\\\\bigwedge\\$"}, // Big wedge
{"8897", "xvee", "\\$\\\\bigvee\\$"}, // Big vee
+ {"8942", "vdots", "\\$\\\\vdots\\$"}, // vertical ellipsis U+22EE
+ {"8943", "cdots", "\\$\\\\cdots\\$"}, // midline horizontal ellipsis U+22EF
+ /*{"8944", "", "\\$\\\\ddots\\$"}, // up right diagonal ellipsis U+22F0 */
+ {"8945", "ddots", "\\$\\\\ddots\\$"}, // down right diagonal ellipsis U+22F1
+
{"9426", "circledc", "\\{\\\\copyright\\}"}, // circled small letter C
{"9633", "square", "\\$\\\\square\\$"}, // White square
{"9651", "xutri", "\\$\\\\bigtriangleup\\$"}, // White up-pointing big triangle
diff --git a/src/java/net/sf/jabref/imports/IEEEXploreFetcher.java b/src/java/net/sf/jabref/imports/IEEEXploreFetcher.java
index cd5328d6fa2..beb6beae602 100644
--- a/src/java/net/sf/jabref/imports/IEEEXploreFetcher.java
+++ b/src/java/net/sf/jabref/imports/IEEEXploreFetcher.java
@@ -103,6 +103,7 @@ public class IEEEXploreFetcher implements EntryFetcher {
Pattern ieeeArticleNumberPattern = Pattern.compile("
");
+ Pattern authorPattern = Pattern.compile("");
// Common words in IEEE Xplore that should always be
public IEEEXploreFetcher() {
@@ -111,7 +112,8 @@ public IEEEXploreFetcher() {
fieldPatterns.put("title", "\\s*(.+)\\s* ");
//fieldPatterns.put("author", "\\s*(.+)");
- fieldPatterns.put("author", "(?s)\\s*(.+)");
+ //fieldPatterns.put("author", "(?s)\\s*(.+)");
+ // fieldPatterns.put("author", "");
fieldPatterns.put("volume", "Volume:\\s*([A-Za-z-]*\\d+)");
fieldPatterns.put("number", "Issue:\\s*(\\d+)");
//fieldPatterns.put("part", "Part (\\d+), (.+)");
@@ -390,7 +392,7 @@ private BibtexEntry cleanup(BibtexEntry entry) {
}
// clean up author
- String author = (String)entry.getField("author");
+ /* String author = (String)entry.getField("author");
if (author != null) {
if (author.indexOf("a href=") >= 0) { // Author parsing failed because it was empty
entry.setField("author",""); // Maybe not needed anymore due to another change
@@ -406,7 +408,7 @@ private BibtexEntry cleanup(BibtexEntry entry) {
author = author.replaceAll("[ ,;]+$", "");
entry.setField("author", author);
}
- }
+ }*/
// clean up month
String month = (String)entry.getField("month");
if ((month != null) && (month.length() > 0)) {
@@ -702,6 +704,20 @@ private BibtexEntry parseNextEntry(String allText, int startIndex) {
}
}
}
+
+ Matcher authorMatcher = authorPattern.matcher(text);
+ // System.out.println(text);
+ StringBuffer authorNames = new StringBuffer("");
+ int authorCount=0;
+ while(authorMatcher.find()) {
+ if(authorCount >= 1) {
+ authorNames.append(" and ");
+ }
+ authorNames.append(htmlConverter.format(authorMatcher.group(1)));
+ //System.out.println(authorCount + ": " + authorMatcher.group(1));
+ authorCount++;
+ }
+ entry.setField("author",authorNames.toString());
if (entry.getField("author") == null || entry.getField("author").startsWith("a href") ||
entry.getField("author").startsWith("Topic(s)")) { // Fix for some documents without authors
entry.setField("author","");
diff --git a/src/java/net/sf/jabref/sql/SQLUtil.java b/src/java/net/sf/jabref/sql/SQLUtil.java
index 7bb146fd81b..0aaead01e2a 100644
--- a/src/java/net/sf/jabref/sql/SQLUtil.java
+++ b/src/java/net/sf/jabref/sql/SQLUtil.java
@@ -27,7 +27,6 @@
import java.util.ListIterator;
import net.sf.jabref.BibtexFields;
-import net.sf.jabref.Globals;
/**
*
@@ -62,6 +61,7 @@ public static void refreshFields() {
allFields.clear();
}
uniqueInsert(allFields, BibtexFields.getAllFieldNames());
+ uniqueInsert(allFields, BibtexFields.getAllPrivateFieldNames());
}
/**
@@ -108,12 +108,12 @@ private static ArrayList uniqueInsert(ArrayList list,
if (array != null) {
for (int i = 0; i < array.length; i++) {
if (!list.contains(array[i]))
+ if (!array[i].equals("#"))
list.add(array[i]);
}
}
return list;
}
-
/**
* Generates DML specifying table columns and their datatypes. The output of
* this routine should be used within a CREATE TABLE statement.
diff --git a/src/resource/JabRef_pt_BR.properties b/src/resource/JabRef_pt_BR.properties
index 14035c39fc8..a5a996a1054 100644
--- a/src/resource/JabRef_pt_BR.properties
+++ b/src/resource/JabRef_pt_BR.properties
@@ -1,5 +1,5 @@
#!
-#! created/edited by Popeye version 0.54 (popeye.sourceforge.net)
+#! created/edited by Popeye version 0.55 (https://github.com/koppor/popeye)
#! encoding:ISO-8859-1
%0_contains_the_Regular_Expression_%1 =%0_cont\u00e9m_a_Express\u00e3o_Regular_%1
%0_contains_the_term_%1 =%0_cont\u00e9m_o_termo_%1
@@ -16,6 +16,7 @@
=
=
=
+A_string_with_this_label_already_exists=Uma_string_com_este_r\u00f3tulo_j\u00e1_existe.
Abbreviate_journal_names_of_the_selected_entries_(ISO_abbreviation)=Abreviar_nomes_de_peri\u00f3dicos_das_refer\u00eancias_selecionadas_(abrevia\u00e7\u00e3o_ISO)
Abbreviate_journal_names_of_the_selected_entries_(MEDLINE_abbreviation)=Abreviar_nomes_de_peri\u00f3dicos_das_refer\u00eancias_selecionadas_(abrevia\u00e7\u00e3o_MEDLINE)
Abbreviate_names=Abreviar_nomes
@@ -601,7 +602,6 @@ Open=Abrir
Open_BibTeX_database=Abrir_base_de_dados_BibTeX
Open_database=Abrir_base_de_dados
Open_editor_when_a_new_entry_is_created=Abrir_o_editor_quando_uma_nova_refer\u00eancia_\u00e9_criada
-Open_folder=Abrir_pasta
Open_file=Abrir_arquivo
Open_last_edited_databases_at_startup=Abrir_as_\u00faltimas_base_de_dados_editadas_ao_iniciar
Open_PDF_or_PS=_Abrir_PDF_ou_PS
@@ -1065,6 +1065,8 @@ Cannot_use_port_%0_for_remote_operation;_another_application_may_be_using_it._Tr
Plugin_installer=Instalador_do_plugin
Unable_to_create_plugin_directory=N\u00e3o_foi_poss\u00edvel_criar_o_diret\u00f3rio_de_plugins
Unable_to_copy_file=N\u00e3o_foi_poss\u00edvel_copiar_os_arquivos
+#Plugin_installed_successfully._You_must_restart_JabRef_to_load_the_new_plugin.=Plugin_instalado_com_sucesso._Voc\u00ea_deve_reiniciar_o_JabRef_para_carregar_o_novo_plugin.
+Plugin_installed_successfully._You_must_restart_JabRef_to_load_the_new_plugin.=Plugin_instalado_com_sucesso._O_Jabref_precisa_ser_reiniciado_para_carregar_o_novo_plugin.
Unable_to_create_user_plugin_directory=N\u00e3o_foi_poss\u00edvel_criar_diret\u00f3rio_de_plugins_do_usu\u00e1rio
Plugin_installation_failed.=Falha_na_instala\u00e7\u00e3o_do_plugin.
The_same_version_of_this_plugin_is_already_installed.=A_mesma_vers\u00e3o_deste_plugin_j\u00e1_est\u00e1_instalada.
@@ -1294,8 +1296,8 @@ Autocomplete_names=Autocompletar_nomes
Default_style=Estilo_padr\u00e3o
Choose_style_file_directly=Escolha_o_arquivo_de_estilo_diretamente
Choose_from_a_directory=Escolha_a_partir_de_um_diret\u00f3rio
-Allow_file_links_relative_to_each_bib_file's_location=Permitir_links_de_arquivos_relativos_ao_local_do_arquivo_.bib
No_directory_defined_for_%0-files=Nenhum_diret\u00f3rio_definido_para_arquivos_%0
+Allow_file_links_relative_to_each_bib_file's_location=Permitir_links_de_arquivos_relativos_ao_local_do_arquivo_.bib
Style_selection=Sele\u00e7\u00e3o_de_estilo
The_panel_below_shows_the_definition_of_the_default_style.=O_painel_abaixo_exibe_a_defini\u00e7\u00e3o_do_estilo_padr\u00e3o.
If_you_want_to_use_it_as_a_template_for_a_new_style,_you_can_copy_the_contents_into_a_new_.jstyle_file=Se_voc\u00ea_deseja_utilizar_isto_como_template_para_um_novo_estilo,_voc\u00ea_pode_copiar_seu_conte\u00fado_para_um_novo_arquivo_.jstyle
@@ -1314,250 +1316,248 @@ You_must_select_either_a_valid_style_file,_or_use_a_default_style.=Voc\u00ea_dev
Show=Exibir
This_is_a_simple_copy_and_paste_dialog._First_load_or_paste_some_text_into_the_text_input_area. After_that,_you_can_mark_text_and_assign_it_to_a_BibTeX_field.=Esta_\u00e9_uma_simples_janela_de_di\u00e1logo_Copiar_e_Colar._Primeiro_carregue_ou_cole_algum_texto_na_\u00e1rea_de_inser\u00e7\u00e3o_de_texto. Em_seguida,_voc\u00ea_pode_marcar_o_texto_e_design\u00e1-lo_a_um_campo_BibTeX.
Java_Bouncy_Castle_library_not_found._Please_download_and_install_it._For_more_information_see_http\://www.bouncycastle.org/.=A_biblioteca_Java_Bouncy_Castle_n\u00e3o_foi_encontrada._Por_favor,_fa\u00e7a_o_download_e_a_instale._Para_mais_informa\u00e7\u00f5es,_visite_http\://www.bouncycastle.org/.
-A_string_with_this_label_already_exists=Uma_string_com_este_r\u00f3tulo_j\u00e1_existe.
-#Plugin_installed_successfully._You_must_restart_JabRef_to_load_the_new_plugin.=Plugin_instalado_com_sucesso._Voc\u00ea_deve_reiniciar_o_JabRef_para_carregar_o_novo_plugin.
-Plugin_installed_successfully._You_must_restart_JabRef_to_load_the_new_plugin.=Plugin_instalado_com_sucesso._O_Jabref_precisa_ser_reiniciado_para_carregar_o_novo_plugin.
#This_feature_generates_a_new_database_based_on_which_entries_are_needed_in_an_existing_LaTeX_document.=Esta_funcionalidade_cria_um_novo_banco_de_dados_baseado_em_quais_entradas_s\u00e3o_necess\u00e1rias_em_um_documento_LaTeX.
This_feature_generates_a_new_database_based_on_which_entries_are_needed_in_an_existing_LaTeX_document.=Esta_funcionalidade_gera_uma_nova_base_de_dados_na_qual_as_refer\u00eancias_s\u00e3o_necess\u00e1rias_em_um_documento_LaTex_existente
#You_need_to_select_one_of_your_open_databases_from_which_to_choose_entries,_as_well_as_the_AUX_file_produced_by_LaTeX_when_compiling_your_document.=Voc\u00ea_precisa_selecionar_um_de_seus_bancos_de_dados_abertos_para_que_entradas_sejam_selecionadas,_bem_como_o_arquivo_AUX_produzido_pelo_LaTeX_ao_compilar_seu_documento.
You_need_to_select_one_of_your_open_databases_from_which_to_choose_entries,_as_well_as_the_AUX_file_produced_by_LaTeX_when_compiling_your_document.=Voc\u00ea_precisa_selecionar_uma_das_bases_de_dados_abertas_a_partir_da_qual_ser\u00e3o_selecionadas_as_refer\u00eancias,_bem_como_um_arquivo_AUX_produzido_pela_compila\u00e7\u00e3o_do_seu_arquivo_LaTex.
-Minimize_to_system_tray=Minimizar_para_a_bandeja_do_sistema
-First_select_entries_to_clean_up.=
-Cleanup_entry=Limpar_entrada
-Autogenerate_PDF_Names=
-Auto-generating_PDF-Names_does_not_support_undo._Continue?=
-File_rename_failed_for=
-You_have_toggled_the_BibLaTeX_mode.=
-Use_full_firstname_whenever_possible=
-Use_abbreviated_firstname_whenever_possible=
-Use_abbreviated_and_full_firstname=
-Autocompletion_options=
-Autocomplete_after_following_number_of_characters=
-Name_format_used_for_autocompletion=
-Treatment_of_first_names=
-Cleanup_entries=
-Move_DOIs_from_note_and_URL_field_to_DOI_field_and_remove_http_prefix=
-Format_content_of_month_field_to_#mon#=
-Ensure_that_page_ranges_are_of_the_form_num1--num2=
-Make_paths_of_linked_files_relative_(if_possible)=
-Rename_PDFs_to_given_file_name_format_pattern=
-Rename_only_PDFs_having_a_relative_path=
-What_would_you_like_to_clean_up?=
-Doing_a_cleanup_for_%0_entries...=
-No_entry_needed_a_clean_up=
-One_entry_needed_a_clean_up=
-%0_entries_needed_a_clean_up=
-Automatically_assign_new_entry_to_selected_groups=Designar_automaticamente_novas_entradas_para_os_grupos_selecionados
+First_select_entries_to_clean_up.=Selecione_as_entradas_a_limpar
+Cleanup_entry=Limpar_refer\u00eancia
+Autogenerate_PDF_Names=Gerar_nomes_dos_PDFs_automaticamente
+Auto-generating_PDF-Names_does_not_support_undo._Continue?=N\u00e3o_ser\u00e1_poss\u00edvel_desfazer_a_auto_gera\u00e7\u00e3o_de_nomes_de_PDFs._Continuar_mesmo_assim?
+File_rename_failed_for=Falha_ao_renomear_arquivo_
+You_have_toggled_the_BibLaTeX_mode.=Voc\u00ea_mudou_para_o_modo_BibLaTeX
+Use_full_firstname_whenever_possible=Usar_primeiro_nome_inteiro_sempre_que_poss\u00edvel
+Use_abbreviated_firstname_whenever_possible=Usar_primeiro_nome_abreviado_sempre_que_poss\u00edvel
+Use_abbreviated_and_full_firstname=Usar_primeiro_nome_abreviado_e_inteiro
+Autocompletion_options=Op\u00e7\u00f5es_de_autocompletar
+Autocomplete_after_following_number_of_characters=Autocompletar_ap\u00f3s_um_n\u00famero_de_caracteres
+Name_format_used_for_autocompletion=Formato_de_nome_usado_para_autocompletar
+Treatment_of_first_names=Tratamento_dos_primeiros_nomes
+Cleanup_entries=Limpar_entradas
+Automatically_assign_new_entry_to_selected_groups=Designar_automaticamente_novas_refer\u00eancias_para_os_grupos_selecionados
+Move_DOIs_from_note_and_URL_field_to_DOI_field_and_remove_http_prefix=Mover_DOIs_dos_campos_note_e_URL_para_o_campo_DOI_e_remover_o_prefixo_http
+Format_content_of_month_field_to_#mon#=Formatar_o_conte\u00fado_do_campo_m\u00eas_para_#mon#
+Ensure_that_page_ranges_are_of_the_form_num1--num2=Garantir_que_as_p\u00e1ginas_seguem_o_formato_num1-num2
+Make_paths_of_linked_files_relative_(if_possible)=Tornar_os_caminhos_dos_arquivos_relativos_(se_poss\u00edvel)
+Rename_PDFs_to_given_file_name_format_pattern=Renomear_PDFs_para_o_padr\u00e3o_de_nome_definido
+Rename_only_PDFs_having_a_relative_path=Renomear_apenas_os_PDFs_que_tem_caminho_relativo
+What_would_you_like_to_clean_up?=O_que_voc\u00ea_deseja_limpar?
+Doing_a_cleanup_for_%0_entries...=Limpando_%0_entradas...
+No_entry_needed_a_clean_up=Nenhuma_refer\u00eancia_precisou_de_limpeza
+One_entry_needed_a_clean_up=Uma_refer\u00eancia_necessitou_limpeza
+%0_entries_needed_a_clean_up=%0_entradas_necessitaram_limpeza
Error_importing_from_database=Erro_ao_importar_do_banco_de_dados
+Minimize_to_system_tray=Minimizar_para_a_bandeja_do_sistema
Error_downloading_file_'%0'=Erro_ao_baixar_arquivo_'%0'
Download_failed=O_download_falhou
-%0_databases_will_be_imported=
-Importing_cancelled=
-There_are_no_available_databases_to_be_imported=
-Import_from_SQL_database=
-Imported_%0_databases_successfully=
-<_CREATE_NEW_DATABASE_>=
-Remove_Selected=
-SQL_Database_Exporter=
-Select_target_SQL_database\:=
-SQL_Database_Importer=
-Please_select_which_JabRef_databases_do_you_want_to_import\:=
-Group_tree_could_not_be_parsed._If_you_save_the_BibTeX_database,_all_groups_will_be_lost.=
-Attach_file=
+%0_databases_will_be_imported=%0_bases_de_dados_ser\u00e3o_importados
+Importing_cancelled=Importa\u00e7\u00e3o_cancelada
+There_are_no_available_databases_to_be_imported=N\u00e3o_existem_bases_de_dados_dispon\u00edveis_para_importa\u00e7\u00e3o
+Import_from_SQL_database=Importar_de_um_banco_de_dados_SQL
+Imported_%0_databases_successfully=%0_bases_de_dados_foram_importadas_com_sucesso
+<_CREATE_NEW_DATABASE_>=<_CRIAR_NOVA_BASE_DE_DADOS_>
+Remove_Selected=Remover_Selecionados
+SQL_Database_Exporter=Exportador_de_Bases_de_Dados_SQL
+Select_target_SQL_database\:=Selecione_a_base_de_dados_SQL_de_destino:
+SQL_Database_Importer=Importador_de_Bases_de_Dados_SQL
+Please_select_which_JabRef_databases_do_you_want_to_import\:=Por_favor_selecione_qual_base_de_dados_deseja_importar_ao_JabRef:
+Group_tree_could_not_be_parsed._If_you_save_the_BibTeX_database,_all_groups_will_be_lost.=\u00c1rvore_de_agrupamento_n\u00e3o_pode_ser_interpretada._Se_voc\u00ea_salvar_sua_base_de_dados_BibTeX,_todos_os_grupos_ser\u00e3o_perdidos
+Attach_file=Anexar_arquivo
-Setting_all_preferences_to_default_values.=
-Resetting_preference_key_'%0'=
-Unknown_preference_key_'%0'=
-Unable_to_clear_preferences.=
+Setting_all_preferences_to_default_values.=Definindo_todas_as_prefer\u00eancias_para_os_valores_padr\u00e3o
+Resetting_preference_key_'%0'=Redefinindo_prefer\u00eancia_'%0'
+Unknown_preference_key_'%0'=Prefer\u00eancia_desconhecida_'%0"
+Unable_to_clear_preferences.=N\u00e3o_foi_poss\u00edvel_limpar_as_prefer\u00eancias
-Reset_preferences_(key1,key2,..._or_'all')=
-Find_unlinked_files=
-Unselect_all=
-Expand_all=
-Collapse_all=
-Select_Directory=
-Choose_Directory=
-Use_the_selected_directory_to_start_with_the_search.=
-Browse...=
-Opens_the_file_browser.=
-Scan_directory=
-Searches_the_selected_directory_for_unlinked_files.=
-Starts_the_import_of_bibtex_entries.=
-Leave_this_dialog.=
-Create_directory_based_keywords=
-Creates_keywords_in_created_entrys_with_directory_pathnames=
-Select_a_directory_where_the_search_shall_start.=
-Select_file_type\:=
-These_files_are_not_linked_in_the_active_database.=
-Entry_type_to_be_created\:=
-Searching_file_system...=
-Importing_into_Database...=
-Select_directory=
-Select_files=
-Bibtex_entry_creation=
-=
-Push_selection_to_TeXstudio=
-Path_to_TeXstudio=
-Program_'%0'_not_found=
-Pushed_citations_to_TeXstudio=
-Unable_to_connect_to_freecite_online_service.=
-Parse_with_FreeCite=
-Insert_selected_citations_into_TeXstudio=
-The_current_BibTeX_key_will_be_overwritten._Continue?=
-Overwrite_key=
-Not_overwriting_existing_key._To_change_this_setting,_open_Options_->_Prefererences_->_BibTeX_key_generator=
-How_would_you_like_to_link_to_'%0'?=
-Bibtex_key_patterns=
-Changed_special_field_settings=
-Clear_priority=
-Clear_rank=
-Compact_rank=
-Convert_1st,_2nd,_..._to_real_superscripts=
-Dropped_comment_from_database=
-Enable_PDF_preview=
-Enable_special_fields=
-Five_stars=
-Four_stars=
-Help_on_special_fields=
-Keywords_of_selected_entries=
-Manage_content_selectors=
-Manage_keywords=
-Marked_entries'_quality_as_good=
-Marked_entries_as_relevant=
-No_priority_information=
-No_rank_information=
-One_star=
-Priority=
-Priority_high=
-Priority_low=
-Priority_medium=
-Quality=
-Rank=
-Relevance=
-Set_priority_to_high=
-Set_priority_to_low=
-Set_priority_to_medium=
-Set_rank_to_five_stars=
-Set_rank_to_four_stars=
-Set_rank_to_one_star=
-Set_rank_to_three_stars=
-Set_rank_to_two_stars=
-Show_one_letter_heading_for_icon_columns=
-Show_priority=
-Show_quality=
-Show_rank=
-Show_relevance=
-Synchronize_with_keywords=
-Synchronized_special_fields_based_on_keywords=
-Three_stars=
-Toggle_relevance=
-Toogle_quality_assured=
-Two_stars=
-Update_keywords=
-Write_values_of_special_fields_as_separate_fields_to_BibTeX=
-You_have_changed_settings_for_special_fields.=
-no_preview_available=
+Reset_preferences_(key1,key2,..._or_'all')=Redefinir_prefer\u00eancias_(key1,key2,..._ou_todas)
+Find_unlinked_files=Encontrar_arquivos_n\u00e3o_referenciados
+Unselect_all=Desmarcar_todas
+Expand_all=Expandir_todos
+Collapse_all=Reduzir_todos
+Select_Directory=Escolha_diret\u00f3rio
+Choose_Directory=Escolha_Diret\u00f3rio
+Use_the_selected_directory_to_start_with_the_search.=Usar_o_diret\u00f3rio_selecionado_para_come\u00e7ar_a_busca
+Browse...=Pesquisar...
+Opens_the_file_browser.=Abrir_o_gerenciador_de_arquivos
+Scan_directory=Varrer_diret\u00f3rio
+Searches_the_selected_directory_for_unlinked_files.=Buscar_arquivos_n\u00e3o_referenciados_no_diret\u00f3rio_selecionado
+Starts_the_import_of_bibtex_entries.=Iniciar_a_importa\u00e7\u00e3o_de_entradas_BibTeX
+Leave_this_dialog.=Deixar_esse_di\u00e1logo.
+Create_directory_based_keywords=Criar_diret\u00f3rios_baseados_em_palavras-chave
+Creates_keywords_in_created_entrys_with_directory_pathnames=Criar_palavras-chave_nas_refer\u00eancias_criadas_com_caminhos_de_diret\u00f3rios
+Select_a_directory_where_the_search_shall_start.=Selecione_um_diret\u00f3rio_em_que_a_busca_deve_come\u00e7ar
+Select_file_type\:=Selecione_o_arquivo
+These_files_are_not_linked_in_the_active_database.=Esses_arquivos_n\u00e3o_s\u00e3o_referenciados_na_base_de_dados_ativa
+Entry_type_to_be_created\:=Tipo_de_refer\u00eancia_a_ser_criada
+Searching_file_system...=Buscando_sistema_de_arquivo...
+Importing_into_Database...=Importando_na_base_de_dados
+Select_directory=Selecionar_diret\u00f3rio
+Select_files=Selecionar_arquivos
+Bibtex_entry_creation=Cria\u00e7\u00e3o_de_refer\u00eancia_BibTeX
+=
+Push_selection_to_TeXstudio=Enviar_sele\u00e7\u00e3o_ao_TeXstudio
+Path_to_TeXstudio=Caminho_do_TeXstudio
+Program_'%0'_not_found=Programa_%0_n\u00e3o_encontrado
+Pushed_citations_to_TeXstudio=Cita\u00e7\u00f5es_enviadas_ao_TeXstudio
+Unable_to_connect_to_freecite_online_service.=N\u00e3o_foi_poss\u00edvel_conectar_ao_servi\u00e7o_FreeCite
+Parse_with_FreeCite=Interpretar_com_FreeCite
+Insert_selected_citations_into_TeXstudio=Inserir_cita\u00e7\u00f5es_selecionadas_no_TeXstudio
+The_current_BibTeX_key_will_be_overwritten._Continue?=A_chave_BibTeX_atual_ser\u00e1_sobrescrita._Continuar_mesmo_assim?
+Overwrite_key=Sobrescrever_chave
+Not_overwriting_existing_key._To_change_this_setting,_open_Options_->_Prefererences_->_BibTeX_key_generator=Chave_existente_N\u00c3O_foi_sobrescrita._Para_mudar_essa_configura\u00e7\u00e3o_abra_Op\u00e7\u00f5es_->_Prefer\u00eancias_->_Gerador_de_chaves_BibTeX
+How_would_you_like_to_link_to_'%0'?=Como_deseja_ligar_ao_'%0'?
+Bibtex_key_patterns=Padr\u00f5es_de_chaves_BibTeX
+Changed_special_field_settings=Prefer\u00eancias_de_campos_especiais_alteradas
+Clear_priority=Limpar_prioridades
+Clear_rank=Limpar_classifica\u00e7\u00e3o
+Compact_rank=Compactar_classifica\u00e7\u00e3o
+Convert_1st,_2nd,_..._to_real_superscripts=Converter_primeiro_segundo_..._para_sobrescritos
+Dropped_comment_from_database=Coment\u00e1rio_retirado_da_base_de_dados
+Enable_PDF_preview=Habilitar_preview_de_PDF
+Enable_special_fields=Habilitar_campos_especiais
+Five_stars=Cinco_estrelas
+Four_stars=Quatro_estrelas
+Help_on_special_fields=Ajuda_com_campos_especiais
+Keywords_of_selected_entries=Palavras-chave_das_entradas_selecionadas
+Manage_content_selectors=Gerenciar_seletores_de_conte\u00fado
+Manage_keywords=Gerenciar_palavras-chave
+Marked_entries'_quality_as_good=Qualidade_das_entradas_marcada_como_boa
+Marked_entries_as_relevant=Entradas_marcadas_como_relevantes
+No_priority_information=Sem_informa\u00e7\u00f5es_de_prioridade
+No_rank_information=Sem_informa\u00e7\u00f5es_de_classifica\u00e7\u00e3o
+One_star=Uma_estrela
+Priority=Prioridade
+Priority_high=Alta_prioridade
+Priority_low=Baixa_prioridade
+Priority_medium=M\u00e9dia_prioridade
+Quality=Qualidade
+Rank=Classifica\u00e7\u00e3o
+Relevance=Relev\u00e2ncia
+Set_priority_to_high=Definir_prioridade_como_alta
+Set_priority_to_low=Definir_prioridade_como_baixa
+Set_priority_to_medium=Definir_prioridade_como_m\u00e9dia
+Set_rank_to_five_stars=Classificar_como_cinco_estrelas
+Set_rank_to_four_stars=Classificar_como_quatro_estrelas
+Set_rank_to_one_star=Classificar_como_uma_estrela
+Set_rank_to_three_stars=Classificar_como_tr\u00eas_estrelas
+Set_rank_to_two_stars=Classificar_como_duas_estrelas
+Show_one_letter_heading_for_icon_columns=Mostrar_t\u00edtulo_de_uma_letra_para_colunas_de_\u00edcones
+Show_priority=Mostrar_prioridade
+Show_quality=Mostrar_qualidade
+Show_rank=Mostrar_classifica\u00e7\u00e3o(estrelas)
+Show_relevance=Mostrar_relev\u00e2ncia
+Synchronize_with_keywords=Sincronizar_com_palavras-chave
+Synchronized_special_fields_based_on_keywords=Campos_especiais_sincronizados_com_base_nas_palavras-chave
+Three_stars=Tr\u00eas_estrelas
+Toggle_relevance=Alternar_relev\u00e2ncia
+Toogle_quality_assured=Alteranar_qualidade_garantida
+Two_stars=Duas_estrelas
+Update_keywords=Atualizar_palavras-chave
+Write_values_of_special_fields_as_separate_fields_to_BibTeX=Escrever_valores_dos_campos_especiais_como_campos_separados_do_BibTeX
+You_have_changed_settings_for_special_fields.=Voc\u00ea_alterou_as_configura\u00e7\u00f5es_de_campos_especiais
+no_preview_available=Preview_n\u00e3o_dispon\u00edvel
-%0_entries_found._To_reduce_server_load,_only_%1_will_be_downloaded.=
-A_string_with_that_label_already_exists=
-Connection_to_OpenOffice_has_been_lost._Please_make_sure_OpenOffice_is_running,_and_try_to_reconnect.=
-Correct_the_entry,_and_reopen_editor_to_display/edit_source.=
-Could_not_connect_to_a_running_gnuserv_process._Make_sure_that_Emacs_or_XEmacs_is_running, and_that_the_server_has_been_started_(by_running_the_command_'server-start'/'gnuserv-start').=
-Could_not_connect_to_running_OpenOffice.\nMake_sure_you_have_installed_OpenOffice_with_Java_support.\nIf_connecting_manually,_please_verify_program_and_library_paths.\n\nError_message\:_=
-Created_group_"%0".=
-If_a_pasted_or_imported_entry_already_has_the_field_set,_overwrite.=
-Import_Metadata_From_PDF=
-Not_connected_to_any_Writer_document._Please_make_sure_a_document_is_open,_and_use_the_'Select_Writer_document'_button_to_connect_to_it.=
-Please_note_that_this_is_an_early_beta_version._Do_not_use_it_without_backing_up_your_files!=
-Removed_all_subgroups_of_group_"%0".=
-To_disable_the_memory_stick_mode_rename_or_remove_the_jabref.xml_file_in_the_same_folder_as_JabRef.=
-Unable_to_connect._One_possible_reason_is_that_JabRef_and_OpenOffice/LibreOffice_are_not_both_running_in_either_32_bit_mode_or_64_bit_mode.=
-Unable_to_determine_plugin_name_and_version._This_may_not_be_a_valid_JabRef_plugin.=
-Use_the_following_delimiter_character(s)\:=
-When_downloading_files,_or_moving_linked_files_to_the_file_directory,_prefer_the_bib_file_location_rather_than_the_file_directory_set_above=
-Your_style_file_specifies_the_character_format_'%0',_which_is_undefined_in_your_current_OpenOffice_document.=
-Your_style_file_specifies_the_paragraph_format_'%0',_which_is_undefined_in_your_current_OpenOffice_document.=
+%0_entries_found._To_reduce_server_load,_only_%1_will_be_downloaded.=%0_entradas_encontradas._Para_reduzir_a_carga_do_servidor,_apenas_%1_ser\u00e3o_baixados.
+A_string_with_that_label_already_exists=Uma_string_com_esse_label_j\u00e1_existe
+Connection_to_OpenOffice_has_been_lost._Please_make_sure_OpenOffice_is_running,_and_try_to_reconnect.=Conex\u00e3o_com_o_OpenOffice_foi_perdida._Por_favor_certifique-se_de_que_o_OpenOffice_est\u00e1_rodando,_e_tente_reconectar
+Correct_the_entry,_and_reopen_editor_to_display/edit_source.=Corrija_a_refer\u00eancia,_e_abra_o_editor_novamente_para_mostrar/editar_o_fonte
+Could_not_connect_to_a_running_gnuserv_process._Make_sure_that_Emacs_or_XEmacs_is_running, and_that_the_server_has_been_started_(by_running_the_command_'server-start'/'gnuserv-start').=N\u00e3o_foi_poss\u00edvel_conectar_a_um_processo_gnuserv._Assegure-se_de_que_o_Emacs_ou_XEmacs_est\u00e1_rodando, e_que_o_servidor_foi_iniciado_(por_meio_do_comando_'server-start1/'gnu-serv-start').
+Could_not_connect_to_running_OpenOffice.\nMake_sure_you_have_installed_OpenOffice_with_Java_support.\nIf_connecting_manually,_please_verify_program_and_library_paths.\n\nError_message\:_=N\u00e3o_foi_poss\u00edvel_conectar_ao_OpenOffice.\nAssegure-se_que_o_OpenOffice_est\u00e1_instalado_com_suporte_Java.\nSe_estiver_conectando_manualmente,_por_favor_verifique_o_caminho_do_programa_e_da_biblioteca.\n\nMensagem_de_erro:_
+Created_group_"%0".=Grupo_criado_"%0".
+If_a_pasted_or_imported_entry_already_has_the_field_set,_overwrite.=Se_a_refer\u00eancia_colada_ou_importada_j\u00e1_possuir_o_campo_definido,_sobrescrever.
+Import_Metadata_From_PDF=Importar_Metadados_do_PDF
+Not_connected_to_any_Writer_document._Please_make_sure_a_document_is_open,_and_use_the_'Select_Writer_document'_button_to_connect_to_it.=N\u00e3o_conectado_a_nenhum_documento_do_Writer._Por_favor_assegure-se_de_que_um_documento_est\u00e1_aberto,_e_use_o_bot\u00e3o_'Selecionar_documento_do_Writer'_para_conectar_a_ele.
+Please_note_that_this_is_an_early_beta_version._Do_not_use_it_without_backing_up_your_files!=Note_que_essa_\u00e9_uma_vers\u00e3o_beta_inst\u00e1vel._N\u00e3o_use_sem_fazer_um_backup_de_seus_arquivos!
+Removed_all_subgroups_of_group_"%0".=Todos_os_subgrupos_do_grupo_"%0"_foram_removidos.
+To_disable_the_memory_stick_mode_rename_or_remove_the_jabref.xml_file_in_the_same_folder_as_JabRef.=Para_desabilitar_o_modo_memory_stick_renomeie_ou_remova_o_arquivo_jabref.xml_no_mesmo_diret\u00f3rio_que_o_JabRef
+Unable_to_connect._One_possible_reason_is_that_JabRef_and_OpenOffice/LibreOffice_are_not_both_running_in_either_32_bit_mode_or_64_bit_mode.=N\u00e3o_poss\u00edvel_conectar._Uma_poss\u00edvel_raz\u00e3o_\u00e9_que_o_JabRef_e_o_OpenOffice/LibreOffice_n\u00e3o_est\u00e3o_rodando_no_mesmo_modo:_32_bits_ou_64_bits.
+Unable_to_determine_plugin_name_and_version._This_may_not_be_a_valid_JabRef_plugin.=N\u00e3o_foi_poss\u00edvel_determinar_o_nome_e_vers\u00e3o_plugin._Esse_n\u00e3o_deve_ser_um_plugin_v\u00e1lido_do_JabRef.
+Use_the_following_delimiter_character(s)\:=Use_o(s)_seguinte(s)_caracter(es)_delimitador(es):
+When_downloading_files,_or_moving_linked_files_to_the_file_directory,_prefer_the_bib_file_location_rather_than_the_file_directory_set_above=Quand_estiver_baixando_arquivos,_ou_mesmo_movendo_arquivos_ao_diret\u00f3rio,_d\u00ea_prefer\u00eancia_ao_local_onde_est\u00e1_o_seu_arquivo_bib.
+Your_style_file_specifies_the_character_format_'%0',_which_is_undefined_in_your_current_OpenOffice_document.=Seu_arquivo_de_estilo_especifica_o_formato_de_caracter_'%0',_que_n\u00e3o_est\u00e1_definido_no_seu_documento_OpenOffice_atual
+Your_style_file_specifies_the_paragraph_format_'%0',_which_is_undefined_in_your_current_OpenOffice_document.=Seu_arquivo_de_estilo_especifica_o_formato_de_par\u00e1grafo_'%0',_que_n\u00e3o_est\u00e1_definido_no_seu_documento_OpenOffice_atual
-Error_fetching_from_Google_Scholar=
-Run_HTML_converter_on_title=
-Searching...=
-You_have_selected_more_than_%0_entries_for_download._Some_web_sites_might_block_you_if_you_make_too_many_rapid_downloads._Do_you_want_to_continue?=
-Confirm_selection=
-Unknown_DOI\:_'%0'.=
-Get_BibTeX_entry_from_DOI=
-Prefer_converting_subscripts_and_superscripts_to_equations_rather_than_text=
-Add_{}_to_specified_title_words_on_search_to_keep_the_correct_case=
-Import_conversions=
-Run_filter_on_title_keeping_the_case_of_selected_words=
-Intermittent_errors_on_the_IEEE_Xplore_server._Please_try_again_in_a_while.=
-Please_enter_a_search_string=
-Please_open_or_start_a_new_database_before_searching=
-An_Error_occurred_while_fetching_from_ADS_(%0)\:=
-Error_while_fetching_from_ADS=
-Error_while_fetching_from_OAI2=
-An_Error_occurred_while_parsing_abstract=
-Unknown_DiVA_entry\:_'%0'.=
-Get_BibTeX_entry_from_DiVA=
-Log=
+Error_fetching_from_Google_Scholar=Erro_ao_buscar_no_Google_Scholar
+Run_HTML_converter_on_title=Executar_conversor_HTML_no_t\u00edtulo
+Searching...=Buscando...
+You_have_selected_more_than_%0_entries_for_download._Some_web_sites_might_block_you_if_you_make_too_many_rapid_downloads._Do_you_want_to_continue?=Voc\u00ea_selecionou_mais_de_%0_entradas_para_download._Alguns_sites_podem_bloquear_seu_acesso_se_voc\u00ea_fizer_muitos_downloads_num_per\u00edodo_curto_de_tempo._Deseja_continuar_mesmo_assim?
+Confirm_selection=Confirmar_sele\u00e7\u00e3o
+Unknown_DOI\:_'%0'.=DOI_desconhecido:_'%0'.
+Get_BibTeX_entry_from_DOI=Obter_refer\u00eancia_a_partir_do_DOI.
+Prefer_converting_subscripts_and_superscripts_to_equations_rather_than_text=Dar_prefer\u00eancia_\u00e0_convers\u00e3o_de_subscritos_sobrescritos_para_equa\u00e7\u00f5es_ao_inv\u00e9s_de_textos
+Add_{}_to_specified_title_words_on_search_to_keep_the_correct_case=Adicione_{}_\u00e0s_palavras_do_t\u00edtulo_na_busca_para_manter_mai\u00fasculas_min\u00fasculas
+Import_conversions=Importar_convers\u00f5es
+Run_filter_on_title_keeping_the_case_of_selected_words=Executar_filtro_no_t\u00edtulo_para_manter_as_mai\u00fasculas_e_min\u00fasculas_das_palavras_selecionadas
+Intermittent_errors_on_the_IEEE_Xplore_server._Please_try_again_in_a_while.=Erros_intermitents_no_IEEE_Xplore_server._Por_favor_tente_novamente_em_alguns_instantes.
+Please_enter_a_search_string=Favor_digitar_uma_string_de_busca
+Please_open_or_start_a_new_database_before_searching=Por_favor,_abra_ou_inicie_uma_base_de_dados_antes_de_realizar_a_busca
+An_Error_occurred_while_fetching_from_ADS_(%0)\:=Um_Erro_ocorreu_enquanto_pensquisando_a_partir_do_ADS_(%0)\:
+Error_while_fetching_from_ADS=Erro_enquanto_pesquisando_em_ADS
+Error_while_fetching_from_OAI2=Erro_enquanto_pesquisando_em_OAI2
+An_Error_occurred_while_parsing_abstract=Um_erro_ocorreu_durante_a_interpreta\u00e7\u00e3o_do_abstract_(resumo)
+Unknown_DiVA_entry\:_'%0'.=Refer\u00eancia_DiVA_desconhecida:_'%0'
+Get_BibTeX_entry_from_DiVA=Obter_refer\u00eancia_BibTeX_a_partir_do_DiVA
+Log=Log
-ISO_690=
+ISO_690=ISO_690
-Add_brackets_and_replace_separators_with_their_non-breaking_version_for_units=
-Add_new_entry_and_keep_both_old_entries=
-Cancelled_merging_entries=
-Error_in_entry=
-First_entry=
-Format_units_by_adding_non-breaking_separators_and_keeping_the_correct_case_on_search=
-Merge_entries=
-Merged_entries_into_a_new_and_kept_the_old=
-Merged_entries_into_a_new_and_removed_the_old=
-Merged_entry=
-None=
-Parse=
-Remove_unneccessary_$,_{,_and_}_and_move_adjacent_numbers_into_equations=
-Replace_old_entries_with_new_entry=
-Result=
-Second_entry=
-Show_DOI_first=
-Show_URL_first=
-Use_1st=
-Use_2nd=
-Use_Emacs_key_bindings=
-You_have_to_choose_exactly_two_entries_to_merge.=
+Add_brackets_and_replace_separators_with_their_non-breaking_version_for_units=Adicionar_colchetes_e_substituir_separadores_por_suas_vers\u00f5es_sem_quebras_de_unidades
+Add_new_entry_and_keep_both_old_entries=Adicionar_nova_refer\u00eancia_e_manter_ambas_entradas_antigas
+Cancelled_merging_entries=Uni\u00e3o_das_refer\u00eancias_cancelada
+Error_in_entry=Erro_na_refer\u00eancia
+First_entry=Primeira_refer\u00eancia
+Format_units_by_adding_non-breaking_separators_and_keeping_the_correct_case_on_search=Formatar_unidades_adicionando_separadores_sem_quebras_e_manter_mai\u00fasculas_e_min\u00fasculas_na_busca
+Merge_entries=Mesclar_refer\u00eancias
+Merged_entries_into_a_new_and_kept_the_old=Mesclou_refer\u00eancias_em_uma_nova_e_manteve_a_antiga
+Merged_entries_into_a_new_and_removed_the_old=Mesclou_as_refer\u00eancias_em_uma_nova_e_removeu_a_antiga
+Merged_entry=Refer\u00eancia_mesclada
+None=None
+Parse=Interpretar
+Remove_unneccessary_$,_{,_and_}_and_move_adjacent_numbers_into_equations=Remover_$,_{,_e_}_desnecess\u00e1rios_e_mover_os_n\u00fameros_adjacentes_para_equa\u00e7\u00f5es
+Replace_old_entries_with_new_entry=Substituir_refer\u00eancias_antigas_pela_nova_refer\u00eancia
+Result=Resultado
+Second_entry=Segunda_refer\u00eancia
+Show_DOI_first=Mostrar_DOI_antes
+Show_URL_first=Mostrar_URL_antes
+Use_1st=Usar_primeiro
+Use_2nd=Usar_segundo
+Use_Emacs_key_bindings=Usar_combina\u00e7\u00f5es_de_teclas_do_Emacs
+You_have_to_choose_exactly_two_entries_to_merge.=Voc\u00ea_deve_escolher_exatamente_duas_refer\u00eancias_para_mesclar
-Update_timestamp_on_modification=
-change_field=
+Update_timestamp_on_modification=Atualizar_timestamp_na_modifica\u00e7\u00e3o
+change_field=alterar_campo
-All_key_bindings_will_be_reset_to_their_defaults.=
-Automatically_set_file_links=
-Continue?=
-Resetting_all_key_bindings=
-Save_entries_ordered_by_title=
-Export_entries_ordered_by_title=
-Quotes=
-Curly_Brackets=
-Include_empty_fields=
-Field_saving_options=
-Field_value_delimiter._E.g.,_"author\={x}"_or_"author\='x'"=
-Run_Unicode_converter_on_title,_author(s),_and_abstract=
+All_key_bindings_will_be_reset_to_their_defaults.=Todas_as_teclas_de_atalho_ser\u00e3o_reconfiguradas_para_seus_valores_padr\u00e3o.
+Automatically_set_file_links=Definir_links_para_os_arquivos_automaticamente
+Continue?=Continuar?
+Resetting_all_key_bindings=Redefinindo_todas_as_teclas_de_atalho
+Save_entries_ordered_by_title=Salvar_refer\u00eancias_ordenadas_por_t\u00edtulo
+Export_entries_ordered_by_title=Exportar_refer\u00eancias_ordenadas_por_t\u00edtulo
+Quotes=Cita\u00e7\u00f5es
+Curly_Brackets=Chaves
+Include_empty_fields=Incluir_campos_vazios
+Field_saving_options=Op\u00e7\u00f5es_de_armazenamento_de_campos
+Field_value_delimiter._E.g.,_"author\={x}"_or_"author\='x'"=Delimitador_de_valor_de_campo._Ex.:_"author={x}"_ou_"author='x'"
+Run_Unicode_converter_on_title,_author(s),_and_abstract=Executar_conversor_de_Unicode_no_t\u00edtulo,_autor(es),_e_resumo
-Database_has_changed._Do_you_want_to_save_before_closing?=
-Host=
-Invalid_setting=
-Network=
-Please_specify_both_hostname_and_port=
-Port=
-Start_field_contents_in_same_column=
-Use_camel_case_for_field_names_(e.g.,_"HowPublished"_instead_of_"howpublished")=
-Use_custom_proxy_configuration=
-Clear_connection_settings=
-Cleared_connection_settings.=
+Database_has_changed._Do_you_want_to_save_before_closing?=Base_de_dados_mudou._Deseja_salvar_antes_de_fechar?
+Host=Host
+Invalid_setting=Configura\u00e7\u00e3o_Inv\u00e1lida
+Network=Rede
+Please_specify_both_hostname_and_port=Por_favor,_especifique_o_hostname_e_a_porta
+Port=Porta
+Start_field_contents_in_same_column=Iniciar_conte\u00fados_do_campo_na_mesma_coluna
+Use_camel_case_for_field_names_(e.g.,_"HowPublished"_instead_of_"howpublished")=Usar_camel_case_para_nomes_de_campos_(ex._"HowPublished"_ao_inv\u00e9s_de_"howpublished")
+Use_custom_proxy_configuration=Usar_configura\u00e7\u00f5es_personalizadas_de_proxy
+Clear_connection_settings=Limpar_configura\u00e7\u00f5es_da_conex\u00e3o
+Cleared_connection_settings.=Configura\u00e7\u00f5es_de_conex\u00e3o_foram_limpas.
Rebind_C-a,_too=
-Show_number_of_elements_contained_in_each_group=
+Show_number_of_elements_contained_in_each_group=Mostrar_n\u00famero_de_elementos_em_cada_grupo
+Open_folder=Abrir_pasta
-Opened_%0_folder(s).=
+Opened_%0_folder(s).=%0_diret\u00f3rio(s)_foi(ram)_aberto(s).
-Searches_for_unlinked_PDF_files_on_the_file_system=
+Searches_for_unlinked_PDF_files_on_the_file_system=Busca_por_arquivos_PDF_n\u00e3o_referenciados_no_sistema_de_arquivos
diff --git a/src/resource/Menu_pt_BR.properties b/src/resource/Menu_pt_BR.properties
index 9239cdc5e8f..b954568c779 100644
--- a/src/resource/Menu_pt_BR.properties
+++ b/src/resource/Menu_pt_BR.properties
@@ -1,6 +1,6 @@
#!
-#! created/edited by Popeye version 0.54 (popeye.sourceforge.net)
-#! encoding:Cp1252
+#! created/edited by Popeye version 0.55 (https://github.com/koppor/popeye)
+#! encoding:ISO-8859-1
Abbreviate_journal_names_(ISO)=Abreviar_nomes_de_peri\u00f3dico(ISO)
Abbreviate_journal_names_(MEDLINE)=Abreviar_nomes_de_peri\u00f3dico(MEDLINE)
About_JabRef=Sobre_&JabRef
@@ -122,8 +122,8 @@ Minimize_to_system_tray=Minimizar_para_a_bandeja_do_sistema
Legacy_tools...=Ferramentas_legadas...
Copy_BibTeX_key_and_title=Copiar_chave_BibTeX_e_t\u00edtulo
-Cleanup_entries=
-Manage_keywords=
-Merge_entries=
-Open_folder=
-Find_unlinked_files...=
+Cleanup_entries=Limpar_entradas
+Manage_keywords=Gerenciar_palavras-chave
+Merge_entries=Unir_entradas
+Open_folder=Abrir_diret\u00f3rio
+Find_unlinked_files...=Encontrar_arquivos_n\u00e3o_referenciados
diff --git a/src/txt/CHANGELOG b/src/txt/CHANGELOG
index 43c5dddf639..5f37e835b91 100644
--- a/src/txt/CHANGELOG
+++ b/src/txt/CHANGELOG
@@ -1,11 +1,16 @@
-[master branch]
+2.10
+ - Made IEEEXploreFetcher author parsing work again.
+ - Added a few more characters in the HTML/Unicode to LaTeX conversion.
- Find unlinked files tool doesn't always use PDF content importer any more,
but the dialog opened when a file is dropped into JabRef
-[2.10 branch]
+ - Uninstaller doesn't delete whole directory any more. Fixes bugs 1142, 1175, 1212.
+2.10 beta 3
+ - Fix GoogleScholarFetcher (patch 207)
- Line breaks in BibTeX fields (e.g., abstract and review) are now kept.
- Fixed completeness indicator in main table for entries with crossrefs and either/or required fields.
- Fixed [shorttitle] and [veryshorttitle] key generator markers, so they remove punctuation as described
in the documentation.
+2.10 beta 2
- Patched Windows install script to avoid wrong placement of Start menu items.
- Reintroduced right-click on type label in entry editor to change entry type.
- Fixed compatibility issue with OpenOffice plugin
diff --git a/src/windows/nsis/setup.nsi b/src/windows/nsis/setup.nsi
index e53d4e4fa5f..fae1ce737bb 100644
--- a/src/windows/nsis/setup.nsi
+++ b/src/windows/nsis/setup.nsi
@@ -209,8 +209,11 @@ SectionEnd
Section "un.JabRef" un.SecUnProgramFiles
SectionIn RO
- ; delete installation folder
- RMDir /r $INSTDIR
+ ; delete executables
+ Delete $INSTDIR\${PRODUCT_EXE}
+ Delete $INSTDIR\uninstall.exe
+ ; delete dir only if empty
+ RMDir $INSTDIR
; delete start menu entry
ReadRegStr $0 SHCTX "${PRODUCT_UNINST_KEY}" "StartMenu"
RMDir /r "$0"