Basic views added.
Next step is to build the feed item list once a parser has been found/
made.
Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
parent
9701c3428c
commit
a18f485502
3 changed files with 93 additions and 8 deletions
|
|
@ -6,4 +6,16 @@
|
|||
|
||||
*/
|
||||
|
||||
// General
|
||||
"feeds" = "Feeds";
|
||||
"save" = "Save";
|
||||
"name" = "Name";
|
||||
"desc" = "Description";
|
||||
"url" = "URL";
|
||||
"genre" = "Genre";
|
||||
"fadd" = "Add Feed";
|
||||
|
||||
// Genre categories
|
||||
"uncategorised" = "Uncategorised";
|
||||
"technology" = "Technology";
|
||||
"news" = "News";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue