summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-08 14:27:27 +0300
committerAndrew Dolgov <[email protected]>2021-03-08 14:27:27 +0300
commit61e67e33eceaeaf30d2baa1c909cecc91eb4f765 (patch)
tree32efbba27fa8d9f9efdfce966b6e49e69d2f9eb5 /org.fox.ttrss/src/main/res/values/strings.xml
parent2f3e8a2897dadf946233a00dc9b222358acdc3dd (diff)
add support for article score in the UI
Diffstat (limited to 'org.fox.ttrss/src/main/res/values/strings.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/values/strings.xml b/org.fox.ttrss/src/main/res/values/strings.xml
index ef0013ea..f4d0119c 100755
--- a/org.fox.ttrss/src/main/res/values/strings.xml
+++ b/org.fox.ttrss/src/main/res/values/strings.xml
@@ -293,4 +293,8 @@
<string name="img_share_url">Share URL</string>
<string name="img_share_image">Share image</string>
<string name="img_share_failed_to_load">Failed to load image for sharing</string>
+ <string name="update_categories">Update categories</string>
+ <string name="score_for_this_article">Score for this article</string>
+ <string name="set_score">Set score</string>
+ <string name="score_invalid">Invalid score</string>
</resources>