Remove unused resources

This commit is contained in:
MM20
2024-06-14 15:23:37 +02:00
parent 892e4971a3
commit f6dfddedb2
113 changed files with 4 additions and 9640 deletions
-113
View File
@@ -87,7 +87,6 @@
<!-- 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
@@ -170,21 +169,18 @@
<string name="alert_delete_shortcut">The shortcut %1$s will be removed 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].
@@ -213,17 +209,10 @@
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="websearch_dialog_advanced">Advanced</string>
<string name="websearch_dialog_query_encoding">Query encoding</string>
<string name="websearch_dialog_query_encoding_url">Percent-encoding</string>
@@ -238,7 +227,6 @@
<string name="widget_name_unknown">Unknown app widget</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>
<string name="notes_widget_placeholder">Write a note…</string>
<string name="notes_widget_action_new">New note</string>
<!-- Save / export the current note content as markdown file -->
@@ -250,7 +238,6 @@
<!-- 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! -->
@@ -265,13 +252,10 @@
<string name="duplicate">Duplicate</string>
<string name="edit">Edit</string>
<string name="skip">Skip</string>
<string name="action_continue">Continue</string>
<string name="action_next">Next</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="widget_action_replace">Replace</string>
<string name="menu_item_edit_favs">Edit favorites</string>
<!-- Edit favorites, title for items that are frequently used but not pinned -->
@@ -325,8 +309,6 @@
<!-- Headline used in calendar widget for the next event, if there is no event today -->
<string name="calendar_widget_next_events">Next event</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.
@@ -360,7 +342,6 @@
<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">Thunder</string>
<string name="weather_condition_thunderstorm">Thunderstorm</string>
<string name="weather_condition_heavysnowshowers">Heavy snow showers</string>
<string name="weather_condition_heavyrainshowers">Heavy rain showers</string>
@@ -373,7 +354,6 @@
<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_haze">Haze</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>
@@ -389,14 +369,9 @@
<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 -->
@@ -437,32 +412,17 @@
<string name="missing_permission_appshortcuts_search">Set %1$s as default home app to search app shortcuts.</string>
<!-- Missing permission app shortcuts permission, used when creating a shortcut in the edit favorites sheet -->
<string name="missing_permission_appshortcuts_create">Set %1$s as default home app to create shortcuts.</string>
<string name="missing_permission_plugins">Plugin permission is required to use plugins.</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_corepalette">Color palette</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_mdy_color_source">Source for dynamic colors</string>
<string name="preference_mdy_color_source_system">System</string>
<string name="preference_mdy_color_source_wallpaper">Wallpaper</string>
@@ -491,7 +451,6 @@
<string name="preference_imperial_units_summary">Use degrees Fahrenheit and miles per hour</string>
<string name="preference_imperial_units">Imperial units</string>
<string name="widget_config_weather_compact">Compact mode</string>
<string name="preference_compact_mode_summary">Hide hourly and daily forecasts</string>
<string name="preference_category_debug">Debug</string>
<string name="preference_category_debug_tools">Tools</string>
<string name="preference_debug_dump_heap">Memory snapshot</string>
@@ -529,7 +488,6 @@
<string name="preference_screen_plugins">Plugins</string>
<string name="preference_screen_plugins_summary">Manage installed extensions</string>
<string name="no_plugins_installed">No plugins installed</string>
<string name="plugin_host_not_installed">Plugin host not installed</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>
@@ -538,7 +496,6 @@
<string name="preference_icon_pack">Icon pack</string>
<string name="preference_icon_pack_summary_empty">No icon packs installed</string>
<!-- Indicates that an icon pack supports dynamic colors (icon colors adapt to the launchers color scheme) -->
<string name="icon_pack_dynamic_colors">Dynamic colors</string>
<string name="preference_category_animations">Animations</string>
<string name="preference_charging_animation">Charging animation</string>
<string name="preference_charging_animation_summary">Play a bubble animation while the device is charging</string>
@@ -553,7 +510,6 @@
<string name="preference_screen_integrations_summary">Manage connected accounts and services</string>
<string name="preference_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>
@@ -565,7 +521,6 @@
<string name="preference_blur_wallpaper_radius">Blur radius</string>
<string name="preference_wallpaper_summary">Choose a wallpaper</string>
<string name="preference_category_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>
@@ -597,22 +552,15 @@
<string name="preference_screen_debug">Debug</string>
<string name="preference_screen_debug_summary">Troubleshooting tools</string>
<string name="preference_category_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_category_media_apps">Media apps</string>
<string name="preference_screen_clockwidget">Clock</string>
<string name="preference_screen_clockwidget_summary">Configure clock style and components</string>
<string name="preference_clockwidget_layout">Layout</string>
<string name="preference_clockwidget_layout_vertical">Default</string>
<string name="preference_clockwidget_layout_horizontal">Compact</string>
<string name="preference_clock_widget_show_seconds">Show seconds</string>
<string name="widget_use_theme_colors">Use theme color</string>
<string name="preference_clock_widget_fill_height">Fill screen height</string>
<string name="preference_clock_widget_fill_height_summary">Insert extra space above the clock to fill the entire screen height</string>
<string name="preference_clock_widget_color">Color</string>
<string name="preference_clock_widget_style">Style</string>
<string name="preference_clock_widget_style_summary">Select a clock</string>
<string name="preference_clock_widget_alignment">Alignment</string>
<string name="preference_clock_widget_alignment_top">Top</string>
<string name="preference_clock_widget_alignment_center">Center</string>
@@ -638,7 +586,6 @@
<string name="preference_crash_reporter_summary">Error and crash reports</string>
<string name="preference_logs">Logs</string>
<string name="preference_logs_summary">View and export application logs</string>
<string name="preference_export_log">Export log file</string>
<string name="preference_screen_search">Search</string>
<string name="preference_screen_search_summary">Search, tags, hidden items</string>
<string name="preference_search_favorites">Favorites</string>
@@ -664,33 +611,19 @@
<string name="preference_search_locations_radius">Search radius</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_locations_summary">Search the local area for shops and other places</string>
<string name="preference_search_locations_show_position_on_map_summary">Show your own location in the map</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_color">Color</string>
@@ -731,15 +664,6 @@
<item quantity="one">Full in %1$s minute</item>
<item quantity="other">Full in %1$s minutes</item>
</plurals>
<string name="backup_select_components">Select what to backup:</string>
<string name="backup_not_included">Connected accounts will not be backed up. Third party app widgets can only be restored on this device.</string>
<string name="backup_component_favorites">Favorites &amp; hidden apps</string>
<string name="backup_component_settings">Settings</string>
<string name="backup_component_websearches">Web search shortcuts</string>
<string name="backup_component_searchactions">Quick actions</string>
<string name="backup_component_themes">Color schemes</string>
<string name="backup_component_widgets">Built-in widgets</string>
<string name="backup_component_customizations">Customizations</string>
<string name="backup_complete">The backup has been completed.</string>
<string name="restore_invalid_file">The selected file does not appear to be a backup. Are you sure you selected the right file?</string>
<!-- %1$s: app name -->
@@ -748,7 +672,6 @@
<string name="restore_different_minor_version">This backup has been created with a different version of %1$s. Some data might not be restored correctly.</string>
<!-- %1$s: date and time of backup creation, %s$s: name of the device this backup has been created on, %s$s app name and version of creating app-->
<string name="restore_meta">Created %1$s on %2$s with %3$s.</string>
<string name="restore_select_components">Select what to restore. Existing data will be overwritten!</string>
<string name="restore_complete">The backup has been restored.</string>
<string name="icon_picker_title">Pick icon</string>
<string name="icon_picker_default_icon">Default</string>
@@ -797,7 +720,6 @@
<string name="tag_exists_error">A tag with this name already exists.</string>
<string name="tag_exists_message">A tag with this name already exists. If you continue, the two tags will be merged.</string>
<string name="tag_no_items_message">No items are assigned to this tag. If you continue, the tag will be deleted.</string>
<string name="tag_empty_message">Tag name must not be blank.</string>
<string name="tag_select_items">Select items:</string>
<string name="tag_name">Tag name</string>
<plurals name="tag_selected_items">
@@ -839,17 +761,14 @@
<string name="missing_permission_accessibility_gesture_settings">This action requires the launcher\'s accessibility service to be enabled.</string>
<string name="preference_search_result_ordering">Order of search results</string>
<string name="preference_search_result_ordering_alphabetic">Alphabetic</string>
<string name="preference_search_result_ordering_launch_count">Launch count</string>
<string name="preference_search_result_ordering_weighted">Usage</string>
<string name="preference_search_result_ordering_weight_factor">Ranking flexibility</string>
<string name="preference_search_result_ordering_weight_factor_low">Stable</string>
<string name="preference_search_result_ordering_weight_factor_default">Balanced</string>
<string name="preference_search_result_ordering_weight_factor_high">Variable</string>
<string name="widget_config_appwidget_height">Height</string>
<string name="widget_config_appwidget_borderless">Borderless</string>
<string name="widget_config_appwidget_background">Background card</string>
<string name="widget_config_appwidget_configure">Configure widget</string>
<string name="widget_config_appwidget_resize_hint">Drag to resize</string>
<string name="widget_config_appwidget_resize">Resize</string>
<string name="widget_config_weather_integration_settings">Weather integration settings</string>
<string name="widget_config_calendar_no_calendars">No calendars found</string>
@@ -894,7 +813,6 @@
<string name="preference_search_locations_show_map_summary">Show a map preview for places</string>
<string name="preference_search_locations_theme_map">Map theming</string>
<string name="preference_search_locations_theme_map_summary">Apply the color scheme of the launcher to the map</string>
<string name="preference_search_locations_show_position_on_map">Show own position</string>
<string name="preference_search_location_custom_tile_server_url">Tileserver URL</string>
<string name="menu_dial">Call</string>
<string name="menu_navigation">Navigation</string>
@@ -905,10 +823,8 @@
<string name="plugin_action_setup">Set up</string>
<string name="plugin_type_filesearch">File search</string>
<string name="plugin_type_weather">Weather provider</string>
<string name="plugin_badge_official">Official</string>
<string name="plugin_weather_provider_enable">Set as weather provider</string>
<string name="plugin_weather_provider_enabled">Currently set as weather provider</string>
<string name="cached_searchable">Showing a cached version, information might be outdated.</string>
<string name="unavailable_searchable">This item does not exist anymore.</string>
<string name="preference_search_bar_separate_work_profile">Separate work profile apps</string>
<string name="preference_search_bar_separate_work_profile_summary">Shows work profile apps in a separate tab</string>
@@ -920,7 +836,6 @@
<string name="clock_style_segment">7-segment</string>
<string name="clock_style_empty">No clock</string>
<string name="clock_style_custom">Custom widget</string>
<string name="clock_variant_standard">Standard</string>
<string name="clock_variant_outlined">Outlined</string>
<string name="search_filter_tools">Tools</string>
<string name="search_filter_online">Online results</string>
@@ -950,26 +865,19 @@
<string name="poi_category_hospital">Hospital</string>
<string name="poi_category_post_office">Post office</string>
<string name="poi_category_pub">Pub</string>
<string name="poi_category_grave_yard">Graveyard</string>
<string name="poi_category_doctors">Doctors</string>
<string name="poi_category_police">Police</string>
<string name="poi_category_dentist">Dentist</string>
<string name="poi_category_library">Library</string>
<string name="poi_category_college">College</string>
<string name="poi_category_ice_cream">Ice cream parlor</string>
<string name="poi_category_theater">Theater</string>
<string name="poi_category_public_building">Public building</string>
<string name="poi_category_cinema">Cinema</string>
<string name="poi_category_nightclub">Nightclub</string>
<string name="poi_category_biergarten">Biergarten</string>
<string name="poi_category_clinic">Clinic</string>
<string name="poi_category_university">University</string>
<string name="poi_category_department_store">Department store</string>
<string name="poi_category_clothes">Apparel store</string>
<string name="poi_category_convenience">Convenience store</string>
<string name="poi_category_hairdresser">Hairdresser</string>
<string name="poi_category_car_repair">Car repair</string>
<string name="poi_category_beauty">Beauty salon</string>
<string name="poi_category_books">Bookstore</string>
<string name="poi_category_bakery">Bakery</string>
<string name="poi_category_car">Car service</string>
@@ -977,37 +885,17 @@
<string name="poi_category_furniture">Furniture store</string>
<string name="poi_category_alcohol">Liquor store</string>
<string name="poi_category_florist">Flower shop</string>
<string name="poi_category_hardware">Hardware store</string>
<string name="poi_category_electronics">Electronics store</string>
<string name="poi_category_shoes">Shoe store</string>
<string name="poi_category_mall">Mall</string>
<string name="poi_category_optician">Optician</string>
<string name="poi_category_jewelry">Jewelry store</string>
<string name="poi_category_gift">Gift shop</string>
<string name="poi_category_bicycle">Bicycle store</string>
<string name="poi_category_laundry">Laundry</string>
<string name="poi_category_computer">Computer store</string>
<string name="poi_category_tobacco">Tobacco store</string>
<string name="poi_category_wine">Wine store</string>
<string name="poi_category_photo">Photo shop</string>
<string name="poi_category_coffee_shop">Coffee shop</string>
<string name="poi_category_bank">Bank</string>
<string name="poi_category_soccer">Soccer</string>
<string name="poi_category_basketball">Basketball</string>
<string name="poi_category_tennis">Tennis</string>
<string name="poi_category_fitness">Fitness</string>
<string name="poi_category_tram_stop">Tram stop</string>
<string name="poi_category_railway_station">Railway station</string>
<string name="poi_category_railway_stop">Railway stop</string>
<string name="poi_category_bus_station">Bus station</string>
<string name="poi_category_atm">ATM</string>
<string name="poi_category_art">Art store</string>
<string name="poi_category_kiosk">Kiosk</string>
<string name="poi_category_bus_stop">Bus stop</string>
<string name="poi_category_museum">Museum</string>
<string name="poi_category_parcel_locker">Parcel locker</string>
<string name="poi_category_chemist">Drug store</string>
<string name="poi_category_travel_agency">Travel agency</string>
<string name="poi_category_fitness_center">Fitness center</string>
<string name="poi_category_church">Church</string>
<string name="poi_category_mosque">Mosque</string>
@@ -1033,7 +921,6 @@
<string name="poi_category_concert_hall">Concert hall</string>
<string name="poi_category_stadium">Stadium</string>
<string name="poi_category_casino">Casino</string>
<string name="poi_category_shopping_center">Shopping center</string>
<string name="poi_category_discount_store">Discount store</string>
<string name="poi_category_pet">Pet store</string>
<string name="poi_category_shopping">Shopping</string>