2020-11-21 02:11:31 +01:00
|
|
|
/*
|
|
|
|
Localizable.strings
|
|
|
|
NetNewsWire
|
|
|
|
|
|
|
|
Created by Stuart Breckenridge on 21/11/2020.
|
|
|
|
Copyright © 2020 Ranchero Software. All rights reserved.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* Bundle */
|
|
|
|
"Unread_Widget_Title" = "Your Unread Articles";
|
2020-11-21 09:01:32 +01:00
|
|
|
"Unread_Widget_Description" = "A sneak peek at your unread articles.";
|
2020-11-21 02:11:31 +01:00
|
|
|
|
|
|
|
"Today_Widget_Title" = "Your Today Articles";
|
2020-11-21 09:01:32 +01:00
|
|
|
"Today_Widget_Description" = "A sneak peek at recently published unread articles.";
|
2020-11-21 02:11:31 +01:00
|
|
|
|
|
|
|
"Starred_Widget_Title" = "Your Starred Articles";
|
2020-11-21 09:01:32 +01:00
|
|
|
"Starred_Widget_Description" = "A sneak peek at your starred articles.";
|
2020-11-21 02:11:31 +01:00
|
|
|
|
|
|
|
"SmartFeedSummary_Widget_Title" = "Your Smart Feed Summary";
|
2020-11-21 10:16:21 +01:00
|
|
|
"SmartFeedSummary_Widget_Description" = "Your smart feeds, summarized.";
|
2020-11-21 02:11:31 +01:00
|
|
|
|
|
|
|
/* Unread Widget */
|
2020-12-15 12:56:50 +01:00
|
|
|
"Unread_Widget_NoItemsTitle" = "Unread";
|
|
|
|
"Unread_Widget_NoItems" = "There are no unread articles left to read.";
|
2020-11-21 02:11:31 +01:00
|
|
|
|
|
|
|
/* Today Widget */
|
2020-12-15 12:56:50 +01:00
|
|
|
"Today_Widget_NoItemsTitle" = "Today";
|
|
|
|
"Today_Widget_NoItems" = "There are no recent unread articles left to read.";
|
2020-11-21 02:11:31 +01:00
|
|
|
|
|
|
|
/* Starred Widget */
|
2020-12-15 12:56:50 +01:00
|
|
|
"Starred_Widget_NoItemsTitle" = "Starred";
|
|
|
|
"Starred_Widget_NoItems" = "When you mark articles as Starred, they'll appear here.";
|
2020-11-21 08:47:53 +01:00
|
|
|
|
2020-11-21 10:16:21 +01:00
|
|
|
/* Smart Feed Summary Widget */
|
|
|
|
"Unread" = "Unread";
|
2020-12-15 12:56:50 +01:00
|
|
|
"Today" = "Today ";
|
2020-11-21 10:16:21 +01:00
|
|
|
"Starred" = "Starred";
|