aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/strings.xml
blob: baaf0f28970590cceade3a8b3b62fc8920b30427 (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
105
<!--
    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="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="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="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="title_section1">Section 1</string>
    <string name="title_section2">Section 2</string>
    <string name="title_section3">Section 3</string>

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

    <string name="loading">Loading...</string>

    <string name="action_example">Example action</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"/>
    <string name="walkthrough_text_1">Image 1 resource.</string>
    <string name="walkthrough_text_2">Image 2 resource.</string>
    <string name="walkthrough_text_3">Image 3 resource.</string>
    <string name="walkthrough_text_4">Image 4 resource.</string>
    <string name="walkthrough_text_5">Image 5 resource.</string>
    <string name="walkthrough_text_button">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>
</resources>