new stuff
This commit is contained in:
commit
af8e618f01
12 changed files with 413 additions and 0 deletions
6
data/locale/en_US.err.yaml
Normal file
6
data/locale/en_US.err.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
err:
|
||||
gen:
|
||||
UnknownFeedType: "Unknown Feed"
|
||||
UnknownFeedDescription: "Unknown Feed Description"
|
||||
UnknownFeedName: "Unknown Feed Name"
|
||||
|
10
data/locale/en_US.gen.feed.yaml
Normal file
10
data/locale/en_US.gen.feed.yaml
Normal file
|
@ -0,0 +1,10 @@
|
|||
gen:
|
||||
feed:
|
||||
any:
|
||||
title:
|
||||
search: "Search results for %s"
|
||||
description:
|
||||
search:
|
||||
limited: "The top %d results for the search query '%s'"
|
||||
unlimted: "All search results for the search query '%s'\n\n(WARNING: might be unstable!!!)"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue