aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
blob: 1165db0280a74127bc7926511649cf9792aa2704 (plain) (blame)
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
103
104
<!--
    RSSin - Clever RSS reader for Android
    Copyright (C) 2015 Randy Wanga, Jos Craaijo, Joep Bernards, Camil Staps
    
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by 
    the Free Software Foundation; either version 2 of the License, or 
    (at your option) any later version.
    
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of 
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
    
    You should have received a copy of the GNU General Public License along
    with this program; if not, write to the Free Software Foundation, Inc.,
    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-->
<resources>
    <string name="app_name">RSSin</string>
    <string name="app_info" translatable="false"><![CDATA[
        <h1>RSSin</h1>
        <em>Clever RSS reader for Android</em>
        <p>Copyright &copy; Randy Wanga, Jos Craaijo, Joep Bernards, Camil Staps</p>
        <p>This project is free, open source software licensed under GPLv2. For more information and the full license text, visit <a href="https://github.com/camilstaps/RSSin">https://github.com/camilstaps/RSSin</a>.</p>
        <p>Articles loaded from external sources remain under the original copyright.</p>
    ]]></string>

    <string name="action_import_feed">Open in RRSin</string>

    <string name="action_settings">Settings</string>
    <string name="action_filters">Filters</string>
    <string name="action_feeds">Feeds</string>
    <string name="action_info">About RSSin</string>

    <string name="button_ok">OK</string>
    <string name="button_apply">Apply</string>
    <string name="button_cancel">Cancel</string>

    <string name="title_activity_unifiedinbox">Inbox</string>
    <string name="title_activity_filters">Filters</string>
    <string name="title_activity_filter_settings">Filter</string>
    <string name="title_activity_filter">Filter</string>
    <string name="title_activity_article">Article</string>
    <string name="title_activity_feeds">Feeds</string>

    <string name="filters_action_add">Add</string>

    <string name="filter_settings_edit_keywords">Edit</string>
    <string name="filter_settings_feeds">Feeds</string>
    <string name="filter_settings_add_keyword">Add</string>
    <string name="filter_settings_add_feed">Add</string>
    <string name="filter_settings_action_feeds">Feeds</string>
    <string name="filter_settings_action_title">Title</string>
    <string name="filter_settings_action_delete">Delete</string>

    <string name="feeds_action_add">Add</string>

    <string name="error_save_filters">Couldn\'t save filter</string>
    <string name="error_load_filters">Couldn\'t load filters</string>
    <string name="error_delete_filter">Couldn\'t delete filter</string>
    <string name="error_save_feeds">Couldn\'t save feeds</string>
    <string name="error_load_feeds">Couldn\'t load feeds</string>
    <string name="error_delete_feed">Couldn\'t delete feed</string>
    <string name="error_invalid_url">Invalid URL</string>
    <string name="error_net_load">Internet problem</string>
    <string name="error_save_feedsorter">Couldn\'t store personal preferences</string>
    <string name="error_load_article">Couldn\'t load article</string>
    <string name="error_unknown">An unknown error occurred</string>

    <string name="feeds">feeds</string>

    <string name="article_action_dislike">Dislike</string>
    <string name="article_action_like">Like</string>
    <string name="title_activity_home_screen">RSSin</string>

    <string name="navigation_drawer_open">Open navigation drawer</string>
    <string name="navigation_drawer_close">Close navigation drawer</string>

    <string name="loading">Loading&#8230;</string>

    <string name="article_author">Written by:</string>
    <string name="article_author_unknown">Unknown author</string>
    <string name="article_published_on">Published on:</string>
    <string name="article_published_on_unknown">Unknown publication date</string>
    <string name="walkthrough_text_1" translatable="false">Use the menu on the left to find all your feeds and filters.</string>
    <string name="walkthrough_text_2" translatable="false">All the latest posts will show up in your unified inbox.</string>
    <string name="walkthrough_text_3" translatable="false">You can import your favourite RSS feeds directly from other apps.</string>
    <string name="walkthrough_text_4" translatable="false">You can add your own custom filters to sort your feeds any way you want.</string>
    <string name="walkthrough_text_5" translatable="false">Rate articles so the app learns exactly which ones you\'ll like in the future.</string>
    <string name="walkthrough_text_button" translatable="false">Skip tutorial</string>
    <string name="navigation_drawer_all_feeds">All feeds</string>
    <string name="navigation_drawer_start">Start</string>
    <string name="navigation_drawer_edit_filters">Filters</string>
    <string name="navigation_drawer_edit_feeds">Feeds</string>
    <string name="article_feedback_saved">Feedback saved.</string>
    <string name="feeds_activity_add_feed">Add feed</string>
    <string name="feeds_activity_url">URL:</string>
    <string name="filter_settings_title">Title</string>
    <string name="filter_settings_new_title">New title:</string>
    <string name="menu_article_share">Share</string>
    <string name="navigation_drawer_edit_text">EDIT</string>
    <string name="article_link_to_website">Open in the browser</string>
</resources>