summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/values
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-21 23:20:31 +0300
committerAndrew Dolgov <[email protected]>2018-12-21 23:20:31 +0300
commitb10e3ef0072245fc25957f55fd45650d10d9f47f (patch)
tree019fd9c9d241eb7ebc110d43e202f4fc451feaff /org.fox.ttrss/src/main/res/values
parentfbcc845ae103c7d4acd95df7833b9dc1858c7de5 (diff)
some more localized strings
Diffstat (limited to 'org.fox.ttrss/src/main/res/values')
-rwxr-xr-xorg.fox.ttrss/src/main/res/values/strings.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.fox.ttrss/src/main/res/values/strings.xml b/org.fox.ttrss/src/main/res/values/strings.xml
index e788dcc5..ae2f1cc7 100755
--- a/org.fox.ttrss/src/main/res/values/strings.xml
+++ b/org.fox.ttrss/src/main/res/values/strings.xml
@@ -175,7 +175,7 @@
</plurals>
<string name="prefs_confirm_headlines_catchup">Confirm mark as read</string>
- <string name="author_formatted">by %1$s</string>
+ <string name="author_formatted">%1$s</string>
<plurals name="n_unread_articles">
<item quantity="zero">No unread articles</item>
@@ -267,4 +267,6 @@
<string name="logcat_refresh">Refresh</string>
<string name="logcat_copy">Copy to clipboard</string>
<string name="logcat_title">Log viewer</string>
+ <string name="cat_labels">Labels</string>
+ <string name="cat_uncategorized">Uncategorized</string>
</resources>