3ba5395 7 years ago
2 contributor
45 lines | 3.736kb
<resources>
    <string name="app_name">LibreNews</string>
    <string name="server_settings_label">Server Settings</string>
    <string name="default_server_url">https://librenews.io/api</string>
    <string name="server_url_label">Server</string>
    <string name="refresh_rate_label">Refresh rate</string>
    <string name="notification_preferences_label">Notification Settings</string>
    <string name="notifications_enabled_label">Notifications enabled</string>
    <string name="auto_refresh_label">Automatically refresh</string>
    <string name="server_url_description">The URL of the server to get newsflashes from. Must be HTTPS.</string>
    <string name="auto_refresh_description">Whether LibreNews should automatically refresh in the background.</string>
    <string name="refresh_rate_description">How frequently LibreNews should contact the newsflash server in the background to check for new notifications.</string>
    <string name="notification_sound_label">Notification sound</string>
    <string name="notification_sound_description">The sound that LibreNews will make when a notification is received.</string>
    <string name="notifications_enabled_description">Whether LibreNews should send you notifications.</string>
    <string name="internal_storage_setup_fail">Unable to set up internal storage!</string>
    <string name="internal_storage_read_fail">Unable to read from internal storage!</string>
    <string name="invalid_server_url">Invalid server URL!</string>
    <string name="debug_label">Debug</string>
    <string name="debug_mode_label">Debug mode</string>
    <string name="debug_mode_description">Whether LibreNews should send you lots of debug messages (via notifications)</string>
    <string name="title_activity_settings">Settings</string>
    <string name="pref_header_notifications">Notifications</string>
    <string name="action_settings">Settings</string>
    <string name="channels_label">Channels</string>
    <string name="channels_description">Select which channels will appear in notifications and your feed.</string>
    <string name="refresh_label">Refresh</string>
    <string name="https_required">server must be HTTPS</string>
    <string name="notifications_disabled">notifications disabled</string>
    <string name="sync_disabled">sync disabled</string>
    <string name="status_text" formatted="false">syncing every {rate}</string>
    <string name="short_description">
    <![CDATA[
    Breaking news notifications are among the most important channels by which we receive information. LibreNews aims to democratize this medium by providing a minimalist, free, open source, fast, secure, and decentralized news notification service that will run on almost any phone.
    ]]>
    </string>

    <string name="title_activity_welcome">Welcome to LibreNews</string>
    <string name="short_description_of_app">LibreNews provides ad-free, decentralized, and secure breaking news notifications.</string>
    <string name="how_to_use">You\'ll mostly interact with LibreNews through its notifications, as the app itself is just settings. \n\nYou\'ll probably get around 3 breaking news notifications per day, if you stick with the default settings.</string>
    <string name="final_notes_welcome_screen">LibreNews doesn\'t track you in any way, and doesn\'t have ads. It\'s completely open source, making the code free for anyone to see.</string>
    <string name="start_app">START LIBRENEWS</string>
    <string name="wifi_sync_only_label">WiFi sync only</string>
    <string name="wifi_sync_only_description">Whether LibreNews should sync only over WiFi (and not over cellular data). A LibreNews sync uses about 9 kB of data (less than 1% of a megabyte).</string>
</resources>