forked from lucxjo/leganto-apple
Louis Hollingworth
a18f485502
Next step is to build the feed item list once a parser has been found/ made. Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
22 lines
336 B
Plaintext
22 lines
336 B
Plaintext
/*
|
|
Localizable.strings
|
|
Leganto
|
|
|
|
Created by Louis Hollingworth on 2023-05-21.
|
|
|
|
*/
|
|
|
|
// General
|
|
"feeds" = "Feeds";
|
|
"save" = "Save";
|
|
"name" = "Name";
|
|
"desc" = "Description";
|
|
"url" = "URL";
|
|
"genre" = "Genre";
|
|
"fadd" = "Add Feed";
|
|
|
|
// Genre categories
|
|
"uncategorised" = "Uncategorised";
|
|
"technology" = "Technology";
|
|
"news" = "News";
|