456 lines
31 KiB
XML
456 lines
31 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<resources xmlns:tools="http://schemas.android.com/tools" tools:locale="en">
|
||
<string name="app_name">Kvæsitso</string>
|
||
<!-- Shown in the search bar when the search field is empty -->
|
||
<string name="edit_text_search_hint">Search</string>
|
||
<!-- Used for date format in date/time widget. Should include a line break. %1$s will be replaced by day of week, %2$s by date -->
|
||
<string name="date_format_clock_widget">%1$s,\n%2$s</string>
|
||
<!-- A dialog for an action that requires a short amount of time. Used when sharing APK files -->
|
||
<string name="dialog_wait">Preparing…</string>
|
||
<!-- Shown in the app detail share menu if the application was installed from an app store -->
|
||
<string name="share_menu_store_link">%1$s link</string>
|
||
<!-- Share app menu when both, link and apk share are available-->
|
||
<string name="share_menu_apk_file">Package file</string>
|
||
<!-- Uninstall an application -->
|
||
<string name="menu_uninstall">Uninstall</string>
|
||
<!-- Share something -->
|
||
<string name="menu_share">Share</string>
|
||
<!-- %1$s is the app version, %2$s the package name of an app -->
|
||
<string name="app_info">Version %1$s\n%2$s</string>
|
||
<!-- Menu entry for launcher settings -->
|
||
<string name="settings">Settings</string>
|
||
<!-- Set the device's wallpaper -->
|
||
<string name="wallpaper">Wallpaper</string>
|
||
<!-- Launcher settings title -->
|
||
<string name="title_activity_settings">Settings</string>
|
||
<!-- Calendar events that last the entire day -->
|
||
<string name="calendar_event_allday">all-day</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>
|
||
<!-- Appearance preference title -->
|
||
<string name="preference_screen_appearance">Appearance</string>
|
||
<string name="preference_theme">Theme</string>
|
||
<string name="preference_theme_light">Light</string>
|
||
<string name="preference_theme_dark">Dark</string>
|
||
<string name="preference_theme_black">Black</string>
|
||
<string name="preference_screen_colors">Color scheme</string>
|
||
<string name="preference_colors_default">Default</string>
|
||
<string name="preference_colors_mm20">MM20</string>
|
||
<string name="preference_colors_wallpaper">From wallpaper</string>
|
||
<string name="preference_colors_mdyou">System / Material You</string>
|
||
<string name="preference_colors_bw">Black and White</string>
|
||
<string name="preference_colors_custom">Custom</string>
|
||
<string name="preference_category_custom_colors">Edit color scheme</string>
|
||
<string name="preference_screen_about">About</string>
|
||
<string name="preference_version">Version</string>
|
||
<string name="preference_category_developer">Developer</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">Version, Developer, Open source licenses</string>
|
||
<string name="preference_screen_appearance_summary">Theme, Icons, Search bar, System bars</string>
|
||
<string name="preference_screen_weather_summary">Provider, Units, location</string>
|
||
<string name="preference_screen_weather">Weather</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_default_summary">Not set</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="unit_degrees_fahrenheit">°F</string>
|
||
<string name="unit_degrees_celsius">°C</string>
|
||
<string name="unit_mph">%1$s mph</string>
|
||
<string name="kmh">%1$s km/h</string>
|
||
<string name="unit_mm">%1$s mm</string>
|
||
<string name="preference_translucent_cards">Translucent cards</string>
|
||
<string name="preference_category_debug">Debug</string>
|
||
<string name="preference_export_debug">Export debug information</string>
|
||
<string name="debug_export_information_file">Exported to %1$s</string>
|
||
<!-- Wikipedia url prefix -->
|
||
<string name="wikipedia_url">https://en.wikipedia.org</string>
|
||
<string name="wikipedia_source">From Wikipedia</string>
|
||
<string name="preference_category_icons">Icons</string>
|
||
<string name="preference_icon_shape">Shape</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="calculator_solution">= %1$s</string>
|
||
<string name="preference_category_searchbar">Search bar</string>
|
||
<string name="preference_searchbar_behavior">On home screen</string>
|
||
<string name="preference_searchbar_behavior_fade_alpha">Hide background</string>
|
||
<string name="preference_searchbar_behavior_always_visible">Do nothing</string>
|
||
<string name="preference_searchbar_behavior_hide">Hide</string>
|
||
<string name="file_type_directory">Directory</string>
|
||
<string name="file_type_archive">Archive file</string>
|
||
<string name="file_type_android">Android package file</string>
|
||
<string name="file_type_source_code">Source code file</string>
|
||
<string name="file_type_document">Document</string>
|
||
<string name="file_type_spreadsheet">Spreadsheet</string>
|
||
<string name="file_type_music">Music file</string>
|
||
<string name="file_type_video">Video</string>
|
||
<string name="file_type_image">Picture</string>
|
||
<string name="file_type_none">File</string>
|
||
<string name="file_type_generic">%1$s file</string>
|
||
<string name="activity_not_found">No suitable app installed.</string>
|
||
<string name="file_type_presentation">Presentation</string>
|
||
<string name="file_type_compressed">Compressed file</string>
|
||
<string name="file_type_text">Text file</string>
|
||
<string name="alert_delete_directory">The directory %1$s and all its content will be deleted permanently. Proceed?</string>
|
||
<string name="alert_delete_file">The file %1$s will be deleted permanently. Proceed?</string>
|
||
<string name="file_meta_title">Title</string>
|
||
<string name="file_meta_artist">Artist</string>
|
||
<string name="file_meta_album">Album</string>
|
||
<string name="file_meta_duration">Duration</string>
|
||
<string name="file_meta_year">Year</string>
|
||
<string name="file_meta_data_entry">%1$s: %2$s</string>
|
||
<string name="file_meta_size">Size</string>
|
||
<string name="file_meta_path">Path</string>
|
||
<string name="file_meta_type">Type</string>
|
||
<string name="file_meta_dimensions">Dimensions</string>
|
||
<string name="file_meta_app_name">App name</string>
|
||
<string name="file_meta_app_version">Version</string>
|
||
<string name="file_meta_app_pkgname">Package name</string>
|
||
<string name="file_meta_app_min_sdk">Min SDK version</string>
|
||
<string name="preference_screen_services">Services</string>
|
||
<string name="preference_screen_search">Search</string>
|
||
<string name="preference_screen_search_summary">Search categories</string>
|
||
<string name="preference_theme_auto">Auto (by time of day)</string>
|
||
<string name="preference_theme_system">Follow system</string>
|
||
<string name="preference_category_search_favorites">Favorites</string>
|
||
<string name="preference_search_show_favorites">Show favorites</string>
|
||
<string name="preference_search_show_favorites_summary">Show favorites above the app list</string>
|
||
<string name="preference_search_auto_add_favorites">Frequently used items</string>
|
||
<string name="preference_search_auto_add_favorites_summary">Automatically add frequently used items to favorites</string>
|
||
<string name="preference_category_search_files">Files</string>
|
||
<string name="preference_search_files">File search</string>
|
||
<string name="preference_search_files_summary">Search folders, documents, photos and other kinds of file on this device</string>
|
||
<string name="preference_category_search_wikipedia">Wikipedia</string>
|
||
<string name="preference_search_wikipedia">Search Wikipedia</string>
|
||
<string name="preference_search_mobile_data">Allow mobile data usage</string>
|
||
<string name="preference_search_mobile_data_summary">Additional fees may apply</string>
|
||
<string name="preference_category_search_websites">Websites</string>
|
||
<string name="preference_search_websites">Search for websites</string>
|
||
<string name="preference_search_websites_summary">Try \'wikipedia.org\'</string>
|
||
<string name="preference_search_websites_protocol">Default web protocol</string>
|
||
<string name="preference_search_websites_protocol_summary">Default protocol for websites, if not given. You can explicate protocol by adding https:// or http:// in front of your search term</string>
|
||
<string name="websites_protocol_http">HTTP (unencrypted)</string>
|
||
<string name="websites_protocol_https">HTTPS (encrypted)</string>
|
||
<string name="preference_search_calculator">Enable calculator</string>
|
||
<string name="preference_search_calculator_summary">Try \'4*2+9\'</string>
|
||
<string name="preference_category_search_unitconverter">Unit converter</string>
|
||
<string name="preference_search_unitconverter_summary">Try \'23 kg\' or \'5 cm >> in\'</string>
|
||
<string name="preference_search_unitconverter">Enable unit converter</string>
|
||
<string name="preference_category_search_calculator">Calculator</string>
|
||
<string name="preference_search_activities_summary">Try \'%1$s\'</string>
|
||
<string name="preference_category_search_websearch">Web search</string>
|
||
<string name="preference_search_websearch_summary">Show shortcuts to several web search engines</string>
|
||
<string name="preference_search_websearch">Web search shortcuts</string>
|
||
<string name="preference_search_edit_websearch">Edit web searches</string>
|
||
<string name="file_meta_location">Location</string>
|
||
<string name="websearch_google">Google</string>
|
||
<string name="websearch_youtube">YouTube</string>
|
||
<string name="websearch_playstore">Google Play</string>
|
||
<string name="websearch_google_url">https://google.com/search?q=${1}</string>
|
||
<string name="websearch_youtube_url">https://www.youtube.com/results?search_query=${1}</string>
|
||
<string name="websearch_playstore_url">https://play.google.com/store/search?q=${1}</string>
|
||
<string name="preference_websearch_new">Add web search…</string>
|
||
<string name="alert_delete_button">Delete</string>
|
||
<string name="websearch_dialog_name_hint">Name</string>
|
||
<string name="websearch_dialog_url_hint">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="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_automatic_location_disabled_summary">Not supported by this provider</string>
|
||
<string name="date_format_long_without_year">EE, MMMM d</string>
|
||
<string name="weather_wind_direction_speed">%1$s • %2$s</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_dynamic_icon_bg">Dynamic background</string>
|
||
<string name="preference_dynamic_icon_bg_summary">Adjust background color to icon</string>
|
||
<string name="preference_category_widget">Widget</string>
|
||
<string name="preference_screen_calendar">Calendar</string>
|
||
<string name="preference_screen_calendar_summary">Calendars, Widget settings</string>
|
||
<string name="preference_calendar_calendars">Calendars</string>
|
||
<string name="preference_permission_denied">Permission denied</string>
|
||
<string name="preference_calendar_hide_allday">Hide all-day events</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_add_widget">Add widget</string>
|
||
<string name="widget_add_external">More</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="notification_permission_activity_not_found">Please grant notification listener permission for this app (required to control music playback)</string>
|
||
<string name="widget_name_music">Music</string>
|
||
<string name="contacts_menu_open_externally">Open in contacts app</string>
|
||
<string name="favorites_menu_pin">Pin to favorites</string>
|
||
<string name="favorites_menu_unpin">Unpin</string>
|
||
<string name="menu_back">Back</string>
|
||
<string name="menu_contact_call">Call</string>
|
||
<string name="menu_contact_message">Message</string>
|
||
<string name="menu_contact_telegram">Telegram</string>
|
||
<string name="menu_contact_whatsapp">WhatsApp</string>
|
||
<string name="menu_contact_mail">Email</string>
|
||
<string name="contact_multiple_numbers">%1$d phone numbers</string>
|
||
<string name="contact_multiple_emails">%1$d email addresses</string>
|
||
<string name="menu_contact_postal">Location</string>
|
||
<string name="contact_multiple_postals">%1$d postal addresses</string>
|
||
<string name="preference_category_search_calendar">Calendar</string>
|
||
<string name="preference_search_calendar">Search calendar events</string>
|
||
<string name="preference_category_search_contacts">Contacts</string>
|
||
<string name="preference_search_contacts">Search contacts</string>
|
||
<string name="menu_app_info">App info</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="file_meta_owner">Owner</string>
|
||
<string name="preference_search_gdrive">Google Drive</string>
|
||
<string name="preference_summary_not_logged_in">You are currently not logged in</string>
|
||
<string name="preference_search_gdrive_summary">Search %1$s\'s files on Google Drive</string>
|
||
<string name="file_type_ebook">E-book</string>
|
||
<string name="file_type_drawing">Drawing</string>
|
||
<string name="file_type_form">Form</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="menu_hide">Hide</string>
|
||
<string name="menu_unhide">Don\'t hide</string>
|
||
<string name="menu_hidden_items">Hidden items</string>
|
||
<string name="menu_delete">Delete</string>
|
||
<string name="calendar_menu_open_externally">Open in calendar app</string>
|
||
<string name="calculator_bin_oct_hex_label">BIN:\nOCT:\nHEX:</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="google_signin_authcode_message">Enter the auth code here:</string>
|
||
<string name="google_signin_failed">Google sing-in failed!</string>
|
||
<string name="preference_icon_shape_hexagon">Hexagon</string>
|
||
<string name="calendar_event_time">Time</string>
|
||
<string name="calendar_event_description">Description</string>
|
||
<string name="calendar_event_location">Location</string>
|
||
<string name="calendar_event_attendees">Attendees</string>
|
||
<string name="shortcut_summary">By %1$s</string>
|
||
<string name="installation_in_progress">Installation in progress… (%1$d%%)</string>
|
||
<string name="activity_not_found_searchable">Couldn\'t open %1$s</string>
|
||
<string name="preference_calendar_max_events">Number of events</string>
|
||
<string name="preference_location_disabled_summary">Not supported by this provider</string>
|
||
<string name="preference_legacy_icon_bg">Icon background</string>
|
||
<string name="preference_legacy_icon_bg_none">None</string>
|
||
<string name="preference_legacy_icon_bg_color">Dynamic</string>
|
||
<string name="preference_legacy_icon_bg_white">White</string>
|
||
<!-- Easter egg preference toasts -->
|
||
<string name="easter_egg_1">There are no easter eggs here, unless you brought them with you.</string>
|
||
<string name="easter_egg_2">Please, stop it, you are wasting your time</string>
|
||
<string name="easter_egg_3">I won\'t say it again: there are absolutely no easter eggs hidden here</string>
|
||
<string name="easter_egg_text">Well, you found me. Congratulations. Was it worth it?</string>
|
||
<string name="easter_egg_activated">Easter egg enabled!</string>
|
||
<string name="easter_egg_deactivated">Easter egg disabled!</string>
|
||
<string name="permission_calendar_widget">Grant calendar permission to display your upcomping events here.</string>
|
||
<string name="permission_calendar_search">Grant calendar permission to search your calendar.</string>
|
||
<string name="permission_files_search">Grant storage permission to search photos, media and document on this device.</string>
|
||
<string name="permission_contact_search">Grant contact permission to search your contact.</string>
|
||
<string name="close">Close</string>
|
||
<string name="dialog_continue">Continue</string>
|
||
<string name="custom_icon">Custom icon</string>
|
||
<string name="websearch_dialog_choose_icon_color">Choose icon color</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="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 applicatoins</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_icon_shape_platform">System default</string>
|
||
<string name="preference_export_databases">Export databases</string>
|
||
<string name="debug_export_databases_warning">The exported databases contain personal data and are not intended to be shared.</string>
|
||
<string name="preference_category_animations">Animations</string>
|
||
<string name="preference_app_start_animation">App start animation</string>
|
||
<string name="preference_app_start_animation_splash1">Splash screen 1</string>
|
||
<string name="preference_app_start_animation_splash2">Splash screen 2</string>
|
||
<string name="preference_app_start_animation_slide_bottom">Slide from bottom</string>
|
||
<string name="preference_app_start_animation_fade">Fade</string>
|
||
<string name="preference_app_start_animation_m">Expand from icon</string>
|
||
<string name="preference_app_start_animation_default">Default</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_account_checking_status">Checking status…</string>
|
||
<string name="preference_search_onedrive">Search OneDrive</string>
|
||
<string name="preference_search_onedrive_summary">Search %1$s\'s files on OneDrive</string>
|
||
<string name="preference_search_nextcloud">Search Nextcloud</string>
|
||
<string name="preference_search_nextcloud_summary">Search %1$s\'s files</string>
|
||
<string name="storage_google_drive">Google Drive</string>
|
||
<string name="storage_onedrive">OneDrive</string>
|
||
<string name="preference_about_telegram">Telegram group</string>
|
||
<string name="preference_about_fdroid">F-Droid repository</string>
|
||
<string name="preference_crash_reporter">Crash reporter</string>
|
||
<string name="preference_screen_plugins">Plugins</string>
|
||
<string name="preference_screen_plugins_summary">Enable or disable plugins</string>
|
||
<string name="preference_plugins_installed">Installed plugins</string>
|
||
<string name="title_widget_settings">Settings for %1$s</string>
|
||
<string name="menu_item_edit_favs">Edit favorites</string>
|
||
<string name="edit_favorites_dialog_stage2">Not pinned – frequently used</string>
|
||
<string name="edit_favorites_dialog_stage1">Pinned – automatically sorted</string>
|
||
<string name="edit_favorites_dialog_stage0">Pinned – manually sorted</string>
|
||
<string name="login_flow_next">Next</string>
|
||
<string name="next_cloud_server_url">Nextcloud server URL</string>
|
||
<string name="next_cloud_server_url_empty">Server URL must not be empty</string>
|
||
<string name="preference_category_services_nextcloud">Nextcloud</string>
|
||
<string name="next_cloud_server_invalid_url">This URL does not point to a valid Nextcloud installation</string>
|
||
<string name="preference_signin_user_nextcloud">Logged in as %1$s.</string>
|
||
<string name="nextcloud_login_failed">Login failed: incorrect username or password.</string>
|
||
|
||
<string name="owncloud_server_url">Owncloud server URL</string>
|
||
<string name="preference_category_services_owncloud">Owncloud</string>
|
||
<string name="owncloud_server_invalid_url">This URL does not point to a valid Owncloud installation</string>
|
||
<string name="owncloud_password">Password</string>
|
||
<string name="owncloud_username">User name</string>
|
||
<string name="owncloud_login_2fa_hint">If you have two factor authentication enabled, you must use an app password here.</string>
|
||
<string name="login_flow_login">Log in</string>
|
||
<string name="owncloud_login_failed">Login failed: incorrect username or password.</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="owncloud_username_empty">User name must not be empty</string>
|
||
<string name="owncloud_password_empty">Password must not be empty</string>
|
||
<string name="preference_search_owncloud">Search Owncloud</string>
|
||
<string name="preference_cards_summary">Customize card appearance</string>
|
||
<string name="preference_cards">Cards</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="disclaimer">Disclaimer</string>
|
||
<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>
|
||
<string name="preference_card_background">Background</string>
|
||
<string name="preference_card_background_default">Default</string>
|
||
<string name="preference_card_background_black">White/black</string>
|
||
<string name="preference_card_background_colored">Colored (from wallpaper)</string>
|
||
|
||
<string name="date_today">Today</string>
|
||
<string name="date_tomorrow">Tomorrow</string>
|
||
<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>
|
||
<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>
|
||
|
||
<!-- Weather widget -->
|
||
<string name="weather_sleetshowers">Sleet showers</string>
|
||
<string name="weather_heavysleet">Heavy sleet</string>
|
||
<string name="weather_lightrainshowersandthunder">Light rain showers and thunder</string>
|
||
<string name="weather_heavyrain">Heavy rain</string>
|
||
<string name="weather_lightsnowandthunder">Light snow and thunder</string>
|
||
<string name="weather_lightrain">Light rain</string>
|
||
<string name="weather_lightrainshowers">Light rain showers</string>
|
||
<string name="weather_lightsnow">Light snow</string>
|
||
<string name="weather_heavysleetshowersandthunder">Heavy sleet showers and thunder</string>
|
||
<string name="weather_lightsnowshowers">Light snow showers</string>
|
||
<string name="weather_lightssleetshowersandthunder">Lights sleet showers and thunder</string>
|
||
<string name="weather_snowandthunder">Snow and thunder</string>
|
||
<string name="weather_heavysleetshowers">Heavy sleet showers</string>
|
||
<string name="weather_heavysnow">Heavy snow</string>
|
||
<string name="weather_cloudy">Cloudy</string>
|
||
<string name="weather_lightrainandthunder">Light rain and thunder</string>
|
||
<string name="weather_snow">Snow</string>
|
||
<string name="weather_hail">Hail</string>
|
||
<string name="weather_thunder">Thunderstorm</string>
|
||
<string name="weather_heavysnowshowers">Heavy snow showers</string>
|
||
<string name="weather_heavyrainshowers">Heavy rain showers</string>
|
||
<string name="weather_rainshowersandthunder">Rain showers and thunder</string>
|
||
<string name="weather_clearsky">Clear sky</string>
|
||
<string name="weather_sleet">Sleet</string>
|
||
<string name="weather_rain">Rain</string>
|
||
<string name="weather_sleetandthunder">Sleet and thunder</string>
|
||
<string name="weather_lightssnowshowersandthunder">Lights snow showers and thunder</string>
|
||
<string name="weather_heavyrainshowersandthunder">Heavy rain showers and thunder</string>
|
||
<string name="weather_fair">Fair</string>
|
||
<string name="weather_fog">Fog</string>
|
||
<string name="weather_sleetshowersandthunder">Sleet showers and thunder</string>
|
||
<string name="weather_rainandthunder">Rain and thunder</string>
|
||
<string name="weather_lightsleet">Light sleet</string>
|
||
<string name="weather_heavysleetandthunder">Heavy sleet and thunder</string>
|
||
<string name="weather_partlycloudy">Partly cloudy</string>
|
||
<string name="weather_heavysnowandthunder">Heavy snow and thunder</string>
|
||
<string name="weather_rainshowers">Rain showers</string>
|
||
<string name="weather_lightsleetandthunder">Light sleet and thunder</string>
|
||
<string name="weather_heavysnowshowersandthunder">Heavy snow showers and thunder</string>
|
||
<string name="weather_lightsleetshowers">Light sleet showers</string>
|
||
<string name="weather_snowshowersandthunder">Snow showers and thunder</string>
|
||
<string name="weather_snowshowers">Snow showers</string>
|
||
<string name="weather_heavyrainandthunder">Heavy rain and thunder</string>
|
||
<string name="weather_unknown">Unknown</string>
|
||
<string name="weather_widget_show_details">Show details</string>
|
||
<string name="weather_widget_hide_details">Hide details</string>
|
||
<string name="weather_humidity">Humidity:</string>
|
||
<string name="weather_wind">Wind:</string>
|
||
<string name="weather_precipitation">Precipitation:</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="feature_not_available">This feature is not available in this version of %1$s</string>
|
||
<string name="preference_category_clock_widget">Clock</string>
|
||
<string name="preference_clock_widget_style">Clock style</string>
|
||
</resources>
|