Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix lookup fulltext document not finding files #5216

Closed
wants to merge 15 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/master' into fixlookupfulltext
# By Tobias Diez (109) and others
# Via GitHub (109) and others
* upstream/master: (404 commits)
  set jabrefHost.py executable (#5530)
  Add CHANGELOG entry for #5482
  Fix text colour in Merge dialogue (#5521)
  Remove empty customization warning
  Fix typos in external-libraries.txt file
  Fix new entry serialization test
  Add test for alphabetic serialization of fields in BibEntry
  Fix XMP null error
  Bring back the scrollbars (#5515)
  Fix metadata serialization order (#5514)
  New ADS Fetcher (#5501)
  snap: Add browser proxy for confined browser integration (#5512)
  Fix dark theme loading
  Update PreviewViewer.java
  [WIP] Try to fix dark theme path
  Use Platform.runLater
  Fixes #5485
  Bump com.github.ben-manes.versions from 0.26.0 to 0.27.0
  Bump src/main/resources/csl-styles from `68a697b` to `c3fd4bd`
  Bump byte-buddy-parent from 1.10.1 to 1.10.2
  ...

# Conflicts:
#	src/main/resources/l10n/JabRef_en.properties
  • Loading branch information
Siedlerchr committed Oct 27, 2019
commit a0965dc4a9ccb9b22b7493970a4574a00e8afcc9
41 changes: 41 additions & 0 deletions src/main/resources/l10n/JabRef_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2084,3 +2084,44 @@ Import\ new\ entries=Import new entries
Group\ color=Group color

Full\ text\ document\ found\ already\ on\ disk\ for\ entry\ %0.\ Not\ downloaded\ again.=Full text document found already on disk for entry %0. Not downloaded again.

Columns=Columns
File\ type=File type
IEEE=IEEE
Internal=Internal
Special=Special
Remove\ column=Remove column
Add\ custom\ column=Add custom column
Update\ to\ current\ column\ order=Update to current column order
Sort\ column\ one\ step\ upwards=Sort column one step upwards
Sort\ column\ one\ step\ downwards=Sort column one step downwards
Synchronize\ special\ fields\ to\ keywords=Synchronize special fields to keywords
Serialize\ special\ fields=Serialize special fields
List\ must\ not\ be\ empty.=List must not be empty.

Add\ field\ to\ filter\ list=Add field to filter list
Add\ formatter\ to\ list=Add formatter to list
Filter\ List=Filter List
New\ column=New column
Open\ files...=Open files...

Affected\ fields\:=Affected fields:
Show\ preview\ as\ a\ tab\ in\ entry\ editor=Show preview as a tab in entry editor
Font=Font
Visual\ theme=Visual theme
Light\ theme=Light theme
Dark\ theme=Dark theme
Overwrite\ existing\ keys=Overwrite existing keys
Key\ patterns=Key patterns
Size\:=Size:
Font\ settings=Font settings
Override\ font\ settings=Override font settings
Override\ font\ size=Override font size
Theme\ changed\:=Theme changed\:
You\ must\ enter\ an\ integer\ value\ higher\ than\ 8.=You must enter an integer value higher than 8.
Letters\ after\ duplicate\ generated\ keys=Letters after duplicate generated keys
Start\ on\ second\ duplicate\ key\ with\ letter\ A\ (a,\ b,\ ...)=Start on second duplicate key with letter A (a, b, ...)
Start\ on\ second\ duplicate\ key\ with\ letter\ B\ (b,\ c,\ ...)=Start on second duplicate key with letter B (b, c, ...)
Always\ add\ letter\ (a,\ b,\ ...)\ to\ generated\ keys=Always add letter (a, b, ...) to generated keys
Default\ pattern=Default pattern
Reset\ %s\ to\ default\ value=Reset %s to default value
You are viewing a condensed version of this merge commit. You can view the full changes here.