forked from JabRef/jabref
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJabRef_en.properties
More file actions
2585 lines (1974 loc) · 133 KB
/
JabRef_en.properties
File metadata and controls
2585 lines (1974 loc) · 133 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
Proxy\ requires\ password=Proxy requires password
Unable\ to\ monitor\ file\ changes.\ Please\ close\ files\ and\ processes\ and\ restart.\ You\ may\ encounter\ errors\ if\ you\ continue\ with\ this\ session.=Unable to monitor file changes. Please close files and processes and restart. You may encounter errors if you continue with this session.
%0\ contains\ the\ regular\ expression\ <b>%1</b>=%0 contains the regular expression <b>%1</b>
%0\ contains\ the\ term\ <b>%1</b>=%0 contains the term <b>%1</b>
%0\ doesn't\ contain\ the\ regular\ expression\ <b>%1</b>=%0 doesn't contain the regular expression <b>%1</b>
%0\ doesn't\ contain\ the\ term\ <b>%1</b>=%0 doesn't contain the term <b>%1</b>
%0/%1\ entries=%0/%1 entries
Export\ operation\ finished\ successfully.=Export operation finished successfully.
Reveal\ in\ File\ Explorer=Reveal in File Explorer
%0\ matches\ the\ regular\ expression\ <b>%1</b>=%0 matches the regular expression <b>%1</b>
%0\ matches\ the\ term\ <b>%1</b>=%0 matches the term <b>%1</b>
Abbreviate\ journal\ names\ of\ the\ selected\ entries\ (DEFAULT\ abbreviation)=Abbreviate journal names of the selected entries (DEFAULT abbreviation)
Abbreviate\ journal\ names\ of\ the\ selected\ entries\ (DOTLESS\ abbreviation)=Abbreviate journal names of the selected entries (DOTLESS abbreviation)
Abbreviate\ journal\ names\ of\ the\ selected\ entries\ (SHORTEST\ UNIQUE\ abbreviation)=Abbreviate journal names of the selected entries (SHORTEST UNIQUE abbreviation)
Abbreviate\ names=Abbreviate names
Abbreviated\ %0\ journal\ names.=Abbreviated %0 journal names.
Abbreviation=Abbreviation
Abbreviations=Abbreviations
Unabbreviate\ journal\ names\ of\ the\ selected\ entries=Unabbreviate journal names of the selected entries
Unabbreviated\ %0\ journal\ names.=Unabbreviated %0 journal names.
dotless=dotless
shortest\ unique=shortest unique
About\ JabRef=About JabRef
Abstract=Abstract
Accept=Accept
Accept\ recommendations\ from\ Mr.\ DLib=Accept recommendations from Mr. DLib
Action=Action
Add=Add
Add\ a\ (compiled)\ custom\ Importer\ class\ from\ a\ class\ path.=Add a (compiled) custom Importer class from a class path.
The\ path\ need\ not\ be\ on\ the\ classpath\ of\ JabRef.=The path need not be on the classpath of JabRef.
Add\ a\ regular\ expression\ for\ the\ key\ pattern.=Add a regular expression for the key pattern.
Add\ entry\ manually=Add entry manually
Add\ selected\ entries\ to\ this\ group=Add selected entries to this group
Add\ subgroup=Add subgroup
Added\ group\ "%0".=Added group "%0".
Added\ string\:\ '%0'=Added string: '%0'
Added\ string=Added string
All\ entries=All entries
Also\ remove\ subgroups=Also remove subgroups
and=and
any\ field\ that\ matches\ the\ regular\ expression\ <b>%0</b>=any field that matches the regular expression <b>%0</b>
Appearance=Appearance
Application=Application
Application\ to\ push\ entries\ to=Application to push entries to
Apply=Apply
Arguments\ passed\ on\ to\ running\ JabRef\ instance.\ Shutting\ down.=Arguments passed on to running JabRef instance. Shutting down.
Assign\ the\ original\ group's\ entries\ to\ this\ group?=Assign the original group's entries to this group?
Assigned\ %0\ entries\ to\ group\ "%1".=Assigned %0 entries to group "%1".
Assigned\ 1\ entry\ to\ group\ "%0".=Assigned 1 entry to group "%0".
Autogenerate\ citation\ keys=Autogenerate citation keys
Autolink\ files\ with\ names\ starting\ with\ the\ citation\ key=Autolink files with names starting with the citation key
Autolink\ only\ files\ that\ match\ the\ citation\ key=Autolink only files that match the citation key
Automatically\ create\ groups=Automatically create groups
Automatically\ remove\ exact\ duplicates=Automatically remove exact duplicates
AUX\ file\ import=AUX file import
Available\ export\ formats=Available export formats
Available\ import\ formats=Available import formats
%0\ source=%0 source
Background\ Tasks=Background Tasks
Background\ Tasks\ are\ running=Background Tasks are running
Background\ Tasks\ are\ done=Background Tasks are done
Browse=Browse
by=by
The\ conflicting\ fields\ of\ these\ entries\ will\ be\ merged\ into\ the\ 'Comment'\ field.=The conflicting fields of these entries will be merged into the 'Comment' field.
Cancel=Cancel
Cannot\ create\ group=Cannot create group
Cannot\ create\ group.\ Please\ create\ a\ library\ first.=Cannot create group. Please create a library first.
Cannot\ open\ folder\ as\ the\ file\ is\ an\ online\ link.=Cannot open folder as the file is an online link.
case\ insensitive=case insensitive
case\ sensitive=case sensitive
Case\ sensitive=Case sensitive
change\ assignment\ of\ entries=change assignment of entries
Change\ case=Change case
Change\ entry\ type=Change entry type
Change\ of\ Grouping\ Method=Change of Grouping Method
change\ preamble=change preamble
Changed\ language=Changed language
Changed\ preamble=Changed preamble
Cite\ command=Cite command
Clear=Clear
Open\ /\ close\ entry\ editor=Open / close entry editor
Close\ dialog=Close dialog
Close\ the\ current\ library=Close the current library
Close\ window=Close window
Comments=Comments
Contained\ in=Contained in
Content=Content
Copied=Copied
Copy=Copy
Copy\ title=Copy title
Copy\ \\cite{citation\ key}=Copy \\cite{citation key}
Copy\ citation\ (html)=Copy citation (html)
Copy\ citation\ (text)=Copy citation (text)
Copy\ citation\ key=Copy citation key
Copy\ citation\ key\ and\ link=Copy citation key and link
Copy\ citation\ key\ and\ title=Copy citation key and title
Copy\ to\ clipboard=Copy to clipboard
Could\ not\ call\ executable=Could not call executable
Could\ not\ export\ file=Could not export file
Could\ not\ export\ preferences=Could not export preferences
Could\ not\ find\ a\ suitable\ import\ format.=Could not find a suitable import format.
Could\ not\ import\ preferences=Could not import preferences
Could\ not\ instantiate\ %0=Could not instantiate %0
Could\ not\ instantiate\ %0\ %1=Could not instantiate %0 %1
Could\ not\ instantiate\ %0.\ Have\ you\ chosen\ the\ correct\ package\ path?=Could not instantiate %0. Have you chosen the correct package path?
Could\ not\ print\ preview=Could not print preview
Could\ not\ run\ the\ 'vim'\ program.=Could not run the 'vim' program.
Create\ custom\ fields\ for\ each\ BibTeX\ entry=Create custom fields for each BibTeX entry
crossreferenced\ entries\ included=crossreferenced entries included
Current\ content\:\ %0=Current content: %0
Current\ value\:\ %0=Current value: %0
Custom\ entry\ types=Custom entry types
Custom\ entry\ types\ found\ in\ file=Custom entry types found in file
Customize\ entry\ types=Customize entry types
Customize\ key\ bindings=Customize key bindings
Cut=Cut
cut\ entries=cut entries
cut\ entry\ %0=cut entry %0
Library\ encoding=Library encoding
Library\ properties=Library properties
%0\ -\ Library\ properties=%0 - Library properties
Default=Default
Character\ encoding\ UTF-8\ is\ not\ supported.=Character encoding UTF-8 is not supported.
UTF-8\ could\ not\ be\ used\ to\ encode\ the\ following\ characters\:\ %0=UTF-8 could not be used to encode the following characters: %0
The\ chosen\ encoding\ '%0'\ could\ not\ encode\ the\ following\ characters\:=The chosen encoding '%0' could not encode the following characters:
Downloading=Downloading
Execute\ default\ action\ in\ dialog=Execute default action in dialog
Delete=Delete
Delete\ entry=Delete entry
Delete\ multiple\ entries=Delete multiple entries
Deleted=Deleted
Permanently\ delete\ local\ file=Permanently delete local file
Descending=Descending
Description=Description
Do\ not\ ask\ again=Do not ask again
Display\ all\ entries\ belonging\ to\ one\ or\ more\ of\ the\ selected\ groups=Display all entries belonging to one or more of the selected groups
Display\ all\ error\ messages=Display all error messages
Display\ help\ on\ command\ line\ options=Display help on command line options
Display\ only\ entries\ belonging\ to\ all\ selected\ groups=Display only entries belonging to all selected groups
Display\ version=Display version
Do\ not\ abbreviate\ names=Do not abbreviate names
Do\ not\ open\ any\ files\ at\ startup=Do not open any files at startup
Do\ not\ wrap\ when\ saving=Do not wrap when saving
Do\ not\ write\ the\ following\ fields\ to\ XMP\ Metadata=Do not write the following fields to XMP Metadata
Donate\ to\ JabRef=Donate to JabRef
Download\ file=Download file
Downloaded\ website\ as\ an\ HTML\ file.=Downloaded website as an HTML file.
duplicate\ removal=duplicate removal
Duplicate\ fields=Duplicate fields
Unable\ to\ change\ field\ name\.\ "%0"\ already\ in\ use.=Unable to change field name. "%0" already in use.
Duplicate\ string\ name=Duplicate string name
Duplicates\ found=Duplicates found
Dynamically\ group\ entries\ by\ a\ free-form\ search\ expression=Dynamically group entries by a free-form search expression
Dynamically\ group\ entries\ by\ searching\ a\ field\ for\ a\ keyword=Dynamically group entries by searching a field for a keyword
Each\ line\ must\ be\ of\ the\ following\ form\:\ \'tab\:field1;field2;...;fieldN\'.=Each line must be of the following form\: 'tab\:field1;field2;...;fieldN'.
Edit=Edit
Edit\ file\ type=Edit file type
Edit\ group=Edit group
Edit\ strings=Edit strings
empty\ library=empty library
Autocompletion=Autocompletion
Enter\ URL\ to\ download=Enter URL to download
entries=entries
Entries\ exported\ to\ clipboard=Entries exported to clipboard
entry=entry
Entry\ editor=Entry editor
Entry\ owner=Entry owner
Entry\ preview=Entry preview
Entry\ table=Entry table
Entry\ table\ columns=Entry table columns
Entry\ Title\ (Required\ to\ deliver\ recommendations.)=Entry Title (Required to deliver recommendations.)
Error=Error
Error\ occurred\ when\ parsing\ entry=Error occurred when parsing entry
Error\ opening\ file=Error opening file
Error\ while\ writing=Error while writing
Error\ during\ persistence\ of\ crawling\ results.=Error during persistence of crawling results.
Error\ during\ reading\ of\ study\ definition\ file.=Error during reading of study definition file.
'%0'\ exists.\ Overwrite\ file?='%0' exists. Overwrite file?
Export=Export
Export\ preferences=Export preferences
Export\ preferences\ to\ file=Export preferences to file
Export\ to\ clipboard=Export to clipboard
Export\ to\ text\ file.=Export to text file.
Exporting=Exporting
Extension=Extension
External\ Changes\ Resolver=External Changes Resolver
External\ programs=External programs
Failed\ to\ import\ by\ ID=Failed to import by ID
Field=Field
field=field
Field\ name=Field name
Field\ names=Field names
Field\ names\ are\ not\ allowed\ to\ contain\ white\ spaces\ or\ certain\ characters\ (%0).=Field names are not allowed to contain white spaces or certain characters (%0).
New\ field\ name=New field name
Add\ new\ field\ name=Add new field name
Field\ name\ \"%0\"\ already\ exists=Field name "%0" already exists
No\ field\ name\ selected\!=No field name selected!
Remove\ field\ name=Remove field name
Are\ you\ sure\ you\ want\ to\ remove\ field\ name\:\ \"%0\"?=Are you sure you want to remove field name: "%0"?
Manage\ field\ names\ &\ content=Manage field names & content
Field\ to\ group\ by=Field to group by
File=File
file=file
File\ directory\ is\ not\ set\ or\ does\ not\ exist\!=File directory is not set or does not exist!
File\ exists=File exists
File\ not\ found=File not found
Filter=Filter
Filter\ groups=Filter groups
Success\!\ Finished\ writing\ metadata.=Success! Finished writing metadata.
Finished\ writing\ metadata\ for\ %0\ file\ (%1\ skipped,\ %2\ errors).=Finished writing metadata for %0 file (%1 skipped, %2 errors).
Error\ while\ writing\ metadata.\ See\ the\ error\ log\ for\ details.=Error while writing metadata. See the error log for details.
Failed\ to\ write\ metadata,\ file\ %1\ not\ found.=Failed to write metadata, file %1 not found.
First\ select\ the\ entries\ you\ want\ keys\ to\ be\ generated\ for.=First select the entries you want keys to be generated for.
Fit\ table\ horizontally\ on\ screen=Fit table horizontally on screen
Float=Float
Format\:\ Tab\:field;field;...\ (e.g.\ General\:url;pdf;note...)=Format\: Tab\:field;field;... (e.g. General\:url;pdf;note...)
Format\ of\ author\ and\ editor\ names=Format of author and editor names
Format\ string=Format string
Format\ used=Format used
Formatter\ name=Formatter name
found\ in\ AUX\ file=found in AUX file
Fulltext\ for=Fulltext for
Further\ information\ about\ Mr.\ DLib\ for\ JabRef\ users.=Further information about Mr. DLib for JabRef users.
General=General
Generate=Generate
Generate\ citation\ key=Generate citation key
Generate\ keys=Generate keys
Generate\ keys\ before\ saving\ (for\ entries\ without\ a\ key)=Generate keys before saving (for entries without a key)
Generated\ citation\ key\ for=Generated citation key for
Generating\ citation\ key\ for=Generating citation key for
Get\ fulltext=Get fulltext
Gray\ out\ non-hits=Gray out non-hits
Groups=Groups
has/have\ both\ a\ 'Comment'\ and\ a\ 'Review'\ field.=has/have both a 'Comment' and a 'Review' field.
Have\ you\ chosen\ the\ correct\ package\ path?=Have you chosen the correct package path?
Help=Help
Help\ on\ key\ patterns=Help on key patterns
Hide\ non-hits=Hide non-hits
Hierarchical\ context=Hierarchical context
Highlight=Highlight
Marking=Marking
Underline=Underline
Empty\ Highlight=Empty Highlight
Empty\ Marking=Empty Marking
Empty\ Underline=Empty Underline
The\ marked\ area\ does\ not\ contain\ any\ legible\ text!=The marked area does not contain any legible text!
HTML\ table=HTML table
HTML\ table\ (with\ Abstract\ &\ BibTeX)=HTML table (with Abstract & BibTeX)
Icon=Icon
Ignore=Ignore
Import=Import
Import\ entries=Import entries
Import\ file=Import file
Import\ name=Import name
Import\ preferences=Import preferences
Import\ preferences\ from\ file=Import preferences from file
Imported\ entries=Imported entries
Importer\ class=Importer class
Importing=Importing
Importing\ in\ unknown\ format=Importing in unknown format
Include\ subgroups\:\ When\ selected,\ view\ entries\ contained\ in\ this\ group\ or\ its\ subgroups=Include subgroups: When selected, view entries contained in this group or its subgroups
Independent\ group\:\ When\ selected,\ view\ only\ this\ group's\ entries=Independent group: When selected, view only this group's entries
I\ Agree=I Agree
Indexing\ pdf\ files=Indexing pdf files
Indexing\ for\ %0=Indexing for %0
%0\ of\ %1\ linked\ files\ added\ to\ the\ index=%0 of %1 linked files added to the index
Invalid\ citation\ key=Invalid citation key
Invalid\ URL=Invalid URL
Online\ help=Online help
JabRef\ Language\ (Provides\ for\ better\ recommendations\ by\ giving\ an\ indication\ of\ user's\ preferred\ language.)=JabRef Language (Provides for better recommendations by giving an indication of user's preferred language.)
JabRef\ preferences=JabRef preferences
JabRef\ requests\ recommendations\ from\ Mr.\ DLib,\ which\ is\ an\ external\ service.\ To\ enable\ Mr.\ DLib\ to\ calculate\ recommendations,\ some\ of\ your\ data\ must\ be\ shared\ with\ Mr.\ DLib.\ Generally,\ the\ more\ data\ is\ shared\ the\ better\ recommendations\ can\ be\ calculated.\ However,\ we\ understand\ that\ some\ of\ your\ data\ in\ JabRef\ is\ sensitive,\ and\ you\ may\ not\ want\ to\ share\ it.\ Therefore,\ Mr.\ DLib\ offers\ a\ choice\ of\ which\ data\ you\ would\ like\ to\ share.=JabRef requests recommendations from Mr. DLib, which is an external service. To enable Mr. DLib to calculate recommendations, some of your data must be shared with Mr. DLib. Generally, the more data is shared the better recommendations can be calculated. However, we understand that some of your data in JabRef is sensitive, and you may not want to share it. Therefore, Mr. DLib offers a choice of which data you would like to share.
JabRef\ Version\ (Required\ to\ ensure\ backwards\ compatibility\ with\ Mr.\ DLib's\ Web\ Service)=JabRef Version (Required to ensure backwards compatibility with Mr. DLib's Web Service)
Journal\ abbreviations=Journal abbreviations
Journal\ lists\:=Journal lists:
Remove\ journal\ '%0'=Remove journal '%0'
Journal\ Information=Journal Information
Year=Year
ISSN\ or\ journal\ name\ required\ for\ fetching\ journal\ information=ISSN or journal name required for fetching journal information
Fetch\ journal\ information\ online\ to\ show=Fetch journal information online to show
Allow\ sending\ ISSN\ to\ a\ JabRef\ online\ service\ (SCimago)\ for\ fetching\ journal\ information=Allow sending ISSN to a JabRef online service (SCimago) for fetching journal information
Please\ enable\ journal\ information\ fetching\ in\ %0\ >\ %1=Please enable journal information fetching in %0 > %1
Categories=Categories
ISSN=ISSN
Publisher=Publisher
h-index=h-index
Error\ while\ fetching\ journal\ information\:\ %0=Error while fetching journal information: %0
ISSN\ and/or\ journal\ name\ not\ found\ in\ catalog=ISSN and/or journal name not found in catalog
Citable\ Docs\ (Previous\ 3\ Years)=Citable Docs (Previous 3 Years)
Cites\ Incoming\ by\ Recently\ Published=Cites Incoming by Recently Published
Cites\ Outgoing=Cites Outgoing
Cites\ Outgoing\ per\ Document=Cites Outgoing per Document
Docs\ (This\ Year)=Docs (This Year)
Incorrect\ ISSN\ format=Incorrect ISSN format
Error\ accessing\ catalog=Error accessing catalog
Check\ for\ latest\ version\ online=Check for latest version online
Please\ use\ the\ latest\ version\ of\ JabRef\ if\ you\ run\ into\ a\ bug.\ If\ you\ encounter\ an\ issue\ or\ a\ bug,\ check\ the\ latest\ version,\ if\ the\ issue\ is\ still\ present.=Please use the latest version of JabRef if you run into a bug. If you encounter an issue or a bug, check the latest version, if the issue is still present.
Keep\ both=Keep both
Keep\ subgroups=Keep subgroups
Key\ bindings=Key bindings
Key\ bindings\ changed=Key bindings changed
Key\ pattern=Key pattern
keys\ in\ library=keys in library
Keyword=Keyword
Keywords=Keywords
Label=Label
Label\:\ %0=Label: %0
Content\:\ %0=Content: %0
Language=Language
Last\ modified=Last modified
LaTeX\ AUX\ file\:=LaTeX AUX file\:
Link=Link
Listen\ for\ remote\ operation\ on\ port=Listen for remote operation on port
Memory\ stick\ mode\ -\ Store\ preferences\ in\ 'jabref.xml'\ in\ the\ app\ folder.=Memory stick mode - Store preferences in 'jabref.xml' in the app folder.
Show\ advanced\ hints\ (i.e.\ helpful\ tooltips,\ suggestions\ and\ explanation)=Show advanced hints (i.e. helpful tooltips, suggestions and explanation)
Manage\ custom\ exports=Manage custom exports
Manage\ custom\ imports=Manage custom imports
External\ file\ types=External file types
Mark\ new\ entries\ with\ owner\ name=Mark new entries with owner name
Merged\ external\ changes=Merged external changes
Merge\ fields=Merge fields
Modified\ group\ "%0".=Modified group "%0".
Modified\ groups=Modified groups
Modified\ string=Modified string
Modified\ string\:\ '%0' =Modified string: '%0'
Modify=Modify
move\ group=move group
Moved\ group\ "%0".=Moved group "%0".
Mr.\ DLib\ Privacy\ settings=Mr. DLib Privacy settings
No\ database\ is\ open=No database is open
We\ need\ a\ database\ to\ export\ from.\ Open\ one.=We need a database to export from. Open one.
No\ recommendations\ received\ from\ Mr.\ DLib\ for\ this\ entry.=No recommendations received from Mr. DLib for this entry.
Error\ while\ fetching\ recommendations\ from\ Mr.DLib.=Error while fetching recommendations from Mr.DLib.
Name=Name
Name\ formatter=Name formatter
Natbib\ style=Natbib style
nested\ AUX\ files=nested AUX files
New\ BibTeX\ sublibrary=New BibTeX sublibrary
New\ group=New group
New\ string=New string
Next\ entry=Next entry
no\ base-BibTeX-file\ specified=no base-BibTeX-file specified
no\ library\ generated=no library generated
No\ entries\ found.\ Please\ make\ sure\ you\ are\ using\ the\ correct\ import\ filter.=No entries found. Please make sure you are using the correct import filter.
No\ files\ found.=No files found.
No\ GUI.\ Only\ process\ command\ line\ options=No GUI. Only process command line options
No\ journal\ names\ could\ be\ abbreviated.=No journal names could be abbreviated.
No\ journal\ names\ could\ be\ unabbreviated.=No journal names could be unabbreviated.
not=not
not\ found=not found
Nothing\ to\ redo=Nothing to redo
Nothing\ to\ undo=Nothing to undo
OK=OK
One\ or\ more\ keys\ will\ be\ overwritten.\ Continue?=One or more keys will be overwritten. Continue?
Open=Open
Open\ library=Open library
Open\ editor\ when\ a\ new\ entry\ is\ created=Open editor when a new entry is created
Open\ file=Open file
Open\ last\ edited\ libraries\ on\ startup=Open last edited libraries on startup
Connect\ to\ shared\ database=Connect to shared database
Open\ terminal\ here=Open terminal here
Open\ URL\ or\ DOI=Open URL or DOI
Opening=Opening
Operation\ canceled.=Operation canceled.
Operating\ System\ (Provides\ for\ better\ recommendations\ by\ giving\ an\ indication\ of\ user's\ system\ set-up.)=Operating System (Provides for better recommendations by giving an indication of user's system set-up.)
Optional\ fields=Optional fields
or=or
Override\ default\ file\ directories=Override default file directories
Overwrite=Overwrite
Overwrite\ keys=Overwrite keys
pairs\ processed=pairs processed
Password=Password
Paste=Paste
paste\ entries=paste entries
paste\ entry\ %0=paste entry %0
Path\ to\ %0\ not\ defined=Path to %0 not defined
Path\ to\ LyX\ pipe=Path to LyX pipe
File\ has\ no\ attached\ annotations=File has no attached annotations
Please\ enter\ a\ name\ for\ the\ group.=Please enter a name for the group.
Please\ enter\ the\ string's\ label=Please enter the string's label
Please\ restart\ JabRef\ for\ preferences\ to\ take\ effect.=Please restart JabRef for preferences to take effect.
Possible\ duplicate\ entries=Possible duplicate entries
Possible\ duplicate\ of\ existing\ entry.\ Click\ to\ resolve.=Possible duplicate of existing entry. Click to resolve.
Preferences=Preferences
Preferences\ recorded.=Preferences recorded.
Preview=Preview
Citation\ Style=Citation Style
Current\ Preview=Current Preview
Cannot\ generate\ preview\ based\ on\ selected\ citation\ style.=Cannot generate preview based on selected citation style.
Bad\ character\ inside\ entry=Bad character inside entry
Error\ while\ generating\ citation\ style=Error while generating citation style
Preview\ style\ changed\ to\:\ %0=Preview style changed to: %0
Next\ preview\ layout=Next preview layout
Previous\ preview\ layout=Previous preview layout
Available=Available
Selected=Selected
Selected\ Layouts\ can\ not\ be\ empty=Selected Layouts can not be empty
Reset\ default\ preview\ style=Reset default preview style
Previous\ entry=Previous entry
Problem\ with\ parsing\ entry=Problem with parsing entry
Processing\ %0=Processing %0
Pull\ changes\ from\ shared\ database=Pull changes from shared database
Problem\ finding\ files.\ See\ error\ log\ for\ details.=Problem finding files. See error log for details.
Pushed\ citations\ to\ %0=Pushed citations to %0
Push\ applications=Push applications
Quit\ JabRef=Quit JabRef
Read\ only=Read only
Redo=Redo
Refine\ supergroup\:\ When\ selected,\ view\ entries\ contained\ in\ both\ this\ group\ and\ its\ supergroup=Refine supergroup: When selected, view entries contained in both this group and its supergroup
regular\ expression=regular expression
Related\ articles=Related articles
Remote\ operation=Remote operation
Remove=Remove
Remove\ subgroups=Remove subgroups
Remove\ all\ subgroups\ of\ "%0"?=Remove all subgroups of "%0"?
Remove\ selected\ entries\ from\ this\ group=Remove selected entries from this group
Remove\ group=Remove group
Remove\ group\ and\ subgroups=Remove group and subgroups
Remove\ groups\ and\ subgroups=Remove groups and subgroups
Remove\ all\ selected\ groups\ and\ keep\ their\ subgroups?=Remove all selected groups and keep their subgroups?
Remove\ group\ "%0"\ and\ keep\ its\ subgroups?=Remove group "%0" and keep its subgroups?
Remove\ groups=Remove groups
Removed\ all\ selected\ groups.=Removed all selected groups.
Remove\ group\ "%0"\ and\ its\ subgroups?=Remove group "%0" and its subgroups?
Removed\ group\ "%0"\ and\ its\ subgroups.=Removed group "%0" and its subgroups.
Remove\ all\ selected\ groups\ and\ their\ subgroups?=Remove all selected groups and their subgroups?
Removed\ all\ selected\ groups\ and\ their\ subgroups.=Removed all selected groups and their subgroups.
Remove\ group\ "%0"?=Remove group "%0"?
Remove\ link=Remove link
Remove\ string\ %0=Remove string %0
Removed\ group\ "%0".=Removed group "%0".
Deleted\ string=Deleted string
Deleted\ string\:\ '%0'=Deleted string: '%0'
Renamed\ string\:\ '%0'=Renamed string: '%0'
Replace=Replace
Replace\ With\:=Replace With:
Limit\ to\ Selected\ Entries=Limit to Selected Entries
Limit\ to\ Fields=Limit to Fields
All\ Field\ Replace=All Field Replace
Find\:=Find:
Find\ and\ Replace=Find and Replace
Replace\ (regular\ expression)=Replace (regular expression)
Replace\ String=Replace String
Replace\ string=Replace string
Replace\ Unicode\ ligatures=Replace Unicode ligatures
Replaces\ Unicode\ ligatures\ with\ their\ expanded\ form=Replaces Unicode ligatures with their expanded form
Required\ fields=Required fields
Resolve\ BibTeX\ strings=Resolve BibTeX strings
resolved=resolved
Restart=Restart
Restart\ required=Restart required
Return\ to\ dialog=Return to dialog
Review=Review
Review\ changes=Review changes
Review\ Field\ Migration=Review Field Migration
Save=Save
Save\ all\ finished.=Save all finished.
Save\ all\ open\ libraries=Save all open libraries
Save\ before\ closing=Save before closing
Save\ library=Save library
Save\ library\ as...=Save library as...
Saving=Saving
Saving\ all\ libraries...=Saving all libraries...
Saving\ library=Saving library
Library\ saved=Library saved
Could\ not\ save\ file.=Could not save file.
Could\ not\ save,\ file\ locked\ by\ another\ JabRef\ instance.=Could not save, file locked by another JabRef instance.
Saved\ selected\ to\ '%0'.=Saved selected to '%0'.
Autosave\ local\ libraries=Autosave local libraries
Automatically\ save\ the\ library\ to=Automatically save the library to
Please\ enter\ a\ valid\ file\ path.=Please enter a valid file path.
Overwrite\ file=Overwrite file
Unable\ to\ write\ to\ %0.=Unable to write to %0.
Refuse\ to\ save\ the\ library\ before\ external\ changes\ have\ been\ reviewed.=Refuse to save the library before external changes have been reviewed.
Library\ protection=Library protection
Unable\ to\ save\ library=Unable to save library
Always\ reformat\ library\ on\ save\ and\ export=Always reformat library on save and export
Character\ encoding\ '%0'\ is\ not\ supported.=Character encoding '%0' is not supported.
Search=Search
Searching...=Searching...
Finished\ Searching=Finished Searching
Search\ expression=Search expression
Fulltext\ search=Fulltext search
Help\ on\ regular\ expression\ search=Help on regular expression search
Searching\ for\ duplicates...=Searching for duplicates...
Searching\ for\ files=Searching for files
The\ search\ is\ case-insensitive.=The search is case-insensitive.
The\ search\ is\ case-sensitive.=The search is case-sensitive.
Use\ regular\ expression\ search=Use regular expression search
search\ expression=search expression
Free\ search\ expression=Free search expression
Search\ failed\:\ illegal\ search\ expression=Search failed: illegal search expression
No\ search\ matches.=No search matches.
Web\ search=Web search
Search\ results=Search results
Please\ enter\ a\ search\ string=Please enter a search string
Please\ open\ or\ start\ a\ new\ library\ before\ searching=Please open or start a new library before searching
Please\ enter\ a\ field\ name\ to\ search\ for\ a\ keyword.=Please enter a field name to search for a keyword.
No\ results\ found.=No results found.
Found\ %0\ results.=Found %0 results.
Invalid\ regular\ expression=Invalid regular expression
This\ search\ contains\ entries\ in\ which\ any\ field\ contains\ the\ regular\ expression\ <b>%0</b>=This search contains entries in which any field contains the regular expression <b>%0</b>
This\ search\ contains\ entries\ in\ which\ any\ field\ contains\ the\ term\ <b>%0</b>=This search contains entries in which any field contains the term <b>%0</b>
This\ search\ contains\ entries\ in\ which=This search contains entries in which
Empty\ search\ ID=Empty search ID
The\ given\ search\ ID\ was\ empty.=The given search ID was empty.
Clear\ search=Clear search
Search\ document\ identifier\ online=Search document identifier online
Search\ for\ unlinked\ local\ files=Search for unlinked local files
Search\ full\ text\ documents\ online=Search full text documents online
Hint\:\n\nTo\ search\ all\ fields\ for\ <b>Smith</b>,\ enter\:\n<tt>smith</tt>\n\nTo\ search\ the\ field\ <b>author</b>\ for\ <b>Smith</b>\ and\ the\ field\ <b>title</b>\ for\ <b>electrical</b>,\ enter\:\n<tt>author\=Smith\ and\ title\=electrical</tt>=Hint:\n\nTo search all fields for <b>Smith</b>, enter:\n<tt>smith</tt>\n\nTo search the field <b>author</b> for <b>Smith</b> and the field <b>title</b> for <b>electrical</b>, enter:\n<tt>author=Smith and title=electrical</tt>
Search\ term\ is\ empty.=Search term is empty.
Invalid\ regular\ expression.=Invalid regular expression.
Searching\ for\ a\ keyword=Searching for a keyword
Search\ across\ libraries\ in\ a\ new\ window=Search across libraries in a new window
Keep\ search\ string\ across\ libraries=Keep search string across libraries
Keep\ dialog\ always\ on\ top=Keep dialog always on top
Search\ results\ from\ open\ libraries=Search results from open libraries
Select\ all=Select all
Select\ new\ encoding=Select new encoding
Select\ entry\ type=Select entry type
Select\ file\ from\ ZIP-archive=Select file from ZIP-archive
Settings=Settings
Shortcut=Shortcut
Show/edit\ %0\ source=Show/edit %0 source
Show\ 'Firstname\ Lastname'=Show 'Firstname Lastname'
Show\ 'Lastname,\ Firstname'=Show 'Lastname, Firstname'
Show\ BibTeX\ source\ by\ default=Show BibTeX source by default
Show\ confirmation\ dialog\ when\ deleting\ entries=Show confirmation dialog when deleting entries
Persist\ password\ between\ sessions=Persist password between sessions
Persist\ api\ keys\ between\ sessions=Persist api keys between sessions
Credential\ store\ not\ available.=Credential store not available.
Show\ last\ names\ only=Show last names only
Show\ names\ unchanged=Show names unchanged
Show\ optional\ fields=Show optional fields
Show\ required\ fields=Show required fields
Show\ validation\ messages=Show validation messages
Simple\ HTML=Simple HTML
Since\ the\ 'Review'\ field\ was\ deprecated\ in\ JabRef\ 4.2,\ these\ two\ fields\ are\ about\ to\ be\ merged\ into\ the\ 'Comment'\ field.=Since the 'Review' field was deprecated in JabRef 4.2, these two fields are about to be merged into the 'Comment' field.
Size=Size
Skipped\ -\ No\ PDF\ linked=Skipped - No PDF linked
Skipped\ -\ PDF\ does\ not\ exist=Skipped - PDF does not exist
JabRef\ skipped\ the\ entry.=JabRef skipped the entry.
Import\ error=Import error
Open\ library\ error=Open library error
Please\ check\ your\ library\ file\ for\ wrong\ syntax.=Please check your library file for wrong syntax.
SourceTab\ error=SourceTab error
User\ input\ via\ entry-editor\ in\ `{}bibtex\ source`\ tab\ led\ to\ failure.=User input via entry-editor in `{}bibtex source` tab led to failure.
Sort\ subgroups\ A-Z=Sort subgroups A-Z
source\ edit=source edit
Special\ name\ formatters=Special name formatters
Statically\ group\ entries\ by\ manual\ assignment=Statically group entries by manual assignment
Status=Status
Sublibrary\ from\ AUX\ to\ BibTeX=Sublibrary from AUX to BibTeX
Switches\ between\ full\ and\ abbreviated\ journal\ name\ if\ the\ journal\ name\ is\ known.=Switches between full and abbreviated journal name if the journal name is known.
the\ field\ <b>%0</b>=the field <b>%0</b>
The\ group\ "%0"\ already\ contains\ the\ selection.=The group "%0" already contains the selection.
The\ label\ of\ the\ string\ cannot\ be\ a\ number.=The label of the string cannot be a number.
The\ label\ of\ the\ string\ cannot\ contain\ spaces.=The label of the string cannot contain spaces.
The\ label\ of\ the\ string\ cannot\ contain\ the\ '\#'\ character.=The label of the string cannot contain the '#' character.
The\ output\ option\ depends\ on\ a\ valid\ import\ option.=The output option depends on a valid import option.
There\ are\ possible\ duplicates\ that\ haven't\ been\ resolved.\ Continue?=There are possible duplicates that haven't been resolved. Continue?
This\ operation\ requires\ all\ selected\ entries\ to\ have\ citation\ keys\ defined.=This operation requires all selected entries to have citation keys defined.
This\ operation\ requires\ one\ or\ more\ entries\ to\ be\ selected.=This operation requires one or more entries to be selected.
This\ setting\ may\ be\ changed\ in\ preferences\ at\ any\ time.=This setting may be changed in preferences at any time.
Timezone\ (Provides\ for\ better\ recommendations\ by\ indicating\ the\ time\ of\ day\ the\ request\ is\ being\ made.)=Timezone (Provides for better recommendations by indicating the time of day the request is being made.)
Time\ stamp=Time stamp
Toggle\ groups\ interface=Toggle groups interface
Trim\ all\ whitespace\ characters\ in\ the\ field\ content.=Trim all whitespace characters in the field content.
Trim\ whitespace\ characters=Trim whitespace characters
Try\ different\ encoding=Try different encoding
Undo=Undo
Unknown\ BibTeX\ entries\:=Unknown BibTeX entries\:
unknown\ edit=unknown edit
Unknown\ export\ format=Unknown export format
untitled=untitled
Upgrade\ external\ PDF/PS\ links\ to\ use\ the\ '%0'\ field.=Upgrade external PDF/PS links to use the '%0' field.
usage=usage
Use\ autocompletion=Use autocompletion
User\ interface=User interface
Username=Username
Value\ cleared\ externally=Value cleared externally
Value\ set\ externally\:\ %0=Value set externally: %0
Verify\ that\ LyX\ is\ running\ and\ that\ the\ lyxpipe\ is\ valid.=Verify that LyX is running and that the lyxpipe is valid.
View=View
Vim\ server\ name=Vim server name
View\ journal\ info=View journal info
Warn\ about\ unresolved\ duplicates\ when\ closing\ inspection\ window=Warn about unresolved duplicates when closing inspection window
Warn\ before\ overwriting\ existing\ keys=Warn before overwriting existing keys
Warning=Warning
Warnings=Warnings
Warning\:\ You\ added\ field\ "%0"\ twice.\ Only\ one\ will\ be\ kept.=Warning: You added field "%0" twice. Only one will be kept.
web\ link=web link
What\ do\ you\ want\ to\ do?=What do you want to do?
Whatever\ option\ you\ choose,\ Mr.\ DLib\ may\ share\ its\ data\ with\ research\ partners\ to\ further\ improve\ recommendation\ quality\ as\ part\ of\ a\ 'living\ lab'.\ Mr.\ DLib\ may\ also\ release\ public\ datasets\ that\ may\ contain\ anonymized\ information\ about\ you\ and\ the\ recommendations\ (sensitive\ information\ such\ as\ metadata\ of\ your\ articles\ will\ be\ anonymised\ through\ e.g.\ hashing).\ Research\ partners\ are\ obliged\ to\ adhere\ to\ the\ same\ strict\ data\ protection\ policy\ as\ Mr.\ DLib.=Whatever option you choose, Mr. DLib may share its data with research partners to further improve recommendation quality as part of a 'living lab'. Mr. DLib may also release public datasets that may contain anonymized information about you and the recommendations (sensitive information such as metadata of your articles will be anonymised through e.g. hashing). Research partners are obliged to adhere to the same strict data protection policy as Mr. DLib.
Will\ write\ metadata\ to\ the\ PDFs\ linked\ from\ selected\ entries.=Will write metadata to the PDFs linked from selected entries.
Write\ BibTeXEntry\ as\ metadata\ to\ PDF.=Write BibTeXEntry as metadata to PDF.
Write\ metadata\ for\ all\ PDFs\ in\ current\ library?=Write metadata for all PDFs in current library?
Writing\ metadata\ for\ selected\ entries...=Writing metadata for selected entries...
Writing\ metadata...=Writing metadata...
Embed\ BibTeXEntry\ in\ PDF.=Embed BibTeXEntry in PDF.
File\ '%0'\ is\ write\ protected.=File '%0' is write protected.
Write\ BibTeXEntry\ as\ XMP\ metadata\ to\ PDF.=Write BibTeXEntry as XMP metadata to PDF.
Write\ BibTeXEntry\ metadata\ to\ PDF.=Write BibTeXEntry metadata to PDF.
Write\ metadata\ to\ PDF\ files=Write metadata to PDF files
XMP-annotated\ PDF=XMP-annotated PDF
XMP\ export\ privacy\ settings=XMP export privacy settings
XMP\ metadata=XMP metadata
You\ must\ restart\ JabRef\ for\ this\ to\ come\ into\ effect.=You must restart JabRef for this to come into effect.