[jabref] 356/459: releasing version 2.9~beta2+ds-1
gregor herrmann
gregoa at debian.org
Thu Sep 15 20:41:01 UTC 2016
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository jabref.
commit f1621cfa254b36ed06ad7f9fc97ec39fb2ed36dd
Author: gregor herrmann <gregoa at debian.org>
Date: Mon Nov 26 21:11:13 2012 +0100
releasing version 2.9~beta2+ds-1
---
debian/changelog | 9 +-
src/help/RevisionHistory.html~ | 1559 --------------------
.../net/sf/jabref/export/SaveDatabaseAction.java~ | 397 -----
src/resource/JabRef_pt_BR.properties~ | 1402 ------------------
4 files changed, 2 insertions(+), 3365 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index bfcdffb..d4699f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,4 @@
-jabref (2.9~beta2+ds-1) UNRELEASED; urgency=low
-
- TODO:
- - does the jabref-plugin-oo transitional dummy package make sense? is it
- correct?
- - and check everything :) (build/runtime deps, wrapper, ...)
+jabref (2.9~beta2+ds-1) experimental; urgency=low
* New upstream release.
(Closes: #644530) (LP: #884016)
@@ -33,7 +28,7 @@ jabref (2.9~beta2+ds-1) UNRELEASED; urgency=low
- Update years of upstream and packaging copyright.
- Add new third-party copyright holders.
- -- gregor herrmann <gregoa at debian.org> Fri, 10 Feb 2012 21:43:49 +0100
+ -- gregor herrmann <gregoa at debian.org> Mon, 26 Nov 2012 21:06:14 +0100
jabref (2.7~beta1+ds-6) unstable; urgency=low
diff --git a/src/help/RevisionHistory.html~ b/src/help/RevisionHistory.html~
deleted file mode 100644
index d821f6c..0000000
--- a/src/help/RevisionHistory.html~
+++ /dev/null
@@ -1,1559 +0,0 @@
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<link rel="stylesheet" type="text/css" href="jabref_help.css"/>
-</head>
-
-<body>
-
- <h1>Revision history</h1>
- <h3>Version 2.8.1</h3>
- <ul><li>Fixed bug in PostgreSQL export/import.</li>
- </ul>
- <h3>Version 2.8</h3>
- <ul><li>Applied Oscar Gustafsson's fix for IEEEXplore fetcher.</li>
- <li>Added capability to remove databases from SQL database.</li>
- <li>Fixed customization of entries in Biblatex mode.</li>
- </ul>
- <h3>Version 2.8 beta 2</h3>
- <ul><li>Improvements to SQL export and import. Fixed bug where subsequent exports to same
- database would fail. Can now save multiple bib bases to a single SQL database.</li>
- <li>"abbr" modifier in BibTeX key generator now skips parentheses.</li>
- <li>Minor change to FirstPage formatter. Now splits at spaces as well as hyphens,
- and returns original field content if only one page number is found.</li>
- <li>When using the preferences import command line option, preferences are now imported
- before load/import/export operations are handled.</li>
- <li>Applied Nicolas Pavillon's patch for proper keystroke handling on Mac OS X.</li>
- <li>Applied Ivanilton Polato's patch for handling multi-line fields in CSV export.</li>
- <li>Fixed bug: "Send as Email" did not handle absolute paths correctly.</li>
- <li>Fixed bug 3472991: Search: "Highlight Words" inconsistent.</li>
- <li>Fixed bug 2933201: Exporting InProceedings to Word 2007.</li>
- <li>Fixed bug 3146059: Error in translating author field to MS Office.</li>
- <li>Fixed bug: entering field names containing capital letters in table columns tab
- in Preferences makes the columns empty.</li>
- </ul>
- <h3>Version 2.8 beta</h3>
- <ul><li>Fixed issues with ACM portal fetcher using Benjamin Langmann's patch, plus an
- additional minor fix.</li>
- <li>A large list of journal abbreviations is now loaded by default.</li>
- <li>Added global option to allow file links relative to the bib file location, in addition
- to the global or database- or user-specific file directory.</li>
- <li>Fixed bug 3434674: Reviewing changes overwrites groups.</li>
- <li>Integrated the plugin for interaction with OpenOffice/LibreOffice as a standard part
- of JabRef.</li>
- <li>Added keyboard shortcuts Ctrl-Up and Ctrl-Down to move file links up and down in a list
- of external links in the entry editor.</li>
- <li>Applied "bjoerntm"'s patch for making the loading of group information less sensitive
- to white space, in order to prevent trouble loading files written by other tools.</li>
- <li>Added optional autocompletion of author/editor last names in search field.</li>
- <li>Changed entry fetcher system so all fetchers are accessed from a single side pane
- component with a selector.</li>
- <li>Added INSPIRE fetcher by Sheer El-Showk.</li>
- <li>Improved error handling when importing in specific format.</li>
- <li>Prevented crash when calling invalid import format on startup.</li>
- <li>Improved duplicate detection.</li>
- <li>Added markers \filename and \filepath for ".begin.layout" and ".end.layout" files
- in order to output the name or full path of the bib file of the exported database.</li>
- <li>Fixed possible array index exception in LastPage formatter.</li>
- <li>Improved author/editor normalization in entry editor.</li>
- <li>Added metadata extraction from text when PDFs are dragged into JabRef.</li>
- <li>The filename pattern for renaming a file when dropping a PDF can now be
- configured at "Options"/"Preferences"/"Import"/"File name format pattern".</li>
- <li>The defaults of the ImportDialog shown when PDFs are dragged into JabRef
- can now be configured at "Options"/"Preferences"/"Import". It is possible to
- override showing the ImportDialog.</li>
- <li>An entry can be sent by a right click on an entry and select "Send as Email"
- (patch 3306271).</li>
- <li>Added option to "copy BibTeX key and title" (patch 3370471).</li>
- <li>The command for pushing to emacs can be configured now. New command for Emacs 23.
- New default for Windows: emacsclient.</li>
- <li>Added export support for DIN1505 style (based on patch 1874662).</li>
- <li>Added support for PostgreSQL import/export (patch 3368760 by Fred Stevens).</li>
- <li>Added formatter "JournalAbbreviator" (patch 3013311 by Meigel).</li>
- <li>RTFExport: Replaces ligatures `` and '' with RTF control sequences {\ldblquote} and {\rdblquote}.
- (patch 2905383 by Russell Almond).</li>
- <li>Bugfix for NullPointerException in Biblatex mode (patch 3222388 by Matthias Erll).</li>
- <li>ToggleButton added to GroupSelector to ease adding/removing references to/from groups
- (based on patch 3313564 updated by Andreas Schlicker).</li>
- <li>Export filter "tablerefsandbib" updated to contain links to files and notes
- (patch 2787096 by Thomas Arildsen).</li>
- <li>"of" added to the list of skip words (patch 2781830).</li>
- <li>Added cli-function for exporting entries filtered by a search term
- (patch 1817093 by Silberer, Zirn)</li>
- <li>Added highlighting in textarea for search text (patch 3117881 by Ben).
- Slightly modified to cope with words[]={""}, support for "BibTeX source" tab, and that
- "Clear" also clears the highlighting.</li>
- <li>Added highlighting in preview area for search text (based on patch 3121914 by
- Maximilian Lengsfeld).</li>
- <li>Switched from PDFBox 0.7.3 to PDFBox 1.6.0.</li>
- </ul>
-
- <h3>Version 2.7.2</h3>
- <ul><li>Fixed bug that prevented search functions from working under Java 7.</li></ul>
-
- <h3>Version 2.7.1</h3>
- <ul>
- <li>Fixed problem with search function under Java 7.</li>
- <li>Made Database properties dialog modal to prevent database from being closed
- while properties window is open.</li>
- <li>Fixed error handling in custom import dialog when invalid jar files or class
- files are specified.</li>
- <li>Added OR operator for conditional export formatting.</li>
- <li>DocBook export format switched to 4.4 (based on patch 3313898).</li>
- <li>Fixed bug that made the key generator combination [shorttitle:abbr] return
- only a single letter.</li>
- <li>"of" added to the list of skip words (patch 2781830).</li>
- <li>Bugfix for NullPointerException in Biblatex mode (patch 3222388 by Matthias Erll).</li>
- <li>RTFExport: Replaces ligatures `` and '' with RTF control sequences {\ldblquote} and {\rdblquote}.
- (patch 2905383 by Russell Almond).</li>
- <li>Fixed bug that made menu items for marking in specific colors invisible
- under Windows 7.</li>
- <li>In case a new entry is added, this entry is highlighted and the editor is opened
- if configured in the settings (patch 3370466). The UI behavior of adding an entry
- at "new entry from plain text" is now similar to "new entry".</li>
- <li>Fixed bug in focus handling that affected some actions.</li>
- <li>Running JabRef under the Oracle JVM will no longer give a warning.</li>
- </ul>
-
- <h3>Version 2.7</h3>
- <ul>
- <li>Medline importer now wraps multipart last names in braces.</li>
- <li>RIS importer now handles multiple title fields by concatenation.</li>
- <li>Disallowed "comment" as entry type name, since this conflicts with the BibTeX format.</li>
- <li>Fixed handling of suffix name parts (Jr, etc.) in Medline importer.</li>
- <li>Added optional second numeric argument to Authors formatter, which determines
- how many authors are shown if the maximum number is exceeded.</li>
- <li>Added content selector for "review" field in entry editor.</li>
- <li>Improved detection of file type when adding new link. Can now recognize double
- extensions such as ".ps.gz".</li>
- <li>Improved autocompletion of author names. Added options to complete either in
- 'Firstname Lastname' or 'Lastname, Firstname' formats, or in both.</li>
- <li>Fixed bug in import function if no suitable import filter is found.</li>
- </ul>
-
- <h3>Version 2.7beta 2</h3>
- <ul>
- <li>Added support for MrdLib lookup or metadata extraction when PDFs are dragged
- into JabRef.</li>
- <li>Added option under "External programs" for disabling the automatic opening of the
- Browse dialog when creating a new file link.</li>
- <li>Fixed shortcut key collision. Shortcut for Import to new database is now Ctrl-Alt-I.</li>
- <li>The "Open URL or DOI" action now uses URL links in the "file" field as fallback if
- no links are found in the "url" or "doi" fields.</li>
- <li>Restricted remote listener port numbers to interval 1025-65535.</li>
- <li>Added Japanese translation by Koji Yokota.</li>
- <li>Added scrollbar to entry editor when it is too high to fit in its panel. Patch
- by Matthias Erll.</li>
- <li>Made it possible to copy entries from the search dialog.</li>
- <li>Added proper error message when trying to search with invalid regular expression.</li>
- <li>Added error dialog on startup if custom look and feel cannot be loaded.</li>
- <li>Applied Alexander Hug's patch for correctly importing doi from ScienceDirect RIS files.</li>
- <li>Removed potential NullPointerException in SearchExpressionTreeParser.</li>
- </ul>
-
- <h3>Version 2.7beta</h3>
- <ul>
- <li>Some improvements to MS Office export filter.</li>
- <li>Introduced three choices for ensuring unique generated keys. The default one (marking
- with a, b, etc.), a modified one (marking with b, c, etc.) and always adding a letter
- (a, b, etc.).</li>
- <li>Font and background colors are now customizable in the entry editor (Options ->
- Preferences -> Appearance).</li>
- <li>Window title now includes the full path to the current file.</li>
- <li>Entries can now be marked in a series of different colors. Automarking of imported
- entries is now done in separate color without affecting other marked entries.</li>
- <li>Added new feature (Tools -> Scan database... -> Resolve duplicate BibTeX keys) to
- search for duplicate keys and offer to generate new keys to resolve the duplicates.
- Instead of being listed in a warning dialog after opening a bib file, duplicate keys
- now trigger a dialog asking whether the user wants to resolve the duplicates.</li>
- <li>Added check that ensures that application doesn't quit while a large save operation
- is still in progress. Shows wait message with cancel button.</li>
- <li>Added apostrophe (') as illegal character in BibTeX keys.</li>
- <li>BibTeX strings that refer each other are now sorted correctly when saving bib file.</li>
- <li>Fixed bug in merging external changes - file would still be reported as modified
- externally after merging changes.</li>
- <li>Fixed bug in Move/rename file link feature that could cause the wrong link to be
- stored for certain directory structures.</li>
- <li>Fixed bug: curly braces can now be used in arguments to formatters. </li>
- <li>Fixed lockup bug when generating key for entries with crossref fields.</li>
- <li>BibTeX strings are now resolved before attempting to (un)abbreviate journal names.</li>
- <li>Modified [shorttitle] and [veryshorttitle] key generator markers so they consider
- a hyphen a word boundary, and remove punctuation characters (keep only numbers and
- letters).</li>
- <li>deprecate various export formatters with new Authors formatter, which provides flexible formatting options.</li>
- </ul>
-
- <h3>Version 2.6</h3>
- <ul>
- <li>Fixed IEEExplorer and ACM fetchers to adapt to web site changes.</li>
- <li>Active preview (1 or 2) is now remembered.</li>
- <li>Applied patch by Igor L. Chernyavsky. to prevent loss of entry selection after
- generating key.</li>
- <li>Changed OpenDocument Spreadsheet export so the mimetype file is written correctly
- at the start of the zip file.</li>
- <li>Fixed bug when importing preferences: custom export filters would not be updated
- after import.</li>
- <li>Changed help page loading procedure so help pages can be loaded for plugin entry
- fetchers.</li>
- <li>Made it possible to define customized entry types with either-or conditions on
- required fields, e.g. using a pseudo-field called "author/editor" will indicate
- that the entry requires either the "author" or the "editor" field set.</li>
- <li>Fixed bug: entries of a customized type could be indicated as complete even if
- BibTeX key was not set.</li>
- <li>Changed deletion process for some temporary files to avoid leftover files.</li>
- </ul>
-
- <h3>Version 2.6beta3</h3>
- <ul>
- <li>Added ScienceDirect entry fetcher that utilizes the BibSonomy scraper.</li>
- <li>Changed non-native file dialog setting so files cannot be renamed. This prevents
- accidentally entering rename mode when trying to enter directory. Can be enabled
- again in Options -> Preferences -> Advanced.</li>
- <li>Added new JStor fetcher that utilizes the BibSonomy scraper to obtain BibTeX data.</li>
- <li>Fixed bug in CookieHandlerImpl.</li>
- <li>Fixed bug; when dragging a file into JabRef and asking to move it to the file
- directory, warning will now be given if the destination file already exists. Patch
- by Alastair Mailer.</li>
- <li>When dragging a file into JabRef and asking to copy or move it to the file directory,
- it is now possible to rename to an arbitrary name. Patch by Alastair Mailer.</li>
- <li>Added "review" field to BibTeXML export.</li>
- <li>Added Reset button to entry fetchers. Patch by Dennis Hartrampf and Ines Moosdorf.</li>
- <li>Changed Microsoft Office XML export so "number" rather than "issue" is exported
- as <b:Issue>, which conforms with import format.</li>
- <li>Added confirmation dialog that allows saving without backup in cases when
- backup creation fails.</li>
- <li>Fixed bug 2938562: using the move/rename feature on a file link could give an
- absolute link even if the file was put below the main file directory.</li>
- <li>Fixed bug 2931293: error generating key with [authorsAlpha] for short names.</li>
- <li>When checking for external modifications, file size is now checked in addition
- to the time stamp.</li>
- <li>Fixed handling of maximised state when shutting down and starting up JabRef.
- Patch by Igor L. Chernyavsky.</li>
- <li>Fixed bug that prevented correct handling of DOS short file names. Patch
- by Igor L. Chernyavsky.</li>
- <li>Added support for KOI8_R character set.</li>
- <li>Removed DocumentPrinter class, using standard API functions instead. Patch by
- Tony Mancill.</li>
- <li>Removed HightlightFilter class, using standard API functions instead. Patch by
- Tony Mancill.</li>
- <li>Changed keyboard shortcut for IEEXplorer search to Alt-F8.</li>
- <li>Disabled JStor search, which doesn't work due to API changes.</li>
- <li>External file type manager now removes "." prefix in file type extension if the user
- has typed it that way.</li>
- <li>Preview panel now defaults to preview layout 1 instead of 2. Switched default layouts.</li>
- <li>Added IfPlural formatter by Russell Almond. The formatter outputs its first argument
- if the input field contains " and " and the second one otherwise.</li>
- <li>Applied patch by Philipp Cordes and Björn Kahlert for improved handling of names by
- autocompleter. The patch also reorganizes the autocompleter classes.</li>
- <li>Table will now scroll to keep the currently edited entry visible if an edit leads to
- the entry getting sorted to a different position.</li>
- <li>Reworked author and editor handling in Docbook export. Added Docbook XML header.</li>
- <li>Database will no longer be marked as changed after accepting external changes, unless one or
- more changes were not accepted before merging, and unless database was already marked as
- changed.</li>
- <li>Fixed bug: undesired autocompletion when saving file.</li>
- <li>Fixed bug: entry editor doesn't appear when new entry is added while a filtering search or
- group selection is active.</li>
- <li>Fixed bug in writing of metadata on Windows. For certain metadata lengths newlines would be
- messed up after the metadata comment in a bib file.</li>
- <li>Search dialog now automatically previews first hit, and hides preview if there are no hits.</li>
- </ul>
-
- <h3>Version 2.6beta2</h3>
- <ul>
- <li>Added export formatter "Default" which takes a single argument. Outputs the string to format
- unchanged if it is non-empty, otherwise outputs the argument.</li>
- <li>Added option under Options -> Preferences -> General for disabling the strict enforcing of
- correct BibTeX keys. Disabling this makes it possible to use e.g. umlaut characters in keys.</li>
- <li>Modified launcher script for Windows installer to give higher heap size limit.</li>
- <li>Improved autocompletion. All fields with autocompletion which have content selectors will now
- autocomplete on content selector values. For the "journal" field, the autocompleter will now
- additionally use entries from the current journal abbreviations list, and will also complete
- on the entire field up to the cursor rather than just looking at the last word only.</li>
- <li>Added support for postformatter in Layout. The postformatter will be run after
- the formatters called from a layout.</li>
- <li>Improved group autogeneration. Added option to generate groups based on author or editor
- last names. Autogenerated groups are now alphabetized.</li>
- <li>Modified Endnote export filter so "--" gets converted to "-" in the "pages" field.</li>
- <li>Changed keyword groups so they will match on whole words only. E.g. a keyword group for the
- keyword "can" will no longer match the keyword "scanner".</li>
- <li>Improved entry type determination and author parsing for some varieties of CSA files.</li>
- <li>Minor change to Harvard RTF export. Added space after "ed.", and added editor to output for
- inbook entries.</li>
- <li>Set limit to the number of displayed characters in group names in groups tree in order to
- avoid group panel width problems.</li>
- <li>Changed file link handling so all remote links classified as URL can be opened through
- the browser. Setting a different file type manually makes JabRef call a remote link using
- the handler application instead.</li>
- <li>Modified Endnote/refer import filter to strip "doi:" from the %R field.</li>
- <li>Modified HTML conversion so single newline is displayed in the preview (and HTML exports) as
- <br>, while multiple newlines are displayed as <p>.</li>
- <li>Fixed bug: switching entry editor between entries of different type may result in switching
- of entry editor tabs.</li>
- <li>Fixed bug: adding external file link leads to relative path from root directory if file
- directory is set to an empty string.</li>
- <li>Fixed error message when a # in a BibTeX string prevents saving. No longer states that the
- problem is in an entry, but specifies that it is in a string.</li>
- <li>Fixed bug: ODS export doesn't resolve BibTeX strings.</li>
- <li>Fixed bug: content selector for "editor" field uses "," instead of " and " as delimiter.</li>
- <li>Fixed bug: editing source doesn't allow change of entry type.</li>
- <li>RTFChars formatter now converts --- to \emdash and -- to \endash.</li>
- </ul>
-
- <h3>Version 2.6beta</h3>
-
- <ul>
- <li>Added pages information to several entry types in Endnote export.</li>
- <li>Modified LastPage formatter so it returns the number when only the number of pages is given.</li>
- <li>Modified search algorithms so LaTeX commands are removed before search. For instance, this
- means that the value "test \textit{case}" now matches the search string "test case".</li>
- <li>Changed default table font family to "SansSerif".</li>
- <li>Can now create lock file while writing a bib file. The lock file is checked before
- saving, and before scanning an externally changed file, in order to avoid reading an
- unfinished file.</li>
- <li>Added support for dragging a file link from the file column to another application.</li>
- <li>Added toolbar button and shortcut (Alt-F) in entry editor for autosetting file links.</li>
- <li>Improved ISI import filter so DOI information is included.</li>
- <li>Fixed bug: metadata changes would not be detected as external changes to a database.</li>
- <li>Fixed bug: when accepting external changes and not saving before new changes are
- detected, the previously accepted changes would also be listed.</li>
- <li>Fixed bug in Scifinder import where an empty Inventor field could overwrite the
- author field.</li>
- <li>Fixed bug in autocompleter. Current suggested completion would be added to the field
- if the user closed the entry editor or mouse clicked on another field.</li>
- <li>Fixed problem with exporting to some MySql versions. Patch by François Dorin.</li>
- <li>Fixed bug in handling of LaTeX character sequences - now sequences with = as command
- character (e.g. "\={A}") are recognized.</li>
- <li>Fixed bug: gray out / hide setting in groups panel is overridden on startup
- by search mode selection. Added separate prefs key for the groups setting.
- Fix suggested by Igor L. Chernyavsky.</li>
- <li>Fixed bug: cookie manager installed by Download button in file field editor throws
- an exception when trying to fetch from Medline.</li>
- <li>Fixed bug: temporary files don't get deleted on shutdown.</li>
- <li>Disabled table column reordering in import inspection window, since a user reported
- problems when using this.</li>
- <li>Changed years from 2008 to 2009 in splash image.</li>
- </ul>
- <h3>Version 2.5 (June 22nd, 2009)</h3>
- <ul>
- <li>Modified export layout procedure so missing formatters can be reported in the error
- output. Export now succeeds with warnings added where formatters are missing.</li>
- <li>Conditional blocks (\begin{field}...\end{field}) in layout files can now be given a
- semicolon-separated list of fields as argument. All fields must then be set for output
- to be given.</li>
- <li>Changed RIS import so multiple abstract fields in an entry are concatenated.</li>
- <li>Added quoting of some special characters in SQL export, based on Kyle Crabtree's patch.</li>
- <li>Fixed bug in MS Office 2007 XML export - editor names missing.</li>
- <li>Fixed bug in plugin manager that prevented the "Download plugin" button from working.</li>
- <li>Fixed bug in plugin manager routine that checks for installed versions of a plugin.</li>
- <li>Fixed bug in startup that could show warnings multiple times when loading
- from autosave files.</li>
- </ul>
- <h3>Version 2.5beta 2 (May 19th, 2009)</h3>
- <ul>
- <li>Plugin manager now handles plugin versions correctly based on the version number in their
- plugin.xml file.</li>
- <li>Added formatter "Number" that outputs a sequence number for the current entry in the current
- export operation. This formatter can be used to produce a numbered list of entries.</li>
- <li>Added autosave feature.</li>
- <li>Fixed bug in file link handling in BibTeXML export.</li>
- <li>Improved handling of patents in Scifinder import.</li>
- </ul>
-
- <h3>Version 2.5beta (April 21st, 2009)</h3>
-
- <ul>
- <li> Added Simplified Chinese translation.</li>
- <li> Added simple plugin manager.</li>
- <li> Added ~/.jabref/plugins as user-specific plugin directory.</li>
- <li> Added \r marker to WrapFileLinks formatter that outputs file links without expanding relative links.</li>
- <li> Added [authorsAlpha] key marker that formats authors according to the "alpha" BibTeX style. Patch submitted by Oliver Kopp.</li>
- <li> Table sort order set by clicking and Ctrl-clicking table columns is now immediately set as default sort order in preferences.</li>
- <li> Changed LyX pipe setting so it works whether ".in" is included or omitted.</li>
- <li> Modified ISI importer so the words "of", "and" and "the" will not be capitalized in the title, journal or publisher fields.</li>
- <li> When adding new local file link, browse dialog now appears immediately when opening file link editor, saving one mouse click.</li>
- <li> Added "Remove all broken links" option in the resolver dialog for broken links when synchronizing file links.</li>
- <li> Added rename option to Set/clear field dialog, to move contents from one field to another.</li>
- <li> Added Back and Forward actions, for switching between recently edited BibTeX entries.</li>
- <li> Added option under "Entry table" to designate fields as numeric for sorting purposes.</li>
- <li> Added possibility for custom export filters to define their own name formatters. This is done by adding a file named "<filtername>.formatters". This file defines one formatter on each line, with each line containing the name of the formatter and the formatter definition, separated by a colon (:).</li>
- <li> Added menu items for increasing/decreasing table font size, with shortcut keys Ctrl-plus and Ctrl-minus.</li>
- <li> Added options to automatically mark entries imported into an existing database, and to unmark previously marked entries when importing.</li>
- <li> Added ":(x)" modifier to key generator, specifying that the arbitrary string x should be used as a fallback value if the value returned by the field marker is empty.</li>
- <li> Added ":upper" modifier to key generator, to force uppercase for a field marker.</li>
- <li> Added buttons in External programs tab in Preferences for modifying settings for "Push to"-features, and removed obsolete fields.</li>
- <li> Added support for DOI field in Endnote importer.</li>
- <li> Added support for language and publication status fields in Medline import (publication status stored in "medline-pst" field).</li>
- <li> Enabled cookie handling for downloading full-text articles.</li>
- <li> Improved handling of invalid BibTeX keys containing white space. Parser will now try to piece together the key and avoid disturbing the continued parsing. Patch submitted by Stephan Lau.</li>
- <li> Cosmetic change to the entry type label to the left in the entry editor.</li>
- <li> Changed name handling so a single-entry name without a capital initial letter, such as "unknown", will be treated as a solitary last name rather than a von particle.</li>
- <li> Changed table selection coloring so entries that are grayed out or marked can be distinguished from normal entries when selected.</li>
- <li> Changed handling of "affiliation" in Medline import - now makes sure to escape # characters before storing.</li>
- <li> Modified ACM portal fetcher due to web site changes.</li>
- <li> Improvements to IEEEXplore fetcher - better handling of month and page fields.</li>
- <li> Changed behaviour of source panel when an entry contains imbalanced # characters - the panel can now show the entry in its invalid form, allowing the user to fix the problem.</li>
- <li> Improved handling of PDF files without XMP metadata - other metadata will now be retained. Patch submitted by Felix Langner.</li>
- <li> Fixed bug in parsing file field - double spaces in file names would be reduced to single spaces, breaking the file link. Fix submitted by Uwe Kuehn.</li>
- <li> Fixed NullPointerException when downloading external file and file directory is undefined.</li>
- <li> Fixed bug in HTMLConverter.</li>
- <li> Fixed NullPointerException in key generator for incomplete names.</li>
- <li> Fixed bug in removing custom export filters.</li>
- <li> Fixed bug 2225371: restart is no longer required after adding a new custom export filter. </li>
- <li> Fixed bug in "Move/rename file" feature in file field editor with regard to undefined file directory.</li>
- <li> Fixed bug in Ris importer.</li>
- <li> Fixed NullPointerException in Endnote importer.</li>
- </ul>
-
-
- <h3>Version 2.4.2 (November 1st, 2008)</h3>
-
- <ul>
- <li>Added missing layout formatters FirstPage and LastPage.</li>
- <li>Fixed a bug regarding ParamLayoutFormatter loaded from plugin.</li>
- <li>Fixed crash during initalization of journal abbreviation list.</li>
- <li>Added option to have JabRef search for external file when "Open file" function is chosen for an entry without any linked files. This is similar to what was always done in JabRef 2.3.1 and earlier.</li>
- <li>Improved regular expression file search, so the regular expression can contain field markers as used for BibTeX key generation in addition to just regular fields. It is no longer possible to call arbitrary layout formatters, but the modifiers "upper", "lower" and "abbr" (for case conversion and abbreviation) can be used.</li>
- <li>Ris importer now imports PB as "school" instead of "publisher" for THES entries.</li>
- <li>Fixed bug 2157664: Current edit is now treated as an undoable edit in itself.</li>
- </ul>
-
- <h3>Version 2.4.1 (October 8th, 2008)</h3>
-
- <ul>
- <li>Fixed bug: layout formatter arguments were not set when using a ParamLayoutFormatter loaded from plugin.</li>
- <li>Fixed bug: when abbreviating first names, for authors with first names connected with "-", only the first letter is shown.</li>
- <li>Enhanced ExportFormatTemplate plugins with an optional property "encoding" which overrides the default encoding with the given one.</li>
- <li>Fixed menu colors under Windows Vista.</li>
- <li>Fixed bug 2137771: Missing file extension when downloading.</li>
- <li>Fixed bug 2105329: Ensure that newly added entry is visible in table.</li>
- <li>Fixed bug 1908222: Preference "Fit table horizontally on screen" doesn't work</li>
- <li>Fixed bug 2119059: Handling of the A1 tag in the RIS format.</li>
- <li>Added missing help file for ACM digital library fetcher.</li>
- <li>Added option for whether to use IEEE LaTeX journal abbreviation list.</li>
- <li>Added tooltip to menu items in push-to-application popup menu.</li>
- </ul>
-
-
- <h3>Version 2.4 (September 1st, 2008)</h3>
-
- <ul>
- <li>Added mappings for some special characters that need to be sanitized when generating BibTeX keys.</li>
- <li>Added ACM Digital Library fetcher by Aaron Chen.</li>
- <li>Added new entry types (conference, patent, standard, electronic).</li>
- <li>Improvements to IEEEXplore fetcher.</li>
- <li>Added explanatory text to indicate that "ps" and "pdf" files are legacy features.</li>
- <li>Fixed unexpected behaviour of "Open PDF or PS" menu item - now looks in "file" field, and does not launch search for external files.</li>
- <li>Fixed bug 1827568: 'Save database' might not store current edit in entry editor.</li>
- <li>Fixed bug 2027944: updating custom export definitions requires restart.</li>
- </ul>
-
-
- <h3>Version 2.4beta (March 12th, 2008)</h3>
-
- <ul>
- <li>Added "protection" flag in Database properties. When this flag is set, JabRef will refuse to save the database when the file has been externally modified, until the changes have been reviewed and partly or completely accepted.</li>
- <li>Fixed bug where the external update notification in the side pane would remain even if the referred database was closed.</li>
- <li>Added two new search modes - display search results in a dialog, and global search.</li>
- <li>Support for fetching from the command line using --fetch (contributed by Jan F. Boldt and David Kaltschmidt).</li>
- <li>Support for fetching from Spires (contributed by Fedor Bezrukov).</li>
- <li>Support for fetching from JSTOR (contributed by Tobias Langner, Juliane Doege, Sebastian de Hoog and Christoph Jacob)</li>
- <li>Added context menu for file list editor with options to move/rename linked file as well as to automatically move the file to file directory and optionally rename after BibTeX key.</li>
- <li>JabRef can now be extended by plugins (using the Java Plugin Framework JPF as the underlying technology). Currently extension points exist for:
- <ul>
- <li>ImportFormat</li>
- <li>ExportFormat based on Templates</li>
- <li>ExportFormat based on IExportFormat (contributed by Kariem Hussein)</li>
- <li>LayoutFormatter</li>
- <li>EntryFetcher</li>
- <li>PushToApplication</li>
- </ul>
- JabRef uses JPFCodeGenerator (which was written just for JabRef) to generate helper classes for making JPF easier. Current version used: 0.4 http://forge.spline.inf.fu-berlin.de/projects/jpfcodegen/
- </li>
- <li>Print warnings if insufficient Java version is used or if JRE is not from Sun.</li>
- <li>Memory Stick Mode: JabRef automatically loads configuration settings from jabref.xml and also writes them there if enabled.</li>
- <li>Improved handling of crossrefs. Fields are now resolved in preview and export.</li>
- <li>Updated dependencies, now using: JempBox-0.2</li>
- <li>Improved handling of ArXiv URIs.</li>
- <li>Changed default preference value: now using import inspection dialog also when just a single entry is imported.</li>
- <li>[ 1620792 ] Fixed: JabRef randomly hangs during Medline fetch</li>
- <li>[ 1738920 ] Fixed: Windows Position in Multi-Monitor environment</li>
- <li>[ 1795355 ] Fixed: LatexFieldFormatter omits "{" on beginning of optional field</li>
- <li>[ 1297576 ] New feature: Printing of entry preview (use right-click menu)</li>
- <li>[ 1717849 ] Fixed: Bug in aux import (contributed by Kai Eckert)</li>
- <li>[ 1749613 ] Fixed: About translation</li>
- <li>[ 1709449 ] Fixed: Clicking a DOI from context menu fails</li>
- <li>[ 1869331 ] Fixed: Uninstall after silent install removes Windows start menu</li>
- <li>[ 1723219 ] Fixed: Strange message (LyX) while installing 2.3</li>
- <li>Added handling of unknown file types when synchronizing the file field.</li>
- <li>Changed the way customized external file types are stored. Types are now stored in a way analogous to a diff from the default types. This allows default types added in later versions to appear immediately, even if the user has customized the list.</li>
- <li>Moved file preferences from General tab to new File tab.</li>
- <li>Reduced horizontal size of preferences dialog.</li>
- <li>Fixed handling of quotes when using the "abbr" modifier for key generator (Debian bug #448917).</li>
- <li>Download file procedure now strips query string in order to find correct file extension (Debian bug #448027). </li>
- </ul>
-
-
- <h3>Version 2.3.1 (November 29th, 2007)</h3>
-
- <ul>
- <li>Removed default applications for file types under Mac OS X, and made use of the standard "/usr/bin/open <filename>" way to open files except when an application name is explicitly set.</li>
- <li>[ 1620792 ] Fixed: JabRef randomly hangs during Medline fetch</li>
- </ul>
-
-
- <h3>Version 2.3 (November 8th, 2007)</h3>
-
- <ul>
- <li>Added handling of unknown file types when synchronizing the file field.</li>
- <li>Changed the way customized external file types are stored. Types are now stored in a way analogous to a diff from the default types. This allows default types added in later versions to appear immediately, even if the user has customized the list.</li>
- <li>Moved file preferences from General tab to new File tab.</li>
- <li>Reduced horizontal size of preferences dialog.</li>
- <li>Fixed handling of quotes when using the "abbr" modifier for key generator (Debian bug #448917).</li>
- <li>Download file procedure now strips query string in order to find correct file extension (Debian bug #448027).</li>
- </ul>
-
-
- <h3>Version 2.3beta3 (October 6th, 2007)</h3>
-
- <ul>
- <li>Export formats that output the character encoding now use common names for encodings instead of Java-specific names.</li>
- <li>Added "Open" button in external link dialog box to test or use the link.</li>
- <li>Added formatter WrapFileLinks which iterates over file links, producing a formatted string for each containing any desired information about the file link.</li>
- <li>Applied Fedor Bezrukov patch (setting User-Agent in URLDownload to solve ArXiv problem).</li>
- <li>Applied Aaron Chen's patch for fixing bugs in IEEExplore fetcher.</li>
- <li>Applied Edward Valeev's patch for handling article numbers replacing pages in Refer/Endnote import.</li>
- <li>Added toolbar button to entry editor for writing XMP-metadata.</li>
- <li>Added paste and drag & drop support to file list editor.</li>
- <li>Added "authorLast" and "editorLast" markers for using last author's last name in BibTeX keys.</li>
- <li>Added support for file field in Write XMP action.</li>
- <li>Numeric fields (year, volume, number, pmid, citeseercitationcount) are now sorted as numbers when possible.</li>
- <li>Improvements to the Ovid import filter.</li>
- <li>Modified AuthorLastFirstAbbreviator and AuthorAbbreviator to accept names in both last-first and first-first format, but always return in last-first format. These two formatters are identical.</li>
- <li>[ 1648789 ] Fixed: Problem on writing XMP when option to leave out some fields was active.</li>
- <li>[ 1561990 ] Fixed: Exporting to WinEdt - apostrophe.</li>
- <li>Fixed bug in entry editor: source panel edits were not properly stored when clicking a different entry in the main table.</li>
- <li>Fixed problem with "Synchronize file links" not honouring database specific file directory.</li>
- <li>Fixed problem with file type selection in external file link editor not being up-to-date.</li>
- <li>Fixed problem with wrong enable/disable behaviour of Clear search button when switching between tabs.</li>
- <li>Fixed argument parsing in AbstractParamLayoutFormatter so \t and \n can be used for tabs and newlines.</li>
- </ul>
-
-
- <h3>Version 2.3beta2 (August 29th, 2007)</h3>
-
- <ul>
- <li>When user chooses to save to an existing file, and answers that the file should not be overwritten, a new file dialog now appears instead of the operation cancelling.</li>
- <li>Removed antialias setting for main table, because it interferes with proper rendering on LCDs when running under JRE 6. Removed non-optional antialias settings for entry editor for the same reason.</li>
- <li>Changed external link handling so remote (http) links can be sent to the external application. Applications like Evince and Gimp can open remote links.</li>
- <li>Replaced Simle HTML export filter with improved version by Mark Schenk.</li>
- <li>Introduced ParamLayoutFormatter interface for layout formatters that can take an argument by the following syntax: \format[MyFormatter(argument)]{\field}. Implementing classes contain a setArgument(String) method that receives the argument (if any) before the format() method is called.</li>
- <li>Timestamp and owner fields are now set also when appending a bib file, and new options have been introduced to control whether imported/appended/pasted entries should have these fields overwritten if already set.</li>
- <li>Added operations for adding file links in import inspection window, and made file and URL icons in the table clickable.</li>
- <li>Removed PDF and PS columns and operations in import inspection window (replaced by operations on the "file" field).</li>
- <li>File field column in main table now shows file type icon instead of generic icon.</li>
- <li>Modified Endnote export to take "file" field into account, and to resolve full paths to PDF files.</li>
- <li>Added "Auto" button to automatically set "owner" field to the default username.</li>
- <li>Added \encoding tag for begin/end layouts in export filters to print the name of the character encoding used for the export. The tag is not available in entry layouts.</li>
- <li>Added \% as a supported LaTeX command, producing '%'.</li>
- <li>Fixed bug in HTMLChars: commands like {\aa} and {\o} were not processed properly, even though defined in Globals.HTMLCHARS.</li>
- <li>Fixed bug that made it possible to accidentally close database without saving, when error occurs during the save operation.</li>
- </ul>
-
-
- <h3>Version 2.3beta (June 28th, 2007)</h3>
-
- <ul>
- <li>Added MIS Quarterly export format.</li>
- <li>Added support for COPAC file format.</li>
- <li>Added RemoveTilde LayoutFormatter to deal with Bibtex non-breakable spaces.</li>
- <li>Added autocompletion feature for author/editors and other fields.</li>
- <li>Added feature to save all open databases.</li>
- <li>Added support for pushing citations to Vim when Vim server is enabled.</li>
- <li>Added missing option for specifying the path to LEd.exe.</li>
- <li>Added -s/--nosplash command line option for disabling the splash screen.</li>
- <li>Added new field marker [auth.etal] for key generation.</li>
- <li>Added support in XMP metadata handling for bibtex string resolution.</li>
- <li>When opening databases, already open files are now skipped.</li>
- <li>Option to use native instead of Swing file dialogs is now available on all OSes.</li>
- <li>Synchronize external links now searches entire database, not selected entries.</li>
- <li>Medline import now adds <Affiliation> information into the "institution" field.</li>
- <li>Improved handling of external links. The 'file' field can now specify a list of external links, and arbitrary file types are supported. Old-style PDF and PS links can be moved automatically into the 'file' field.</li>
- <li>Fixed bug in RIS and Refer/Endnote imports. Entries with editors but no authors are now imported properly.</li>
- <li>Fixed missing export formatter AuthorFirstFirstCommas.</li>
- <li>Fixed minor bug in Harvard export with missing space between year and title.</li>
- <li>Fixed bug that caused lockup when connection to IEEExplore fails.</li>
- <li>Fixed wrong dependency in OAI2/ArXiv Fetcher.</li>
- <li>Fixed problem with foreign characters in OAI2/ArXiv Fetcher.</li>
- <li>Fixed problem with key generation in OAI2/ArXiv Fetcher.</li>
- <li>Fixed bug in duplicate search that made misc entries never get detected as duplicates.</li>
- <li>Fixed bug in XMP reimport from DublinCore related to month strings.</li>
- </ul>
-
-
- <h3>Version 2.2 (January 30th, 2007)</h3>
-
- <ul>
- <li>Added progress bar to indicate progress when synchronizing PS/PDF links.</li>
- <li>Option to autogenerate key for imported entries now also affects entries imported
- without using the import inspection window.</li>
- <li>Modified quick jump behaviour so sequences of letters can be found. Timeout or
- ESC resets the search.</li>
- <li>Improved XMP support:
- <ul>
- <li>JabRef now reads and write DublinCore and Legacy Document Properties;
- Caution needs to be used though since, JabRef does overwrite existing values.</li>
- <li>XMP privacy filter can be used to prevent sensible fields to be exported.</li>
- </ul>
- </li>
- <li>Support for OAI2 identifiers with subcategories, e.g. math.RA/0601001</li>
- <li>Fixed bug that made explicit groups appear empty after updating group tree from external change.</li>
- <li>New windows installer thanks to Uwe Stöhr.</li>
- <li>[ 1641247 ] Fixed: No update of preview after generating bibtex key</li>
- <li>[ 1631548 ] Fixed: Absolute paths should be stored for last open files.</li>
- <li>[ 1598777 ] Fixed: Month sorting</li>
- <li>[ 1570570 ] New Feature: Deselect all duplicates on import</li>
- <li>[ 1574773 ] Fixed: sanitizeUrl() breaks ftp:// and file:///</li>
- <li>[ 1609991 ] Fixed: Silverplatter Import: Publisher and Year confused</li>
- <li>[ 1608391 ] Fixed: Medline Search Editbox size gets to big</li>
- </ul>
-
-
- <h3>Version 2.2beta2 (November 26th, 2006)</h3>
-
- <ul>
- <li>Redesigned export functions to simplify GUI and provide "Export selected entries" functionality. Export filter is now chosen using the file type dropdown menu in the file dialog.</li>
- <li>Fixed bug that caused UnsupportedEncodingException on Windows when saving.</li>
- <li>Added warning dialog when exporting failed.</li>
- <li>Added fix for exporting special chars in RTF like éóú...</li>
- <li>Added NameFormat LayoutFormatter based on Bibtex method name.format$</li>
- <li>Added Fetch from ArXiv.org to Web Search<br />
- [1587342] Quering ArXiv (and any OAI2 Repository)</li>
- <li>[1594123] Fixed: Failure to import big numbers in Bibtex</li>
- <li>[1594169] Fixed: Entry editor navigation between panels faulty</li>
- <li>[1588028] Fixed: Export HTML table has relative DOI URL</li>
- <li>[1601651] Fixed: PDF subdirectory - missing first character</li>
- </ul>
-
-
- <h3>Version 2.2beta (October 13th, 2006)</h3>
-
- <ul>
- <li>Added Mark Schenk's advanced HTML export filter.</li>
- <li>Added options to copy/move/link to dragged linkable file (pdf, ps, etc.).</li>
- <li>Removed unnecessary output text when scanning for external file changes.</li>
- <li>Changed layout of entry editor to solve problem with collapsing text fields.</li>
- <li>Added first version of support for XMP-metadata in PDFs.
- <ul>
- <li>"Import into..."</li>
- <li>Integrate with copy/move/link.</li>
- <li>Added option to write all/selected PDFs in database</li>
- </ul>
- </li>
- <li>Added tooltips to database tabs showing the file's full path.</li>
- <li>Added function for setting or clearing specific fields in selected or all entries.</li>
- <li>Setting a relative PDF/PS path in Database Properties now makes JabRef look for the directory relative to the bib file's location.</li>
- <li>Removed Oxford comma from AuthorList...Comma-LayoutFormatters.</li>
- <li>Added LayoutFormatters that print the Oxford comma.</li>
- <li>Added missing space between abbreviated author first names: William Andrew Paul => W. A. Paul (used to be W.A. Paul)</li>
- <li>Added LayoutFormatter for HTML paragraphs.</li>
- <li>Changing Database Properties now causes the database to be marked as changed.</li>
- <li>Improved simple search. Words are now treated as separate search terms, and phrases can be indicated with "double quotes".</li>
- <li>When a letter key is pressed in the table, the first entry starting with the same letter (in the current sort column) is selected.</li>
- <li>Bib files dragged into JabRef now appear in the Recent files menu.</li>
- <li>Fixed bug in import dialog.</li>
- <li>Better support for ISI files in general (should basically be better than INSPEC) including IEEE parsing.</li>
- <li>Added regular expression search for auto-linking. Search is now more flexible by default.</li>
- <li>Search operation also now search relative to the JabRef directory.</li>
- <li>General improvements in Inspec ISI handling.</li>
- <li>New LayoutFormatter: AuthorOrgSci - first author is in "last, first" all others in "first last". First names are abbreviated.</li>
- <li>New LayoutFormatter: NoSpaceBetweenAbbreviations - spaces between multiple abbreviated first names are removed.</li>
- <li>Improved PDF link resolver to produce proper URIs.</li>
- <li>[1503956] Fixed: Help text instead of Help icon.</li>
- <li>[1542552] Fixed: Wrong author import from ISI file.</li>
- <li>[1534537] Fixed: resize groups interface</li>
- <li>[1465610] Fixed: (Double-)Names containing hyphen (-) not handled correctly</li>
- <li>[1436014] Fixed: No comma added to separate keywords</li>
- <li>[1548875] Fixed: download pdf produces unsupported filename</li>
- <li>[1545601] Fixed: downloading pdf corrupts pdf field text</li>
- <li>[1285977] Fixed: Impossible to properly sort a numeric field</li>
- <li>[1535044] Fixed: Month sorting</li>
- <li>[1540646] Fixed: Default sort order: bibtexkey</li>
- <li>[1553552] Fixed: Not properly detecting changes to flag as changed</li>
- </ul>
-
- <h3>Version 2.1 (August 9th, 2006)</h3>
-
- <ul>
- <li>Added capability to drag files and WWW links into JabRef. BibTeX files will be opened normally, other files imported, and WWW links downloaded and imported.</li>
- <li>The -v command line option now makes the application only print version number and quit immediately.</li>
- <li>Duplicates within a set of imported entries are now found and shown in the import inspection window.</li>
- <li>Mac users can now choose between native and Swing file chooser under Preferences -> Advanced.</li>
- <li>Fixed missing duplicate warning when importing without import inspection window.</li>
- <li>Fixed error in ISI import which allowed empty fields to be set, causing errors when saving and reloading entries.</li>
- <li>Fixed missing time and owner stamps when importing entries (only in 2.1b/2.1b2).</li>
- <li>Fixed erroneous updates in entry editor if user switches to a different entry while downloading PDF/PS file.</li>
- <li>Fixed bug (only in 2.1b2) in calling file open/save dialog on Mac OS X.</li>
- <li>Fixed bug that made duplicate resolver dialog pop under import inspection dialog.</li>
- </ul>
-
- <h3>Version 2.1beta2 (June 29th, 2006)</h3>
-
- <ul>
- <li>Added option to toggle floating of marked entries to the top of the table.</li>
- <li>Added option to open, append and import multiple BibTeX files.</li>
- <li>Improved support for LaTeX special characters in HTML and RTF representations.</li>
- <li>Fixed bug that made entry selection get lost when an edit modifies the entry's position in the main table.</li>
- <li>Fixed bug in BibTeXML export (entry type name missing in tag).</li>
- <li>Fixed name handling in (non-compliant) Endnote files giving all author names on the same line.</li>
- <li>Fixed problem with keyword handling in Medline import.</li>
- <li>Fixed (harmless) NullPointerException when medline fetch is cancelled.</li>
- <li>Fixed bug in parser that made {"} illegal in fields quoted with ".</li>
- </ul>
-
- <h3>Version 2.1beta (May 9th, 2006)</h3>
-
- <ul>
- <li>Known issue: font sizes cannot be changed, but should follow OS settings on Windows and Mac.</li>
- <li>Known issue: some HTML may be handled inappropriately when downloading from IEEEXplore.</li>
- <li>Changed Paste function so timestamp and owner fields are updated.</li>
- <li>Added "Other" item to the "New entry ..." menu.</li>
- <li>Changed sorting order so marked entries are displayed at the top of the table.</li>
- <li>Added IEEEXplore search and download feature.</li>
- <li>Added option to store entries in their original order. Unsorted table view now shows entries in their original order.</li>
- <li>Added option to autogenerate keys for entries with missing keys before each save.</li>
- <li>Improved handling of external URLs to prevent problems with special characters.</li>
- <li>Medline and Endnote imports no longer automatically add curly braces around capital letters in title.</li>
- <li>Float search now scrolls table to the top.</li>
- <li>Fixed lockup problem in preview with uneven number of # characters in fields.</li>
- <li>Fixed problem with default content selector fields reappearing after removal.</li>
- <li>Fixed problem with unsupported character encodings being selectable and causing unreported save errors.</li>
- <li>Fixed bug that blocked last line in table columns setup from being removed.</li>
- <li>Fixed missing export formats from command line.</li>
- <li>Fixed bug that made Review tab impossible to remove from entry editor.</li>
- <li>Fixed bug in Medline XML import that assigned wrong PMID for some entries.</li>
- <li>Fixed bug in custom export that collapsed sequences of two or more backslashes into a single backslash in output.</li>
- <li>Fixed bug (misspelled formatter name) in Harvard RTF export.</li>
- </ul>
-
- <h3>Version 2.0.1 (February 2nd, 2006)</h3>
-
- <ul>
- <li>Fixed bug that made a hidden entry editor under some circumstances store a field value to the wrong entry.</li>
- <li>Fixed synchronization bug that made the opening of a new database sometimes fail.</li>
- <li>Fixed bug in setting external journal lists when no personal list is set.</li>
- </ul>
-
- <h3>Version 2.0 (January 30th, 2006)</h3>
-
- <ul>
- <li>Changed sorting selection interface for main table for more intuitive operation.</li>
- <li>Made import operation update "working directory".</li>
- <li>Removed hard-coded author/editor name rearrangement in OpenOffice and OpenDocument exports.</li>
- <li>Fixed hangup when parsing RIS files from Nature.</li>
- <li>Fixed NullPointerException when generating database from AUX file on Mac OS X.</li>
- <li>Fixed bug in routine for adding braces around capital letters.</li>
- <li>Fixed bug in switching preview layouts.</li>
- <li>Fixed bug in link handling in entry preview.</li>
- </ul>
-
- <h3>Version 2.0b2 (January 15th, 2006)</h3>
-
- <ul>
- <li>Changed field order in OpenDocument export
- to comply with bibliography requirement.</li>
- <li>Added support for inserting citations into
- Emacs using gnuserv/gnuclient.</li>
- <li>Added option to set a regular expression
- replace operation on generated bibtex keys.</li>
- <li>Added support for custom importers inside
- a jar file.</li>
- <li>Fixed bug in opening URLs containing "&"
- on Windows.</li>
- </ul>
-
- <h3>Version 2.0b (January 4rd, 2006)</h3>
-
- <ul>
- <li>Added a system for registering custom import
- formats in the form of Java classes.</li>
-
- <li>Added export option for OpenDocument
- spreadsheet.</li>
-
- <li>Added new options for name formatting in main
- table.</li>
-
- <li>Added REPEC-NEP import filter.</li>
-
- <li>Added option for non-field parameters for export
- formatters. If the parameters does not start with the
- backslash character, it will be passed unchanged to the
- formatter in place of any field value.</li>
-
- <li>Added export formatter CurrentDate, which returns
- the current date, and takes a format string as
- parameter.</li>
-
- <li>Added customization of table colors, accessible
- from Tools -> Preferences -> Entry table.</li>
-
- <li>Added new Appearance tab to preferences dialog to
- gather appearance related options.</li>
-
- <li>Added toggling of abbreviated and full journal
- names. The list of journals is realized as an external
- file, but editable from a Manage Journal Abbreviations
- panel. Secondary lists can also be linked, but not
- edited. There is a download option to quickly get a
- list available on the internet, and we will provide one
- or more lists for download from the SourceForge web
- server.</li>
-
- <li>Added functionality for new JabRef instances to
- detect a running instance, and send command line
- parameters to the running instance for processing.</li>
-
- <li>Added handling of HTML links in preview panel.</li>
-
- <li>Added confirmation dialog when database is saved
- and the chosen encoding doesn't support all characters.
- Gives options to save, cancel or try a different
- encoding.</li>
-
- <li>The encoding used when opening a database is now
- remembered, and used when database is stored.</li>
-
- <li>Added review field for research comments, paper
- reviews, etc.</li>
-
- <li>Added option to disable wrapping for certain
- fields. Wrapping of pdf, ps, doi and url is disabled by
- default.</li>
-
- <li>Antialiasing option now affects entry editor text
- fields as well as table text.</li>
-
- <li>Changed to monospaced font in source editor
- field.</li>
-
- <li>Removed option to put double braces around BibTeX
- fields, but retained option to remove double braces
- when loading. Added option to put braces around capital
- letters of a chosen set of fields.</li>
-
- <li>Improved Ovid import.</li>
-
- <li>Fixed problem with ordering of BibTeX strings that
- are referred to by other strings.</li>
-
- <li>Fixed problem with loading 16-bit encoded bib files
- with 8-bit encoding as default, and vice versa.</li>
-
- <li>Fixed multiplying authors bug when author/editor
- field appears both in Required and Optional tabs.</li>
-
- <li>Fixed startup freeze when trying to load certain
- malformed bib files.</li>
-
- <li>Fixed bug related to multi-line fields in RIS
- import.</li>
-
- <li>Fixed bug related to looking up a fully qualified
- DOI</li>
-
- <li>Included review field to preview panel 1, which
- shows the abstract</li>
-
- <li>Fixed bug where booktitle field was not displayed
- in preview for conference proceedings, similar to
- journal field</li>
- </ul>
-
- <h3>Version 1.8.1 (September 15th, 2005)</h3>
-
- <ul>
- <li>Added automatic timestamp with configurable format
- for entries.</li>
-
- <li>Added new key generator modifier ":abbr" to
- abbreviate field contents.</li>
-
- <li>Added Help button in Preferences -> Entry
- preview</li>
-
- <li>Added Big5, Big5_HKSCS and GBK encodings for
- Chinese.</li>
-
- <li>Improved marking feature. Username is now used for
- marking, so different users can mark entries separately
- without interference.</li>
-
- <li>Improved handling of names such as "Firstname de la
- Lastname jr.", with different handling for presentation
- and sorting purposes. Key generation now should always
- use the genuine last name, and not produce keys like
- "de2001".</li>
-
- <li>Removed duplicate warning from inspection dialog
- for non-selected entries.</li>
-
- <li>Fixed setting of sheet name in OpenOffice.org Calc
- export.</li>
-
- <li>Fixed bug that prevented PDF/PS opening by F4 from
- automatically finding files in subdirectories below the
- main PDF/PS dir.</li>
-
- <li>Fixed BibTeX parser bug that made it choke on short
- comment strings.</li>
-
- <li>Fixed bug that made regexp search fail for fields
- containing newline characters.</li>
-
- <li>Fixed platform-dependent handling of newline
- characters.</li>
-
- <li>Fixed bug that prevented command line import with
- explicit format.</li>
-
- <li>Fixed bug that made it impossible to disable table
- antialiasing.</li>
-
- <li>Fixed AuthorAndsCommaReplacer.</li>
- </ul>
-
- <h3>Version 1.8 (July 30th, 2005)</h3>
-
- <ul>
- <li>Search panel now starts visible if it was visible
- at last shutdown.</li>
-
- <li>Added option to disable import inspection window
- when only one entry is being imported.</li>
-
- <li>Fixed parser bug that caused problems for bib files
- containing extra characters after the last entry.</li>
-
- <li>Fixed missing month in JStor import.</li>
-
- <li>Fixed some bugs in "new from plain-text"
- wizard</li>
- </ul>
-
- <h3>Version 1.8b2 (July 13th, 2005)</h3>
-
- <ul>
- <li>Changed handling of external updates so the
- notification is suppressed when there are no actual
- changes.</li>
-
- <li>Changed autodetecting import so BibTeX files are
- handled more similarly to other formats.</li>
-
- <li>Enabled sorting by icon columns.</li>
-
- <li>Added option to remove BibTeX source panel from
- entry editor.</li>
-
- <li>Added command line option to not load any files at
- startup. Will override any autoloading or other command
- line options that normally load or import files.</li>
-
- <li>Added handling of duplicates to import inspection
- window.</li>
-
- <li>Made entry preview be updated whenever the
- selection is expanded by one row, to make it more
- useful while selecting a set of entries.</li>
-
- <li>Changed BibTeX field parsing to avoid inserting
- line breaks at wrong places.</li>
-
- <li>Improved handling of page numbers in Medline
- import.</li>
-
- <li>Fixed import of file links when importing SixPack
- files.</li>
-
- <li>Fixed bug that prevented closing of search
- interface when no databases are open.</li>
-
- <li>Fixed OpenOffice Calc export to be compatible with
- OpenOffice.org 2.0 beta.</li>
-
- <li>Fixed bugs in Refer/Endnote import filter.</li>
-
- <li>Fixed bug that caused changes to be lost in some
- cases when the same field is present in multiple entry
- editor tabs.</li>
-
- <li>Fixed bug that prevented command line autodetecting
- import from working with BibTeX files.</li>
-
- <li>Fixed minor bug in routine for removing double
- braces.</li>
- </ul>
-
- <h3>Version 1.8b (June 6th, 2005)</h3>
-
- <ul>
- <li>Added option to store bib file with double
- braces.</li>
-
- <li>Follow @input tags in aux files to indicate nested
- aux files for generating subdatabases.</li>
-
- <li>Improved wrapping and formatting of bib files, to
- preserve paragraph separator (empty line).</li>
-
- <li>Added test buttons for customization of preview
- layouts.</li>
-
- <li>Added inspection dialog for previewing and
- generating keys for imported entries, and deciding
- which ones to keep and discard. The dialog allows
- inspection during long import processes such as Medline
- search.</li>
-
- <li>Restructured layout to use a common side pane with
- all tabs.</li>
-
- <li>Added import filter for Cambridge Scientific
- Abstracts (CSA) format.</li>
-
- <li>Added PS directory with similar options as
- PDF.</li>
-
- <li>Added [authshort] and [edtrshort] key field
- markers. Patch submitted by Kolja Brix.</li>
-
- <li>Made the program remember preview enable
- setting.</li>
-
- <li>Improved handling of illegal regular expressions in
- search.</li>
-
- <li>Removed options to search only Required, Optional
- and/or General fields, in order to simplify search
- interface.</li>
-
- <li>Changed keys for Next and Previous tab to CTRL-PGDN
- and CTRL-PGUP to match shortcuts in a certain popular
- web browser.</li>
-
- <li>Minor change to Preferences -> Table columns to
- enable insertion of column in position 2.</li>
-
- <li>Fixed parser bug that caused problems for files
- with >10000 entries.</li>
-
- <li>Fixed bug in entry editor that caused the source
- edit panel to remove marking from entries.</li>
-
- <li>Fixed export bug that made "\begin" tags fail if
- encountered immediately after an "\end" tag.</li>
-
- <li>Fixed export bug that made whitespace disappear
- after empty field values.</li>
-
- <li>Fixed ISI import bug that handled SO fields with
- line breaks wrong.</li>
-
- <li>Fixed bug occuring when choosing not to import
- duplicate imported entry.</li>
-
- <li>Fixed problem with detecting popup trigger on Mac
- OSX with one button mouse.</li>
-
- <li>Fixed erroneous relative paths for PDF files when
- PDF directory is not set.</li>
-
- <li>Fixed entry preview to resolve string
- references.</li>
- </ul>
-
- <h3>Version 1.7.1 (April 11th, 2005)</h3>
-
- <ul>
- <li>Removed unnecessary stack traces when opening
- external viewer.</li>
-
- <li>Fixed bug that made Ctrl-E destroy current edit in
- entry editor.</li>
-
- <li>Fixed problem when copying modified BibTeX key gave
- old value.</li>
-
- <li>Fixed missing 'booktitle' import in CONF entries in
- RIS import.</li>
-
- <li>Fixed bug that made group tree disappear for
- certain keyword expressions.</li>
-
- <li>Fixed bug that made standard BibTeX fields be saved
- without line wrapping.</li>
- </ul>
-
- <h3>Version 1.7 (March 20th, 2005)</h3>
-
- <ul>
- <li>When fetching from Medline or CiteSeer, fetched
- entry is now opened in editor.</li>
-
- <li>Added French translations of help files.</li>
-
- <li>Added color highlighting of focused text field in
- entry editor.</li>
-
- <li>Added option in context menu of entry editor for
- changing capitalization of field contents.</li>
-
- <li>Added name conversion "Smith, RA" -> "Smith, R.
- A." to Medline import.</li>
-
- <li>Updated task bar icon.</li>
-
- <li>Fixed bug that left some search settings items
- inappropriately disabled.</li>
-
- <li>Fixed bug that caused requirement for restart to
- register change in default key pattern.</li>
-
- <li>Fixed bug that caused crash some times after
- adding/removing field content selectors.</li>
-
- <li>Fixed bug in recognizing custom entry types when
- reading bib files.</li>
-
- <li>Fixed bug that allowed a deleted entry to stay
- visible in the entry editor.</li>
- </ul>
-
- <h3>Version 1.7b2 (March 7th, 2005)</h3>
-
- <ul>
- <li>Made side pane resizable.</li>
-
- <li>Replaced entry customization dialog with improved
- interface.</li>
-
- <li>Added standard entry type "conference", similar to
- "inproceedings".</li>
-
- <li>Added "default" label pattern to avoid the need to
- set similar patterns manually.</li>
-
- <li>Added line wrapping to metadata in saved .bib file
- to avoid long lines.</li>
-
- <li>Added "bibtexkey" as implicit fourth sort
- criterion, to minimize problem with almost similar
- entries swapping places.</li>
-
- <li>Added OpenOffice.org Calc export filter that
- exports spreadsheet compatible with the OpenOffice.org
- bibliography feature.</li>
-
- <li>Added a couple of previously unsupported
- publication types in SciFinder.</li>
-
- <li>Added extra shortcuts CTRL-+ and CTRL-- for
- switching tabs in entry editor, since original
- shortcuts CTRL[-SHIFT]-TAB is used by some window
- managers.</li>
-
- <li>Updated Endnote export filter.</li>
-
- <li>Fixed focus and key binding problems for switching
- tabs/entries in entry editor</li>
-
- <li>Fixed bug that prevented required fields tab from
- appearing for entries with only bibtex key as required
- field.</li>
-
- <li>Fixed bug that prevented the user from changing the
- default encoding.</li>
-
- <li>Fixed bugs in RIS import.</li>
-
- <li>Fixed bug 1112050; freeze when reading certain
- author fields with mismatched braces.</li>
- </ul>
-
- <h3>Version 1.7 beta (January, 27th, 2005)</h3>
-
- <ul>
- <li>Changed routine for rearranging author names
- (Lastname, Firstname) so bracketed expressions are
- treated as units.</li>
-
- <li>Grouping controls now allow group hierarchies, and
- now allow explicit and search expression groups as well
- as keyword groups.</li>
-
- <li>Added full customization of general fields
- tabs</li>
-
- <li>Added option to preserve formatting for non-BibTeX
- fields.</li>
-
- <li>Added integrity check for database.</li>
-
- <li>Added export filters EndNote and Harvard RTF.</li>
-
- <li>Added automatic import format chooser for import
- (same as wildcard import below).</li>
-
- <li>Added wildcard (*) option for command-line import,
- to try to automatically determine the correct
- format.</li>
-
- <li>Improved layout of Preferences dialog.</li>
-
- <li>Improved several import filters.</li>
-
- <li>Added authIniN/edtrIniN key formatters.</li>
-
- <li>Marked entries now float to the top when no
- searching or grouping reordering is active.</li>
-
- <li>Fixed problem with opening file dialog on Win NT -
- AWT dialog is now opened if Swing dialog fails.</li>
- </ul>
-
- <h3>Version 1.6 (November 27th, 2004)</h3>
-
- <ul>
- <li>Improved handling of entry selection in various
- ways. E.g. selected entry is now scrolled into view
- when opening entry editor and entry is kept selected
- when importing CiteSeer fields.</li>
-
- <li>Fixed update bug between autogenerated bibtex key
- and source panel.</li>
-
- <li>Fixed missing . at the end of last author name in
- RIS import.</li>
-
- <li>Fixed NullPointerException on certain special
- characters when exporting to BibTeXML.</li>
-
- <li>Fixed bug that sometimes prevented the unmarking of
- entries.</li>
-
- <li>Fixed problem with formatting one-name
- authors.</li>
-
- <li>Various other bugfixes.</li>
- </ul>
-
- <h3>Version 1.6 beta (November 8th, 2004)</h3>
-
- In an effort to produce better and more stable releases,
- we have decided to release a beta versions prior to
- future versions. We start out with today's beta release
- of version 1.6. Users can now choose whether to download
- and use the beta version for earlier access to new
- features, or whether to wait for the final, better-tested
- version. The final 1.6 version is expected to be released
- in a few weeks from today.
-
- <ul>
- <li>Added mnemonic keys to menus and menu items.</li>
-
- <li>Added MODS and tab-separated file export</li>
-
- <li>Added facility for detecting and handling external
- changes to open bib files.</li>
-
- <li>Added scan option for exact duplicates with
- automatic removal.</li>
-
- <li>Bibtex strings are now sorted automatically.</li>
-
- <li>Bibtex strings are now resolved when exporting
- database.</li>
-
- <li>Fixed problem with field content selector getting
- too wide. Limited width.</li>
-
- <li>Fixed PDF/PS view routine to remove problems with
- filenames containing spaces.</li>
-
- <li>Fixed bug that interfered with Fetch Medline by ID,
- and fixed parsing problem with certain Medline
- entries.</li>
-
- <li>Fixed bug that interfered with Push to WinEdt.</li>
-
- <li>Fixed HTML output so \c{c} is handled
- correctly.</li>
-
- <li>command line option for generating a sub-database
- from LaTex aux file entries</li>
-
- <li>simple copy/paste menu in entry editor</li>
-
- <li>experimental: text-input-area with underlying
- infotext in plaintext import dialog</li>
- </ul>
-
- <h3>Version 1.55 (October 12th, 2004)</h3>
-
- <ul>
- <li>Made method for opening PDF files robust with
- regard to file separators (/ and \), so bib files can
- easier be used across platforms.</li>
-
- <li>Improved Medline fetcher. Can now fetch entries
- based on a search expression.</li>
-
- <li>Added features for fetching fields and referring
- publications from the CiteSeer database.</li>
-
- <li>Added option to always save database ordered by
- author/editor/year, and made this the default
- setting.</li>
-
- <li>When a single entry is selected, right-click menu
- now shows a checkbox menu for group memberships instead
- of the regular "Add to" and "Remove from" menus.</li>
-
- <li>Improved [shorttitle] and [veryshorttitle] special
- key pattern fields.</li>
-
- <li>Added dialog box for conveniently setting the
- fields of an entry from a plain text description.</li>
-
- <li>Added formatter "ResolvePDF" to create correct
- PDF/PS links in HTML export when relative file names
- are used.</li>
-
- <li>Added Abstract panel in entry editor.</li>
-
- <li>Added alternate preview with abstract, and made
- both previews configurable.</li>
-
- <li>Added the option to create a subset of a database
- based on an .aux file.</li>
-
- <li>Added 'Cancel' button to duplicate resolver dialog,
- so the process can be stopped.</li>
-
- <li>Added check for spaces in custom entry type
- names.</li>
-
- <li>Added several new key pattern markers.</li>
-
- <li>Added toolbar buttons for Mark/Unmark to improve
- discoverability.</li>
-
- <li>Fixed bug that made export filters ignore the
- chosen character encoding.</li>
-
- <li>Fixed bug that interfered with author name
- formatting.</li>
-
- <li>Fixed various bugs in import filters.</li>
-
- <li>Fixed bug that prevented confirmation dialog when
- deleting entry from the entry editor.</li>
-
- <li>Fixed bug that made the next entry be opened
- instead of the current, when pressing Enter in
- table.</li>
-
- <li>Fixed bug that made it possible to leave a source
- edit when the source didn't validate properly. Also
- made it impossible to change table selection until
- source validates.</li>
- </ul>
-
- <h3>Version 1.5 (August 3rd, 2004)</h3>
-
- <ul>
- <li>Added Highlight and select options to the group
- interface, and made it possible to change the number of
- visible lines in the list.</li>
-
- <li>Added option to allow or disallow direct table
- editing.</li>
-
- <li>Added optional confirmation dialog for deleting
- entries.</li>
-
- <li>Added optional warning dialog for duplicate BibTeX
- keys.</li>
-
- <li>Added warnings to bibtex parser, and prevented
- failure to load files with duplicate string
- definitions.</li>
-
- <li>Added JStor import filter.</li>
-
- <li>Changed the look and feel to JGoodies Forms on
- non-Macintosh platforms.</li>
-
- <li>Optimized performance in several areas.</li>
-
- <li>Numerous usability improvements.</li>
-
- <li>Fixed RIS import bug caused by short lines.</li>
-
- <li>Fixed bug in SciFinder import.</li>
-
- <li>Fixed bug that made entire field get cleared when
- removing from group.</li>
- </ul>
-
- <h3>Version 1.4 (June 6th, 2004)</h3>
-
- Version 1.4 provides command line options for importing
- and exporting files, advanced search, custom export
- filters, and several bug fixes and minor changes.
-
- <ul>
- <li>Added advanced search feature.</li>
-
- <li>Added facility for using custom export
- formats.</li>
-
- <li>Added command line options for importing/exporting
- files, importing/exporting, user preferences, loading
- session and for suppressing the GUI (using RitOpt for
- parsing options).</li>
-
- <li>Added automatic stripping of \url{} when opening
- url.</li>
-
- <li>Improved export filters.</li>
-
- <li>Fixed focus bug which sometimes interfered with
- cut/copy/paste.</li>
- </ul>
-
- <h3>Version 1.3.1 (May 9, 2004)</h3>
-
- Release 1.3.1 resolves a couple of severe bugs in 1.3.
- All users who have downloaded 1.3 should upgrade (the
- bugs in 1.3 impaired functionality but did not pose a
- security risk).
-
- <h3>Version 1.3.* (May 9, 2004)</h3>
-
- This release adds entry preview, detection of duplicate
- entries, persistent entry marking, new import and export
- filters, better linking to PDF/PS/URL/DOI, and better Mac
- OS X compatibility. There are several other changes and
- improvements, and many bugfixes.
-
- <h3>Version 1.2 (March 21, 2004)</h3>
-
- The icon set has been replaced. Notable new features are
- French language support, key generator customization,
- string replace, and BibTeXML import. Several bugs have
- been fixed.
-
- <h3>Version 1.19 (Feb 19,2004)</h3>
-
- <ul>
- <li>Entry editor is now opened for an entry that causes
- an error when saving.</li>
-
- <li>Added options to display names in harmonised format
- in the main table.</li>
-
- <li>Added Docbook and (experimental) HTML export.</li>
-
- <li>Enabled 'doi' and 'pii' fields for Medline
- import.</li>
-
- <li>Enabled antialiasing fonts.</li>
-
- <li>Added the Kunststoff look&feel to give a more
- pleasant user interface.</li>
-
- <li>Added font selector for the main table.</li>
-
- <li>Improved table column customization.</li>
-
- <li>Added word selector feature for selected fields
- (keywords, journal).</li>
-
- <li>Added support for German and Norwegian
- language.</li>
-
- <li>Generalized copy cite key features for multiple
- entries.</li>
-
- <li>Added quick load/save session feature.</li>
-
- <li>Fixed issue/number bug in ISI import.</li>
-
- <li>Added "Open pdf/ps" item in right-click menu.</li>
-
- <li>Fixed bug causing external viewer to only work in
- General fields.</li>
-
- <li>Added functionality for using Browse buttons for
- file-related fields (ps, pdf, etc.).</li>
-
- <li>Added Browse buttons to External programs tab in
- Preferences.</li>
-
- <li>Fixed bug related to Save database and Source field
- which caused changes to disappear.</li>
- </ul>
-
- <h3>Version 1.1 (Jan 02, 2004)</h3>
-
- <ul>
- <li>Added bibtex key uniqueness checking, and prevented
- autogeneration from generating non-unique keys.</li>
-
- <li>Added command line option to load file on
- startup.</li>
-
- <li>Fixed problem with autogeneration creating invalid
- keys.</li>
-
- <li>Improved Refer/Endnote import.</li>
-
- <li>Added feature for importing entries and/or strings
- and/or group definitions from another BibTeX
- database.</li>
-
- <li>Added menu choices to import into open
- database.</li>
-
- <li>Added toolbar button for closing current
- database.</li>
-
- <li>Fixed shortcut key for "Store field" in entry
- editor, and fixed problem that made shortcut for "Save
- database" unavailable from entry editor.</li>
-
- <li>Added option to fetch Medline entries automatically
- by ID, based on a patch submitted by Mike Smoot.</li>
-
- <li>Fixed bug in RIS import.</li>
-
- <li>Added options to copy key and copy "\cite{key}" to
- right-click menu.</li>
-
- <li>Fixed bug that caused some General fields not to
- get displayed.</li>
-
- <li>Enabled customization of General fields.</li>
-
- <li>Enabled customization of existing entry types, and
- definition of new types.</li>
- </ul>
-
- <h3>Version 1.0 (Nov 29, 2003)</h3>
-
- First release of JabRef
-
- </body>
-
-</html>
diff --git a/src/java/net/sf/jabref/export/SaveDatabaseAction.java~ b/src/java/net/sf/jabref/export/SaveDatabaseAction.java~
deleted file mode 100644
index c9d5879..0000000
--- a/src/java/net/sf/jabref/export/SaveDatabaseAction.java~
+++ /dev/null
@@ -1,397 +0,0 @@
-/* Copyright (C) 2003-2011 JabRef contributors.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-*/
-package net.sf.jabref.export;
-
-import com.jgoodies.forms.builder.DefaultFormBuilder;
-import com.jgoodies.forms.layout.FormLayout;
-import net.sf.jabref.*;
-import net.sf.jabref.gui.FileDialogs;
-import net.sf.jabref.collab.ChangeScanner;
-
-import javax.swing.*;
-import java.io.File;
-import java.io.IOException;
-import java.nio.charset.UnsupportedCharsetException;
-import java.util.Vector;
-
-/**
- * Action for the "Save" and "Save as" operations called from BasePanel. This class is also used for
- * save operations when closing a database or quitting the applications.
- *
- * The operations run synchronously, but offload the save operation from the event thread using Spin.
- * Callers can query whether the operation was cancelled, or whether it was successful.
- */
-public class SaveDatabaseAction extends AbstractWorker {
- private BasePanel panel;
- private JabRefFrame frame;
- private boolean success = false, cancelled = false, fileLockedError = false;
-
- public SaveDatabaseAction(BasePanel panel) {
-
- this.panel = panel;
- this.frame = panel.frame();
- }
-
-
- public void init() throws Throwable {
- success = false;
- cancelled = false;
- fileLockedError = false;
- if (panel.getFile() == null)
- saveAs();
- else {
-
- // Check for external modifications:
- if (panel.isUpdatedExternally() || Globals.fileUpdateMonitor.hasBeenModified(panel.getFileMonitorHandle())) {
-
- String[] opts = new String[]{Globals.lang("Review changes"), Globals.lang("Save"),
- Globals.lang("Cancel")};
- int answer = JOptionPane.showOptionDialog(panel.frame(), Globals.lang("File has been updated externally. "
- + "What do you want to do?"), Globals.lang("File updated externally"),
- JOptionPane.YES_NO_CANCEL_OPTION, JOptionPane.QUESTION_MESSAGE,
- null, opts, opts[0]);
- /* int choice = JOptionPane.showConfirmDialog(frame, Globals.lang("File has been updated externally. "
-+"Are you sure you want to save?"), Globals.lang("File updated externally"),
- JOptionPane.YES_NO_OPTION, JOptionPane.WARNING_MESSAGE);*/
-
- if (answer == JOptionPane.CANCEL_OPTION) {
- cancelled = true;
- return;
- }
- else if (answer == JOptionPane.YES_OPTION) {
- //try {
-
- cancelled = true;
-
- (new Thread(new Runnable() {
- public void run() {
-
- if (!Util.waitForFileLock(panel.getFile(), 10)) {
- // TODO: GUI handling of the situation when the externally modified file keeps being locked.
- System.err.println("File locked, this will be trouble.");
- }
-
- ChangeScanner scanner = new ChangeScanner(panel.frame(), panel);
- scanner.changeScan(panel.getFile());
- try {
- scanner.join();
- } catch (InterruptedException e) {
- e.printStackTrace();
- }
- if (scanner.changesFound()) {
- scanner.displayResult(new ChangeScanner.DisplayResultCallback() {
- public void scanResultsResolved(boolean resolved) {
- if (!resolved) {
- cancelled = true;
- } else {
- panel.setUpdatedExternally(false);
- SwingUtilities.invokeLater(new Runnable() {
- public void run() {
- panel.getSidePaneManager().hide("fileUpdate");
- }
- });
- }
- }
- });
- }
- }
- })).start();
-
- return;
- }
- else { // User indicated to store anyway.
- // See if the database has the protected flag set:
- Vector<String> pd = panel.metaData().getData(Globals.PROTECTED_FLAG_META);
- boolean databaseProtectionFlag = (pd != null) && Boolean.parseBoolean(pd.get(0));
- if (databaseProtectionFlag) {
- JOptionPane.showMessageDialog(frame, Globals.lang("Database is protected. Cannot save until external changes have been reviewed."),
- Globals.lang("Protected database"), JOptionPane.ERROR_MESSAGE);
- cancelled = true;
- }
- else {
- panel.setUpdatedExternally(false);
- panel.getSidePaneManager().hide("fileUpdate");
- }
- }
- }
-
- panel.frame().output(Globals.lang("Saving database") + "...");
- panel.setSaving(true);
- }
- }
-
- public void update() {
- if (success) {
- // Reset title of tab
- frame.setTabTitle(panel, panel.getFile().getName(),
- panel.getFile().getAbsolutePath());
- frame.output(Globals.lang("Saved database") + " '"
- + panel.getFile().getPath() + "'.");
- frame.setWindowTitle();
- } else if (!cancelled) {
- if (fileLockedError) {
- // TODO: user should have the option to override the lock file.
- frame.output(Globals.lang("Could not save, file locked by another JabRef instance."));
- } else
- frame.output(Globals.lang("Save failed"));
- }
- }
-
- public void run() {
- if (cancelled || (panel.getFile() == null)) {
- return;
- }
-
- try {
-
- // Make sure the current edit is stored:
- panel.storeCurrentEdit();
-
- // If the option is set, autogenerate keys for all entries that are
- // lacking keys, before saving:
- panel.autoGenerateKeysBeforeSaving();
-
- if (!Util.waitForFileLock(panel.getFile(), 10)) {
- success = false;
- fileLockedError = true;
- }
- else {
- // Now save the database:
- success = saveDatabase(panel.getFile(), false, panel.getEncoding());
-
- //Util.pr("Testing resolve string... BasePanel line 237");
- //Util.pr("Resolve aq: "+database.resolveString("aq"));
- //Util.pr("Resolve text: "+database.resolveForStrings("A text which refers to the string #aq# and #billball#, hurra."));
-
- try {
- Globals.fileUpdateMonitor.updateTimeStamp(panel.getFileMonitorHandle());
- } catch (IllegalArgumentException ex) {
- // This means the file has not yet been registered, which is the case
- // when doing a "Save as". Maybe we should change the monitor so no
- // exception is cast.
- }
- }
- panel.setSaving(false);
- if (success) {
- panel.undoManager.markUnchanged();
-
- if (!AutoSaveManager.deleteAutoSaveFile(panel)) {
- //System.out.println("Deletion of autosave file failed");
- }/* else
- System.out.println("Deleted autosave file (if it existed)");*/
- // (Only) after a successful save the following
- // statement marks that the base is unchanged
- // since last save:
- panel.setNonUndoableChange(false);
- panel.setBaseChanged(false);
- panel.setUpdatedExternally(false);
- }
- } catch (SaveException ex2) {
- if (ex2 == SaveException.FILE_LOCKED) {
- success =false;
- fileLockedError = true;
- return;
- }
- ex2.printStackTrace();
- }
- }
-
- private boolean saveDatabase(File file, boolean selectedOnly, String encoding) throws SaveException {
- SaveSession session;
- frame.block();
- try {
- if (!selectedOnly)
- session = FileActions.saveDatabase(panel.database(), panel.metaData(), file,
- Globals.prefs, false, false, encoding, false);
- else
- session = FileActions.savePartOfDatabase(panel.database(), panel.metaData(), file,
- Globals.prefs, panel.getSelectedEntries(), encoding);
-
- } catch (UnsupportedCharsetException ex2) {
- JOptionPane.showMessageDialog(frame, Globals.lang("Could not save file. "
- + "Character encoding '%0' is not supported.", encoding),
- Globals.lang("Save database"), JOptionPane.ERROR_MESSAGE);
- throw new SaveException("rt");
- } catch (SaveException ex) {
- if (ex == SaveException.FILE_LOCKED) {
- throw ex;
- }
- if (ex.specificEntry()) {
- // Error occured during processing of
- // be. Highlight it:
- int row = panel.mainTable.findEntry(ex.getEntry()),
- topShow = Math.max(0, row - 3);
- panel.mainTable.setRowSelectionInterval(row, row);
- panel.mainTable.scrollTo(topShow);
- panel.showEntry(ex.getEntry());
- } else ex.printStackTrace();
-
- JOptionPane.showMessageDialog
- (frame, Globals.lang("Could not save file")
- + ".\n" + ex.getMessage(),
- Globals.lang("Save database"),
- JOptionPane.ERROR_MESSAGE);
- throw new SaveException("rt");
-
- } finally {
- frame.unblock();
- }
-
- boolean commit = true;
- if (!session.getWriter().couldEncodeAll()) {
- DefaultFormBuilder builder = new DefaultFormBuilder(new FormLayout("left:pref, 4dlu, fill:pref", ""));
- JTextArea ta = new JTextArea(session.getWriter().getProblemCharacters());
- ta.setEditable(false);
- builder.append(Globals.lang("The chosen encoding '%0' could not encode the following characters: ",
- session.getEncoding()));
- builder.append(ta);
- builder.append(Globals.lang("What do you want to do?"));
- String tryDiff = Globals.lang("Try different encoding");
- int answer = JOptionPane.showOptionDialog(frame, builder.getPanel(), Globals.lang("Save database"),
- JOptionPane.YES_NO_CANCEL_OPTION, JOptionPane.WARNING_MESSAGE, null,
- new String[]{Globals.lang("Save"), tryDiff, Globals.lang("Cancel")}, tryDiff);
-
- if (answer == JOptionPane.NO_OPTION) {
- // The user wants to use another encoding.
- Object choice = JOptionPane.showInputDialog(frame, Globals.lang("Select encoding"), Globals.lang("Save database"),
- JOptionPane.QUESTION_MESSAGE, null, Globals.ENCODINGS, encoding);
- if (choice != null) {
- String newEncoding = (String) choice;
- return saveDatabase(file, selectedOnly, newEncoding);
- } else
- commit = false;
- } else if (answer == JOptionPane.CANCEL_OPTION)
- commit = false;
-
-
- }
-
- try {
- if (commit) {
- session.commit();
- panel.setEncoding(encoding); // Make sure to remember which encoding we used.
- } else
- session.cancel();
- } catch (SaveException e) {
- int ans = JOptionPane.showConfirmDialog(null, Globals.lang("Save failed during backup creation")+". "
- +Globals.lang("Save without backup?"), Globals.lang("Unable to create backup"),
- JOptionPane.YES_NO_OPTION);
- if (ans == JOptionPane.YES_OPTION) {
- session.setUseBackup(false);
- session.commit();
- panel.setEncoding(encoding);
- }
- else commit = false;
- } catch (IOException e) {
- e.printStackTrace();
- }
-
- return commit;
- }
-
- /**
- * Run the "Save" operation. This method offloads the actual save operation to a background thread, but
- * still runs synchronously using Spin (the method returns only after completing the operation).
- */
- public void runCommand() throws Throwable {
- // This part uses Spin's features:
- Worker wrk = getWorker();
- // The Worker returned by getWorker() has been wrapped
- // by Spin.off(), which makes its methods be run in
- // a different thread from the EDT.
- CallBack clb = getCallBack();
-
- init(); // This method runs in this same thread, the EDT.
- // Useful for initial GUI actions, like printing a message.
-
- // The CallBack returned by getCallBack() has been wrapped
- // by Spin.over(), which makes its methods be run on
- // the EDT.
- wrk.run(); // Runs the potentially time-consuming action
- // without freezing the GUI. The magic is that THIS line
- // of execution will not continue until run() is finished.
- clb.update(); // Runs the update() method on the EDT.
-
- }
-
- public void save() throws Throwable {
- runCommand();
- }
-
- /**
- * Run the "Save as" operation. This method offloads the actual save operation to a background thread, but
- * still runs synchronously using Spin (the method returns only after completing the operation).
- */
- public void saveAs() throws Throwable {
- String chosenFile = null;
- File f = null;
- while (f == null) {
- chosenFile = FileDialogs.getNewFile(frame, new File(Globals.prefs.get("workingDirectory")), ".bib",
- JFileChooser.SAVE_DIALOG, false, null);
- if (chosenFile == null) {
- cancelled = true;
- return; // cancelled
- }
- f = new File(chosenFile);
- // Check if the file already exists:
- if (f.exists() && (JOptionPane.showConfirmDialog
- (frame, "'" + f.getName() + "' " + Globals.lang("exists. Overwrite file?"),
- Globals.lang("Save database"), JOptionPane.OK_CANCEL_OPTION)
- != JOptionPane.OK_OPTION)) {
- f = null;
- }
- }
-
- if (chosenFile != null) {
- File oldFile = panel.metaData().getFile();
- panel.metaData().setFile(f);
- Globals.prefs.put("workingDirectory", f.getParent());
- runCommand();
- // If the operation failed, revert the file field and return:
- if (!success) {
- panel.metaData().setFile(oldFile);
- return;
- }
- // Register so we get notifications about outside changes to the file.
- try {
- panel.setFileMonitorHandle(Globals.fileUpdateMonitor.addUpdateListener(panel, panel.getFile()));
- } catch (IOException ex) {
- ex.printStackTrace();
- }
- frame.getFileHistory().newFile(panel.metaData().getFile().getPath());
- }
-
- }
-
- /**
- * Query whether the last operation was successful.
- *
- * @returns true if the last Save/SaveAs operation completed successfully, false otherwise.
- */
- public boolean isSuccess() {
- return success;
- }
-
- /**
- * Query whether the last operation was cancelled.
- *
- * @returns true if the last Save/SaveAs operation was cancelled from the file dialog or from another
- * query dialog, false otherwise.
- */
- public boolean isCancelled() {
- return cancelled;
- }
-}
diff --git a/src/resource/JabRef_pt_BR.properties~ b/src/resource/JabRef_pt_BR.properties~
deleted file mode 100644
index bc7a640..0000000
--- a/src/resource/JabRef_pt_BR.properties~
+++ /dev/null
@@ -1,1402 +0,0 @@
-#!
-#! created/edited by Popeye version 0.54 (popeye.sourceforge.net)
-#! encoding:ISO-8859-1
-%0_contains_the_Regular_Expression_<b>%1</b>=%0_cont\u00e9m_a_Express\u00e3o_Regular_<b>%1</b>
-%0_contains_the_term_<b>%1</b>=%0_cont\u00e9m_o_termo_<b>%1</b>
-%0_doesn't_contain_the_Regular_Expression_<b>%1</b>=%0_n\u00e3o_cont\u00e9m_a_Express\u00e3o_Regular_<b>%1</b>
-%0_doesn't_contain_the_term_<b>%1</b>=%0_n\u00e3o_cont\u00e9m_o_termo_<b>%1</b>
-%0_doesn't_match_the_Regular_Expression_<b>%1</b>=%0_n\u00e3o_corresponde__<b>%1</b>
-%0_doesn't_match_the_term_<b>%1</b>=%0_n\u00e3o_corresponde_ao_termo_<b>%1</b>
-%0_export_successful=%0_sucesso_na_exporta\u00e7\u00e3o
-%0_field_set=%0_Defini\u00e7\u00e3o_do_campo
-%0_matches_the_Regular_Expression_<b>%1</b>=%0_corresponde_\u00e0_Express\u00e3o_Regular_<b>%1</b>
-%0_matches_the_term_<b>%1</b>=%0_corresponde_ao_termo_<b>%1</b>
-<field_name>=<nome_do_campo>
-<HTML>Could_not_find_file_'%0'<BR>linked_from_entry_'%1'</HTML>=<HTML>N\u00e3o_foi_poss\u00edvel_encontrar_o_arquivo_'%0'<BR>a_partir_da_entrada_'%1'</HTML>
-<no_field>=<nenhum_campo>
-<select>=<selecionar>
-<select_word>=<selecionar_palavra>
-Abbreviate_journal_names_of_the_selected_entries_(ISO_abbreviation)=Abreviar_nomes_de_peri\u00f3dicos_das_entradas_selecionadas_(abrevia\u00e7\u00e3o_ISO)
-Abbreviate_journal_names_of_the_selected_entries_(MEDLINE_abbreviation)=Abreviar_nomes_de_peri\u00f3dicos_das_entradas_selecionadas_(abrevia\u00e7\u00e3o_MEDLINE)
-Abbreviate_names=Abreviar_os_nomes
-Abbreviated_%0_journal_names.=%0_journal_names_foram_abreviados.
-Abbreviation=Abrevia\u00e7\u00e3o
-About_JabRef=Sobre_JabRef
-Abstract=Resumo
-Accept=Aceitar
-Accept_change=Aceitar_a_modifica\u00e7\u00e3o
-Action=A\u00e7\u00e3o
-Add=Adicionar
-Add_a_(compiled)_custom_ImportFormat_class_from_a_class_path._\nThe_path_need_not_be_on_the_classpath_of_JabRef.=Adicionar_uma_classe_ImportFormat_customizada_(compilada)_a_partir_de_um_classpath.\nO_caminho_necess\u00e1rio_n\u00e3o_precisa_estar_no_classpath_do_JabRef.
-Add_a_(compiled)_custom_ImportFormat_class_from_a_Zip-archive.\nThe_Zip-archive_need_not_be_on_the_classpath_of_JabRef.=Adicionar_uma_classe_ImportFormat_customizada_(compilada)_a_partir_de_um_arquivo_zip.\nO_arquivo_zip_necess\u00e1rio_n\u00e3o_precisa_estar_no_classpath_do_JabRef.
-add_entries_to_group=adicionar_entradas_a_um_grupo
-Add_entry_selection_to_this_group=Adicionar_entradas_selecionadas_a_um_grupo
-Add_from_folder=Adicionar_a_partir_de_uma_pasta
-Add_from_jar=Adicionar_a_partir_de_um_jar
-add_group=adicionar_um_grupo
-Add_Group=Adicionar_um_grupo
-Add_new=Adicionar_novo
-Add_Subgroup=Adicionar_subgrupo
-Add_to_group=Adicionar_ao_grupo
-Added_group_"%0".=O_grupo_"%0"_foi_adicionado.
-Added_new=Adicionado_novo
-Added_string=Adicionada_string
-Additionally,_entries_whose_<b>%0</b>_field_does_not_contain_<b>%1</b>_can_be_assigned_manually_to_this_group_by_selecting_them_then_using_either_drag_and_drop_or_the_context_menu._This_process_adds_the_term_<b>%1</b>_to_each_entry's_<b>%0</b>_field._Entries_can_be_removed_manually_from_this_group_by_selecting_them_then_using_the_context_menu._This_process_removes_the_term_<b>%1</b>_from_each_entry's_<b>%0</b>_field.=Adicionalmente,_entradas_cujo_o_campo_<b>%0</b>_n\u00e3o_cont\u00e9m_<b [...]
-Advanced=Avan\u00e7ado
-All_custom_file_types_will_be_lost._Proceed?=Todos_os_tipos_de_arquivos_personalizados_ser\u00e3o_perdidos._Continuar?
-All_Entries=Todas_as_entradas
-All_entries=Todas_as_entradas
-All_entries_of_this_type_will_be_declared_typeless._Continue?=Todas_as_entradas_ser\u00e3o_consideradas_sem_tipo._Continuar?
-All_fields=Todos_os_campos
-All_subgroups_(recursively)=Todos_os_subgrupos_(recursivamente)
-Allow_editing_in_table_cells=Permitir_a_edi\u00e7\u00e3o_em_campos_da_tabela
-An_Error_occurred_while_fetching_from_OAI2_source_(%0)\:=Um_erro_ocorreu_enquanto_pesquisando_a_partir_da_fonte_OAI2_(%0)\:
-An_Exception_ocurred_while_accessing_'%0'=Uma_exce\u00e7\u00e3o_ocorreu_durante_ao_acesso_a_'%0'
-An_SAXException_ocurred_while_parsing_'%0'\:=Uma_exce\u00e7\u00e3o_ocorreu_durante_o_parsing_de_'%0'
-and=e
-and_inside_the_JabRef-jar\:=e_dentro_do_jar_do_JabRef\:
-and_the_class_must_be_available_in_your_classpath_next_time_you_start_JabRef.=e_a_classe_deve_estar_dispon\u00edvel_em_seu_classpath_na_pr\u00f3xima_vez_que_voc\u00ea_iniciar_o_JabRef.
-any_field_that_matches_the_regular_expression_<b>%0</b>=qualquer_campo_que_corresponda_\u00e0_express\u00e3o_regular_<b>%0</b>
-Appearance=Apar\u00eancia
-Append=Anexar
-Append_contents_from_a_BibTeX_database_into_the_currently_viewed_database=Anexar_o_conte\u00fado_de_um_banco_de_dados_BibTeX_ao_banco_de_dados_atual
-Append_database=Anexar_banco_de_dados
-append_the_selected_text_to_bibtex_key=anexar_o_texto_selecionado_\u00e0_chave_BibTeX
-Application=Aplica\u00e7\u00e3o
-Apply=Aplicar
-Arguments_passed_on_to_running_JabRef_instance._Shutting_down.=Argumentos_passados_ao_JabRef_em_execu\u00e7\u00e3o._Encerrando_o_programa.
-Assign_entry_selection_exclusively_to_this_group=Atribuir_a_sele\u00e7\u00e3o_da_entrada_exclusivamente_para_este_grupo
-Assign_new_file=Atribuir_novo_arquivo
-Assign_the_original_group's_entries_to_this_group?=Atribuir_as_entradas_de_grupo_originais_a_este_grupo?
-Assigned_%0_entries_to_group_"%1".=%0_entradas_atribu\u00eddas_ao_grupo_"%1"
-Assigned_1_entry_to_group_"%0".=1_entrada_atribu\u00edda_ao_grupo_"%0"
-At_least_the_plug-in_'net.sf.jabref.core'_should_be_there.=Ao_menos_o_plugin_"net.sf.jabref.core"_deve_estar_aqui.
-Attach_%0_file=Anexar_arquivo_%0
-Attach_URL=Anexar_a_URL
-Attempt_to_autoset_%0_links_for_your_entries._Autoset_works_if_a_%0_file_in_your_%0_directory_or_a_subdirectory<BR>is_named_identically_to_an_entry's_BibTeX_key,_plus_extension.=Tentativa_de_definir_automaticamente_%0_links_para_suas_entradas._A_defni\u00e7\u00e3o_autom\u00e1tica_funciona_se_um_arquivo_%0_em_seu_diret\u00f3rio_%0_ou_um_subdiret\u00f3rio<BR>tem_o_mesmo_nome_de_uma_chave_BibTeX_da_entrada,_mais_sua_extens\u00e3o.
-Attempting_SQL_export...=Tentativa_de_exporta\u00e7\u00e3o_SQL
-Auto=Auto
-Autodetect_format=Detec\u00e7\u00e3o_autom\u00e1tica_do_formato
-Autogenerate_BibTeX_key=Gera\u00e7\u00e3o_autom\u00e1tica_da_chave_BibTeX
-Autogenerate_BibTeX_keys=Gera\u00e7\u00e3o_autom\u00e1tica_da_chave_BibTeX
-Autogenerate_groups=Gera\u00e7\u00e3o_autom\u00e1tica_dos_grupos
-autogenerate_keys=gera\u00e7\u00e3o_autom\u00e1tica_das_chaves
-Autolink_files_with_names_starting_with_the_BibTeX_key=Linkar_automaticamente_arquivos_com_nomes_iniciando_pela_chave_BibTeX
-Autolink_only_files_that_match_the_BibTeX_key=Linkar_automaticamente_somente_os_arquivos_que_correspondem_\u00e0_chave_BibTeX
-Automatically_create_groups=Criar_grupos_automaticamente
-Automatically_create_groups_for_database.=Criar_automaticamente_os_grupos_para_o_banco_de_dados.
-Automatically_created_groups=Grupos_criados_automaticamente
-Automatically_hide_groups_interface_when_switching_to_a_database_that_contains_no_groups=Esconder_automaticamente_a_interface_dos_grupos_quando_trocando_para_um_banco_de_dados_sem_grupos
-Automatically_remove_exact_duplicates=Remover_automaticamente_duplicatas_exatas
-Automatically_show_groups_interface_when_switching_to_a_database_that_contains_groups=Exibir_automaticamente_a_interface_de_grupos_quando_trocando_para_um_banco_de_dados_que_cont\u00e9m_grupos
-Autoset=Definir_automaticamente
-Autoset_%0_field=Defini\u00e7\u00e3o_autom\u00e1tica_do_campo_%0
-Autoset_%0_links._Allow_overwriting_existing_links.=Definir_autom\u00e1ticamente_%0_links._Permitir_a_sobrescrita_de_links_existentes.
-Autoset_%0_links._Do_not_overwrite_existing_links.=Definir_automaticamente_%0_links._N\u00e3o_sobrescrever_links_existentes.
-Autoset_external_links=Definir_automaticamente_links_externos
-Autosetting_links=Defini\u00e7\u00e3o_autom\u00e1tica_de_links
-AUX_file_import=Importa\u00e7\u00e3o_de_arquivos_AUX
-Available_export_formats=Formatos_de_exporta\u00e7\u00e3o_dispon\u00edveis
-Available_fields=Campos_BibTex_dispon\u00edveis
-Available_import_formats=Formatos_de_importa\u00e7\u00e3o_dispon\u00edveis
-Background_color_for_optional_fields=Cor_de_fundo_para_campos_opcionais
-Background_color_for_required_fields=Cor_de_fundo_para_campos_obrigat\u00f3rios
-Backup_old_file_when_saving=Criar_uma_c\u00f3pia_do_arquivo_antigo_quando_salvando
-Beta_version=Vers\u00e3o_Beta
-Bibkey_to_filename_conversion=Convers\u00e3o_da_chave_BibTeX_para_o_nome_do_arquivo
-BibTeX_key=Chave_BibTeX
-BibTeX_key_is_unique.=A_chave_BibTeX_\u00e9_\u00fanica.
-BibTeX_key_not_set._Enter_a_name_for_the_downloaded_file=Chave_BibTeX_n\u00e3o_definida._Insira_um_nome_para_o_arquivo_baixado.
-BibTeX_source=Fonte_BibTeX
-BibTeXML=BibTeXML
-Binding=Binding
-Broken_link=Link_quebrado
-Browse=Explorar
-by=por
-Calling_external_viewer...=Executando_visualizador_externo
-Cancel=Cancelar
-Cannot_add_entries_to_group_without_generating_keys._Generate_keys_now?=N\u00e3o_\u00e9_poss\u00edvel_adicionar_entrar_ao_grupo_sem_gerar_as_chaves._Gerar_as_chaves_agora?_
-Cannot_connect_to_SQL_server_at_the_specified_host.=N\u00e3o_\u00e9_poss\u00edvel_conectar_ao_servidor_SQL_do_host_especificado.
-Cannot_merge_this_change=N\u00e3o_\u00e9_poss\u00edvel_juntar_esta_mudan\u00e7a.
-Cannot_move_group_"%0"_down.=N\u00e3o_\u00e9_poss\u00edvel_mover_o_grupo_"%0"_para_baixo.
-Cannot_move_group_"%0"_left.=N\u00e3o_\u00e9_poss\u00edvel_mover_o_grupo_"%0"_para_a_esquerda
-Cannot_move_group_"%0"_right.=N\u00e3o_\u00e9_poss\u00edvel_mover_o_grupo_"%0"_para_a_direita
-Cannot_move_group_"%0"_up.=N\u00e3o_\u00e9_poss\u00edvel_mover_o_grupo_"%0"_para_cima
-case_insensitive=case_insensitive
-case_sensitive=case_sensitive
-Case_sensitive=Case_sensitive
-change_assignment_of_entries=Modificar_a_atribui\u00e7\u00e3o_das_entradas
-Change_case=Modificar_ma\u00ed\u00fascula/min\u00fascula
-Change_entry_type=Modificar_o_tipo_de_entrada
-Change_file_type=Modificar_o_tipo_do_arquivo
-change_key=Modificar_a_chave_BibTeX
-Change_of_Grouping_Method=Modificar_o_m\u00e9todo_de_agrupamento
-change_preamble=Modificar_pre\u00e2mbulo
-change_string_content=Modificar_conte\u00fado_da_string
-change_string_name=Modificar_nome_da_string
-Change_table_column_and_General_fields_settings_to_use_the_new_feature=Modificar_a_coluna_da_tabela_e_as_configura\u00e7\u00f5es_gerais_do_campo_para_utilizar_a_nova_funcionalidade.
-change_type=modificar_o_tipo
-changed_=modificado_
-Changed_font_settings=Configura\u00e7\u00f5es_de_fonte_modificadas
-Changed_language_settings=Configura\u00e7\u00f5es_de_idioma_modificados
-Changed_look_and_feel_settings=Configura\u00e7\u00f5es_do_esquema_de_cores_modificados
-Changed_preamble=Pre\u00e2mbulo_modificado
-Changed_type_to=Tipo_modificado_para
-Characters_to_ignore=Caracteres_para_ignorar
-Check_existing_%0_links=Verificar_links_%0_existentes
-Check_links=Verificar_links
-Choose_the_URL_to_download._The_default_value_points_to_a_list_provided_by_the_JabRef_developers.=Escolha_a_URL_para_baixar._O_valor_padr\u00e3o_apona_para_uma_lista_fornecida_pelos_desenvolvedores_do_JabRef.
-Cite_command=Comando_citar
-Class_name=Nome_da_classe
-Clear=Limpar
-clear_all_groups=Limpar_todos_os_grupos
-Clear_field=Limpar_o_campo
-Clear_fields=Limpar_os_campos
-Clear_highlight=Limpar_realce
-Close=Fechar
-Close_dialog=Fechar_janela_de_di\u00e1logo
-Close_the_current_database=Fechar_o_banco_de_dados_atual
-Close_the_help_window=Fechar_a_janela_de_ajuda
-Close_window=Fechar_Janela
-Closed_database=Banco_de_dados_fechado
-Collapse_subtree=Colapsar_sub\u00e1rvore
-Color_codes_for_required_and_optional_fields=C\u00f3digos_de_cores_para_campos_obrigat\u00f3rios_e_opcionais
-Color_for_marking_incomplete_entries=Cores_para_marcar_entradas_incompletas
-Column_width=Largura_da_coluna
-Command_line_id=ID_da_linha_de_comando
-Complete_record=Registro_completo
-Connect=Conectar
-Connect_to_SQL_database=Conectar_ao_banco_de_dados_SQL
-Connect_to_SQL_Database=Conectar_a_um_Banco_de_dados_SQL
-Connection_to_IEEEXplore_failed=a_conex\u00e3o_ao_IEEEXplore_falhou.
-Contained_in=Contido_em
-Content=Conte\u00fado
-Copied=Copiado
-Copied_cell_contents=Conte\u00fados_da_c\u00e9lula_copiados
-Copied_key=Chave_BibTeX_copiada
-Copied_keys=Chaves_BibTeX_copiadas
-Copy=Copiar
-Copy_BibTeX_key=Copiar_chave_BibTeX
-Copy_file_to_file_directory.=Copiar_arquivo_para_o_diret\u00f3rio_de_arquivos
-Copy_files_to_file_directory.=Copiar_arquivos_para_o_diret\u00f3rio_de_arquivos.
-Copy_to_clipboard=Copiar_para_a_\u00e1rea_de_transfer\u00eancia
-Could_not_call_executable=N\u00e3o_\u00e9_poss\u00edvel_chamar_o_execut\u00e1vel
-Could_not_connect_to_a_running_gnuserv_process._Make_sure_that_Emacs_or_XEmacs_is_running,<BR>and_that_the_server_has_been_started_(by_running_the_command_'gnuserv-start').=N\u00e3o_foi_poss\u00edvel_conectar_a_um_processo_'gnuserv'_sendo_executado._Certifique-se_que_Emacs_ou_XEmacs_est\u00e1_sendo_executado,<BR>e_que_o_servidor_foi_iniciado_(executando_o_comando_'gnuserv-start').
-Could_not_connect_to_host_=N\u00e3o_foi_poss\u00edvel_conectar_ao_host_
-Could_not_connect_to_Vim_server._Make_sure_that_Vim_is_running<BR>with_correct_server_name.=N\u00e3o_foi_poss\u00edvel_conectar_ao_servidor_Vim._Certifique-se_que_o_Vim_est\u00e1_sendo_executado<br>_com_o_nome_de_servidor_correto.
-Could_not_determine_exception_message.=N\u00e3o_foi_poss\u00edvel_determinar_a_mensagem_de_exce\u00e7\u00e3o.
-Could_not_export_entry_types=N\u00e3o_foi_poss\u00edvel_exportar_os_tipos_d_eentrada.
-Could_not_export_file=N\u00e3o_foi_poss\u00edvel_exportar_os_arquivos
-Could_not_export_preferences=N\u00e3o_foi_poss\u00edvel_exportar_as_prefer\u00eancias
-Could_not_find_a_suitable_import_format.=N\u00e3o_foi_poss\u00edvel_encontrar_um_formato_de_importa\u00e7\u00e3o_compat\u00edvel.
-Could_not_find_directory_for_%0-files\:_%1=N\u00e3o_foi_poss\u00edvel_encontrar_o_diret\u00f3rio_para_arquivos_%0\:_%1
-Could_not_find_image_file=N\u00e3o_foi_possivel_encontrar_o_arquivo_de_imagem
-Could_not_find_layout_file=N\u00e3o_foi_poss\u00edvel_encontrar_o_arquivo_de_layout
-Could_not_import_entry_types=N\u00e3o_foi_poss\u00edvel_importar_os_tipos_de_entrada
-Could_not_import_preferences=N\u00e3o_foi_poss\u00edvel_importar_as_prefer\u00eancias
-Could_not_instantiate_%0=N\u00e3o_foi_poss\u00edvel_instanciar_%0
-Could_not_instantiate_%0_%1=N\u00e3o_foi_poss\u00edvel_instanciar_%0_%1
-Could_not_instantiate_%0._Have_you_chosen_the_correct_package_path?=N\u00e3o_foi_poss\u00edvel_instanciar_%0.__Voc\u00ea_escolheu_o_caminho_do_pacote_correto?
-Could_not_open_link=N\u00e3o_foi_poss\u00edvel_abrir_o_link
-Could_not_parse_number_of_hits=N\u00e3o_foi_poss\u00edvel_determinar_o_n\u00famero_de_resultados
-Could_not_print_preview=N\u00e3o_foi_poss\u00edvel_imprimir_a_previsualiza\u00e7\u00e3o
-Could_not_run_the_'vim'_program.=N\u00e3o_foi_poss\u00edvel_executar_o_programa_'vim'.
-Could_not_save_file=N\u00e3o_foi_poss\u00edvel_salvar_o_arquivo
-Could_not_save_file._Character_encoding_'%0'_is_not_supported.=N\u00e3o_foi_poss\u00edvel_salvar_o_arquivo._A_codifica\u00e7\u00e3o_dos_caracteres_'%0'_n\u00e3o_\u00e9_suportada.
-Create_group=Criar_grupo
-Created_groups.=Grupos_criados.
-crossreferenced_entries_included=Entradas_de_refer\u00eancia_cruzada_inclu\u00eddas
-Current_content=Conte\u00fado_atual
-Current_value=Valor_atual
-Custom_entry_types=Tipos_de_entradas_personalizados
-Custom_entry_types_found_in_file=Tipos_de_entrada_personalizados_encontrados_em_no_arquivo
-Custom_icon_theme=Tema_de_\u00edcone_personalizado
-Custom_icon_theme_file=Arquivos_de_tema_de_\u00edcone_personalizado
-Custom_importers=Importadores_personalizados
-Customize_entry_types=Personalizar_tipos_de_entrada
-Customize_key_bindings=Personalizar_combina\u00e7\u00f5es_de_teclas
-Cut=Recortar
-cut_entries=Recortar_entradas
-cut_entry=Recortar_entrada
-Cut_pr=Recortar
-Database_\:=Banco_de_dados\:
-Database_encoding=Codifica\u00e7\u00e3o_do_banco_de_dados
-Database_has_changed._Do_you_want_to_save_before_closing?=O_banco_de_dados_foi_alterado._Deseja_salvar_antes_de_fechar?
-Database_properties=Propriedades_do_banco_de_dados
-Date_format=Formato_de_data
-Default=Padr\u00e3o
-Default_encoding=Codifica\u00e7\u00e3o_padr\u00e3o
-Default_grouping_field=Campo_de_agrupamento_padr\u00e3o
-Default_look_and_feel=Apar\u00eancia_padr\u00e3o
-Default_pattern=Modelo_padr\u00e3o
-Default_sort_criteria=Crit\u00e9rio_de_ordena\u00e7\u00e3o_padr\u00e3o
-Define_'%0'=Definir_'%0'
-defined.=definido(a).
-Delete=Remover
-Delete_custom=Remover_personaliza\u00e7\u00e3o
-Delete_custom_format=Remover_formato_personalizado
-delete_entries=remover_entradas
-Delete_entry=Remover_entrada
-delete_entry=remover_entrada
-Delete_multiple_entries=Remover_entradas_m\u00faltiplas
-Delete_rows=Remover_linhas
-Delete_strings=Remover_strings
-Deleted=Removido
-Delimit_fields_with_semicolon,_ex.=Delimitar_campos_com_ponto_e_v\u00edrgula,_ex._
-Derby=Derby
-Descending=Descendente
-Description=Descri\u00e7\u00e3o
-Deselect_all=Desselecionar_todos
-Deselect_all_duplicates=Desselecionar_todas_as_duplicatas
-Details=Detalhes
-Disable_entry_editor_when_multiple_entries_are_selected=Desativar_o_editor_de_entrada_quando_m\u00faltiplas_entradas_s\u00e3o_selecionadas
-Disable_this_confirmation_dialog=Desativar_este_janela_de_confirma\u00e7\u00e3o
-Disable_this_warning_dialog=Desativar_esta_janela_de_aviso
-Display_all_entries_belonging_to_one_or_more_of_the_selected_groups.=Exibir_todas_as_entradas_pertencentes_a_um_ou_mais_dos_grupos_selecionados.
-Display_all_error_messages=Exibir_todas_as_mensagens_de_erro
-Display_help_on_command_line_options=Exibir_a_ajuda_em_op\u00e7\u00f5es_de_linha_de_comando
-Display_imported_entries_in_an_inspection_window_before_they_are_added.=Exibir_entradas_importadas_em_uma_janela_de_inspe\u00e7\u00e3o_antes_delas_serem_adicionadas.
-Display_only_entries_belonging_to_all_selected_groups.=Exibir_apenas_entradas_pertencentes_aos_grupos_selecionados
-Display_version=Exibir_vers\u00e3o
-Displaying_no_groups=Nenhum_grupo_sendo_exibido
-Do_not_abbreviate_names=N\u00e3o_abreviar_nomes
-Do_not_autoset=N\u00e3o_definie_automaticamente
-Do_not_import_entry=N\u00e3o_importar_a_entrada
-Do_not_open_any_files_at_startup=N\u00e3o_abrir_quaisquer_arquivos_ao_iniciar
-Do_not_overwrite_existing_keys=N\u00e3o_sobrescrever_chaves_existentes
-Do_not_show_splash_window_at_startup=N\u00e3o_exibir_a_janela_de_in\u00edcio_ao_iniciar
-Do_not_show_these_options_in_the_future=N\u00e3o_exibir_estas_op\u00e7\u00f5es_no_futuro
-Do_not_wrap_the_following_fields_when_saving=N\u00e3o_agregar_os_seguintes_campos_ao_salvar
-Do_not_write_the_following_fields_to_XMP_Metadata\:=N\u00e3o_sobrescrever_os_seguintes_campos_para_metadados_XMP\:
-Do_you_want_JabRef_to_do_the_following_operations?=Voc\u00ea_deseja_que_o_JabRef_realize_as_seguintes_opera\u00e7\u00f5es?
-DocBook=DocBook
-Down=Abaixo
-Download=Download
-Download_completed=Download_completo
-Download_file=Realizar_o_download_do_arquivo
-Downloading...=Download_em_curso...
-Drag_and_Drop_Error=Erro_ao_arrastar_e_soltar
-Drop_%0=Soltar_%0
-duplicate_BibTeX_key=chave_BibTeX_duplicada.
-Duplicate_BibTeX_key.=Chave_BibTeX_duplicada.
-Duplicate_BibTeX_key._Grouping_may_not_work_for_this_entry.=Chave_BibTeX_duplicada._O_agrupamento_pode_n\u00e3o_funcionar_para_esta_entrada.
-Duplicate_Key_Warning=Aviso:_chave_duplicada
-Duplicate_pairs_found=Pares_de_duplicatas_encontrados
-duplicate_removal=remo\u00e7\u00e3o_de_duplicatas
-Duplicate_string_name=Duplicar_nome_da_string
-Duplicates_found=Duplicatas_encontradas
-Duplicates_removed=Duplicatas_removidas
-Dynamic_groups=Grupos_din\u00e2micos
-Dynamically_group_entries_by_a_free-form_search_expression=Agrupar_entradas_dinamicamente_utilizando_uma_express\u00e3o_de_busca_em_forma_livre
-Dynamically_group_entries_by_searching_a_field_for_a_keyword=Agrupar_entradas_dinamicamente_selecionando_um_campo_ou_palavra-chave
-Each_line_must_be_on_the_following_form=Cada_linha_deve_posuir_o_seguinte_formato
-Edit=Editar
-Edit_custom_export=Editar_exporta\u00e7\u00e3o_personalizada
-Edit_entry=Editar_entrada
-Edit_file_link=Editar_link_do_arquivo
-Edit_file_type=Editar_tipo_de_arquivo
-Edit_group=Editar_grupo
-Edit_journal=Editar_revista(journal)
-Edit_preamble=Editar_preambulo
-Edit_strings=Editar_strings
-Editor_options=Op\u00e7\u00f5es_do_editor
-empty_BibTeX_key=chave_BibTeX_vazia.
-Empty_BibTeX_key.=Chave_BibTeX_vazia.
-Empty_BibTeX_key._Grouping_may_not_work_for_this_entry.=Chave_BibTeX_vazia._O_agrupamento_pode_n\u00e3o_funcionar_para_esta_entrada.
-empty_database=banco_de_dados_vazio
-Enable_source_editing=Ativar_edi\u00e7\u00e3o_de_c\u00f3digo_fonte
-Enable_word/name_autocompletion=Ativar_auto_completar_para_palavras/nomes
-Endnote=Endnote
-Enter_URL=Digite_a_URL
-Enter_URL_to_download=Digite_a_URl_para_download
-entries=entradas
-Entries_cannot_be_manually_assigned_to_or_removed_from_this_group.=As_entradas_n\u00e3o_podem_ser_manualmente_designadas_ou_removidas_deste_grupo.
-Entries_exported_to_clipboard=Entradas_exportadas_para_a_\u00e1rea_de_transfer\u00eancia
-entries_have_undefined_BibTeX_key=as_entradas_possuem_chave_BibTeX_n\u00e3o_definida
-entries_into_new_database=entradas_em_novo_banco_de_dados
-entry=entrada
-Entry_editor=Editor_de_entrada
-Entry_in_current_database=Entradas_no_banco_de_dados_atual
-Entry_in_import=Entrada_em_importa\u00e7\u00e3o
-Entry_preview=Previsualiza\u00e7\u00e3o_da_entrada
-Entry_table=Tabela_de_entradas
-Entry_table_columns=Colunas_da_tabela_de_entradas
-Entry_type=Tipo_de_entrada
-Entry_type_names_are_not_allowed_to_contain_white_space_or_the_following_characters=Os_nomes_dos_tipos_de_entrada_n\u00e3o_devem_possuir_espa\u00e7os_em_branco_ou_os_seguintes_caracteres
-Entry_types=Tipos_de_entrada
-Error=Erro
-Error\:_=Erro\:_
-Error_converting_Bibtex_to_XMP:_%0=Erro_ao_converter_Bibtex_para_XMP:_%0
-Error_converting_Bibtex_to_XMP\:_%0=Erro_ao_converter_Bibtex_para_XMP\:_%0
-Error_converting_XMP_to_'%0'...=Erro_ao_convertar_XMP_para_'%0'...
-Error_exporting_to_clipboard=Erro_ao_exportar_para_a_\u00e1rea_de_transfer\u00eancia
-Error_in_field=Erro_no_campo
-Error_in_starting_plug-in_system._Starting_without,_but_some_functionality_may_be_missing.=Erro_ao_iniciar_o_sistema_de_plugins._Iniciando_sem_os_plugins,_mas_algumas_funcionalidades_podem_n\u00e3o_estar_dispon\u00edveis.
-Error_occured_when_parsing_entry=Um_erro_ocorreu_ao_analisar_a_entrada
-Error_opening_file=Erro_ao_abrir_o_arquivo
-Error_setting_field=Erro_ao_confgurar_campo
-Error_while_converting_BibtexEntry_to_XMP_%0=Erro_ao_converter_BibtexEntry_para_XMP_%0
-Error_while_downloading_file\:=Erro_ao_realizar_o_download_do_arquivo_\:
-Error_while_fetching_from_OIA2=Erro_ao_recuperar_a_partir_do_OIA2
-Error_while_writing=Erro_durante_a_escrita
-Error_writing_to_%0_file(s).=Erro_ao_escrever_para_%0_arquivos.
-Error_writing_XMP_to_file\:_%0=Erro_ao_escrever_metadados_XMP_para_o_arquivo\:_%0
-Establishing_SQL_connection...=Estabelecendo_conex\u00e3o_SQL...
-Exceptions=Exce\u00e7\u00f5es
-Existing_file=Arquivo_existente
-exists._Overwrite_file?=existe._Sobrescrever_o_arquivo?
-exists._Overwrite?=existe._Sobrescrever?
-Expand_subtree=Expandir_a_sub\u00e1rvore
-Export=Exportar
-Export_entry_types=Exportar_tipos_de_entrada
-Export_name=Exportar_nome
-Export_preferences=Exportar_prefer\u00eancias
-Export_preferences_to_file=Exportar_prefer\u00eancias_do_arquivo
-Export_properties=Propriedades_de_exporta\u00e7\u00e3o
-Export_to_clipboard=Exportar_para_a_\u00e1rea_de_transfer\u00eancia
-Export_to_SQL_database=Exportar_para_um_Banco_de_Dados_SQL
-Exporting=Exportando
-Extension=Extens\u00e3o
-External_changes=Modifica\u00e7\u00f5es_externas
-External_file_links=Links_de_arquivos_externos
-External_files=Arquivos_externos
-External_programs=Programas_externos
-External_viewer_called=Visualizador_externo_chamado
-Failed_to_read_groups_data_(unsupported_version:_%0)=Falha_ao_ler_dado_dos_grupos_(vers\u00e3o_n\u00e3o_suportada:_%0)
-Fetch=Recuperar
-Field=Campo
-field=campo
-Field_content=Conte\u00fado_do_campo
-Field_name=Nome_do_campo
-Field_names_are_not_allowed_to_contain_white_space_or_the_following_characters=O_noem_dos_campos_n\u00e3o_devem_possuir_espa\u00e7os_em_branco_ou_os_seguintes_caracteres
-Field_sizes=Tamanho_dos_campos
-Field_to_filter=Campos_a_serem_filtrados
-Field_to_group_by=Campos_como_crit\u00e9rio_de_agrupamento
-Fields=Campos
-File=Arquivo
-file=arquivo
-File_'%0'_is_already_open.=O_arquivo_'%0'_j\u00e1_est\u00e1_aberto.
-File_'%0'_not_found=O_arquivo_'%0'_n\u00e3o_foi_encontrado
-File_changed=Arquivo_modificado
-File_directory_is_'%0'\:=O_diret\u00f3rio_do_arquivo_\u00e9_'%0'\:
-File_directory_is_not_set_or_does_not_exist!=O_diret\u00f3rio_do_arquivo_n\u00e3o_foi_condigura\u00e7\u00e3o_ou_n\u00e3o_existe!
-File_download=Download_do_arquivo
-File_exists=O_arquivo_existe
-File_extension=Extens\u00e3o_do_arquivo
-File_has_been_updated_externally._What_do_you_want_to_do?=O_arquivo_foi_atualizado_externamente._O_que_voc\u00ea_deseja_fazer?
-File_not_found=Arquivo_n\u00e3o_encontrado
-File_type=Tipo_de_arquivo
-File_updated_externally=Arquivo_atualizado_externamente
-filename=nome_do_arquivo
-Files_opened=Arquivos_abertos
-Filter=Filtro
-Finished_autosetting_external_links.=A_defini\u00e7\u00e3o_autom\u00e1tica_de_links_externos_foi_finalizada.
-Finished_synchronizing_%0_links._Entries_changed%c_%1.=A_sincroniza\u00e7\u00e3o_de_%0_links_foi_finalizada._Entradas_modificadas%c_%1.
-Finished_writing_XMP-metadata._Wrote_to_%0_file(s).=A_escrita_de_metadados_XMP_terminou._Escrita_realizada_para_%0_arquivo(s).
-Finished_writing_XMP_for_%0_file_(%1_skipped,_%2_errors).=A_escrita_de_metadados_XMP_para_o_arquivo_%0_terminou_(%1_pulado,_%2_erros).
-First_select_the_entries_you_want_keys_to_be_generated_for.=Selecionar_inicialmente_as_entradas_que_voc\u00ea_deseja_ter_chaves_geradas.
-Fit_table_horizontally_on_screen=Ajustar_tabela_horizontalmente_na_tela
-Float=Manter_no_topo
-Float_marked_entries=Manter_entradas_marcadas_no_topo
-Font_Family=Fam\u00edlia_da_fonte
-Font_Preview=Previsualiza\u00e7\u00e3o_da_fonte
-Font_Size=Tamanho_da_fonte
-Font_Style=Estilo_de_fonte
-FontSelector=FontSelector
-for=para
-Format_of_author_and_editor_names=Formato_dos_nomes_do_autor_e_editor
-Format_String=Formato_de_string
-Format_used=Formato_utilizado
-Formatter_Name=Nome_do_formatador
-Formatter_not_found=Formatador_n\u00e3o_encontrado
-found=encontrado
-Found_%0_plugin(s)=%0_plugin(s)_encontrados
-found_in_aux_file=encontrado_em_arquivo_aux
-Full_name=Nome_completo
-General=Geral
-General_fields=Campos_gerais
-Generate=Gerar
-Generate_BibTeX_key=Gerar_chave_BibTeX
-Generate_keys=Gerar_chaves
-Generate_keys_before_saving_(for_entries_without_a_key)=Gerar_chaves_antes_de_salvar
-Generate_keys_for_imported_entries=Gerar_chaves_para_entradas_importadas
-Generate_now=Gerar_agora
-Generated_BibTeX_key_for=Chave_BibTeX_gerada_para
-Generating_BibTeX_key_for=Gerando_chave_BibTeX_para
-Grab=Capturar
-Gray_out_entries_not_in_group_selection=Desativar_entradas_fora_da_sele\u00e7\u00e3o_do_grupo
-Gray_out_non-hits=Desativar_entradas_n\u00e3o_encontrada
-Gray_out_non-matching_entries=Desativar_entradas_que_n\u00e3o_possuem_correspond\u00eancia
-Group_properties=Propriedades_de_grupo
-grouping_may_not_work_for_this_entry=o_agrupamento_pode_n\u00e3o_funcionar_para_esta_entrada
-Groups=Grupos
-Harvard_RTF=Harvard_RTF
-Have_you_chosen_the_correct_package_path?=Voc\u00ea_escolheu_o_caminho_de_pacote_correto?
-Help=Ajuda
-Help_contents=Conte\u00fados_da_ajuda
-Help_on_groups=Ajuda_sobre_grupos
-Help_on_key_patterns=Ajuda_sobre_modelos_de_chave
-Help_on_Preview_Settings=Ajuda_sobre_Configura\u00e7\u00f5es_de_previsualiza\u00e7\u00e3o_
-Help_on_Regular_Expression_Search=Ajuda_relacionada_\u00e0_busca_por_express\u00e3o_regular
-Hide_non-hits=Esconder_entradas_n\u00e3o_encontradas
-Hide_non-matching_entries=Esconder_campos_que_n\u00e3o_possuem_correspond\u00eancia
-Hierarchical_context=Contexo_hier\u00e1rquico
-Highlight=Destacar
-Highlight_groups_matching_all_selected_entries=Destacar_grupos_que_correpondem_a_todas_as_entradas_selecionadas
-Highlight_groups_matching_any_selected_entry=Destacar_grupos_que_correspondem_a_qualquer_entrada_selecionada
-Highlight_overlapping_groups=Destacar_grupos_sobrepostos
-Hint%c_To_search_specific_fields_only,_enter_for_example%c<p><tt>author%esmith_and_title%eelectrical</tt>=Dica%c_Para_procurar_apenas_campos_espec\u00edficos,_digite_por_exemplo%c<p><tt>author%esmith_and_title%eelectrical</tt>
-HTML=HTML
-HTML_table=Tabela_HTML
-HTML_table_(with_Abstract_&_BibTeX)=Tabela_HTML_(_com_resumo_(abstract)_&_BibTeX)
-Icon=\u00cdcone
-Ignore=Ignorar
-Illegal_type_name=Nome_de_tipo_ilegal
-Immediate_subgroups=Subgrupos_imediatos
-Import=Importar
-Import_and_keep_old_entry=Importar_e_manter_entradas_antigas
-Import_and_remove_old_entry=Importar_e_remover_entradas_antigas
-Import_entries=IMportar_entradas
-Import_entry_types=Importar_tipos_de_entrada
-Import_failed=A_importa\u00e7\u00e3o_falhou
-Import_file=Importar_arquivo
-Import_group_definitions=Importar_defini\u00e7\u00f5es_de_grupo
-Import_name=Importar_o_nome
-Import_preferences=Importar_prefer\u00eancias
-Import_preferences_from_file=Importar_prefer\u00eancias_a_partir_de_um_arquivo
-Import_strings=Importar_strings
-Import_to_open_tab=Importar_para_abrir_aba
-Import_word_selector_definitions=Importar_defini\u00e7\u00f5es_de_sele\u00e7\u00e3o_de_palavra
-Imported_database=Banco_de_dados_importado
-Imported_entries=Entradas_importas
-Imported_entry_types=Tipos_de_entrada_importados
-Imported_from_database=Importado_a_partir_do_banco_de_dados
-ImportFormat_class=Classe_ImportFormat
-Importing=Importando
-Importing_in_unknown_format=Importa\u00e7\u00e3o_em_formato_desconhecido
-In_JabRef,_use_pairs_of_#_characters_to_indicate_a_string.=No_JabRef,_utilizar_pares_de_caracteres_#_para_indicar_uma_string.
-Include_abstracts=Incluir_resumos_(abstracts)
-Include_entries=Incluir_entradas
-Include_subgroups\:_When_selected,_view_entries_contained_in_this_group_or_its_subgroups=Incluir_subgrupos\:_Quando_selecionado,_visualizar_entradas_contidas_neste_grupo_ou_em_seus_subgrupos
-Incremental=Incremental
-Incremental_search=Busca_incremental
-Incremental_search_failed._Repeat_to_search_from_top.=A_busca_incremental_falhou._Repita_a_opera\u00e7\u00e3o_pra_buscar_a_partir_do_topo.
-Independent_group\:_When_selected,_view_only_this_group's_entries=Grupo_independente\:_Quando_selecionado,_mostra_apenas_as_entradas_deste_grupo
-Initially_show_groups_tree_expanded=Inicialmente_mostra_\u00e1rvores_do_grupo_expandidas
-Input=Atribui\u00e7\u00e3o_do_campo
-Input_error=Erro_de_atribu\u00e7\u00e3o
-Insert=Inserir
-Insert_rows=Inseir_linhas
-Insert_selected_citations_into_LyX/Kile=Inserir_cita\u00e7\u00f5es_selecionadas_no_LyX/Kile
-Insert_selected_citations_into_WinEdt=Inserir_cita\u00e7\u00f5es_selecionadas_no_WInEdt
-insert_string_=Inserir_string_
-Insert_URL=Inserir_URL
-integrity=Integridade
-Integrity_check=Verfica\u00e7\u00e3o_de_integridade
-Intersection=Interse\u00e7\u00e3o
-Invalid_BibTeX_key=Chave_BibTex_inv\u00e1lida
-Invalid_date_format=Formato_de_data_inv\u00e1lido
-Invalid_URL=URL_inv\u00e1lida
-Inverted=invertido
-is_a_standard_type.=\u00e9_um_tipo_padr\u00e3o.
-ISO_abbreviation=Abrevia\u00e7\u00e3o_ISO
-Item_list_for_field=lista_de_itens_para_o_campo
-jabref=jabref
-JabRef_help=Ajuda_do_JabRef
-JabRef_preferences=Prefer\u00eancias_do_JabRef
-Journal_abbreviations=Abrevia\u00e7\u00f5es_de_jornal
-Journal_list_preview=Previsualiza\u00e7\u00e3o_da_lista_de_itens_da_revista
-Journal_name=Nome_da_revista
-Keep=Manter
-Keep_both=Manter_ambos
-Keep_lower=Manter_abaixo
-Keep_upper=Manter_acima
-Key_bindings=Combina\u00e7\u00f5es_de_tecla
-Key_bindings_changed=Combina\u00e7\u00f5es_de_teclas_modificadas
-Key_generator_settings=Configura\u00e7\u00f5es_do_gerador_de_chaves
-Key_pattern=Modelo_de_chaves
-keys_in_database=chaves_no_banco_de_dados
-Keyword=Palavra-chave
-Label=R\u00f3tulo
-Language=Idioma
-Last_modified=\u00daltima_modifica\u00e7\u00e3o
-LaTeX_AUX_file=Arquivo_LaTeX_AUX
-Leave_file_in_its_current_directory.=Manter_arquivos_em_seu_diret\u00f3rio_atual.
-Leave_files_in_their_current_directory.=Manter_arquivos_em_seu_diret\u00f3rio_atual
-Left=Esquerdo(a)
-License=Licen\u00e7a
-Limit_to_fields=Limitar_aos_campos
-Limit_to_selected_entries=Limitar_\u00e0s_entradas_selecionadas
-Link=Linkar
-Link_local_file=Link_arquivo_local
-Link_to_file_%0=Link_para_o_arquivo_%0
-Listen_for_remote_operation_on_port=Escutar_opera\u00e7\u00f5es_remotas_na_porta_
-Load_and_Save_preferences_from/to_jabref.xml_on_start-up_(memory_stick_mode)=Carregar_e_salvar_prefer\u00eancias_a_partir_de/para_jabref.xml_ao_iniciar_(modo_cart\u00e3o_de_mem\u00f3ria)
-Load_session=Carregar_sess\u00e3o
-Loading_session...=Carregando_sess\u00e3o...
-localhost=localhost
-Look_and_feel=Apar\u00eancia
-Looking_for_pdf...=Procurando_por_pdf...
-lower=min\u00fasculo
-Main_file_directory=Diret\u00f3rio_de_arquivos_principal
-Main_layout_file=Arquivo_de_layout_principal
-Main_PDF_directory=Diret\u00f3rio__de_arquivos_PDF_principal
-Main_PS_directory=Diret\u00f3rio__de_arquivos_PS_principal
-Manage=Gerenciar
-Manage_custom_exports=Gerenciar_exporta\u00e7\u00f5es_personalizadas
-Manage_custom_imports=Gerenciar_importa\u00e7\u00f5es_personalizadas
-Manage_external_file_types=Gerenciar_tipos_de_arquivo_externos
-Manage_journal_abbreviations=Gerenciar_abrevia\u00e7\u00f5es_de_revistas(jorunals)
-Mark_entries=Marcar_entradas
-Mark_entry=Marcar_entrada
-Mark_new_entries_with_addition_date=Marcar_novas_entradas_com_a_data_de_adi\u00e7\u00e3o
-Mark_new_entries_with_owner_name=Marcar_novas_entradas_com_o_nome_do_dono
-Marked_selected=Marcados_selecionados
-Memory_Stick_Mode=Modo_cart\u00e3o_de_mem\u00f3ria
-Menu_and_label_font_size=Tamanho_da_fonte_do_menu_e_de_r\u00f3tulo
-Merged_external_changes=Mudan\u00e7as_externas_unidas
-Messages=Mensagens
-Messages_and_Hints=Mensagens_e_dicas
-Modification_of_field=Modifica\u00e7\u00e3o_do_campo
-Modified_group_"%0".=Grupo_"%0"_modificado
-Modified_groups=Grupos_modificados
-Modified_string=String_modificada
-Modify=Modificar
-modify_group=Modificar_o_grupo
-MODS=MODS
-Move=Mover
-Move_down=Mover_para_baixo
-Move_entries_in_group_selection_to_the_top=Mover_entradas_nos_grupos_selecionados_para_o_topo
-Move_external_links_to_'file'_field=Mover_links_externos_para_o_campo_'arquivo'
-Move_files_to_file_directory.=Mover_arquivos_para_o_diret\u00f3rio_de_arquivos
-move_group=mover_grupo
-Move_string_down=Mover_string_pra_baixo
-Move_string_up=Mover_string_acima
-Move_up=Mover_para_cima
-Moved_group_"%0".=Grupo_"%0"_movido
-MS_Office_2007=MS_Office_2007
-MySQL=MySQL
-MySQL_database=Banco_de_dados_MySQL
-Name=Nome
-Name_formatter=Formatador_de_nomes
-Natbib_style=Estilo_Natbib
-nested_aux_files=arquivos_auxiliares_aninhados
-New=Novo
-new=novo
-New_BibTeX_database=Novo_banco_de_dados_BibTeX
-New_BibTeX_entry=Nova_entrada_BibTeX
-New_BibTeX_subdatabase=Novo_subbanco_de_dados_BibTeX
-New_content=Novo_conte\u00fado
-New_database_created.=Novo_banco_de_dados_criado
-New_field_value=Novo_valor_de_campo
-New_file=Novo_arquivo
-New_file_link_(INSERT)=Novo_link_de_arquivo_(INSERT)
-New_group=Novo_grupo
-New_string=Nova_string
-Next_entry=Pr\u00f3xima_entrada
-No_%0_found=Nenhum_%0_encontrado
-No_actual_changes_found.=Nenhuma_mudan\u00e7a_atual_encontrada.
-no_base-bibtex-file_specified=nenhum_base-bibtex-file_especificado
-no_database_generated=Nenhum_banco_de_dados_gerado
-No_duplicates_found=Nenhuma_duplicata_encontrada.
-No_entries_found._Please_make_sure_you_are_using_the_correct_import_filter.=Nenhuma_entrada_encontrada._Por_favor,_certifique-se_que_voc\u00ea_est\u00e1_utilizando_o_filtro_de_importa\u00e7\u00e3o_correto.
-No_entries_found_for_the_search_string_'%0'=Nenhuma_entrada_encontrada_para_a_string_pesquisada_'%0'
-No_entries_imported.=Nenhuma_entrada_importada.
-No_entries_or_multiple_entries_selected.=Nenhuma_entrada_ou_m\u00faltiplas_entradas_selecionadas.
-No_entries_selected=Nenhuma_entrada_selecionada
-No_entries_selected.=Nenhuma_entrada_selecionada.
-No_exceptions_have_ocurred.=Nenhuma_exce\u00e7\u00e3o_ocorreu.
-No_files_found.=Nenhum_arquivo_encontrado.
-No_GUI._Only_process_command_line_options.=Nenhuma_interface_gr\u00e1fica._Apenas_processar_op\u00e7\u00f5es_de_comandos_de_linha.
-No_journal_names_could_be_abbreviated.=Nenhum_nome_de_revista_(journal)_p\u00f4de_ser_abreviado.
-No_journal_names_could_be_unabbreviated.=Nenhum_nome_de_revista(journal)_p\u00f4de_ser_desabreviado.
-No_PDF_linked=Nenhum_PDF_linkado
-No_pdf_or_ps_defined,_and_no_file_matching_Bibtex_key_found=Nenhum_PDF_ou_PS_definido,_e_nenhum_arquivo_corresponde_a_chave_BibTeX_encontrada
-No_plugins_were_found_in_the_following_folders\:=Nenhum_plugin_encontrado_nas_seguintes_pastas\:
-No_references_found=Nenhuma_refer\u00eancia_encontrada
-No_saved_session_found.=Nenhuma_sess\u00e3o_salva_encontrada.
-No_url_defined=Nenhuma_URL_definida
-No_XMP_metadata_found_in_=Nenhum_metadado_XMP_encontrado_em
-not=n\u00e3o
-not_found=n\u00e3o_encontrado
-Not_saved_(empty_session)=N\u00e3o_salvo_(sess\u00e3o_vazia)
-Note_that_the_entry_causing_the_problem_has_been_selected.=Note_que_a_entrada_causando_o_problema_foi_selecionada.
-Note_that_you_must_specify_the_fully_qualified_class_name_for_the_look_and_feel,=Note_que_voc\u00ea_deve_especificar_o_nome_de_classe_completamente_qualificado_da_apar\u00eancia,
-Nothing_to_redo=Nada_para_refazer
-Nothing_to_undo=Nada_para_desfazer
-Number_of_references_to_fetch?=N\u00fameros_de_refer\u00eancias_para_recuperar?
-occurences=ocorr\u00eancias
-OK=OK
-Ok=Ok
-One_or_more_file_links_are_of_the_type_'%0',_which_is_undefined._What_do_you_want_to_do?=Um_ou_mais_links_de_arquivos_s\u00e3o_do_tipo_'%0',_que_n\u00e3o_est\u00e1_definido._O_que_voc\u00ea_deseja_fazer?
-One_or_more_keys_will_be_overwritten._Continue?=Uma_ou_mais_chaves_ser\u00e3o_sobrescritas._Continuar?
-Only_one_item_is_supported=Apenas_um_item_\u00e9_suportado
-Open=Abrir
-Open_BibTeX_database=Abrir_banco_de_dados_BibTeX
-Open_database=Abrir_banco_de_dados
-Open_editor_when_a_new_entry_is_created=Abrir_o_editor_quando_uma_nova_entrada_\u00e9_criada
-Open_file=Abrir_arquivo
-Open_last_edited_databases_at_startup=Abrir_os_\u00faltimos_banco_de_dados_editados_ao_iniciar
-Open_PDF_or_PS=_Abrir_PDF_ou_PS
-Open_right-click_menu_with_Ctrl+left_button=Abrir_menu_de_contexto_com_Ctrl+Bot\u00e3o_esquerdo_do_mouse
-Open_URL_or_DOI=Abrir_URL_ou_DOI
-OpenDocument_Spreadsheet=Planilha_OpenDocument
-Opened_database=Banco_de_dados_aberto
-Opening=Abrindo
-Opening_preferences...=Abrindo_prefer\u00eancias
-OpenOffice_Calc=OpenOffice_Calc
-OpenOffice_CSV=OpenOffice_CSV
-Operation_canceled.\n=Opera\u00e7\u00e3o_cancelada.\n
-Operation_not_supported=Opera\u00e7\u00e3o_n\u00e3o_suportada
-Optional_fields=Campos_opcionais
-Options=Op\u00e7\u00f5es
-or=ou
-out_of=de
-Output=Sa\u00edda
-Output_or_export_file=Arquivo_de_sa\u00edda_ou_exporta\u00e7\u00e3o
-Override=Substituir
-Override_default_file_directories=Substituir_os_diret\u00f3rios_de_arquivo_padr\u00e3o
-Override_default_font_settings=Substituir_configura\u00e7\u00f5es_de_fonte_padr\u00e3o
-override_the_bibtex_key_by_the_selected_text=substituir_a_chave_bibtex_pelo_texto_selecionado
-Overwrite=Sobrescrever
-Overwrite_existing_field_values=Sobrescrever_valores_de_campo_existentes
-Overwrite_keys=Sobrescrever_chaves
-pairs_processed=pares_processados
-Password_\:=Senha_\:
-Paste=Colar
-paste_entries=colar_entradas
-paste_entry=colar_entrada
-Paste_from_clipboard=Colar_a_partir_da_\u00e1rea_de_transfer\u00eancia
-Pasted=Colado
-Path_to_%0_not_defined=Caminho_para_%0_n\u00e3o_definido
-Path_to_LatexEditor_(LEd.exe)=Caminho_para_o_LatexEditor_(LEd.exe)
-Path_to_LyX_pipe=Caminho_para_o_canal_de_transmiss\u00e3o_LyX
-Path_to_Vim=Caminho_para_o_Vim
-Path_to_WinEdt.exe=Caminho_para_WinEdt.exe
-PDF_directory=Diret\u00f3rio_PDF
-PDF_does_not_exist=O_PDF_n\u00e3o_existe
-Personal_journal_list=Lista_de_revistas(journals)_pessoais
-Plain_text_import=Importa\u00e7\u00e3o_de_texto_plano
-Please_check_your_network_connection_to_this_machine.=Por_favor,_verifique_sua_conex\u00e3o_de_rede_para_esta_m\u00e1quina.
-Please_enter_a_name_for_the_group.=Por_favor,_digite_um_nome_para_o_grupo.
-Please_enter_a_search_term._For_example,_to_search_all_fields_for_<b>Smith</b>,_enter%c<p><tt>smith</tt><p>To_search_the_field_<b>Author</b>_for_<b>Smith</b>_and_the_field_<b>Title</b>_for_<b>electrical</b>,_enter%c<p><tt>author%esmith_and_title%eelectrical</tt>=Por_favor_digite_um_termo_de_pesquisa._Por_exemplo,_para_pesquisar_todos_os_campos_por_<b>Smith</b>,_digite_%c<p><tt>smith</tt><p>Para_pesquisar_no_campo_<b>Author</b>_por__<b>Smith</b>_e_no_campo_<b>Title</b>_por_<b>electrical</ [...]
-Please_enter_the_field_to_search_(e.g._<b>keywords</b>)_and_the_keyword_to_search_it_for_(e.g._<b>electrical</b>).=Por_favor,_digite_o_campo_a_ser_pesquisado_(e.g._<b>palavras-chave</b>)_e_a_palavra-chave_de_pesquisa_(e.g._<b>el\u00e9trico</b>).
-Please_enter_the_string's_label=Por_favor,_digite_o_r\u00f3tulo_da_string
-Please_select_an_importer=Por_favor,_selecione_um_importador.
-Please_select_an_importer.=Por_favor,_selecione_um_importador.
-Please_select_exactly_one_group_to_move.=Por_favor,_selecione_exatamente_um_grupo_a_ser_movido.
-Please_specify_the_=Por_favor,_especifique_o_
-Possible_duplicate_entries=Poss\u00edveis_entradas_duplicadas
-Possible_duplicate_of_existing_entry._Click_to_resolve.=Poss\u00edvel_duplicata_de_entrada_existente._Clique_para_resolver.
-Preamble=Pre\u00e2mbulo
-Preferences=Prefer\u00eancias
-Preferences_recorded.=Prefer\u00eancias_salvas.
-Preview=Previsualiza\u00e7\u00e3o
-Previous_entry=Entrada_anterior
-Primary_sort_criterion=Crit\u00e9rio_de_ordena\u00e7\u00e3o_prim\u00e1rio
-Print_Preview=Imprimir_previsualiza\u00e7\u00e3o
-Printing_Entry_Preview=Previsualiza\u00e7\u00e3o_de_impress\u00e3o_da_entrada
-Problem_with_parsing_entry=Problema_ao_tratar_a_entrada
-Processing_=Processando_
-Program_output=Sa\u00edda_do_programa
-PS_directory=Diret\u00f3rio_PS
-Push_entries_to_external_application_(%0)=Enviar_entradas_para_uma_aplica\u00e7\u00e3o_externa_(%0)
-Push_selection_to_Emacs=Enviar_sele\u00e7\u00e3o_para_o_Emacs
-Push_selection_to_LyX/Kile=Enviar_sele\u00e7\u00e3o_para_o_LyX/Kile
-Push_selection_to_Vim=Enviar_sele\u00e7\u00e3o_para_o_Vim
-Push_selection_to_WinEdt=Enviar_sele\u00e7\u00e3o_para_o_WinEdt
-Push_to_LatexEditor=Enviar_para_o_LateXEditor
-Pushed_citations_to_%0=Cita\u00e7\u00f5es_enviadas_para_%0
-Pushed_citations_to_Emacs=Cita\u00e7\u00f5es_enviadas_para_o_Emacs
-Pushed_citations_to_Vim=Cita\u00e7\u00f5es_enviadas_para_o_Vim
-Pushed_citations_to_WinEdt=Cita\u00e7\u00f5es_enviadas_para_WinEdt
-Pushed_the_citations_for_the_following_rows_to=As_cita\u00e7\u00f5es_das_seguintes_linhas_foram_enviadas_para
-Quit_JabRef=Sair_do_JabRef
-Quit_synchronization=Sair_da_sincroniza\u00e7\u00e3o
-Raw_source=Fonte_bruta
-Really_delete_the_selected=Realmente_remover_os_selecionados_
-Rearrange_tabs_alphabetically_by_title=Rearranjar_abas_alfabeticamente_por_t\u00edtulo
-Redo=Refazer
-Reference_database=Banco_de_dados_de_refer\u00eancia
-References_found=Refer\u00eancias_encontradas
-Refine_supergroup\:_When_selected,_view_entries_contained_in_both_this_group_and_its_supergroup=Refinar_supergrupo\:_Quando_selecionado,_visualiza_entradas_contidas_em_ambos_os_grupos_e_seu_supergrupo.
-Refresh_view=Atualizar_a_visualiza\u00e7\u00e3o
-Regular_Expression=Express\u00e3o_regular
-Remember_these_entry_types?=Lembrar_destes_tipos_de_entradas?
-Remote_operation=Opera\u00e7\u00e3o_remota
-Remote_server_port=Remover_porta_do_servidor
-Remove=Remover
-Remove_all?=Remover_todos?
-Remove_all_subgroups=Remover_todos_os_subgrupos
-Remove_all_subgroups_of_"%0"?=Remover_todos_os_subgrupos_de_"%0"?
-Remove_double_braces_around_BibTeX_fields_when_loading.=Remover_chaves_duplas_em_torno_de_campos_BibTeX_ao_carregar.
-Remove_duplicates=Remover_duplicatas
-Remove_entry_from_import=Remover_entrada_da_importa\u00e7\u00e3o
-Remove_entry_selection_from_this_group=Remover_sele\u00e7\u00e3o_de_entrada_deste_grupo
-Remove_entry_type=remover_tipo_de_entrada
-Remove_file_link_(DELETE)=Remover_link_de_arquivo_(DELETE)
-remove_from_group=remover_do_grupo
-Remove_from_group=Remover_do_grupo
-Remove_group=Remover_grupo
-Remove_group,_keep_subgroups=Remover_grupo,_manter_subgrupos
-Remove_group_"%0"?=Remover_grupo_"%0"?
-Remove_group_"%0"_and_its_subgroups?=Remover_grupo_"%0"_e_seus_subgrupos?
-remove_group_(keep_subgroups)=remover_grupo_(manter_subgrupos)
-remove_group_and_subgroups=remover_grupos_e_subgrupos
-Remove_group_and_subgroups=Remover_grupos_e_subgrupos
-Remove_link=Remover_link
-Remove_old_entry=Remover_entrada_antiga
-Remove_selected_strings=Remover_string_selecionadas
-remove_string_=Remover_a_string_
-Removed_entry_type.=Tipo_de_entrada_removido.
-Removed_group_"%0".=Grupo_"%0"_removido.
-Removed_group_"%0"_and_its_subgroups.=Grupo_"%0"_e_seus_subgrupos_removidos.
-Removed_string=String_removida
-Renamed_string=String_renomeada
-Replace=Substituir
-Replace_(regular_expression)=Substituir_(express\u00e3o_regular)
-Replace_string=Substituir_string
-Replace_with=Substituir_por
-Replaced=Substitu\u00eddo
-Required_fields=Campos_obrigat\u00f3rios
-Reset_all=Resetar_todos
-Reset_file_type_definitons=Resetar_defini\u00e7\u00f5es_de_tipos_de_arquivo
-Resolve_strings_for_all_fields_except=Resolver_strings_para_todos_os_campos_exceto
-Resolve_strings_for_standard_BibTeX_fields_only=Resolver_strins_para_campos_BibTeX_padr\u00f5es_apenas
-resolved=resolvido
-Results=Resultados
-Revert_to_original_source=Reverter_para_a_fonte_original
-Review=Revisar
-Review_changes=Revisar_mudan\u00e7as
-Right=Direito
-root=root
-Save=Salvar
-Save_all_finished.=Salvar_todos_os_conclu\u00eddos.
-Save_all_open_databases=Salvar_todas_as_prefer\u00eancias
-Save_before_closing=Salvar_antes_de_fechar
-Save_database=Salvar_banco_de_dados
-Save_database_as_...=Salvar_banco_de_dados_como...
-Save_entries_in_their_original_order=Entradas_salvas_em_sua_ordem_original
-Save_failed=Falha_ao_salvar
-Save_failed_during_backup_creation=Falha_ao_salvar_durante_a_cria\u00e7\u00e3o_do_backup
-Save_failed_while_committing_changes=Falha_ao_salvar_durante_o_armazenamento_das_mudan\u00e7as
-Save_ordered_by_author/editor/year=Salvar_ordenados_por_autor/editor/ano
-Save_selected_as_...=Salvar_selecionados_como...
-Saved_database=Banco_de_dados_salvo
-Saved_selected_to=Sele\u00e7\u00e3o_salva_para
-Saved_session=Sess\u00e3o_salva
-Saving=Salvando...
-Saving_all_databases...=Salvando_todos_os_bancos_de_dados...
-Saving_database=Salvando_banco_de_dados...
-Scan=Escanear
-Search=Pesquisar
-Search_All_Fields=Pesquisar_Todos_os_Campos
-Search_all_fields=Pesquisar_todos_os_campos
-Search_error=Erro_de_pesquisa
-Search_expression=Pesquisar_express\u00e3o
-Search_for=Pesquisar_por
-Search_general_fields=Pesquisar_campos_gerais
-Search_IEEEXplore=Pesquisar_em_IEEEXplore
-Search_IEEExplore=Pesquiar_em_IEEExplore
-Search_optional_fields=Pesquisar_campos_opcionais
-Search_required_fields=Pesquisar_campos_obrigat\u00f3rios
-Search_Specified_Field(s)=Pesquisar_campo(s)_especificado(s)
-Searched_database._Global_number_of_hits=Busca_no_banco_de_dados_efetuada._N\u00famero_de_hits_globais
-Searched_database._Number_of_hits=Busca_no_banco_de_dados_efetuada._N\u00famero_de_hits
-Searching_for_%0_file=Procurando_por_arquivo_%0
-Searching_for_duplicates...=Procurando_por_duplicatas...
-Searching_for_files=Procurando_por_arquivos...
-Secondary_sort_criterion=Crit\u00e9rio_de_ordena\u00e7\u00e3o_secund\u00e1rio
-Select=Selecionar
-Select_a_Zip-archive=Selecionar_um_arquivo_ZIP
-Select_action=Selecionar_opera\u00e7\u00e3o
-Select_all=Selecionar_tudo
-Select_Classpath_of_New_Importer=Selecionar_classpath_para_o_novo_filtro_de_importa\u00e7\u00e3o
-Select_encoding=Selecionar_codifica\u00e7\u00e3o
-Select_entries_in_group_selection=Selecionar_entradas_no_grupo_selecionado
-Select_entry_type=Selecionar_tipo_de_entrada
-Select_external_application=Selecionar_aplica\u00e7\u00e3o_externa
-Select_file_from_ZIP-archive=Selecionar_arquivo_a_partir_de_um_arquivo_ZIP
-Select_format=Selecionar_formato
-Select_icon=Selecionar_\u00edcone
-Select_matches=Selecionar_correspond\u00eancias
-Select_new_ImportFormat_Subclass=Selecionar_nova_subclasse_ImportFormat
-Select_the_tree_nodes_to_view_and_accept_or_reject_changes=Selecione_os_n\u00f3s_da_\u00e1rvore_para_visualizar_e_aceitar_ou_rejeitar_mudan\u00e7as
-Selected_entries=Entradas_selecionadas
-Selector_enabled_fields=Campos_seletor_habilitados
-Server_Hostname_\:=Hostname_do_servidor_\:
-Server_Type_\:=Tipo_de_servidor_\:
-Set_field=Configurar_campo
-Set_fields=Configurar_campos
-Set_general_fields=Definir_campos_gerais
-Set_main_external_file_directory=Definir_diret\u00f3rio_de_arquivo_externo_principal
-Set_table_font=Definir_fonte_da_tabela
-Settings=Configura\u00e7\u00f5es
-Setup_selectors=Configurar_seletores
-Short_form=Forma_abreviada
-Shortcut=Atalho
-Show/edit_BibTeX_source=Exibir/editar_fonte_BibTeX
-Show_'Firstname_Lastname'=Exibir_'Nome,_Sobrenome'
-Show_'Lastname,_Firstname'=Exibir_'Sobrenome,_Nome'
-Show_BibTeX_source_by_default=Exibir_o_fonte_BibTeX_por_padr\u00e3o
-Show_BibTeX_source_panel=Exibir_o_painel_de_fonte_BibTeX
-Show_confirmation_dialog_when_deleting_entries=Exibir_di\u00e1logo_de_confirma\u00e7\u00e3o_ao_remover_entradas
-Show_description=Exibir_descri\u00e7\u00e3o
-Show_dynamic_groups_in_<i>italics</i>=Exibir_grupos_din\u00e2micos_em_<i>it\u00e1lico</i>
-Show_entries_*not*_in_group_selection=Exibir_entradas_que_*n\u00e3o*_est\u00e3o_no_grupo_selecionado
-Show_file_column=Exibir_coluna_de_arquivo
-Show_icons_for_groups=Exibir_\u00edcones_para_grupos
-Show_last_names_only=Exibir_apenas_\u00faltimos_nomes
-Show_names_unchanged=Exibir_nomes_n\u00e3o_modificados
-Show_one_less_rows=Exibir_uma_linha_a_menos
-Show_one_more_row=Exibir_mais_uma_linha
-Show_optional_fields=Exibir_campos_opcionais
-Show_PDF/PS_column=Exibir_coluna_PDF/PS
-Show_required_fields=Exibir_campos_obrigat\u00f3rios
-Show_URL/DOI_column=Exibir_coluna_URL/DOI
-Show_warning_dialog_when_a_duplicate_BibTeX_key_is_entered=Exibir_di\u00e1logo_de_aviso_quando_uma_chave_BibTeX_duplicada_\u00e9_inserida
-Show_warning_dialog_when_an_empty_BibTeX_key_is_entered=Exibir_di\u00e1logo_de_aviso_quando_uma_chave_BibTeX_vazia_\u00e9_inserida
-Simple_HTML=HTML_simples
-Size=Tamanho
-Skip=Pular
-Skipped_-_No_PDF_linked=Omitido_-_Nenhum_PDF_linkado
-Skipped_-_PDF_does_not_exist=Omitido_-_O_PDF_n\u00e3o_existe
-Skipped_entry.=Entrada_omitida.
-Sort_alphabetically=Ordenar_alfabeticamente
-Sort_Automatically=Ordenar_automaticamente
-Sort_order=Ordem_de_ordena\u00e7\u00e3o
-sort_subgroups=ordenar_subgrupos
-Sorted_all_subgroups_recursively.=Todos_os_grupos_foram_recursivamente_ordenados.
-Sorted_immediate_subgroups.=Grupos_imediatos_ordenados.
-source_edit=edi\u00e7\u00e3o_de_fonte
-Special_Name_Formatters=Formatadores_de_nome_espepciais
-Special_table_columns=Colunas_de_tabela_especiais
-SQL_connection_established.=Conex\u00e3o_SQL_estabelecida.
-Start_incremental_search=Iniciar_busca_incremental
-Start_search=Iniciar_busca
-Starting_import=Iniciando_importa\u00e7\u00e3o
-Statically_group_entries_by_manual_assignment=Agrupar_entradas_manualmente
-Status=Status
-Stop=Parar
-Store=Armazenar
-Store_journal_abbreviations=Armazenar_abrevia\u00e7\u00f5es_de_revistas(journals)
-Store_string=Armazenar_string
-Store_the_following_fields_with_braces_around_capital_letters=Armazena_os_seguintes_campos_com_chaves_circudando_letras_ma\u00edsculas
-Stored_definition_for_type=Defini\u00e7\u00f5es_para_o_tipo_armazenadas
-Stored_entry=Entradas_armazenada
-Strings=Strings
-Strings_for_database=Strings_para_o_banco_de_dados
-Subdatabase_from_aux=Subbanco_de_dados_a_partir_do_LaTeX_AUX
-Suggest=Sugerir
-Switches_between_full_and_abbreviated_journal_name_if_the_journal_name_is_known.=Alterna_entre_nomes_de_revistas(journals)_abreviados_e_completos_de_o_nome_da_revista(journal)_\u00e9_conhecido.
-Synchronize_%0_links=Sincronizar_%0_links
-Synchronize_file_links=Sincronizar_links_de_arquivos
-Synchronizing_%0_links...=Sincronizando_%0_links
-Table_appearance=Apar\u00eancia_da_tabela
-Table_background_color=Cor_de_fundo_da_tabela_
-Table_grid_color=Cor_do_grade_da_tabela
-Table_text_color=Cor_do_texto_da_tabela
-Tabname=Nome_da_aba
-Target_file_cannot_be_a_directory.=O_arquivo_destino_n\u00e3o_pode_ser_um_diret\u00f3rio
-Tertiary_sort_criterion=Crit\u00e9rio_de_ordena\u00e7\u00e3o_terci\u00e1rio
-Test=Teste
-Text_Input_Area=Area_de_inser\u00e7\u00e3o_de_texto
-The_#_character_is_not_allowed_in_BibTeX_fields=O_caracter_#_n\u00e3o_\u00e9_permitido_em_campos_BibTeX
-The_chosen_date_format_for_new_entries_is_not_valid=O_formato_de_data_escolhido_n\u00e3o_\u00e9_v\u00e1lido
-The_chosen_encoding_'%0'_could_not_encode_the_following_characters\:_=A_codifica\u00e7\u00e3o_'%0'_n\u00e3o_pode_codificar_os_seguintes_caracteres\:_
-The_CiteSeer_fetch_operation_returned_zero_results.=A_opera\u00e7\u00e3o_de_recupera\u00e7\u00e3o_do_CiteSeer_n\u00e3o_retornou_resultados.
-The_current_version_features_a_new_way_of_handling_links_to_external_files.<br>To_take_advantage_of_this,_your_links_must_be_changed_into_the_new_format,_and<br>JabRef_must_be_configured_to_show_the_new_links.=A_vers\u00e3o_atual_traz_uma_nova_forma_de_lidar_com_links_para_arquivos_externos.<br>_Para_tirar_vantagem_disto,_seus_links_devem_ser_alterados_para_o_novo_formato,_e_<br>_o_JabRef_deve_estar_configurado_para_exibir_os_novos_links.
-the_field_<b>%0</b>=o_campo_<b>%0</b>
-The_file<BR>'%0'<BR>has_been_modified<BR>externally!=O_arquivo<BR>'%0'<BR>foi_modificado<BR>externamente!
-The_group_"%0"_already_contains_the_selection.=O_grupo_"%0"_j\u00e1_cont\u00e9m_a_sele\u00e7\u00e3o.
-The_label_of_the_string_can_not_be_a_number.=O_r\u00f3tulo_da_string_n\u00e3o_pode_ser_um_n\u00famero.
-The_label_of_the_string_can_not_contain_spaces.=O_r\u00f3tulo_da_string_n\u00e3o_pode_conter_espa\u00e7os.
-The_label_of_the_string_can_not_contain_the_'#'_character.=O_r\u00f3tulo_da_string_n\u00e3o_pode_conter_o_caracter_'#'.
-The_output_option_depends_on_a_valid_import_option.=A_op\u00e7\u00e3o_de_output_depende_de_uma_op\u00e7\u00e3o_de_importa\u00e7\u00e3o_v\u00e1lida.
-The_PDF_contains_one_or_several_bibtex-records.\nDo_you_want_to_import_these_as_new_entries_into_the_current_database?=O_PDF_cont\u00e9m_um_ou_mais_
-The_regular_expression_<b>%0</b>_is_invalid%c=A_express\u00e3o_regular_<b>%0</b>_\u00e9_inv\u00e1lida%c
-The_search_is_case_insensitive.=A_busca_\u00e9_<i>case_insensitive</i>
-The_search_is_case_sensitive.=A_busca_\u00e9_<i>case_sensitive</i>
-The_string_has_been_removed_locally=Esta_string_foi_removida_localmente
-The_type_name_can_not_contain_spaces.=O_nome_do_tipo_n\u00e3o_pode_conter_espa\u00e7os
-There_are_possible_duplicates_(marked_with_a_'D'_icon)_that_haven't_been_resolved._Continue?=H\u00e1_poss\u00edveis_duplicatadas_(marcadas_com_um_\u00edcone_'D')_que_n\u00e3o_foram_resolvidas._Continuar?
-There_is_no_entry_type=N\u00e3o_h\u00e1_tipo_de_entrada
-this_button_will_update=este_bot\u00e3o_atualizar\u00e1
-This_database_was_written_using_an_older_version_of_JabRef.=Este_banco_de_dados_foi_escrito_utlizando_uma_vers\u00e3o_antiga_do_JabRef.
-This_entry_has_no_BibTeX_key._Generate_key_now?=Esta_entrada_n\u00e3o_possui_chave_BibTeX._Deseja_gerar_uma_chave?
-This_entry_is_incomplete=Esta_entrada_est\u00e1_incompleta
-This_entry_type_cannot_be_removed.=Este_tipo_de_entrada_n\u00e3o_pode_ser_removido.
-This_external_link_is_of_the_type_'%0',_which_is_undefined._What_do_you_want_to_do?=Este_link_externo_\u00e9_do_tipo_'%0',_o_qual_n\u00e3o_est\u00e1_definido._O_que_voc\u00ea_deseja_fazer?_
-This_group_contains_entries_based_on_manual_assignment._Entries_can_be_assigned_to_this_group_by_selecting_them_then_using_either_drag_and_drop_or_the_context_menu._Entries_can_be_removed_from_this_group_by_selecting_them_then_using_the_context_menu._Every_entry_assigned_to_this_group_must_have_a_unique_key._The_key_may_be_changed_at_any_time_as_long_as_it_remains_unique.=Este_grupo_cont\u00e9m_entradas_baseadas_em_designa\u00e7\u00f5es_manuais._Entradas_pode_ser_designadas_para_este_gru [...]
-This_group_contains_entries_in_which=Este_grupo_cont\u00e9m_entradas_nas_quais
-This_group_contains_entries_in_which_any_field_contains_the_regular_expression_<b>%0</b>=Este_grupo_cont\u00e9m_entradas_nas_quais_qualquer_campo_cont\u00e9m_a_express\u00e3o_regular_<b>%0</b>
-This_group_contains_entries_in_which_any_field_contains_the_term_<b>%0</b>=Este_grupo_cont\u00e9m_entradas_nas_quais_qualquer_campo_cont\u00e9m_o_termo_<b>%0</b>
-This_group_contains_entries_whose_<b>%0</b>_field_contains_the_keyword_<b>%1</b>=Este_grupo_cont\u00e9m_entradas_cujo_campo_<b>%0</b>_cont\u00e9m_a_palavra-chave_<b>%1</b>
-This_group_contains_entries_whose_<b>%0</b>_field_contains_the_regular_expression_<b>%1</b>=Este_grupo_cont\u00e9m_entradas_cujo_campo_<b>%0</b>_cont\u00e9m_a_express\u00e3o_regular_<b>%1</b>
-This_is_a_simple_copy_and_paste_dialog_for_import_some_fields_from_normal_text.=Esta_\u00e9_uma_simples_janela_de_di\u00e1logo_do_copiar_e_colar_para_importar_alguns_campos_a_partir_de_texto_normal.
-This_makes_JabRef_look_up_each_%0_link_and_check_if_the_file_exists._If_not,_you_will_be_given_options<BR>to_resolve_the_problem.=Isto_faz_com_que_o_JabRed_busque_cada_link_%0_e_verifique_se_o_arquivo_existe._Caso_n\u00e3o_exista,_ser\u00e3o_exibidas_op\u00e7\u00f5es<BR>_para_resolver_o_problema.
-This_operation_requires_all_selected_entries_to_have_BibTex_keys_defined.=Esta_opera\u00e7\u00e3o_requer_que_todas_as_entradas_selecionadas_tenham_chaves_BibTeX_definidas.
-This_operation_requires_at_least_one_entry.=Esta_opera\u00e7\u00e3o_requer_ao_menos_uma_entrada.
-This_operation_requires_one_or_more_entries_to_be_selected.=Esta_opera\u00e7\u00e3o_exige_que_uma_ou_mais_entradas_sejam_selecionadas
-This_will_move_all_external_links_from_the_'pdf'_and_'ps'_fields_into_the_'%0'_field._Proceed?=Esta_a\u00e7\u00e3o_ir\u00e1_mover_todos_os_links_externos_dos_campos_'pdf'_e_'ps'_para_o_campo_'%0'._Deseja_continuar?
-To_set_up,_go_to_<B>Tools_->_Manage_journal_abbreviations</B>=Para_configurar,_acesse_o_menu_<B>_Ferramentas_->_Gerenciar_abrevia\u00e7\u00f5es_de_revistas_(journals)_</B>
-Toggle_abbreviation=Mostrar/Esconder_abrevia\u00e7\u00e3o
-Toggle_entry_preview=Mostrar/Esconder_previsualiza\u00e7\u00e3o_da_entrada
-Toggle_groups_interface=Mostrar/Esconder_interface_de_grupos
-Toggle_search_panel=Mostrar/Esconder_painel_de_pesquisa
-Try_different_encoding=Tente_uma_codifica\u00e7\u00e3o_diferente
-Type=Tipo
-Type_set_to_'other'=Tipo_configurado_para_'other'
-Unabbreviate_journal_names_of_the_selected_entries=Desabreviar_nomes_de_revistas_(journals)_das_entradas_selecionadas
-Unabbreviated_%0_journal_names.=%0_nomes_de_revistas_(journals)_desabreviados.
-unable_to_access_LyX-pipe=n\u00e3o_foi_poss\u00edvel_acessar_o_pipe_LyX
-Unable_to_create_graphical_interface=N\u00e3o_foi_poss\u00edvel_criar_a_interface_gr\u00e1fica.
-Unable_to_open_file.=N\u00e3o_foi_poss\u00edvel_abrir_o_arquivo.
-Unable_to_open_link._The_application_'%0'_associated_with_the_file_type_'%1'_could_not_be_called.=N\u00e3o_foi_poss\u00edvel_abrir_o_link._A_aplica\u00e7a\u00f5_'%0'_associada_com_o_tipo_de_arquivo_'%1'_n\u00e3o_p\u00f4de_ser_chamado.
-Unable_to_read_default_icon_theme.=N\u00e3o_foi_poss\u00edvel_ler_o_tema_de_\u00edcone_padr\u00e3o
-Unable_to_read_icon_theme_file=N\u00e3o_foi_poss\u00edvel_ler_o_arquivo_de_tema_de_\u00edcone
-unable_to_write_to=n\u00e3o_foi_poss\u00edvel_escrever_para
-Undefined_file_type=Tipo_de_arquivo_indefinido
-Undo=Desfazer
-Union=Uni\u00e3o
-Unknown_bibtex_entries=Entradas_BibTeX_desconhecidas
-unknown_edit=edi\u00e7\u00e3o_desconhecida
-unknown_entry_type=tipo_de_entrada_desconhecido
-Unknown_export_format=Formato_de_exporta\u00e7\u00e3o_desconhecido
-Unmark_all=Desmarcar_todos
-Unmark_entries=Desmarcar_entradas
-Unmark_entry=Desmarcar_entrada
-Unmarked_selected=Desmarcar_os_selecionados
-Unpack_EndNote_filter_set=Descompactar_os_filtros_EndNote
-Unpacked_file.=Arquivo_descompactado
-Unsupported_version_of_class_%0:_%1=Vers\u00e3o_n\u00e3o_suportada_da_classe_%0:_%1
-untitled=Sem_t\u00edtulo
-Up=Acima
-Update_to_current_column_widths=Atualizar_para_a_largura_de_coluna_atual
-Updated_group_selection=Sele\u00e7\u00e3o_de_grupo_atualizada
-Updating_entries...=Atualizando_entradas...
-Upgrade_external_links=Atualizar_links_externos
-Upgrade_external_PDF/PS_links_to_use_the_'%0'_field.=Atualizar_links_PDF/PS_externos_para_utilizar_o_campo_'%0'
-Upgrade_file=Atualizar_arquivo
-Upgrade_old_external_file_links_to_use_the_new_feature=Atualizeos_links_de_arquivos_externos_para_utilizar_o_novo_recurso
-Upgraded_links.=Links_atualizados.
-UPPER=MAI\u00daSCULO
-Upper_Each_First=Primeira_letra_de_cada_palavra_em_mai\u00fasculo
-Upper_first=Primeira_letra_em_mai\u00fasculo
-usage=utiliza\u00e7\u00e3o
-Use_antialiasing_font=Utilizar_fonte_com_antialiasing
-Use_autocompletion_for_the_following_fields=Utilizar_o_autocompletar_para_os_seguintes_campos
-Use_custom_icon_theme=Utiliza_tema_de_\u00edcone_personalizado
-Use_default_viewer=Utilizar_visualizador_padr\u00e3o
-Use_inspection_window_also_when_a_single_entry_is_imported.=Utilizar_janela_de_inspe\u00e7\u00e3o_tamb\u00e9m_quando_uma_\u00fanica_entrada_\u00e9_importada.
-Use_native_file_dialog=Utilizar_arquivo_de_di\u00e1logo_nativo
-Use_other_look_and_feel=Utilizar_uma_outra_apar\u00eancia
-Use_Regular_Expression_Search=Utilizar_pesquisa_por_express\u00e3o_regular
-Use_regular_expressions=Utilizar_express\u00f5es_regulares
-Use_the_following_delimiter_character(s)=Utilize_o(s)_seguinte(s)_caractere(s)_de_delimita\u00e7\u00e3o
-User_does_not_have_sufficient_privileges.\n=O_usu\u00e1rio_n\u00e3o_possui_privil\u00e9gios_suficientes.\n
-Username_\:=Nome_de_usu\u00e1rio\:
-Value_cleared_externally=Valor_apagado_externamente
-Value_set_externally=Valor_definido_externamente
-verify_that_LyX_is_running_and_that_the_lyxpipe_is_valid=verifique_que_o_LyX_est\u00e1_sendo_executado_e_que_o_lyxpipe_\u00e9_v\u00e1lido
-View=Visualizar
-Vim_Server_Name=Nome_do_servidor_Vim
-Waiting_for_ArXiv...=Aguardando_por_ArXiv...
-Warn_about_unresolved_duplicates_when_closing_inspection_window=Alertar_sobre_duplicatas_n\u00e3o_resolvidas_ao_fechar_a_janela_de_inspe\u00e7\u00e3o
-Warn_before_overwriting_existing_keys=Alertar_ao_sobrescrever_chaves_existentes
-Warning=Alerta
-Warning\:_could_not_complete_file_repair;_your_file_may_have_been_corrupted._Error_message=Alerta\:_n\u00e3o_foi_poss\u00edvel_completar_a_repara\u00e7\u00e3o_do_arquivo;_seu_arquivo_pode_estar_corrompido._Mensagem_de_erro
-Warning_there_is_a_duplicate_key=Alertar_quando_houver_uma_chave_duplicada
-Warnings=Alertas
-web_link=link_web
-What_do_you_want_to_do?=O_que_voc\u00ea_deseja_fazer?
-When_adding/removing_keywords,_separate_them_by=Ao_adicionar/remover_palavras-cave,_separ\u00e1-las_por_
-Will_write_XMP-metadata_to_the_PDFs_linked_from_selected_entries.=Ir\u00e1_escrever_todos_os_metadados_XMP_para_os_PDF_linkados_a_partir_das_entradas_selecionadas.
-with=com
-Word=Word
-Write_BibtexEntry_as_XMP-metadata_to_PDF.=Escrever_BibTexEntry_como_um_metadado_XMP_para_o_PDF.
-Write_XMP=Escrever_XMP
-Write_XMP-metadata=Escrever_metadados_XMP
-Write_XMP-metadata_for_all_PDFs_in_current_database?=Escrever_metadados_XMP_para_todos_os_PDF's_no_banco_de_dados_atual?_
-Writing_XMP=Escrevendo_XMP
-Writing_XMP_metadata...=Escrevendo_metadados_XMP...
-Writing_XMP_metadata_for_selected_entries...=Escrevendo_metadados_XMP_para_as_entradas_selecionadas...
-Writing_XMP_to_'%0'...=Escrevendo_XMP_para_'%0'...
-Wrong_file_format=Formato_de_arquivo_inv\u00e1lido
-Wrote_XMP-metadata=Metadados_XMP_escritos
-Wrote_XMP_to_'%0'.=XMP_escrito_para_'%0'.
-XMP-annotated_PDF=PDF_com_anota\u00e7\u00f5es_XMP
-XMP_Export_Privacy_Settings=Configura\u00e7\u00f5es_de_privacidade_para_a_exporta\u00e7\u00e3o_XMP
-XMP_metadata=Metaddos_XMP
-XMP_metadata_found_in_PDF\:_%0=Metadados_XMP_encontrados_no_PDF\:_%0
-You_have_changed_the_language_setting._You_must_restart_JabRef_for_this_to_come_into_effect.=Voc\u00ea_configurou_a_configura\u00e7\u00e3o_de_idioma._Voc\u00ea_deve_reiniciar_o_Jabref_para_a_altera\u00e7\u00e3o_tenha_efeito.
-You_have_changed_the_look_and_feel_setting._You_must_restart_JabRef_for_this_to_come_into_effect.=Voc\u00ea_alterou_a_configura\u00e7\u00e3o_de_apar\u00eancia._Voc\u00ea_deve_reiniciar_o_JabRef_para_que_as_altera\u00e7\u00f5es_tenham_efeito.
-You_have_cleared_this_field._Original_value=Voc\u00ea_limpou_este_campo._Valor_original
-You_have_entered_an_invalid_search_'%0'.=Voc\u00ea_digitou_um_termo_de_busca_inv\u00e1lido_'%0'.
-You_must_choose_a_file_name_to_store_journal_abbreviations=Voc\u00ea_deve_escolher_um_nome_de_arquivo_para_armazenar_abrevia\u00e7\u00f5es_de_revistas(journals)
-You_must_fill_in_a_name_for_the_entry_type.=Voc\u00ea_deve_preencher_um_nome_para_o_tipo_de_entrada.
-You_must_restart_JabRef_for_the_new_key_bindings_to_work_properly.=Voc\u00ea_deve_reiniciar_o_JabRef_para_que_as_novas_atribui\u00e7\u00f5es_de_chave_funcionem_corretamente.
-You_must_set_both_BibTeX_key_and_%0_directory=Voc\u00ea_deve_definir_a_chave_BibTeX_E_o_diret\u00f3rio_%0
-Your_new_key_bindings_have_been_stored.=Suas_novas_atribui\u00e7\u00f5es_de_chave_foram_armazenadas.
-The_following_fetchers_are_available\:=As_seguintes_ferramentas_de_pesquisa_est\u00e3o_dispon\u00edveis\:
-Could_not_find_fetcher_'%0'=N\u00e3o_foi_poss\u00edvel_encontrar_a_ferramenta_de_pesquisa_'%0'
-Running_Query_'%0'_with_fetcher_'%1'.=Executando_consultado_'%0'_com_ferramenta_de_pesquisa_'%1'.
-Please_wait!=Por_favor,_aguarde!
-Query_'%0'_with_fetcher_'%1'_did_not_return_any_results.=Consulta_'%0'_com_ferramenta_de_pesquisa_'%1'_n\u00e3o_retornou_resultados.
-Open_SPIRES_entry=Abrir_entrada_SPIRES
-Move/Rename_file=Mover/Renomear_arquivo
-File_moved=Arquivo_movido
-Move_file_failed=Movimenta\u00e7\u00e3o_do_arquivo_falhou
-Could_not_move_file=N\u00e3o_foi_poss\u00edvel_mover_o_arquivo
-Could_not_find_file_'%0'.=N\u00e3o_foi_poss\u00edvel_encontrar_o_arquivo_'%0'.
-Move/rename_file=Mover/renomear_arquivo
-Number_of_entries_successfully_imported=N\u00famero_de_entradas_importadas_com_sucesso
-Import_canceled_by_user=Importa\u00e7\u00e3o_cancelada_pelo_usu\u00e1rio
-Error_fetching_from_Citeseer\:\\n=Erro_ao_recuperar_do_CiteSeer\:\\n
-Progress:_%0_of_%1=Progresso:_%0_de_%1
-Error_while_fetching_from_JSTOR=Erro_ao_recuperar_do_JSTOR
-Fetching_Medline_by_id...=Recuperando_do_Medline_por_id...
-Fetching_Medline_by_term...=Recuperando_do_Medline_por_termo...
-Medline_import_canceled=Importa\u00e7\u00e3o_a_partir_do_Medline_cancelada
-Please_enter_a_valid_number=Por_favor,_digite_um_n\u00famero_v\u00e1lido
-Please_enter_a_comma_separated_list_of_Medline_IDs_(numbers)_or_search_terms.=Por_favor,_digite_uma_lista_separada_por_v\u00edrgulas_de_ID_ou_termos_de_busca_Medline.
-An_Error_occurred_while_fetching_from_SPIRES_source_(%0)\:=Um_erro_ocorreu_ao_recuperar_a_partir_da_fonte_SPIRES_(%0)\:
-Error_while_fetching_from_Spires\:_=Erro_ao_recuperar_do_Spires\:
-Connect_to_external_SQL_database=Conectar_a_um_banco_de_dados_SQL_externo
-Export_to_external_SQL_database=Exportar_para_um_banco_de_dados_SQL_externo
-Show_results_in_dialog=Exibir_resultados_em_uma_janela_de_di\u00e1logo
-Global_search=Pesquisa_global
-Show_search_results_in_a_window=Exibir_resultados_de_busca_em_uma_janela
-Search_results=Resultados_de_pesquisa
-Move_file_to_file_directory?=Mover_arquivo_para_o_diret\u00f3rio_de_arquivos?
-Rename_to_'%0'=Renomear_para_'%0'
-Move_to_file_directory=Mover_para_diret\u00f3rio_de_arquivo
-You_have_changed_the_menu_and_label_font_size._You_must_restart_JabRef_for_this_to_come_into_effect.=Voc\u00ea_alterou_o_menu_e_tamanho_de_fonte_dos_r\u00f3tulos._Voc\u00ea_deve_reiniciar_o_JabRef_para_as_altera\u00e7\u00f5es_terem_efeito.
-Database_is_protected._Cannot_save_until_external_changes_have_been_reviewed.=O_banco_de_dados_est\u00e1_protegido._N\u00e3o_\u00e9_poss\u00edvel_salvar_antes_que_mudan\u00e7as_externas_sejam_revisadas.
-Protected_database=Banco_de_dados_protegido
-Refuse_to_save_the_database_before_external_changes_have_been_reviewed.=Recusa_em_salvar_o_banco_de_dados_antes_de_mudan\u00e7as_externas_serem_revisadas.
-Database_protection=Prote\u00e7\u00e3o_do_banco_de_dados
-Unable_to_save_database=N\u00e3o_foi_poss\u00edvel_salvar_o_banco_de_dados
-BibTeX_key_generator=Gerador_de_chaves_BibTeX
-Unable_to_open_link.=N\u00e3o_foi_poss\u00edvel_abrir_link.
-Search_JSTOR=Pesquisa_JSTOR
-Attempting_SQL_import...=Tentativa_de_importa\u00e7\u00e3o_SQL...
-BibO_RDF=BibO_RDF
-HTML_parser=Analisador_HTML
-Move_the_keyboard_focus_to_the_entry_table=Mover_o_foco_do_teclado_para_a_tabela_de_entradas
-MIME_type=MIME_type
-This_feature_lets_new_files_be_opened_or_imported_into_an_already_running_instance_of_JabRef<BR>instead_of_opening_a_new_instance._For_instance,_this_is_useful_when_you_open_a_file_in_JabRef<br>from_your_web_browser.<BR>Note_that_this_will_prevent_you_from_running_more_than_one_instance_of_JabRef_at_a_time.=Esta_funcionalidade_permite_que_novos_arquivos_sejam_abertos_ou_importados_para_uma_inst\u00e2ncia_do_JabRef_j\u00e1_aberta<br>_ao_inv\u00e9s_de_abrir_uma_nova_inst\u00e2ncia._Por_exe [...]
-Note_that_these_settings_are_used_for_the_legacy_<b>pdf</b>_and_<b>ps</b>_fields_only.<br>For_most_users,_setting_the_<b>Main_file_directory</b>_above_should_be_sufficient.=Note_que_estas_configura\u00e7\u00f5es_s\u00e3o_utilizadas_pelos_campos_obsoletos_de_<b>pdf</b>_e_<b>ps</b>_apenas.<br>_Para_a_maioria_dos_usu\u00e1rios,_configurar_o_<b>Diret\u00f3rio_de_arquivo_principal</b>_deve_ser_suficiente.
-Legacy_file_fields=Campos_de_arquivo_obsoletos
-This_makes_JabRef_look_up_each_%0_extension_and_check_if_the_file_exists._If_not,_you_will_be_given_options<BR>to_resolve_the_problem.=Isto_faz_o_JabRef_pesquisar_cada_extens\u00e3o_%0_e_verificar_se_o_arquivo_existe._Se_n\u00e3o_existe,_voc\u00ea_ter\u00e1_op\u00e7\u00f5es_<br>_para_resolver_o_problema.
-Run_Fetcher,_e.g._"--fetch=Executar_Pesquisar_,_e.g.,_"--fetch"
-The_ACM_Digital_Library=A_Biblioteca_Digital_ACM
-Reset=Redefinir
-Use_IEEE_LaTeX_abbreviations=Utilizar_abrevia\u00e7\u00f5es_LaTeX_IEEE
-The_Guide_to_Computing_Literature=O_Guia_da_Literatura_em_Computa\u00e7\u00e3o
-Search_ACM_Portal=Pesquisar_no_Portal_ACM
-Connection_to_ACM_Portal_failed=Conex\u00e3o_ao_portal_ACM_falhou
-When_opening_file_link,_search_for_matching_file_if_no_link_is_defined=Ao_abrir_o_link_do_arquivo,_procurar_por_arquivo_correspondente_se_nenhum_link_est\u00e1_definido
-Settings_for_%0=Configura\u00e7\u00f5es_para_%0
-Insert_selected_citations_into_Vim=Inserir_cita\u00e7\u00f5es_selecionadas_para_o_Vim
-RIS=RIS
-Assign_exclusively_to_group=Designar_exclusivamente_para_o_grupo
-Bad_Request_'%0'.=Requisi\u00e7\u00e3o_errada_'%0'.
-Mark_entries_imported_into_an_existing_database=Marcar_entradas_importadas_para_um_novo_banco_de_dados_existente
-Unmark_all_entries_before_importing_new_entries_into_an_existing_database=Desmarcar_todas_as_entradas_antes_de_importar_novas_entradas_para_um_banco_de_dados_existente
-Forward=Avan\u00e7ar
-Back=Voltar
-Sort_the_following_fields_as_numeric_fields=Ordenar_os_seguintes_campos_como_campos_num\u00e9ricos
-Line_%0\:_Found_corrupted_BibTeX-key.=Linha_%0\:_Chave_BibTeX_corrompida_encontrada.
-Line_%0\:_Found_corrupted_BibTeX-key_(contains_whitespaces).=Linha_%0\:_Chave_BibTeX_corrompida_encontrada_(cont\u00e9m_espa\u00e7os_em_branco).
-Line_%0\:_Found_corrupted_BibTeX-key_(comma_missing).=Linha_%0\:_Chave_BibTeX_corrompida_encontrada_(v\u00edrgula_faltando).
-Finished_downloading_full_text_document=O_download_do_texto_completo_foi_finalizado
-Unable_to_find_full_text_document_in_the_linked_web_page.=N\u00e3o_foi_poss\u00edvel_encontrar_o_texto_completo_na_p\u00e1gina_web_linkada.
-Connection_error_when_trying_to_find_full_text_document.=Erro_de_conex\u00e3o_ao_tentar_encontrar_texto_completo.
-This_entry_provides_no_URL_or_DOI_links.=Esta_entrada_n\u00e3o_fornece_links_URL_ou_DOI.
-Full_text_article_download_failed=O_download_do_artigo_completo_falhou
-Update_to_current_column_order=Atualizar_para_ordena\u00e7\u00e3o_de_coluna_atual
-Rename_field=Renomear_campo
-Set/clear/rename_fields=Definir/limpar/renomear_campos
-Rename_field_to\:=Renomear_campo_para_\:
-Move_contents_of_a_field_into_a_field_with_a_different_name=Mover_conte\u00fado_de_um_campo_para_um_campo_com_nome_diferente
-You_can_only_rename_one_field_at_a_time=Voc\u00ea_pode_renomear_apenas_um_campo_por_vez
-Remove_all_broken_links=Remover_todos_os_links_inv\u00e1lidos
-Cannot_use_port_%0_for_remote_operation;_another_application_may_be_using_it._Try_specifying_another_port.=N\u00e3o_\u00e9_poss\u00edvel_utilizar_a_porta_%0_para_opera\u00e7\u00e3o_remota;_outra_aplica\u00e7\u00e3o_pode_estar_usando-a._Tente_utilizar_uma_outra_porta.
-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
-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.
-A_newer_version_of_this_plugin_is_already_installed.=Uma_nova_vers\u00e3o_deste_plugin_j\u00e1_est\u00e1_instalada.
-One_or_more_older_versions_of_this_plugin_is_installed._Delete_old_versions?=Uma_ou_mais_vers\u00f5es_antigas_deste_plugin_est\u00e3o_instaladas._Deseja_remover_as_vers\u00f5es_antigas?
-Old_versions_deleted_successfully.=Vers\u00f5es_antigas_removidas_com_sucesso.
-Install_plugin=Instalar_plugin
-Download_plugin=Fazer_o_download_do_plugin
-Plugin_manager=Gerenciador_de_plugins
-Delete_the_%0_selected_plugins?=Remover_os_%0_plugins_selecionados?
-Delete_plugins=Remover_plugins
-Delete_the_selected_plugin?=Remover_o_plugin_selecionado?
-Delete_plugin=Remover_plugin
-Enter_download_URL=Digitar_a_URL_de_download
-Plugin_name=Nome_de_plugin
-Version=Vers\u00e3o
-Unknown=Desconhecido
-Not_loaded=N\u00e3o_carregado
-Loaded=Carregado
-Could_not_determine_version_of_=N\u00e3o_foi_poss\u00edvel_determinar_a_vers\u00e3o_de_
-Install_anyway?=Instalar_mesmo_assim?_
-Looking_for_full_text_document...=Pesquisando_por_documento_completo...
-Follow_DOI_or_URL_link_and_try_to_locate_PDF_full_text_document=Seguir_o_DOI_ou_link_URL_e_tentar_localizar_o_documento_PDF_completo
-Unable_to_find_full_text_article._No_search_algorithm_defined_for_the_'%0'_web_site.=N\u00e3o_foi_poss\u00edvel_encontrar_o_artigo_completo._Nenhum_algoritmo_de_pesquisa_definido_para_o_website_'%0'.
-Found_pdf_link,_but_received_the_wrong_MIME_type._This_could_indicate_that_you_don't_have_access_to_the_fulltext_article.=Link_PDF_encontrado,_mas_MIME_type_recebido_\u00e9_incorreto._Isto_pode_indicar_que_voc\u00ea_n\u00e3o_possui_acesso_ao_artigo_completo.
-Autosave=Salvar_automaticamente
-Prompt_before_recovering_a_database_from_an_autosave_file=Perguntar_antes_de_recuperar_um_banco_de_dados_a_partir_de_um_arquivo_salvo_automaticamente
-Autosave_interval_(minutes)=Intervalo_de_salvamento_autom\u00e1tico_(minutos)
-Do_you_want_to_recover_the_database_from_the_autosave_file?=Voc\u00ea_deseja_recuperar_o_banco_de_dados_a_partir_do_arquivo_salvo_automaticamente?
-Recover_from_autosave=Recuperar_a_partir_de_um_salvamento_autom\u00e1tico
-%0_warnings=%0_avisos
-Save_in_current_table_sort_order=Salvar_na_ordena\u00e7\u00e3o_atual_da_tabela
-Export_in_current_table_sort_order=Exportar_na_ordena\u00e7\u00e3o_atual_da_tabela
-Export_ordered_by_author/editor/year=Exportar_ordenando_por_autor/editor/ano
-Export_entries_in_their_original_order=Exportar_entradas_em_sua_ordem_original
-Error_opening_file_'%0'.=Erro_ao_abrir_arquivo_'%0'.
-Autosave_of_file_'%0'=Salvamento_autom\u00e1tico_do_arquivo_'%0'
-Error_opening_autosave_of_'%0'._Trying_to_load_'%0'_instead.=Erro_ao_abrir_o_autosave_de_'%0'._Tentando_carregar_'%0'_no_lugar.
-Plugins_installed_in_your_user_plugin_directory_(%0)\:=Plugins_instalados_em_seu_diret\u00f3rio_de_usu\u00e1rio_(%0)\:
-Plugins_installed_in_other_locations\:=Plugins_instalados_em_outros_locais\:
-Plugins_will_be_deleted_next_time_JabRef_starts_up.=Os_plugins_ser\u00e3o_removidos_na_pr\u00f3xima_vez_que_o_JabRef_for_iniciado.
-Plugin_will_be_deleted_next_time_JabRef_starts_up.=O_plugin_ser\u00e1_removido_na_pr\u00f3xima_vez_que_o_JabRef_for_iniciado.
-Old_plugin_versions_will_be_deleted_next_time_JabRef_starts_up.=Vers\u00f5es_antigas_do_plugin_ser\u00e3o_removidas_na_pr\u00f3xima_vez_que_o_JabRef_for_iniciado.
-Formatter_not_found\:_%0=Formatador_n\u00e3o_encontrado\:_%0
-The_following_formatters_could_not_be_found=Os_seguintes_formatadores_n\u00e3o_foram_encontrados
-Clear_inputarea=Limpar_\u00e1rea_de_entrada_de_texto
-Automatically_set_file_links_for_this_entry=Links_de_arquivos_automaticamente_definidos_para_esta_entrada.
-Could_not_save,_file_locked_by_another_JabRef_instance.=N\u00e3o_foi_poss\u00edvel_salvar,_o_arquivo_est\u00e1_bloqueado_por_outra_inst\u00e2ncia_JabRef.
-File_is_locked_by_another_JabRef_instance.=O_arquivo_est\u00e1_bloqueado_por_outra_inst\u00e2ncia_JabRef.
-Do_you_want_to_override_the_file_lock?=Deseja_substituir_o_bloqueio_do_arquivo?
-File_locked=Arquivo_bloqueado
-Current_tmp_value=Valor_tmp_atual
-Metadata_change=Mudan\u00e7a_de_metadados
-Changes_have_been_made_to_the_following_metadata_elements=Mudan\u00e7as_foram_realizadas_nos_seguintes_elementos_de_metadados
-Generate_groups_for_author_last_names=Gerar_grupos_a_partir_dos_\u00faltimos_nomes_dos_autores
-Generate_groups_for_editor_last_names=Gerar_grupos_pelos_\u00faltimos_nomes_dos_editores
-Generate_groups_from_keywords_in_a_BibTeX_field=Gerar_grupos_a_partir_de_palavras_chaves_em_um_campo_BibTeX
-Enforce_legal_characters_in_BibTeX_keys=For\u00e7ar_caracteres_permitidos_em_chaves_BibTeX
-The_#_character_is_not_allowed_in_BibTeX_strings_unless_escaped_as_in_'\\#'.=O_caractere_#_n\u00e3o_\u00e9_permitido_em_strings_BibTeX_ao_menos_que_definida_como_caracter_especial,_no_formato_'\\#'.
-Before_saving,_please_edit_any_strings_containing_the_#_character.=Antes_de_salvar_por_favor_edite_quaisquer_strings_contendo_o_caracter_#.
-Save_without_backup?=Salvar_sem_backup?
-Unable_to_create_backup=N\u00e3o_foi_poss\u00edvel_criar_o_backup
-File_directory_is_not_set_or_does_not_exist.=O_diret\u00f3rio_de_arquvios_n\u00e3o_foi_definido_ou_n\u00e3o_existe.
-Move_file_to_file_directory.=Mover_arquivo_para_diret\u00f3rio_de_arquivo.
-Rename_file_to=Renomear_arquivo_para
-<b>All_Entries</b>_(this_group_cannot_be_edited_or_removed)=<b>Todas_as_entradas</b>_(este_grupo_n\u00e3o_pode_ser_editado_ou_removido)
-</b>_-_static_group=</b>_-_grupo_est\u00e1tico
-,_refines_supergroup=,_redefine_o_supergrupo
-,_includes_subgroups=,_incluir_subgrupos
-</b>_-_dynamic_group_(<b>=</b>_-_grupo_din\u00e2mico_(<b>
-</b>_contains_<b>=</b>_cont\u00e9m_<b>
-</b>_-_dynamic_group_(=</b>_-_grupo_din\u00e2mico_(
-search_expression\:_<b>=express\u00e3o_de_pesquisa\:_<b>
-Disable_file_renaming_in_non-native_file_dialog=Desabilitar_renomea\u00e7\u00e3o_de_arquivos_em_di\u00e1logos_de_arquivo_n\u00e3o_nativos
-File_dialog=Di\u00e1logo_de_arquivo
-No_entries_found._It_looks_like_you_do_not_have_access_to_search_JStor.=Nenhuma_entrada_encontrada._Parece_que_voc\u00ea_n\u00e3o_tem_acesso_para_pesquisar_no_JStor.
-Search_ScienceDirect=Pesquisar_ScienceDirect
-Error_while_fetching_from_ScienceDirect=Erro_ao_recuperar_dados_do_ScienceDirect
-Error_initializing_custom_export_format_from_string_'%0'=Erro_ao_iniciar_formata\u00e7\u00e3o_da_exporta\u00e7\u00e3o_personalizada_a_partir_da_string_%0
-BibLaTeX_mode=Modo_BibLaTeX
-Optional_fields_2=Campos_opcionais_2
-Please_wait=Por_favor,_aguarde
-Waiting_for_save_operation_to_finish=Aguardando_a_opera\u00e7\u00e3o_de_salvamento_ser_finalizada
-Resolving_duplicate_BibTeX_keys...=Resolvendo_chaves_BibTeX_duplicadas...
-Finished_resolving_duplicate_BibTeX_keys._%0_entries_modified.=Resolu\u00e7\u00e3o_de_chaves_BibTeX_duplicadas_finalizada._%0_entradas_foram_modificadas.
-This_database_contains_one_or_more_duplicated_BibTeX_keys.=Este_banco_de_dados_cont\u00e9m_uma_ou_mais_chaves_BibTeX_duplicadas.
-Do_you_want_to_resolve_duplicate_keys_now?=Deseja_resolver_chaves_duplicadas_agora?
-Find_and_remove_duplicate_BibTeX_keys=Encontrar_e_remover_chaves_BibTeX_duplicadas
-Expected_syntax_for_--fetch=Sintaxe_esperada_para_--fetch
-Duplicate_BibTeX_key=Duplicar_chave_BibTeX
-Duplicate_key=Duplicar_chave
-Generate_key=Gerar_chave
-Import_marking_color=Importar_cores_de_marca\u00e7\u00e3o
-%0_entries_found._To_reduce_server_load,_only_%1_will_be_downloaded._It_will_be_very_slow,_in_order_to_make_ACM_happy.=%0_entradas_encontradas._Para_reduzir_a_carga_no_servidor,_apenas_%1_ser\u00e1_baixada._Ser\u00e1_bem_devagar,_para_fazer_a_ACM_feliz.
-BibTeX_importer=Importador_BibTeX
-Always_add_letter_(a,_b,_...)_to_generated_keys=Sempre_adicionar_uma_letra_(a,_b,_...)\u00e0s_chaves_geradas
-Ensure_unique_keys_using_letters_(a,_b,_...)=Garantir_chaves_\u00fanicas_utilizando_letras_(a,_b,_...)
-Ensure_unique_keys_using_letters_(b,_c,_...)=Garantir_chaves_\u00fanicas_utilizando_letras_(b,_c,_...)
-Entry_editor_active_background_color=Editor_de_entradas_
-Entry_editor_background_color=Cor_de_fundo_do_editor_de_entradas
-Entry_editor_font_color=Cor_da_fonte_do_editor_de_entradas
-Entry_editor_invalid_field_color=Cor_de_campo_inv\u00e1lido_do_editor_de_entradas
-Table_and_entry_editor_colors=Cores_do_editor_de_tabela_e_entradas
-An_autosave_file_was_found_for_this_database._This_could_indicate_=Um_arquivo_de_autosave_foi_encontrado_neste_banco_de_dados._Isto_pode_indicar_
-that_JabRef_didn't_shut_down_cleanly_last_time_the_file_was_used.=que_o_JabRef_n\u00e3o_foi_encerrado_corretamenre_na_\u00faltima_vez_que_o_arquivo_foi_utilizado.
-General_file_directory=Diret\u00f3rio_geral_de_arquivos
-User-specific_file_directory=Diret\u00f3rio_de_arquivo_espec\u00edfico_do_usu\u00e1rio
-Error_setting_look_and_feel=Erro_ao_definir_apar\u00eancia
-Search_failed\:_illegal_search_expression=A_pesquisa_falhou\:_express\u00e3o_de_pesquisa_ilegal
-Show_ArXiv_column=Exibir_coluna_ArXiv
-<HTML>Unpack_the_zip_file_containing_import/export_filters_for_Endnote,<BR>for_optimal_interoperability_with_JabRef</HTML>=<HTML>Descompacte_o_arquivo_zip_contendo_filtros_de_importa\u00e7\u00e3o/exporta\u00e7\u00e3o_para_Endnote,<BR>para_melhor_interoperabilidade_com_o_JabRef</HTML>
-Highlight_groups_that_contain_entries_contained_in_any_currently_selected_group=Destacar_grupos_que_cont\u00e9m_entradas_presentes_em_qualquer_um_dos_grupos_selecionados
-You_must_enter_an_integer_value_in_the_interval_1025-65535_in_the_text_field_for=Voc\u00ea_deve_digitar_um_valor_inteiro_entre_1025_e_65535_no_campo_de_texto_para
-Automatically_open_browse_dialog_when_creating_new_file_link=Abrir_janela_de_di\u00e1logo_automaticamente_ao_criar_um_novo_link_de_arquivo
-Import_Metadata_from\:=Importar_metadados_a_partir_de\:
-Choose_the_source_for_the_metadata_import=Escolher_a_fonte_para_a_importa\u00e7\u00e3o_de_metadados
-Create_entry_based_on_XMP_data=Criar_entrada_baseada_em_dados_XMP
-Create_entry_based_on_data_fetched_from=Criar_entrada_baseado_em_dados_recuperados_de_
-Create_blank_entry_linking_the_PDF=Criar_entrada_em_branco_linkando_o_PDF
-Only_attach_PDF=Anexar_apenas_PDF
-Mr._dLib_Metadata_Entries_Associated_With\:=Entradas_de_metadados_Mr._dLib_associadas_com\:
-Mr._dLib_Metadata_Entries_Associated_With_PDF_File=Entradas_de_metadados_Mr._dLib_associadas_com_o_arquivo_PDF
-Title=T\u00edtulo
-Author(s)=Autor(es)
-Published_Year=Ano_de_publica\u00e7\u00e3o
-No_metadata_found.=Nenhum_metadado_encontrado.
-Mr._dLib_web_service_is_temporarily_unavailable.=O_webservice_Mr._dLib_est\u00e1_temporariamente_insdispon\u00edvel.
-Mr._dLib_web_service_is_temporarily_down._Please_try_again_later.=O_webservice_Mr._dLib_est\u00e1_temporariamente_fora_do_ar._Tente_novamente_mais_tarde.
-You_are_not_connected_to_the_Internet._To_access_Mr._dLib_web_service_an_internet_connection_is_needed.=Voc\u00ea_n\u00e3o_est\u00e1_conectado_\u00e0_internet._Para_acessar_o_webservice_Mr._dLib_\u00e9_necess\u00e1ria_uma_conex\u00e3o_com_a_internet.
-No_Internet_Connection.=Sem_conex\u00e3o_com_a_internet.
-This_JabRef_version_is_trying_to_access_an_old_version_of_Mr._dLib's_webservice_that_is_not_working_any_more.\nPlease_visit_http\://jabref.sourceforge.net_or_http\://www.mr-dlib.org_for_more_information_and_updates.\n\n\n=Esta_vers\u00e3o_do_JabRef_est\u00e1_tentando_acessar_uma_vers\u00e3o_antiga_do_webservice_Mr._dLib_que_n\u00e3o_funciona_mais.\nPor_favor_visite_http\://jabref.sourceforge.net_ou_http\://www.mr-dlib.org_para_mais_informa\u00e7\u00f5es_e_atualiza\u00e7\u00f5es._\n\n\n
-Web_Service_Version_Outdated=Vers\u00e3o_do_Web_Service_desatualizada
-The_Mr._dLib_web_service_version_you_trying_to_access_is_outdated.=A_vers\u00e3o_do_servi\u00e7o_web_Mr._dLib_que_voc\u00ea_o_qual_voc\u00ea_est\u00e1_tentando_acessar_est\u00e1_desatualizada.
-Update_empty_fields_with_data_fetched_from=Atualizar_campos_vazios_com_dados_recuperados_a_partir_de
-Create_New_Entry=Criar_nova_entrada
-Update_Existing_Entry=Atualizar_entrada_existente
-Mr._dLib=Mr._dLib
-More_information=Mais_informa\u00e7\u00f5es
-Fetching_Metadata...=Recuperando_metadados
-Metadata=Metadados
-Autocomplete_names_in_'Firstname_Lastname'_format_only=Autocompletar_nome_em_um_formato_'Nome,_Sobrenome'_apenas
-Autocomplete_names_in_'Lastname,_Firstname'_format_only=Autocompletar_nomes_em_um_formato_'Sobrenome,_Nome'_apenas
-Autocomplete_names_in_both_formats=Autocompletar_nomes_em_ambos_os_formatos
-Marking_color_%0=Cor_de_marca\u00e7\u00e3o_%0
-The_name_'comment'_can_not_be_used_as_an_entry_type_name.=O_nome_'comment'_n\u00e3o_pode_ser_utilizado_como_um_nome_de_tipo_de_entrada.
-You_must_enter_an_integer_value_in_the_text_field_for=Voc\u00ea_deve_digitar_um_valor_inteiro_no_campo_de_texto_para
-File_directory=Diret\u00f3rio_de_arquivo
-Send_as_email=Enviar_como_email
-References=Refer\u00eancias
-Sending_of_emails=Envio_de_emails
-Subject_for_sending_an_email_with_references=Assunto_para_enviar_um_email_com_refer\u00eancias
-Automatically_open_folders_of_attached_files=Abrir_pastas_de_arquivos_anexados_automaticamente
-Create_entry_based_on_content=Criar_entrada_baseada_no_conte\u00fado
-Store_choice_as_default=Armazenar_escolha_como_padr\u00e3o
-Do_not_show_this_box_again_for_this_import=N\u00e3o_exibir_esta_caixa_de_di\u00e1logo_novamente_para_esta_importa\u00e7\u00e3o
-Always_use_this_PDF_import_style_(and_do_not_ask_for_each_import)=Sempre_utilizar_este_estilo_de_importa\u00e7\u00e3o_de_PDF_(e_n\u00e3o_pergunte_a_cada_importa\u00e7\u00e3o)
-Error_creating_email=Erro_ao_criar_email
-Could_not_open_directory=N\u00e3o_foi_poss\u00edvel_abrir_o_diret\u00f3rio
-Entries_added_to_an_email=entradas_adicionadas_para_um_email
-exportFormat=exportFormat
-Output_file_missing=Arquivo_de_sa\u00edda_n\u00e3o_encontrado.
-No_search_matches.=Sem_correspond\u00eancias.
-The_output_option_depends_on_a_valid_input_option.=A_op\u00e7\u00e3o_padr\u00e3o_depende_de_uma_op\u00e7\u00e3o_de_entrada_v\u00e1lida.
-Default_import_style_for_drag&drop_of_PDFs=Estilo_de_importa\u00e7\u00e3o_padr\u00e3o_para_Arrastar_e_Soltar_de_PDFs
-Default_PDF_file_link_action=A\u00e7\u00e3o_de_link_de_arquivo_PDF_padr\u00e3o
-File_name_format_pattern=Modelo_de_formato_de_nome_de_arquivo
-PostgreSQL_database=Banco_de_dados_PostgreSQL
-DIN_1505=DIN_1505
-Wrong_Format=Formato_errado
-Path_to_gnuclient_or_emacsclient=Caminho_para_gnuclient_ou_emacsclient
-Additional_parameters=Par\u00e2metros_adicionais
-Encrypted_documents_are_not_supported=Documentos_encriptados_n\u00e3o_s\u00e3o_suportados
-Cite_selected_entries=Citar_entradas_selecionadas
-Cite_selected_entries_with_in-text_citation=Citar_entradas_selecionadas_com_cita\u00e7\u00e3o_no_texto
-Cite_special=Citar_especial
-Extra_information_(e.g._page_number)=Informa\u00e7\u00e3o_adicional_(e.g.)_n\u00famero_de_p\u00e1ginas)
-Manage_citations=Gerenciar_cita\u00e7\u00f5es
-Problem_modifying_citation=Problema_ao_modificar_cita\u00e7\u00e3o
-Citation=Cita\u00e7\u00e3o
-Context=Contexto
-Extra_information=Informa\u00e7\u00e3o_adicional
-Could_not_resolve_BibTeX_entry_for_citation_marker_'%0'.=N\u00e3o_foi_poss\u00edvel_resolver_a_entrada_BibTeX_para_o_marcador_de_cita\u00e7\u00e3o_'%0'.
-Styles=Estilos
-Select_style=Selecionar_estilo
-This_is_the_list_of_available_styles._Select_the_one_you_want_to_use.=Esta_\u00e9_a_lista_de_estilos_dispon\u00edveis._Selecione_o_estilo_a_ser_utilizado.
-Journals=Revistas(journals)
-Cite=Citar
-Cite_in-text=Citar_no_texto
-Insert_empty_citation=Inserir_cita\u00e7\u00e3o_vazia
-Merge_citations=Unir_cita\u00e7\u00f5es
-Manual_connect=Conex\u00e3o_manual
-Select_Writer_document=Selecionar_documento_Writer
-Sync_OO_bibliography=Sincronizar_bibliografia_OO
-OpenOffice=OpenOffice/LibreOffice
-Select_which_open_Writer_document_to_work_on=Selecionar_o_documento_Writer_aberto_a_se_trabalhar
-Connected_to_document=Conectado_ao_documento
-Insert_a_citation_without_text_(the_entry_will_appear_in_the_reference_list)=Inserir_uma_cita\u00e7\u00e3o_sem_texto_(_a_entrada_aparecer\u00e1_na_lista_de_refer\u00eancias)
-Cite_selected_entries_with_extra_information=Citar_as_entradas_selecionadas_com_informa\u00e7\u00f5es_adicionais
-Ensure_that_the_bibliography_is_up-to-date=Certifique-se_que_a_bibliografia_est\u00e1_atualizada
-Your_OpenOffice_document_references_the_BibTeX_key_'%0',_which_could_not_be_found_in_your_current_database.=Suas_documento_do_OpenOffice/LibreOffice_referencia_a_chave_BibTex_'%0',_que_n\u00e3o_foi_encontrada_em_nosso_banco_de_dados.
-Unable_to_synchronize_bibliography=N\u00e3o_foi_poss\u00edvel_sincronizar_a_bibliografia
-Combine_pairs_of_citations_that_are_separated_by_spaces_only=Combinar_pares_de_cita\u00e7\u00f5es_que_s\u00e3o_separados_apenas_por_espa\u00e7os
-Autodetection_failed=Falha_na_detec\u00e7\u00e3o_autom\u00e1tica
-Connecting=Conectando
-Please_wait...=Por_favor,_aguarde...
-Unable_to_connect=N\u00e3o_foi_poss\u00edvel_conectar
-Set_connection_parameters=Definir_par\u00e2metros_de_conex\u00e3o
-Path_to_OpenOffice_directory=Caminho_para_o_diret\u00f3rio_OpenOffice/LibreOffice
-Path_to_OpenOffice_executable=Caminho_para_o_execut\u00e1vel_do_OpenOffice/LibreOffice
-Path_to_OpenOffice_library_dir=Camino_para_diret\u00f3rio_de_bibliotecas_do_OpenOffice/LibreOffice
-Autodetect=Detectar_automaticamente
-Connection_lost=Conex\u00e3o_perdida
-The_paragraph_format_is_controlled_by_the_property_'ReferenceParagraphFormat'_or_'ReferenceHeaderParagraphFormat'_in_the_style_file.=O_formato_de_par\u00e1grafo_\u00e9_controlado_pela_propriedade_'ReferenceParagraphFormat'_ou_Reference_HeaderParagraphFormat'_no_arquivo_de_estilos.
-The_character_format_is_controlled_by_the_citation_property_'CitationCharacterFormat'_in_the_style_file.=O_formato_do_caracter_\u00e9_controlado_pela_propriedade_de_cita\u00e7\u00e3o_'CitationCharacterFormat'_no_arquivo_de_estilos.
-Automatically_sync_bibliography_when_inserting_citations=Sincronizar_bibliografia_automaticamente_ao_inserir_cita\u00e7\u00f5es
-Look_up_BibTeX_entries_in_the_active_tab_only=Pesquisar_por_entradas_BibTeX_apenas_na_aba_ativa
-Look_up_BibTeX_entries_in_all_open_databases=Pesquisar_entradas_BibTeX_em_todos_os_banco_de_dados_abertos
-Use_in-parenthesis_citation=Utilizar_cita\u00e7\u00e3o_entre_par\u00eanteses
-Use_in-text_citation=Utilizar_cita\u00e7\u00e3o_no_texto
-Autodetecting_paths...=Detectando_automaticamente_caminhos...
-Unable_to_autodetect_OpenOffice_installation._Please_choose_the_installation_directory_manually.=N\u00e3o_foi_poss\u00edvel_detectar_automaticamente_uma_instala\u00e7\u00e3o_do_OpenOffice._Por_favor,_escolha_o_diret\u00f3rio_de_instala\u00e7\u00e3o_manualmente.
-Could_not_find_OpenOffice_installation=N\u00e3o_foi_poss\u00edvel_encontrar_uma_instala\u00e7\u00e3o_do_OpenOffice/LibreOffice
-Directories=Diret\u00f3rios
-Found_more_than_one_OpenOffice_executable._Please_choose_which_one_to_connect_to\:=Um_ou_mais_execut\u00e1veis_OpenOffice/LibreOffice_encontrados._Por_favor,_escolha_um_deles_para_conectar-se\:
-Choose_OpenOffice_executable=Escolher_um_execut\u00e1vel_OpenOffice/LibreOffice
-Select_document=Selecionar_documento
-Edit_Group_Membership=Editar_membros_do_grupo
-PostgreSQL=PostgreSQL
-Highlight_Words=Destacar_palavras
-JSTOR_import_cancelled=Importa\u00e7\u00e3o_JSTOR_cancelada
-HTML_list=Lista_HTML
-Click_group_to_toggle_membership_of_selected_entries=Clique_em_um_grupo_para_mostrar/esconder_membros_das_entradas_selecionadas
-Use_EMACS_23_insertion_string=Utilizar_string_de_inser\u00e7\u00e3o_EMACS_23
-Normalize_to_BibTeX_name_format=Normalizar_para_formato_de_nomes_BibTex
-If_possible,_normalize_this_list_of_names_to_conform_to_standard_BibTeX_name_formatting=Se_poss\u00edvel,_normalize_esta_lista_de_nomes_para_conform\u00e1-a_\u00e0_forma\u00e7\u00e3o_de_nomes_BibTeX_padr\u00e3o
-Could_not_open_%0=N\u00e3o_foi_poss\u00edvel_abrir_%0
-Unknown_import_format=Formato_de_importa\u00e7\u00e3o_desconhecido
-Open_INSPIRE_entry=Abrir_entrada_INSPIRE
-An_Error_occurred_while_fetching_from_INSPIRE_source_(%0)\:=Um_erro_ocorreu_ao_pesquisar_na_fonte_INSPIRE_(%0)\:
-Error_while_fetching_from_Inspire\:_=Erro_ao_buscar_no_Inspire\:
-Web_search=Pesquisa_na_Web
-Autocomplete_names=Autocompletar_nomes
-You_must_select_either_a_valid_style_file,_or_use_the_default_style.=Voc\u00ea_deve_selecionar_um_estilo_v\u00e1lido,_ou_utilizar_o_estilo_padr\u00e3o.
-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_relacionados_a_cada_local_do_arquivo_.bib
-No_directory_defined_for_%0-files=Nenhum_diret\u00f3rio_definido_para_arquivos_%0
-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
-Default_style_(author-year_citations)=Estilo_padr\u00e3o_(cita\u00e7\u00f5es_autor-ano)
-Default_style_(numerical_citations)=Estilo_padr\u00e3o_(cita\u00e7\u00f5es_num\u00e9ricas)
-No_valid_style_file_defined=Nenhum_estilo_v\u00e1lido_definido
-Choose_pattern=Escolher_modelo
-Use_the_bib_file_location_as_primary_file_directory=Utilizar_o_local_do_arquivo_bib_como_diret\u00f3rio_de_arquivo_principal
-Could_not_run_the_gnuclient/emacsclient_program._Make_sure_you_have_the_emacsclient/gnuclient_program_installed_and_available_in_the_PATH.=N\u00e3o_foi_poss\u00edvel_executar_o_programa_gnuclient/emacsclient._Certifique-se_que_voc\u00ea_tem_o_programa_gnucliente/emacscliente_instalado_e_descrito_na_vari\u00e1vel_de_ambiente_PATH.
-Built-in_journal_list=Lista_de_revistas_(journals)_embutida
-OpenOffice/LibreOffice_connection=Conex\u00e3o_OpenOffice/LibreOffice
-You_can_add_additional_journal_names_by_setting_up_a_personal_journal_list,<br>as_well_as_linking_to_external_journal_lists.=Voc\u00ea_pode_adicionar_novos_nomes_de_revistas(journals)_configurando_uma_lista_pessoal_de_revistas(journals),<br>_bem_como_linkando_esta_lista_a_listas_externas.
-JabRef_includes_a_built-in_list_of_journal_abbreviations.=O_JabRef_inclui_uma_lista_de_abrevia\u00e7\u00f5es_de_revistas(journals)_embutida.
-You_must_select_either_a_valid_style_file,_or_use_one_of_the_default_styles.=Voc\u00ea_deve_selecionar_um_arquivo_de_estilo_v\u00e1lido_ou_utilizar_um_dos_estilos_padr\u00e3o.
-You_must_select_either_a_valid_style_file,_or_use_a_default_style.=Voc\u00ea_deve_selecionar_um_arquivo_de_estilo_v\u00e1lido_ou_utilizar_um_estilo_padr\u00e3o.
-Show=Exibir
-This_is_a_simple_copy_and_paste_dialog._First_load_or_paste_some_text_into_the_text_input_area.<br>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.<br>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.
-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.
-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.
-First_select_the_entries_that_you_want_to_do_a_cleanup_for.=
-Cleanup_Entry=
-Do_a_cleanup_for=
-Did_a_cleanup_for=
\ No newline at end of file
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jabref.git
More information about the pkg-java-commits
mailing list