-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* #669 Add status "Review pending" (Jena) * #669 Added i18n result.dozbib.status.detailed.reviewPending * #669 Set UBO.Scopus.Importer.Default.Classifications = partOf:true * #669 Undo last commit
- Loading branch information
Showing
6 changed files
with
44 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1"?> | ||
|
||
<items> | ||
<item value="confirmed"> | ||
<label xml:lang="de">redaktionell geprüft</label> | ||
<label xml:lang="en">confirmed</label> | ||
</item> | ||
<item value="reviewPending"> | ||
<label xml:lang="de">Prüfung ausstehend</label> | ||
<label xml:lang="en">Review pending</label> | ||
</item> | ||
<item value="submitted"> | ||
<label xml:lang="de">eingereicht</label> | ||
<label xml:lang="en">submitted</label> | ||
</item> | ||
<item value="review"> | ||
<label xml:lang="de">wird bearbeitet</label> | ||
<label xml:lang="en">in review</label> | ||
</item> | ||
<item value="imported"> | ||
<label xml:lang="de">importiert</label> | ||
<label xml:lang="en">imported</label> | ||
</item> | ||
<item value="unchecked"> | ||
<label xml:lang="de">keine Redaktion</label> | ||
<label xml:lang="en">no editing</label> | ||
</item> | ||
</items> |