-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
strings.xml
102 lines (101 loc) · 5.69 KB
/
strings.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">News</string>
<string name="post_image">Post image</string>
<string name="settings">Settings</string>
<string name="news">News</string>
<string name="show_read_news">Show read news</string>
<string name="hide_read_news">Hide read news</string>
<string name="bookmark">Bookmark</string>
<string name="remove_bookmark">Remove bookmark</string>
<string name="logo">Logo</string>
<string name="log_out">Log out</string>
<string name="log_out_warning">Do you really want to log out?</string>
<string name="cancel">Cancel</string>
<string name="direct_login_failed">Could not connect to server. Please make sure your login info is correct.</string>
<string name="server_url_hint">https://example.com</string>
<string name="username">Username</string>
<string name="password">Password</string>
<string name="news_list_is_empty">News list is empty</string>
<string name="you_have_no_bookmarks">You have no bookmarks</string>
<string name="field_is_empty">Field is empty</string>
<string name="error">Error</string>
<string name="download">Download</string>
<string name="downloading">Downloading</string>
<string name="listen">Listen</string>
<string name="crop_feed_images">Crop preview images</string>
<string name="feeds">Feeds</string>
<string name="bookmarks">Bookmarks</string>
<string name="open_feed">Open feed</string>
<string name="open_html_link">Open website</string>
<string name="actions">Actions</string>
<string name="delete">Delete</string>
<string name="add_feed">Add feed</string>
<string name="add">Add</string>
<string name="show_feed_images">Show preview images</string>
<string name="rename">Rename</string>
<string name="feed_title">Feed title</string>
<string name="cannot_find_entry_with_id_s">Can not find entry with id %1$s</string>
<string name="share">Share</string>
<string name="delete_all_data">Delete all data</string>
<string name="delete_all_data_warning">This action will reset the app and delete all of the data.</string>
<string name="standalone_mode">Standalone mode</string>
<string name="open_in_browser">Open in browser</string>
<string name="show_newest_first">Show newest first</string>
<string name="show_oldest_first">Show oldest first</string>
<string name="marked_as_read">Marked as read</string>
<string name="bookmarked">Bookmarked</string>
<string name="search">Search</string>
<string name="clear_search_input">Clear search input</string>
<string name="you_have_no_apps_which_can_play_this_podcast">You have no apps which can play this podcast.</string>
<string name="import_feeds_from_opml_file">Import from OPML file</string>
<string name="export_feeds_to_opml_file">Export to OPML file</string>
<string name="undo">Undo</string>
<string name="retry">Retry</string>
<string name="importing_feeds_n_of_n">Importing feeds (%1$d of %2$d)</string>
<string name="mark_scrolled_entries_as_read">Mark scrolled entries as read</string>
<string name="open_feed_settings">Open feed settings</string>
<string name="fetch_news_on_startup">Fetch news on startup</string>
<string name="open_entries_in_browser">Open entries in browser</string>
<string name="removed_from_bookmarks">Removed from bookmarks</string>
<string name="cannot_find_feed_with_id_s">Can not find feed with id %1$s</string>
<string name="blocked_words">Blocked words</string>
<string name="the_list_is_empty">The list is empty</string>
<string name="comma_separated">comma-separated</string>
<string name="fetch_news_in_background">Sync in background</string>
<string name="background_sync_interval">Background sync interval</string>
<string name="mark_all_as_read">Mark all as read</string>
<string name="unread_news">Unread news</string>
<string name="got_exception_of_class_s">Got %1$s. See exception log for details</string>
<string name="trust_self_signed_certificates">Trust self-signed certificates</string>
<string name="you_have_no_feeds">You have no feeds</string>
<string name="export_database">Export database</string>
<string name="preview_images">Preview images</string>
<string name="show">Show</string>
<string name="hide">Hide</string>
<string name="follow_settings">Follow settings</string>
<string name="feed_url">Feed URL</string>
<string name="view_comments">View comments</string>
<string name="use_built_in_browser">Use built-in browser</string>
<string name="show_preview_text">Show preview text</string>
<string name="enclosures">Enclosures</string>
<string name="manage_enclosures">Manage enclosures</string>
<string name="connect_to_miniflux">Connect to Miniflux</string>
<string name="connect_to_nextcloud">Connect to Nextcloud</string>
<string name="connect">Connect</string>
<string name="invalid_url">Invalid URL</string>
<string name="audio_n">Audio %1$d</string>
<string name="crash_title">The app has crashed</string>
<string name="crash_summary">You can let us know about that by sharing your crash report</string>
<string name="this_entry_doesnt_have_any_external_links">This entry doesn\'t have any external links</string>
<plurals name="d_hours">
<item quantity="one">%d hour</item>
<item quantity="few">%d hours</item>
<item quantity="other">%d hours</item>
</plurals>
<plurals name="you_have_d_unread_news">
<item quantity="one">You have %d unread news</item>
<item quantity="few">You have %d unread news</item>
<item quantity="other">You have %d unread news</item>
</plurals>
</resources>