-
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e9247ea
commit ed9f1b4
Showing
2 changed files
with
20 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"rss.AddFeed": "Add Feed", | ||
"rss.DisplayName": "Display Name", | ||
"rss.ErrorFetching": "Error fetching feed", | ||
"rss.ExcludeFilter": "Exclude Filter", | ||
"rss.ExcludeFilterHelp": "Only show items whose name matches these |-separated words", | ||
"rss.FeedUrl": "Feed Url", | ||
"rss.FilterNotSet": "Not set", | ||
"rss.IncludeFilter": "Include Filter", | ||
"rss.IncludeFilterHelp": "Don't show items whose name matches these |-separated words", | ||
"rss.NoDescriptionAvailable": "Empty description", | ||
"rss.NoItemsFound": "No items Found", | ||
"rss.NoPublishDate": "Not available", | ||
"rss.OpenLink": "Open Link" | ||
} |