You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"search.offlineMessage" = "You can only search titles and URLs while offline. Connect to the internet to use Premium's full-text search.";
133
135
"search.banner.errorMessage." = "We’re experiencing an error and can’t show you full search results. Please try again later.";
136
+
"search.error.view.needsInternet" = "You must have an internet connection to view this item.";
137
+
"search.recent" = "Recent Searches";
134
138
135
139
// Settings
136
140
"settings.thankyou.credits" = "Thank you for using Pocket";
@@ -139,3 +143,6 @@
139
143
"settings.logout" = "Log Out";
140
144
"settings.logout.areYouSureMessage" = "You will be logged out of your account and any items that have been saved for offline viewing will be removed from your device.";
internalstaticlettagYourSavesByTopicToFindThemLater=L10n.tr("Localizable","Tag your saves by topic to find them later.", fallback:"Tag your saves by topic to find them later.")
internalstaticlettellUsMore=L10n.tr("Localizable","Tell us more", fallback:"Tell us more")
178
182
/// Terms of Service
@@ -202,6 +206,14 @@ internal enum L10n {
202
206
/// Save from Safari, Twitter, YouTube or your favorite news app (for starters). Your articles and videos will be ready for you in Pocket
203
207
internalstaticletyourArticlesAndVideosWillBeReadyForYouInPocket=L10n.tr("Localizable","Save from Safari, Twitter, YouTube or your favorite news app (for starters). Your articles and videos will be ready for you in Pocket", fallback:"Save from Safari, Twitter, YouTube or your favorite news app (for starters). Your articles and videos will be ready for you in Pocket")
/// You can only search titles and URLs while offline. Connect to the internet to use Premium's full-text search.
213
225
internalstaticletofflineMessage=L10n.tr("Localizable","search.offlineMessage", fallback:"You can only search titles and URLs while offline. Connect to the internet to use Premium's full-text search.")
/// We’re experiencing an error and can’t show you full search results. Please try again later.
216
230
internalstaticleterrorMessage=L10n.tr("Localizable","search.banner.errorMessage.", fallback:"We’re experiencing an error and can’t show you full search results. Please try again later.")
217
231
}
232
+
internalenumError{
233
+
internalenumView{
234
+
/// You must have an internet connection to view this item.
235
+
internalstaticletneedsInternet=L10n.tr("Localizable","search.error.view.needsInternet", fallback:"You must have an internet connection to view this item.")
0 commit comments