<?xml version="1.0" encoding="utf-8"?>
<!--
Geekttrss is a RSS feed reader application on the Android Platform.
Copyright (C) 2017-2025 by Frederic-Charles Barthelery.
This file is part of Geekttrss.
Geekttrss 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 3 of the License, or
(at your option) any later version.
Geekttrss 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 Geekttrss. If not, see <http://www.gnu.org/licenses/>.
-->
<resources>
<string name="activity_manage_feed_title">My feeds</string>
<!-- Confirmation fragment-->
<string name="fragment_confirmation_title">Unsubscribe ?</string>
<string name="btn_confirm">Unsubscribe</string>
<string name="btn_cancel">Cancel</string>
<string name="lbl_unsubscribe_msg">You won\'t receive any updates from</string>
<!-- activity add feed -->
<string name="activity_add_feed_title">Subscribe to feed</string>
<string name="activity_add_feed_looking_for_feed">Looking for feed</string>
<string name="activity_add_feed_account_subtitle">Account</string>
<string name="activity_add_feed_btn_subscribe">Subscribe</string>
<string name="activity_add_feed_no_feeds_found">We did not find any feeds on this website</string>
<!-- activity subscribe to feed -->
<string name="activity_subscribe_feed_btn_subscribe">Subscribe</string>
<string name="activity_subscribe_feed_btn_cancel">Cancel</string>
<string name="activity_subscribe_feed_btn_back">Back</string>
<string name="activity_subscribe_feed_btn_close">Close</string>
<string name="activity_subscribe_feed_no_feeds_available">No feeds available</string>
<!-- fragment enter feed url -->
<string name="fragment_enter_feed_url_label">Enter feed or website url</string>
<string name="fragment_enter_feed_url_field_label">Url</string>
<!-- fragment select feed -->
<plurals name="fragment_select_feed_label">
<item quantity="one">We found this feed on this website. Do you want to subscribe ?</item>
<item quantity="other">We found %d feeds on this website. Select the one you want to subscribe to.</item>
</plurals>
<!-- fragment_display_error -->
<string name="fragment_display_error_no_feeds_found">We did not find any feeds on this website. Check the url</string>
<string name="fragment_display_error_io_error">Something went wrong. Check your internet connectivity</string>
<!-- EditFeedScreen -->
<string name="lbl_feed_url">Url</string>
<string name="btn_unsubscribe">Unsubscribe</string>
<string name="btn_create_shortcut">Create shortcut</string>
<string name="lbl_all_articles_feed_description">This is a virtual feed that contains all articles</string>
<string name="lbl_fresh_articles_feed_description">This is a virtual feed that contains recent articles</string>
<string name="lbl_starred_articles_feed_description">This is a virtual feed that contains your favorite articles</string>
<string name="lbl_special_feeds_category">Special feeds</string>
</resources>