582 lines
40 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools" tools:locale="en">
<!-- Name of the app -->
<string name="app_name">Kvæsitso</string>
<!-- Share something. Can be anything, an app, a website, a file, … -->
<string name="menu_share">Share</string>
<!-- Shown in the app detail share menu if the application was installed from an app store
%1$s is the name of the app store (e.g. Google Play)-->
<string name="menu_share_store_link">%1$s link</string>
<!-- Share an APK file, shown in the app detail share menu -->
<string name="menu_share_apk_file">Package file</string>
<!-- Uninstall an application -->
<string name="menu_uninstall">Uninstall</string>
<string name="menu_favorites_pin">Pin to favorites</string>
<string name="menu_favorites_unpin">Unpin</string>
<string name="menu_back">Back</string>
<string name="menu_app_info">App info</string>
<!-- Launch an app -->
<string name="menu_launch">Launch</string>
<!-- Open a file in the corresponding app -->
<string name="menu_open_file">Open</string>
<string name="menu_hide">Hide</string>
<string name="menu_unhide">Don\'t hide</string>
<string name="menu_hidden_items">Hidden items</string>
<!-- Delete something (a file or a web search shortcut) -->
<string name="menu_delete">Delete</string>
<!-- Open a contact in the contacts app -->
<string name="menu_contacts_open_externally">Open in contacts app</string>
<!-- Open an event in the calendar app -->
<string name="menu_calendar_open_externally">Open in calendar app</string>
<!-- Shown in the search bar when the search text field is empty -->
<string name="search_bar_placeholder">Search</string>
<!-- App version, used in application details %1$s is the version -->
<string name="app_info_version">Version %1$s</string>
<!-- Menu entry for launcher settings -->
<string name="settings">Settings</string>
<!-- Set the device's wallpaper -->
<string name="wallpaper">Wallpaper</string>
<!-- Wind direction, used in weather widget -->
<string name="wind_north">North</string>
<!-- Wind direction, used in weather widget -->
<string name="wind_north_east">North east</string>
<!-- Wind direction, used in weather widget -->
<string name="wind_north_north_east">North north east</string>
<!-- Wind direction, used in weather widget -->
<string name="wind_east_north_east">East north east</string>
<!-- Wind direction, used in weather widget -->
<string name="wind_east">East</string>
<!-- Wind direction, used in weather widget -->
<string name="wind_east_south_east">East south east</string>
<!-- Wind direction, used in weather widget -->
<string name="wind_south_east">South east</string>
<!-- Wind direction, used in weather widget -->
<string name="wind_south_south_east">South south east</string>
<!-- Wind direction, used in weather widget -->
<string name="wind_south">South</string>
<!-- Wind direction, used in weather widget -->
<string name="wind_south_south_west">South south west</string>
<!-- Wind direction, used in weather widget -->
<string name="wind_south_west">South west</string>
<!-- Wind direction, used in weather widget -->
<string name="wind_west_south_west">West south west</string>
<!-- Wind direction, used in weather widget -->
<string name="wind_west">West</string>
<!-- Wind direction, used in weather widget -->
<string name="wind_west_north_west">West north west</string>
<!-- Wind direction, used in weather widget -->
<string name="wind_north_west">North west</string>
<!-- Wind direction, used in weather widget -->
<string name="wind_north_north_west">North north west</string>
<!-- No rain or snow, used in weather widget -->
<string name="precipitation_none">No precipitation</string>
<!-- The URL of the Wikipedia instance that is used per default. Can be overridden by user.
This should point to the Wikipedia in the given language. If no such Wikipedia exists,
a fallback that is suited best for most users of this language should be used
(English in most cases) -->
<string name="wikipedia_url">https://en.wikipedia.org</string>
<!-- Shown in Wikipedia results to indicate where they come from -->
<string name="wikipedia_source">From Wikipedia</string>
<!-- File meta data, title of audio tracks -->
<string name="file_meta_title">Title: %1$s</string>
<!-- File meta data, artist of audio tracks -->
<string name="file_meta_artist">Artist: %1$s</string>
<!-- File meta data, album of audio tracks -->
<string name="file_meta_album">Album: %1$s</string>
<!-- File meta data, duration of audio tracks -->
<string name="file_meta_duration">Duration: %1$s</string>
<!-- File meta data, year of audio tracks -->
<string name="file_meta_year">Year: %1$s</string>
<!-- File size -->
<string name="file_meta_size">Size: %1$s</string>
<!-- File path -->
<string name="file_meta_path">Path: %1$s</string>
<!-- File type (MIME type) -->
<string name="file_meta_type">Type: %1$s</string>
<!-- File meta, image/video dimensions -->
<string name="file_meta_dimensions">Dimensions: %1$s</string>
<!-- File meta, app name of APK files -->
<string name="file_meta_app_name">App name: %1$s</string>
<!-- File meta, version name of APK files -->
<string name="file_meta_app_version">Version: %1$s</string>
<!-- File meta, package name of APK files -->
<string name="file_meta_app_pkgname">Package name: %1$s</string>
<!-- File meta, min SDK version (=lowest Android version this APK file is compatible with) of APK files -->
<string name="file_meta_app_min_sdk">Min SDK version: %1$s</string>
<!-- File meta, owner (for files that are stored in a cloud) -->
<string name="file_meta_owner">Owner: %1$s</string>
<!-- File meta, location (e.g. location where a photo has been taken) -->
<string name="file_meta_location">Location: %1$s</string>
<string name="file_type_directory">Directory</string>
<!-- ZIP, TAR, … archive files -->
<string name="file_type_archive">Archive file</string>
<!-- APK file -->
<string name="file_type_android">Android package file</string>
<!-- Code file (source code in a programming language) -->
<string name="file_type_source_code">Source code file</string>
<!-- Word document -->
<string name="file_type_document">Document</string>
<!-- Excel spreadsheet -->
<string name="file_type_spreadsheet">Spreadsheet</string>
<!-- Audio file -->
<string name="file_type_music">Music file</string>
<!-- Video file -->
<string name="file_type_video">Video</string>
<!-- Picture file -->
<string name="file_type_image">Picture</string>
<!-- Generic file without file extension -->
<string name="file_type_none">File</string>
<!-- Powerpoint presentation -->
<string name="file_type_presentation">Presentation</string>
<!-- BZIP, GZIP, … compressed file -->
<string name="file_type_compressed">Compressed file</string>
<!-- Plain text (TXT) file -->
<string name="file_type_text">Text file</string>
<!-- E-book file -->
<string name="file_type_ebook">E-book</string>
<!-- Google Drawings file -->
<string name="file_type_drawing">Drawing</string>
<!-- Google Forms file -->
<string name="file_type_form">Form</string>
<!-- Generic file , %1$s is the file extension -->
<string name="file_type_generic">%1$s file</string>
<!-- Warning message that is shown when a user attempts to delete a directory -->
<string name="alert_delete_directory">The directory %1$s and all its content will be deleted permanently. Proceed\?</string>
<!-- Warning message that is shown when a user attempts to delete a file -->
<string name="alert_delete_file">The file %1$s will be deleted permanently. Proceed\?</string>
<!-- A somewhat generic error message that is shown when something (a file of a specific file, an app, …)
could not be opened because there was no app installed that could handle the request -->
<string name="error_activity_not_found">Couldn\'t open %1$s</string>
<!--
When the app is first launched, three web search shortcuts will be pre-created (can later be customized by user)
This is the name of the first one. Must be in sync with [default_websearch_1_url].
Usually Google, but can be substituted with something else if Google is not available in
the region of the language or not commonly used.
-->
<string name="default_websearch_1_name">Google</string>
<!--
When the app is first launched, three web search shortcuts will be pre-created (can later be customized by user)
This is the URL of the first one. Must be in sync with [default_websearch_1_name].
Usually Google, but can be substituted with something else if Google is not available in
the region of the language or not commonly used.
-->
<string name="default_websearch_1_url">https://google.com/search\?q=${1}</string>
<!--
When the app is first launched, three web search shortcuts will be pre-created (can later be customized by user)
This is the name of the second one. Must be in sync with [default_websearch_2_url].
Usually YouTube, but can be substituted with something else if YouTube is not available in
the region of the language or not commonly used.
-->
<string name="default_websearch_2_name">YouTube</string>
<!--
When the app is first launched, three web search shortcuts will be pre-created (can later be customized by user)
This is the URL of the second one. Must be in sync with [default_websearch_2_name].
Usually YouTube, but can be substituted with something else if YouTube is not available in
the region of the language or not commonly used.
-->
<string name="default_websearch_2_url">https://www.youtube.com/results\?search_query=${1}</string>
<!--
When the app is first launched, three web search shortcuts will be pre-created (can later be customized by user)
This is the name of the third one. Must be in sync with [default_websearch_3_url].
Usually Google Play, but can be substituted with something else if Google Play is not available in
the region of the language or not commonly used.
-->
<string name="default_websearch_3_name">Google Play</string>
<!--
When the app is first launched, three web search shortcuts will be pre-created (can later be customized by user)
This is the URL of the third one. Must be in sync with [default_websearch_3_name].
Usually Google Play, but can be substituted with something else if Google Play is not available in
the region of the language or not commonly used.
-->
<string name="default_websearch_3_url">https://play.google.com/store/search\?q=${1}</string>
<string name="websearch_dialog_create_title">Add web search</string>
<string name="websearch_dialog_edit_title">Edit web search</string>
<string name="websearch_dialog_name">Name</string>
<string name="websearch_dialog_url">URL</string>
<string name="websearch_dialog_url_description">\'${1}\' will be replaced by the actual search term.</string>
<string name="websearch_dialog_url_error">The placeholder \'${1}\' is missing in this URL</string>
<string name="websearch_dialog_replace_icon">Replace icon</string>
<string name="websearch_dialog_delete_icon">Delete icon</string>
<string name="websearch_dialog_custom_icon">Custom icon</string>
<string name="websearch_dialog_import_url">Import from URL</string>
<string name="websearch_dialog_import_error">The given URL cannot be imported automatically. You can try a different URL or enter the required data manually.</string>
<string name="menu_edit_widgets">Edit widgets</string>
<string name="widget_name_weather">Weather</string>
<string name="widget_name_calendar">Calendar</string>
<string name="widget_name_music">Music</string>
<string name="widget_name_favorites">Favorites</string>
<string name="widget_add_widget">Add widget</string>
<!-- Add a third party widget (=a standard Android app widget) -->
<string name="widget_add_external">More</string>
<!-- Indicates to which app a shortcuts belongs. %1$s: the name of the app -->
<string name="shortcut_summary">By %1$s</string>
<!-- Progress of the installation of another app. %1$s: the formatted percentage of the installation progress -->
<string name="installation_in_progress">Installation in progress… (%1$s)</string>
<!-- Wait, we have easter eggs? No way! -->
<string name="easter_egg_1">There are no easter eggs here, unless you brought them with you.</string>
<!-- Wait, we have easter eggs? No way! -->
<string name="easter_egg_2">Please, stop it, you are wasting your time</string>
<!-- Wait, we have easter eggs? No way! -->
<string name="easter_egg_3">I won\'t say it again: there are absolutely no easter eggs hidden here</string>
<!-- Wait, we have easter eggs? No way! -->
<string name="easter_egg_text">Well, you found me. Congratulations. Was it worth it\?</string>
<!-- Close a dialog -->
<string name="close">Close</string>
<!-- Turn something off / disable a functionality of the launcher -->
<string name="turn_off">Turn off</string>
<string name="widget_action_adjust_height">Adjust height</string>
<string name="widget_action_remove">Remove</string>
<string name="widget_action_settings">Settings</string>
<string name="menu_item_edit_favs">Edit favorites</string>
<!-- Edit favorites, title for items that are frequently used but not pinned -->
<string name="edit_favorites_dialog_unpinned">Not pinned frequently used</string>
<!-- Edit favorites, title for items that are pinned but have not been sorted by the user -->
<string name="edit_favorites_dialog_pinned_unsorted">Pinned automatically sorted</string>
<!-- Edit favorites, title for items that are pinned and have been sorted by the user -->
<string name="edit_favorites_dialog_pinned_sorted">Pinned manually sorted</string>
<!-- Nextcloud login flow, URL-->
<string name="nextcloud_server_url">Nextcloud server URL</string>
<!-- Nextcloud/Owncloud login flow, empty URL-->
<string name="nextcloud_server_url_empty">Server URL must not be empty</string>
<!-- Nextcloud login flow, error invalid URL-->
<string name="nextcloud_server_invalid_url">This URL does not point to a valid Nextcloud installation</string>
<!-- Owncloud login flow, UR-->
<string name="owncloud_server_url">Owncloud server URL</string>
<!-- Owncloud login flow, error invalid URL-->
<string name="owncloud_server_invalid_url">This URL does not point to a valid Owncloud installation</string>
<!-- Owncloud login flow, password-->
<string name="owncloud_password">Password</string>
<!-- Owncloud login flow, user name-->
<string name="owncloud_username">User name</string>
<!-- Owncloud login flow -->
<string name="owncloud_login_2fa_hint">If you have two factor authentication enabled, you must use an app password here.</string>
<!-- Owncloud login flow, login failed -->
<string name="owncloud_login_failed">Login failed: incorrect username or password.</string>
<!-- Owncloud login flow, error: username empty -->
<string name="owncloud_username_empty">User name must not be empty</string>
<!-- Owncloud login flow, error: password empty -->
<string name="owncloud_password_empty">Password must not be empty</string>
<!-- Nextcloud/Owncloud login flow, continue button -->
<string name="login_flow_continue">Continue</string>
<!-- Nextcloud/Owncloud login flow, login button -->
<string name="login_flow_login">Log in</string>
<string name="disclaimer">Disclaimer</string>
<!-- Info and disclaimer for currency conversions. %1$s: formatted date of last currency data update -->
<string name="disclaimer_currency_converter">Exchange rates as published once per day by the European Central Bank. All information is provided \"as is\" without any kind of guarantee. No liability is assumed for these information.
\n
\nLast update: %1$s</string>
<string name="unit_converter_show_all">Show all</string>
<!-- Used in calendar widget date selector. -->
<string name="date_today">Today</string>
<!-- Used in calendar widget date selector. -->
<string name="date_tomorrow">Tomorrow</string>
<!-- Headline used in calendar widget for pinned events -->
<string name="calendar_widget_pinned_events">Upcoming</string>
<string name="calendar_widget_no_events">No events today</string>
<string name="calendar_widget_open_app">Open calendar app</string>
<string name="calendar_widget_new_event">New event</string>
<!--
In the calendar widget, only events that start or end at the selected date are shown.
If an event runs for three days, it won't be listed if the second day is selected.
Instead, the following text will be shown, %1$d being the total number of
running events that neither started nor will end on the selected day.
-->
<plurals name="calendar_widget_running_events">
<item quantity="one">+%1$d running event from past days</item>
<item quantity="other">+%1$d running events from past days</item>
</plurals>
<!-- Calendar events that last the entire day -->
<string name="calendar_event_allday">all-day</string>
<!-- Default title that is shown in the music widget if the app that is playing media did not publish a title -->
<string name="music_widget_default_title">%1$s is playing media</string>
<string name="music_widget_no_data">No media has been played yet</string>
<string name="weather_condition_sleetshowers">Sleet showers</string>
<string name="weather_condition_heavysleet">Heavy sleet</string>
<string name="weather_condition_lightrainshowersandthunder">Light rain showers and thunder</string>
<string name="weather_condition_heavyrain">Heavy rain</string>
<string name="weather_condition_lightsnowandthunder">Light snow and thunder</string>
<string name="weather_condition_lightrain">Light rain</string>
<string name="weather_condition_lightrainshowers">Light rain showers</string>
<string name="weather_condition_lightsnow">Light snow</string>
<string name="weather_condition_heavysleetshowersandthunder">Heavy sleet showers and thunder</string>
<string name="weather_condition_lightsnowshowers">Light snow showers</string>
<string name="weather_condition_lightssleetshowersandthunder">Lights sleet showers and thunder</string>
<string name="weather_condition_snowandthunder">Snow and thunder</string>
<string name="weather_condition_heavysleetshowers">Heavy sleet showers</string>
<string name="weather_condition_heavysnow">Heavy snow</string>
<string name="weather_condition_cloudy">Cloudy</string>
<string name="weather_condition_lightrainandthunder">Light rain and thunder</string>
<string name="weather_condition_snow">Snow</string>
<string name="weather_condition_hail">Hail</string>
<string name="weather_condition_thunder">Thunderstorm</string>
<string name="weather_condition_heavysnowshowers">Heavy snow showers</string>
<string name="weather_condition_heavyrainshowers">Heavy rain showers</string>
<string name="weather_condition_rainshowersandthunder">Rain showers and thunder</string>
<string name="weather_condition_clearsky">Clear sky</string>
<string name="weather_condition_sleet">Sleet</string>
<string name="weather_condition_rain">Rain</string>
<string name="weather_condition_sleetandthunder">Sleet and thunder</string>
<string name="weather_condition_lightssnowshowersandthunder">Lights snow showers and thunder</string>
<string name="weather_condition_heavyrainshowersandthunder">Heavy rain showers and thunder</string>
<string name="weather_condition_fair">Fair</string>
<string name="weather_condition_fog">Fog</string>
<string name="weather_condition_sleetshowersandthunder">Sleet showers and thunder</string>
<string name="weather_condition_rainandthunder">Rain and thunder</string>
<string name="weather_condition_lightsleet">Light sleet</string>
<string name="weather_condition_heavysleetandthunder">Heavy sleet and thunder</string>
<string name="weather_condition_partlycloudy">Partly cloudy</string>
<string name="weather_condition_heavysnowandthunder">Heavy snow and thunder</string>
<string name="weather_condition_rainshowers">Rain showers</string>
<string name="weather_condition_lightsleetandthunder">Light sleet and thunder</string>
<string name="weather_condition_heavysnowshowersandthunder">Heavy snow showers and thunder</string>
<string name="weather_condition_lightsleetshowers">Light sleet showers</string>
<string name="weather_condition_snowshowersandthunder">Snow showers and thunder</string>
<string name="weather_condition_snowshowers">Snow showers</string>
<string name="weather_condition_heavyrainandthunder">Heavy rain and thunder</string>
<string name="weather_condition_wind">Wind</string>
<string name="weather_condition_unknown">Unknown</string>
<string name="weather_widget_show_details">Show details</string>
<string name="weather_widget_hide_details">Hide details</string>
<!-- Humidity details, %1$s: formatted humidity value -->
<string name="weather_details_humidity">Humidity: %1$s</string>
<!-- Wind details, %1$s: formatted wind values -->
<string name="weather_details_wind">Wind: %1$s</string>
<!-- Precipitation details, %1$s: formatted precipitation values -->
<string name="weather_details_precipitation">Precipitation: %1$s</string>
<string name="weather_no_data">No weather data available.</string>
<!-- Manually set a location, used in weather widget location permission banner as an
alternative to granting the permission -->
<string name="weather_widget_set_location">Set location</string>
<!-- Missing location permission in weather widget and weather widget settings settings -->
<string name="missing_permission_auto_location">Location access is required to determine the location automatically</string>
<!-- Missing notification permission in music widget settings -->
<string name="missing_permission_music_widget">Notification access is required to control media playback</string>
<!-- Missing contact permission in search settings screen -->
<string name="missing_permission_contact_search_settings">Contact permission is required to search contacts</string>
<!-- Missing calendar permission in search settings screen -->
<string name="missing_permission_calendar_search_settings">Calendar permission is required to search calendar</string>
<!-- Missing calendar permission in calendar widget settings screen -->
<string name="missing_permission_calendar_widget_settings">This widget requires calendar permission</string>
<!-- Missing permission app shortcuts permission in search settings screen. %1$s: app name -->
<string name="missing_permission_appshortcuts_search_settings">%1$s must be set as default home app to search app shortcuts</string>
<!-- Missing file permission in search settings screen -->
<string name="missing_permission_file_search_settings">External storage permission is required to search local files</string>
<!-- Missing file permission in search settings screen.
Used in Android 10+ because the required permission has changed from READ_EXTERNAL_STORAGE
to MANAGE_EXTERNAL_STORAGE which is labeled differently in the Android OS -->
<string name="missing_permission_file_search_settings_android10">Manage all files permission is required to search local files</string>
<!-- Missing notification permission, used in badge settings screen -->
<string name="missing_permission_notification_badges">Notification access is required to display notification badges</string>
<!-- Missing calendar permission, used in calendar widget -->
<string name="missing_permission_calendar_widget">Grant calendar permission to display upcoming appointments and events here.</string>
<!-- Missing calendar permission, used in calendar search results -->
<string name="missing_permission_calendar_search">Grant calendar permission to search your calendar.</string>
<!-- Missing files permission, used in files search results -->
<string name="missing_permission_files_search">Grant storage permission to search photos, media and document on this device.</string>
<!-- Missing files permission, used in contact search results -->
<string name="missing_permission_contact_search">Grant contact permission to search your contact.</string>
<!-- Missing permission app shortcuts permission, used in app shortcut search results. %1$s: app name -->
<string name="missing_permission_appshortcuts_search">Set %1$s as default home app to search app shortcuts.</string>
<!-- Grant a permission, shown in permission banners -->
<string name="grant_permission">Grant</string>
<!-- Appearance preference title -->
<string name="preference_screen_appearance">Appearance</string>
<string name="preference_layout">Layout</string>
<string name="preference_layout_summary">General arrangement of search bar, widgets and search results</string>
<string name="preference_theme">Theme</string>
<string name="preference_theme_light">Light</string>
<string name="preference_theme_dark">Dark</string>
<string name="preference_screen_colors">Color scheme</string>
<string name="preference_colors_default">Default</string>
<string name="preference_colors_bw">Black and White</string>
<string name="preference_colors_custom">Custom</string>
<string name="preference_custom_colors_a1">Primary</string>
<string name="preference_custom_colors_a2">Secondary</string>
<string name="preference_custom_colors_a3">Tertiary</string>
<string name="preference_custom_colors_n1">Neutral</string>
<string name="preference_custom_colors_n2">Neutral Variant</string>
<string name="preference_custom_colors_error">Error</string>
<string name="preference_custom_colors_advanced_mode">Advanced mode</string>
<string name="preference_custom_colors_simple_mode">Simple mode</string>
<string name="preference_colors_auto_generate">Generate from primary color</string>
<string name="preference_category_custom_colors_light">Light color scheme</string>
<string name="preference_category_custom_colors_dark">Dark color scheme</string>
<string name="preference_screen_about">About</string>
<string name="preference_version">Version</string>
<string name="preference_category_links">Links</string>
<string name="preference_category_licenses">Open source licenses</string>
<!-- Open website of an open source library -->
<string name="open_webpage">Open website</string>
<string name="preference_screen_about_summary">App and license information</string>
<string name="preference_screen_appearance_summary">Customize the look-and-feel</string>
<string name="preference_weather_provider">Provider</string>
<string name="provider_metno">MET Norway</string>
<string name="provider_openweathermap">OpenWeatherMap</string>
<string name="provider_brightsky">Deutscher Wetterdienst (Germany only)</string>
<string name="provider_here">HERE</string>
<string name="preference_category_location">Location</string>
<string name="preference_automatic_location">Automatic location</string>
<string name="preference_automatic_location_summary">Use GPS and location services to determine location automatically</string>
<string name="preference_location">Location</string>
<string name="preference_imperial_units_summary">Use degrees Fahrenheit and miles per hour</string>
<string name="preference_imperial_units">Imperial units</string>
<string name="preference_category_debug">Debug</string>
<string name="preference_category_icons">Icons</string>
<string name="preference_cards">Cards</string>
<string name="preference_cards_summary">Customize card appearance</string>
<string name="preference_cards_corner_radius">Corner radius</string>
<string name="preference_cards_stroke_width">Stroke width</string>
<string name="preference_cards_opacity">Opacity</string>
<string name="preference_icon_shape">Shape</string>
<string name="preference_icon_shape_platform">System default</string>
<string name="preference_icon_shape_square">Square</string>
<string name="preference_icon_shape_rounded_square">Rounded square</string>
<string name="preference_icon_shape_squircle">Squircle</string>
<string name="preference_icon_shape_triangle">Reuleaux triangle</string>
<string name="preference_icon_shape_circle">Circle</string>
<string name="preference_icon_shape_hexagon">Hexagon</string>
<string name="preference_category_searchbar">Search bar</string>
<string name="preference_screen_services">Services</string>
<string name="preference_theme_system">Follow system</string>
<string name="preference_themed_icons">Themed icons</string>
<string name="preference_themed_icons_summary">Color icons with the application\'s color scheme</string>
<string name="preference_icon_pack">Icon pack</string>
<string name="preference_icon_pack_summary_empty">No icon packs installed</string>
<string name="preference_category_system_bars">System bars</string>
<string name="preference_light_status_bar">Dark status bar icons</string>
<string name="preference_light_nav_bar">Dark navigation bar icons</string>
<string name="preference_hide_status_bar">Hide status bar</string>
<string name="preference_hide_nav_bar">Hide navigation bar</string>
<string name="preference_screen_services_summary">Manage connected accounts and services</string>
<string name="preference_category_services_google">Google</string>
<string name="preference_signin_user">Signed in as %1$s</string>
<string name="preference_signin_logout">Log out</string>
<string name="preference_summary_not_logged_in">You are currently not logged in</string>
<string name="preference_icon_shape_pentagon">Pentagon</string>
<string name="preference_category_wallpaper">Wallpaper</string>
<string name="preference_dim_wallpaper">Dim wallpaper</string>
<string name="preference_dim_wallpaper_summary">In dark themes, darken wallpaper</string>
<string name="preference_wallpaper_summary">Choose a wallpaper</string>
<string name="preference_screen_badges">Badges</string>
<string name="preference_screen_badges_summary">Configure icon badges</string>
<string name="preference_notification_badges">Notification badges</string>
<string name="preference_notification_badges_summary">Show a badge for applications with unread notifications</string>
<string name="preference_suspended_badges_summary">Show a badge for suspended applications</string>
<string name="preference_suspended_badges">Suspended apps</string>
<string name="preference_cloud_badges">Cloud badges</string>
<string name="preference_cloud_badges_summary">Show a badge for files that are stored in a cloud</string>
<string name="preference_shortcut_badges">Shortcut badges</string>
<string name="preference_shortcut_badges_summary">Show a badge which indicates to which app a shortcut belongs</string>
<string name="preference_category_services_microsoft">Microsoft</string>
<string name="preference_ms_signin">Sign in with Microsoft</string>
<string name="preference_ms_signin_summary">Sign in to search OneDrive</string>
<string name="preference_nextcloud_signin">Sign in to Nextcloud</string>
<string name="preference_nextcloud_signin_summary">Sign in to search your Nextcloud server</string>
<string name="preference_category_services_nextcloud">Nextcloud</string>
<string name="preference_category_services_owncloud">Owncloud</string>
<string name="preference_owncloud_signin">Sign in to Owncloud</string>
<string name="preference_owncloud_signin_summary">Sign in to search your Owncloud server</string>
<string name="preference_about_telegram">Telegram group</string>
<string name="preference_about_fdroid">F-Droid repository</string>
<string name="preference_legacy_icon_bg">Icon background</string>
<string name="preference_legacy_icon_bg_summary">Legacy icon style</string>
<string name="preference_category_license">License</string>
<string name="preference_about_license">This app is free software.</string>
<string name="preference_about_license_summary">Licensed under the GNU General Public License 3.0</string>
<string name="preference_category_grid">Grid</string>
<string name="preference_grid_icon_size">Icon size</string>
<string name="preference_grid_column_count">Number of columns</string>
<string name="preference_screen_debug">Debug</string>
<string name="preference_screen_debug_summary">Troubleshooting tools</string>
<string name="preference_screen_widgets">Widgets</string>
<string name="preference_screen_widgets_summary">Configure widgets</string>
<string name="preference_screen_weatherwidget">Weather</string>
<string name="preference_screen_musicwidget">Music</string>
<string name="preference_screen_clockwidget">Clock</string>
<string name="preference_clockwidget_layout">Layout</string>
<string name="preference_clockwidget_layout_vertical">Vertical</string>
<string name="preference_clockwidget_layout_horizontal">Horizontal</string>
<string name="preference_clock_widget_style">Style</string>
<string name="preference_clock_widget_style_summary">Select a clock</string>
<string name="preference_clockwidget_date_part">Date</string>
<string name="preference_clockwidget_date_part_summary">Show the current date</string>
<string name="preference_clockwidget_favorites_part">Favorites</string>
<string name="preference_clockwidget_favorites_part_summary">Show the first row of pinned items</string>
<string name="preference_clockwidget_music_part">Media</string>
<string name="preference_clockwidget_music_part_summary">Show media controls when there is an active media session</string>
<string name="preference_clockwidget_battery_part">Battery</string>
<string name="preference_clockwidget_battery_part_summary">Show the current battery level when the battery is low or charging</string>
<string name="preference_clockwidget_alarm_part">Alarms</string>
<string name="preference_clockwidget_alarm_part_summary">Show alarms that will ring within the next 15 minutes</string>
<string name="preference_crash_reporter">Crash reporter</string>
<string name="preference_crash_reporter_summary">Error and crash reports</string>
<string name="preference_export_log">Export log file</string>
<string name="preference_screen_search">Search</string>
<string name="preference_screen_search_summary">Configure the search</string>
<string name="preference_search_favorites">Favorites</string>
<string name="preference_search_favorites_summary">Show pinned and frequently used items above app grid</string>
<string name="preference_search_files">Files</string>
<string name="preference_search_files_summary">Search local files and cloud files</string>
<string name="preference_search_contacts">Contacts</string>
<string name="preference_search_contacts_summary">Search contacts on this device</string>
<string name="preference_search_calendar">Calendar</string>
<string name="preference_search_calendar_summary">Search upcoming appointments and events</string>
<string name="preference_search_appshortcuts">App shortcuts</string>
<string name="preference_search_appshortcuts_summary">Search app shortcuts</string>
<string name="preference_search_calculator">Calculator</string>
<string name="preference_search_calculator_summary">Evaluate mathematical terms</string>
<string name="preference_search_unitconverter">Unit converter</string>
<string name="preference_search_unitconverter_summary">Usage: 1.5 kg or 4 cm &gt;&gt; in</string>
<string name="preference_search_currencyconverter">Currency converter</string>
<string name="preference_search_currencyconverter_summary">Periodically download exchange rates to convert currencies</string>
<string name="preference_search_wikipedia">Wikipedia</string>
<string name="preference_search_wikipedia_summary">Search the free encyclopedia</string>
<string name="preference_search_websites">Websites</string>
<string name="preference_search_websites_summary">Show a preview of a website if the search query is a URL</string>
<string name="preference_search_websearch">Web search</string>
<string name="preference_search_websearch_summary">Show shortcuts to different search engines</string>
<string name="preference_search_localfiles">Local files</string>
<string name="preference_search_localfiles_summary">Search documents, photos and other files stored on this device</string>
<string name="preference_search_gdrive">Google Drive</string>
<string name="preference_search_gdrive_summary">Search %1$s\'s files on Google Drive</string>
<string name="preference_search_onedrive">OneDrive</string>
<string name="preference_search_onedrive_summary">Search %1$s\'s files on OneDrive</string>
<string name="preference_search_nextcloud">Nextcloud</string>
<string name="preference_search_cloud_summary">Search %1$s\'s files</string>
<string name="preference_search_owncloud">Owncloud</string>
<string name="preference_screen_calendarwidget">Calendar</string>
<string name="preference_search_wikipedia_pictures">Show pictures</string>
<string name="preference_search_wikipedia_pictures_summary">Significantly increases data usage</string>
<string name="preference_google_signin">Sign in with Google</string>
<string name="preference_google_signin_summary">Sign in to search Google Drive</string>
<string name="preference_calendar_calendars">Calendars</string>
<string name="preference_calendar_hide_allday">Hide all-day events</string>
<plurals name="preference_calendar_calendars_summary">
<item quantity="one">%1$d calendar selected</item>
<item quantity="other">%1$d calendars selected</item>
</plurals>
<string name="preference_screen_buildinfo">Build information</string>
<string name="preference_screen_buildinfo_summary">More information about this build of this app</string>
<string name="preference_music_filter_sources">Restrict to music apps</string>
<string name="preference_music_filter_sources_summary">Ignore media sessions of apps that are not music apps</string>
<string name="preference_search_bar_style">Style</string>
<string name="preference_search_bar_style_summary">Customize search bar appearance</string>
<string name="preference_search_bar_auto_focus">Launch keyboard</string>
<string name="preference_search_bar_auto_focus_summary">Automatically show the keyboard when opening the search</string>
<string name="preference_wikipedia_customurl">Wikipedia URL</string>
<!-- Used in an info banner if a specific feature requires a Nextcloud account -->
<string name="no_account_nextcloud">You haven\'t connected a Nextcloud account yet</string>
<!-- Used in an info banner if a specific feature requires an Owncloud account -->
<string name="no_account_owncloud">You haven\'t connected an Owncloud account yet</string>
<!-- Used in an info banner if a specific feature requires a Microsoft account -->
<string name="no_account_microsoft">You haven\'t connected a Microsoft account yet</string>
<!-- Used in an info banner if a specific feature requires a Google account -->
<string name="no_account_google">You haven\'t connected a Google account yet</string>
<!-- Used in info banners that indicate that an account is required to enable a certain feature -->
<string name="connect_account">Connect account</string>
<string name="battery_part_charging">Charging</string>
<plurals name="battery_part_remaining_charge_time">
<item quantity="one">Full in %1$s minute</item>
<item quantity="other">Full in %1$s minutes</item>
</plurals>
</resources>