Initial sorting commit.

This is not perfect yet and still needs work.
This commit is contained in:
StackZ
2020-06-19 10:32:17 +02:00
parent c6f0798196
commit e8421ae69f
5 changed files with 349 additions and 32 deletions
+6 -1
View File
@@ -188,5 +188,10 @@
"CHANGE_STYLE": "Change Style",
"NO_DOWNLOADS_AVAILABLE": "No downloads available.",
"UNISTORE_VERSION": "UniStore version: ",
"UNISTORE_NOT_SUPPORTED": "This UniStore version is not supported!"
"UNISTORE_NOT_SUPPORTED": "This UniStore version is not supported!",
"DESCENDING": "Descending",
"ASCENDING": "Ascending",
"TITLE_BTN": "Title",
"AUTHOR_BTN": "Author",
"LAST_UPDATED_BTN": "Last updated"
}