| author | Da Risk <da_risk@geekorum.com> |
| Sun, 21 Nov 2021 19:13:27 -0400 | |
| changeset 857 | 94c10c2efb0d |
| parent 849 | 9c66889b641d |
| child 867 | 50713ad4fde6 |
| permissions | -rw-r--r-- |
| 0 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
2 |
<!-- |
|
3 |
||
4 |
Geekttrss is a RSS feed reader application on the Android Platform. |
|
5 |
||
|
846
ac0863af5ef6
build: update licence header check
Da Risk <da_risk@geekorum.com>
parents:
767
diff
changeset
|
6 |
Copyright (C) 2017-2021 by Frederic-Charles Barthelery. |
| 0 | 7 |
|
8 |
This file is part of Geekttrss. |
|
9 |
||
10 |
Geekttrss is free software: you can redistribute it and/or modify |
|
11 |
it under the terms of the GNU General Public License as published by |
|
12 |
the Free Software Foundation, either version 3 of the License, or |
|
13 |
(at your option) any later version. |
|
14 |
||
15 |
Geekttrss is distributed in the hope that it will be useful, |
|
16 |
but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
17 |
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
18 |
GNU General Public License for more details. |
|
19 |
||
20 |
You should have received a copy of the GNU General Public License |
|
21 |
along with Geekttrss. If not, see <http://www.gnu.org/licenses/>. |
|
22 |
||
23 |
--> |
|
24 |
<resources> |
|
25 |
<string name="app_name">Geekttrss</string> |
|
26 |
||
27 |
<string name="path_star_mask_filled">M0,24 L24,24 L24,0 L0,0 Z</string> |
|
28 |
<string name="path_star_mask_empty">M0,24 L24,24 L24,24 L0,24 Z</string> |
|
29 |
<string name="ttrss_account">Tiny Tiny RSS</string> |
|
30 |
<!-- Login activity --> |
|
31 |
<string name="prompt_url">Tiny Tiny RSS server url</string> |
|
32 |
<string name="prompt_username">Username</string> |
|
33 |
<string name="prompt_password">Password</string> |
|
|
108
849c50d5d2b3
LoginActivity: rework the login form design
Da Risk <da_risk@geekorum.com>
parents:
87
diff
changeset
|
34 |
<string name="lbl_use_http_authentication">Use Http authentication</string> |
| 0 | 35 |
<string name="action_sign_in">Login</string> |
36 |
<string name="action_sign_in_short">Login</string> |
|
37 |
<string name="error_field_required">This field is required</string> |
|
38 |
<string name="error_invalid_http_url">Invalid http(s) url</string> |
|
|
225
6453fa194908
LoginViewModel: try to sanitize http url
Da Risk <da_risk@geekorum.com>
parents:
207
diff
changeset
|
39 |
<string name="error_http_url_must_end_wish_slash">Url must end with /</string> |
| 0 | 40 |
<string name="error_incorrect_password">Incorrect password</string> |
41 |
||
42 |
<string name="title_article_list">Articles</string> |
|
|
614
71767f66c503
ArticlesListActivity: add sort icon
Da Risk <da_risk@geekorum.com>
parents:
611
diff
changeset
|
43 |
<string name="sort_order">Sort order</string> |
|
71767f66c503
ArticlesListActivity: add sort icon
Da Risk <da_risk@geekorum.com>
parents:
611
diff
changeset
|
44 |
<string name="sort_order_most_recent_first">Most recent first</string> |
|
71767f66c503
ArticlesListActivity: add sort icon
Da Risk <da_risk@geekorum.com>
parents:
611
diff
changeset
|
45 |
<string name="sort_order_oldest_first">Oldest first</string> |
|
487
028855923579
app: add navigation for articles list and search
Da Risk <da_risk@geekorum.com>
parents:
478
diff
changeset
|
46 |
<string name="title_article_search">Search</string> |
|
028855923579
app: add navigation for articles list and search
Da Risk <da_risk@geekorum.com>
parents:
478
diff
changeset
|
47 |
<string name="label_feed_name">{feed_name}</string>
|
|
686
9dbf847e88d6
articles_list: Better navigation for tags
Da Risk <da_risk@geekorum.com>
parents:
684
diff
changeset
|
48 |
<string name="label_tag">#{tag}</string>
|
| 0 | 49 |
|
|
494
acea4f05f174
ArticleDetailActivity: use data pattern to get uri from intent
Da Risk <da_risk@geekorum.com>
parents:
487
diff
changeset
|
50 |
<!-- activity article details --> |
|
acea4f05f174
ArticleDetailActivity: use data pattern to get uri from intent
Da Risk <da_risk@geekorum.com>
parents:
487
diff
changeset
|
51 |
<string name="title_article_details">Article details</string> |
|
502
163e36c0f64a
FeedsNavigationMenuPresenter: extract FeedToMenuItem transformation into FeedsNavigationMenuPresenter
Da Risk <da_risk@geekorum.com>
parents:
494
diff
changeset
|
52 |
<string name="title_feeds_menu">Feeds</string> |
|
494
acea4f05f174
ArticleDetailActivity: use data pattern to get uri from intent
Da Risk <da_risk@geekorum.com>
parents:
487
diff
changeset
|
53 |
|
| 0 | 54 |
<string name="drawer_open">Open drawer</string> |
55 |
<string name="drawer_close">Close drawer</string> |
|
56 |
<string name="drawer_btn_settings">Settings</string> |
|
57 |
||
58 |
<string name="star_article">Add to favorites</string> |
|
59 |
||
60 |
<!-- Strings related to Settings --> |
|
61 |
<string name="activity_settings_title">Settings</string> |
|
62 |
<string name="pref_title_theme">Theme</string> |
|
|
693
cdc81caa38e8
SettingsActivity: add preference for in app browser engine
Da Risk <da_risk@geekorum.com>
parents:
686
diff
changeset
|
63 |
<string name="pref_title_in_app_browser_engine">In app browser engine</string> |
| 301 | 64 |
<string name="theme_system_default">Use system default</string> |
| 0 | 65 |
<string name="theme_light">Light</string> |
66 |
<string name="theme_dark">Dark</string> |
|
67 |
<string name="pref_category_user_interface">User interface</string> |
|
|
693
cdc81caa38e8
SettingsActivity: add preference for in app browser engine
Da Risk <da_risk@geekorum.com>
parents:
686
diff
changeset
|
68 |
<string name="pref_category_advanced">Advanced</string> |
| 0 | 69 |
<string name="pref_category_about">About</string> |
70 |
<string name="pref_title_about_version">Version %1$s</string> |
|
71 |
<string name="pref_summary_about_version">%1$s-%2$s</string> |
|
|
193
dd82592bda9b
Settings: Add some devs preferences
Da Risk <da_risk@geekorum.com>
parents:
178
diff
changeset
|
72 |
<string name="pref_category_development">Development</string> |
|
dd82592bda9b
Settings: Add some devs preferences
Da Risk <da_risk@geekorum.com>
parents:
178
diff
changeset
|
73 |
<string name="pref_title_manage_features">Manage features</string> |
| 0 | 74 |
|
|
194
fc7c3f9fb77c
Add ManageFeaturesFragment to test uninstall of feature modules
Da Risk <da_risk@geekorum.com>
parents:
193
diff
changeset
|
75 |
<!-- Manage features fragment --> |
|
fc7c3f9fb77c
Add ManageFeaturesFragment to test uninstall of feature modules
Da Risk <da_risk@geekorum.com>
parents:
193
diff
changeset
|
76 |
<string name="btn_install_feature">Install</string> |
|
fc7c3f9fb77c
Add ManageFeaturesFragment to test uninstall of feature modules
Da Risk <da_risk@geekorum.com>
parents:
193
diff
changeset
|
77 |
<string name="btn_uninstall_feature">Uninstall</string> |
| 0 | 78 |
|
| 207 | 79 |
<!-- Install feature --> |
|
605
c8b28059e4c9
articles_list: add AppBarPresenter
Da Risk <da_risk@geekorum.com>
parents:
502
diff
changeset
|
80 |
<string name="lbl_install_feature_title">Module installation</string> |
| 207 | 81 |
<string name="lbl_download_in_progress">Downloading</string> |
82 |
<string name="lbl_install_in_progress">Installing</string> |
|
83 |
<string name="lbl_failed_to_install">Installation failed</string> |
|
84 |
<string name="lbl_install_complete">Installation complete</string> |
|
85 |
<string name="lbl_other">Other state</string> |
|
86 |
||
| 849 | 87 |
<!-- Magazine fragment --> |
88 |
<string name="title_magazine">Magazine</string> |
|
89 |
||
| 0 | 90 |
<!-- article list items --> |
91 |
<string name="mark_as_read">Mark as read</string> |
|
92 |
<string name="mark_as_unread">Mark as unread</string> |
|
|
767
10447fa09556
ArticlesListFragment: display feed name if articles are from different feeds
Da Risk <da_risk@geekorum.com>
parents:
693
diff
changeset
|
93 |
<string name="feed_icon_content_description">Feed icon</string> |
|
857
94c10c2efb0d
app: ArticleDetailsScreen better support for large screen
Da Risk <da_risk@geekorum.com>
parents:
849
diff
changeset
|
94 |
<string name="open_article_in_browser">Open in browser</string> |
| 0 | 95 |
<plurals name="undo_set_articles_read_text"> |
96 |
<item quantity="one">%d article marked as read</item> |
|
97 |
<item quantity="other">%d articles marked as read</item> |
|
98 |
</plurals> |
|
99 |
<string name="undo_set_articles_read_btn">Undo</string> |
|
100 |
<string name="author_formatted">by %1$s</string> |
|
101 |
<string name="fragment_articles_list_no_articles_lbl">No articles</string> |
|
| 87 | 102 |
<string name="fragment_articles_list_no_articles_and_sync_lbl">No articles.\nFirst synchronization may take a while…</string> |
| 0 | 103 |
|
|
478
f33f0b0d6fdd
ArticleListActivity add banner container bottom sheet
Da Risk <da_risk@geekorum.com>
parents:
317
diff
changeset
|
104 |
<!-- banners --> |
|
f33f0b0d6fdd
ArticleListActivity add banner container bottom sheet
Da Risk <da_risk@geekorum.com>
parents:
317
diff
changeset
|
105 |
<string name="banner_update_msg">A new update is available</string> |
|
f33f0b0d6fdd
ArticleListActivity add banner container bottom sheet
Da Risk <da_risk@geekorum.com>
parents:
317
diff
changeset
|
106 |
<string name="banner_update_btn">Install</string> |
|
f33f0b0d6fdd
ArticleListActivity add banner container bottom sheet
Da Risk <da_risk@geekorum.com>
parents:
317
diff
changeset
|
107 |
<string name="banner_dismiss_btn">Dismiss</string> |
|
f33f0b0d6fdd
ArticleListActivity add banner container bottom sheet
Da Risk <da_risk@geekorum.com>
parents:
317
diff
changeset
|
108 |
<string name="banner_update_install_msg">Update ready to install</string> |
|
f33f0b0d6fdd
ArticleListActivity add banner container bottom sheet
Da Risk <da_risk@geekorum.com>
parents:
317
diff
changeset
|
109 |
<string name="banner_install_btn">Restart</string> |
|
f33f0b0d6fdd
ArticleListActivity add banner container bottom sheet
Da Risk <da_risk@geekorum.com>
parents:
317
diff
changeset
|
110 |
|
|
f33f0b0d6fdd
ArticleListActivity add banner container bottom sheet
Da Risk <da_risk@geekorum.com>
parents:
317
diff
changeset
|
111 |
|
| 0 | 112 |
<!-- activity add feed --> |
113 |
<string name="activity_add_feed_title">Subscribe to feed</string> |
|
114 |
||
115 |
<!-- Menus --> |
|
116 |
<string name="share_article">Share article</string> |
|
117 |
<string name="context_selection_toggle_unread">(Un)Read</string> |
|
|
28
dc628b17d59c
ArticleListActivity: add a search menu action
Da Risk <da_risk@geekorum.com>
parents:
11
diff
changeset
|
118 |
<string name="search">Search</string> |
| 0 | 119 |
|
120 |
<!-- Api error messages --> |
|
|
120
9e6c01679e4b
Remove logs reference from error message
Da Risk <da_risk@geekorum.com>
parents:
109
diff
changeset
|
121 |
<string name="error_unknown">Error: Unknown error</string> |
|
109
eb12523cbc81
LoginActivity: use http authentication fields
Da Risk <da_risk@geekorum.com>
parents:
108
diff
changeset
|
122 |
<string name="error_http_unauthorized">Http error: 401 unauthorized</string> |
|
eb12523cbc81
LoginActivity: use http authentication fields
Da Risk <da_risk@geekorum.com>
parents:
108
diff
changeset
|
123 |
<string name="error_http_forbidden">Http error: 403 forbidden</string> |
|
eb12523cbc81
LoginActivity: use http authentication fields
Da Risk <da_risk@geekorum.com>
parents:
108
diff
changeset
|
124 |
<string name="error_http_not_found">Http error: 404 not found</string> |
|
eb12523cbc81
LoginActivity: use http authentication fields
Da Risk <da_risk@geekorum.com>
parents:
108
diff
changeset
|
125 |
<string name="error_http_server_error">Http error: 500 server error</string> |
| 0 | 126 |
<string name="error_http_other_error">Error: other HTTP error (see log)</string> |
127 |
<string name="error_ssl_rejected">Error: SSL certificate rejected</string> |
|
128 |
<string name="error_parse_error">Error: JSON parse failed</string> |
|
129 |
<string name="error_io_error">Error: I/O failure (server down?)</string> |
|
130 |
<string name="error_other_error">Error: unknown error (see log)</string> |
|
131 |
<string name="error_api_disabled">Error: Please enable external API access in tt-rss Settings - Advanced</string> |
|
132 |
<string name="error_api_unknown">Error: unknown API error (see log)</string> |
|
133 |
<string name="error_api_incorrect_usage">Error: incorrect API usage</string> |
|
134 |
<string name="error_login_failed">Error: username or password incorrect</string> |
|
135 |
<string name="error_invalid_api_url">Error: invalid API URL</string> |
|
136 |
<string name="error_ssl_hostname_rejected">Error: SSL hostname not verified</string> |
|
137 |
<string name="error_api_unknown_method">Error: unknown API method</string> |
|
138 |
<string name="error_network_unavailable">Error: network unavailable</string> |
|
|
245
7d798eca63b7
Login: display a more explicit message when Http traffic is not allowed
Da Risk <da_risk@geekorum.com>
parents:
225
diff
changeset
|
139 |
<string name="error_cleartext_traffic_not_allowed">Error: Cleartext (http) traffic not allowed on this version of Android</string> |
|
7d798eca63b7
Login: display a more explicit message when Http traffic is not allowed
Da Risk <da_risk@geekorum.com>
parents:
225
diff
changeset
|
140 |
|
|
7d798eca63b7
Login: display a more explicit message when Http traffic is not allowed
Da Risk <da_risk@geekorum.com>
parents:
225
diff
changeset
|
141 |
<!-- features title --> |
|
178
d5a489985531
Add a manage_feeds on demand feature module
Da Risk <da_risk@geekorum.com>
parents:
137
diff
changeset
|
142 |
<string name="title_manage_feeds">Manage feeds</string> |
| 0 | 143 |
</resources> |