Translations
This commit is contained in:
parent
3fba50fd2c
commit
0774c6bdbe
360
app/src/main/res/values-pl/strings.xml
Normal file
360
app/src/main/res/values-pl/strings.xml
Normal file
@ -0,0 +1,360 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<string name="app_name" translatable="false">Another Widget</string>
|
||||
<string name="add_widget">Dodaj Widget</string>
|
||||
|
||||
<!-- Display -->
|
||||
<string name="settings_general_title">Wyświetlaj</string>
|
||||
<string name="divider" translatable="false">|</string>
|
||||
<string name="settings_font_color_title">Kolor tekstu</string>
|
||||
<string name="settings_secondary_font_color_title">Kolor tekstu</string>
|
||||
<string name="settings_background_color_title">Kolor tła</string>
|
||||
<string name="title_main_text_size">Rozmiar tekstu</string>
|
||||
<string name="title_second_text_size">Rozmiar tekstu</string>
|
||||
<string name="title_text_shadow">Cirń tekstu</string>
|
||||
<string name="settings_text_shadow_subtitle_none">Brak</string>
|
||||
<string name="settings_text_shadow_subtitle_low">Mały</string>
|
||||
<string name="settings_text_shadow_subtitle_high">Duży</string>
|
||||
<string name="settings_custom_font_title">Czcionka widgetu</string>
|
||||
<string name="custom_font_subtitle_0">Czcionka urządzenia</string>
|
||||
<string name="custom_font_subtitle_1">Google Sans</string>
|
||||
<string name="custom_date_format">Niestandardowy format daty</string>
|
||||
<string name="alpha">Alpha</string>
|
||||
<string name="transparent">Przezroczyste</string>
|
||||
<string name="settings_show_dividers_title">Rozdzielenie tekstu</string>
|
||||
<string name="first_row_header">Główny tekst</string>
|
||||
<string name="second_row_header">Dodatkowy tekst</string>
|
||||
<string name="global_style_header">Widget</string>
|
||||
<string name="action_capitalize_the_date">Zapisz datę wielkimi literami</string>
|
||||
<string name="settings_date_format_title">Format daty</string>
|
||||
<string name="header_widget_background">Tło widgetu</string>
|
||||
<string name="settings_secondary_row_top_margin_title">Oddzidlenie rzędów</string>
|
||||
<string name="action_custom_font_to_search">Niestandardowa czcionka…</string>
|
||||
<string name="font_family_settings_title">Rodzina czcionek</string>
|
||||
|
||||
<string name="font_100" translatable="false">Thin</string>
|
||||
<string name="font_200" translatable="false">Light</string>
|
||||
<string name="font_300" translatable="false">Book</string>
|
||||
<string name="font_400" translatable="false">Regular</string>
|
||||
<string name="font_500" translatable="false">Medium</string>
|
||||
<string name="font_600" translatable="false">Semi-bold</string>
|
||||
<string name="font_700" translatable="false">Bold</string>
|
||||
<string name="font_800" translatable="false">Black</string>
|
||||
<string name="font_900" translatable="false">Heavy</string>.
|
||||
<string name="font_italic" translatable="false">Italic</string>
|
||||
<string name="font_100_italic" translatable="false">Thin Italic</string>
|
||||
<string name="font_200_italic" translatable="false">Light Italic</string>
|
||||
<string name="font_300_italic" translatable="false">Book Italic</string>
|
||||
<string name="font_400_italic" translatable="false">Regular Italic</string>
|
||||
<string name="font_500_italic" translatable="false">Medium Italic</string>
|
||||
<string name="font_600_italic" translatable="false">Semi-bold Italic</string>
|
||||
<string name="font_700_italic" translatable="false">Bold Italic</string>
|
||||
<string name="font_800_italic" translatable="false">Black Italic</string>
|
||||
<string name="font_900_italic" translatable="false">Heavy Italic</string>
|
||||
|
||||
<!-- Calendar -->
|
||||
<string name="settings_calendar_title">Kalendarz</string>
|
||||
<string name="title_permission_calendar">Pokaż moje wydarzenia</string>
|
||||
<string name="description_permission_calendar">Przyznaj uprawnienie dostępu do kalendarza\naby zobaczyć wydarzenia na widgeci.</string>
|
||||
<string name="settings_filter_calendar_title">Filtruj wydarzenia</string>
|
||||
<string name="settings_filter_calendar_subtitle">Zmień widoczność kalendarza</string>
|
||||
<string name="settings_all_day_title">Całodobowe wydarzenia</string>
|
||||
<string name="main_calendar">Konto kalendarza</string>
|
||||
<string name="calendar_settings_list_error">Błąd podczas ładowanka listy kalendarza.</string>
|
||||
<string name="all_day">Całodobowe wydarzenie</string>
|
||||
<string name="show_events_visible">Wydarzenia są widoczne</string>
|
||||
<string name="show_events_not_visible">Wydarzenia są ukryte</string>
|
||||
<string name="settings_show_until_subtitle_6">30 minut później</string>
|
||||
<string name="settings_show_until_subtitle_7">1 godzinę później</string>
|
||||
<string name="settings_show_until_subtitle_0">3 godziny później</string>
|
||||
<string name="settings_show_until_subtitle_1">6 godzin później</string>
|
||||
<string name="settings_show_until_subtitle_2">12 godzin później</string>
|
||||
<string name="settings_show_until_subtitle_3">24 godziny później</string>
|
||||
<string name="settings_show_until_subtitle_4">3 dni później</string>
|
||||
<string name="settings_show_until_subtitle_5">7 dni później</string>
|
||||
<string name="settings_show_until_title">Pokazuj wydarzenia co najmniej</string>
|
||||
<string name="day_char">d</string>
|
||||
<string name="settings_calendar_app_title">Kalendarz</string>
|
||||
<string name="error_no_calendar">Nie znaleziono kalendarza.</string>
|
||||
<string name="tomorrow">jutro</string>
|
||||
<string name="today">dziś</string>
|
||||
<string name="settings_event_app_title">Naciśnięcie na wydarzenie otwiera</string>
|
||||
<string name="settings_second_row_info_title">Informacje o wydarzeniu</string>
|
||||
<string name="settings_second_row_info_subtitle_1">Adres wydarzenia </string>
|
||||
<string name="settings_second_row_info_subtitle_0">Czas wydarzenia</string>
|
||||
<string name="settings_show_diff_time_title">Pozostały czas do wydarzenia</string>
|
||||
<string name="settings_show_declined_events_title">Odrzucone wydarzenia</string>
|
||||
<string name="default_event_app">Szczegóły wydarzenia</string>
|
||||
<string name="default_calendar_app">Domyślna aplikacja kalendarza</string>
|
||||
<string name="settings_show_multiple_events_title">Przełącznik kilku wydarzeń</string>
|
||||
<string name="soon">wkrótce</string>
|
||||
<string name="now">teraz</string>
|
||||
<string name="settings_widget_update_frequency_title">Częstotliwość asktualizacji wydarzenia</string>
|
||||
<string name="settings_widget_update_frequency_subtitle">Wysoka częstotliwość zużywa wiecej baterii.</string>
|
||||
<string name="settings_widget_update_frequency_low">Niska</string>
|
||||
<string name="settings_widget_update_frequency_default">Domyślna</string>
|
||||
<string name="settings_widget_update_frequency_high">Wysoka</string>
|
||||
<string name="filters_header">Filtry</string>
|
||||
<string name="event_detail_header">Informacje o wydarzeniu</string>
|
||||
<string name="settings_attendee_status_title"> Status uczestnika</string>
|
||||
<string name="settings_attendee_status_subtitle">Filtruj zaakceptowane lub odrzucone wydarzenia</string>
|
||||
<string name="settings_busy_events_title">Powiązane wydarzenia</string>
|
||||
<string name="settings_busy_events_subtitle">Pokaż tylko wydarzenia, które są ustawione jako zajęty</string>
|
||||
<string name="attendee_status_accepted">Zaakceptowane wydarzenia</string>
|
||||
<string name="attendee_status_invited">Zaproszenia</string>
|
||||
<string name="attendee_status_declined">Odrzucone wydarzenia</string>
|
||||
|
||||
<string name="calendar_sync_notification_channel_id" translatable="false">calendar-sync</string>
|
||||
<string name="calendar_sync_notification_channel_name">Usługa synchronizacji wydarzeń</string>
|
||||
<string name="calendar_sync_notification_channel_description">Usługa używana do synchronizacji wydarzeń w kalendarzu.</string>
|
||||
<string name="calendar_sync_notification_title">Synchronizowanie wydarzeń w kalendarzu…</string>
|
||||
|
||||
<!-- Weather -->
|
||||
<string name="settings_weather_title">Pogoda</string>
|
||||
<string name="title_permission_location">Pokaż pogodę</string>
|
||||
<string name="description_permission_location">Przyznaj dostęp do swojej lokalizacji\naby wyświetlać pogodę w swoim widgecie.</string>
|
||||
<string name="settings_unit_title">Jednostka temperatury</string>
|
||||
<string name="fahrenheit" translatable="false">°F - Fahrenheit</string>
|
||||
<string name="celsius" translatable="false">°C - Celsius</string>
|
||||
<string name="settings_weather_refresh_period_title">częstotliwość odświeżania</string>
|
||||
<string name="settings_weather_refresh_period_subtitle_0">30 minut</string>
|
||||
<string name="settings_weather_refresh_period_subtitle_1">1 godzina</string>
|
||||
<string name="settings_weather_refresh_period_subtitle_2">3 godziny</string>
|
||||
<string name="settings_weather_refresh_period_subtitle_3">6 godzin</string>
|
||||
<string name="settings_weather_refresh_period_subtitle_4">12 godzin</string>
|
||||
<string name="settings_weather_refresh_period_subtitle_5">24 godziny</string>
|
||||
<string name="settings_custom_location_title">lokalizacja</string>
|
||||
<string name="custom_location_gps">Geolokalizacja</string>
|
||||
<string name="show_weather_visible">Informavje o pogodzie są widoczne</string>
|
||||
<string name="show_weather_not_visible">Informacje o pogodzie są ukryte</string>
|
||||
<string name="settings_weather_app_title">Pogoda</string>
|
||||
<string name="settings_weather_provider_api_key_title">Klucz API dostawcy pogody</string>
|
||||
<string name="settings_weather_provider_api_key_subtitle_all_set">Dostawca pogody jest poprawnie skonfigurowany.</string>
|
||||
<string name="settings_weather_provider_api_key_subtitle_not_set"> Należy skonfigurować dostawcę pogody.</string>
|
||||
<string name="api_key_hint">Klucz API OpenWeatherMap</string>
|
||||
<string name="default_weather_app">Google Weather</string>
|
||||
<string name="weather_warning">Google Awareness API został wycofany. Aby wyświetlać pogodę w widgecie, wymagane jest teraz posiadanie klucza API od zewnętrznego dostawcy.</string>
|
||||
<string name="settings_weather_icon_pack_title">Paczka ikon</string>
|
||||
<string name="settings_weather_icon_pack_default">Paczka ikon %d</string>
|
||||
<string name="background_location_warning">Po wybraniu geolokalizacji zbieramy dane o lokalizacji, aby aktualizować informacje o pogodzie, nawet gdy aplikacja jest zamknięta lub nieużywana. \ NNie wykorzystamy tych danych w inny sposób.</string>
|
||||
<string name="settings_weather_provider_api">Dostawca pogody</string>
|
||||
|
||||
<string name="settings_weather_provider_open_weather" translatable="false">OpenWeatherMap.org</string>
|
||||
<string name="settings_weather_provider_weatherbit" translatable="false">Weatherbit.io</string>
|
||||
<string name="settings_weather_provider_weather_api" translatable="false">WeatherAPI.com</string>
|
||||
<string name="settings_weather_provider_here" translatable="false">HERE.com</string>
|
||||
<string name="settings_weather_provider_accuweather" translatable="false">AccuWeather.com</string>
|
||||
<string name="settings_weather_provider_weather_gov" translatable="false">Weather.gov (USA)\nby National Weather Services</string>
|
||||
<string name="settings_weather_provider_yr" translatable="false">YR.no/Met.no\nby Meteorologisk Institutt</string>
|
||||
|
||||
<string name="weather_provider_info_open_weather_title">Ten dostawca pogody potrzebuje \nklucza API do poprawnego działania.</string>
|
||||
<string name="weather_provider_info_weatherbit_title">Ten dostawca pogody potrzebuje \nklucza API do poprawnego działania.</string>
|
||||
<string name="weather_provider_info_weatherapi_title">Ten dostawca pogody potrzebuje \nklucza API do poprawnego działania.</string>
|
||||
<string name="weather_provider_info_here_title">Ten dostawca pogody potrzebuje \nklucza API do poprawnego działania.</string>
|
||||
<string name="weather_provider_info_accuweather_title">Ten dostawca pogody potrzebuje \nklucza API do poprawnego działania.</string>
|
||||
<string name="weather_provider_info_weather_gov_title">Ten dostawcs pogody działa tylko\ndla USA.</string>
|
||||
<string name="weather_provider_info_yr_title">Ten dostawca pogody zezwala tylko\nna stopnie Celsjusza.</string>
|
||||
|
||||
<string name="weather_provider_info_open_weather_subtitle">Otwórz stronę dostawcy, stwórz konto i skopiuj domyślny klucz API tutaj.</string>
|
||||
<string name="weather_provider_info_weatherbit_subtitle">Otwórz stronę dostawcy, stwórz konto i skopiuj domyślny klucz API tutaj.</string>
|
||||
<string name="weather_provider_info_weatherapi_subtitle">Otwórz stronę dostawcy, stwórz konto i skopiuj domyślny klucz API tutaj.</string>
|
||||
<string name="weather_provider_info_here_subtitle">Otwórz stronę dostawcy, stwórz konto i skopiuj domyślny klucz API tutaj.</string>
|
||||
<string name="weather_provider_info_accuweather_subtitle">Otwórz stronę dostawcy, stwórz konto i skopiuj domyślny klucz API tutaj.</string>
|
||||
<string name="weather_provider_info_weather_gov_subtitle">\n</string>
|
||||
<string name="weather_provider_info_yr_subtitle">\n</string>
|
||||
|
||||
<string name="weather_provider_error_missing_key">The weather provider that you\'ve selected requires an API key.</string>
|
||||
<string name="weather_provider_error_wrong_location">The current location is not supported.</string>
|
||||
<string name="weather_provider_error_missing_location">Please select a valid location.</string>
|
||||
<string name="weather_provider_error_expired_key">It seems that your API key has expired.</string>
|
||||
<string name="weather_provider_error_invalid_key">API key not valid, or not yet activated.</string>
|
||||
<string name="weather_provider_error_misconfigured">The weather provider is wrongly configured.</string>
|
||||
<string name="weather_provider_error_connection">Connection error.</string>
|
||||
<string name="weather_provider_error_generic">Something went wrong, check the weather provider config.</string>
|
||||
<string name="api_key_required_message">Account required</string>
|
||||
<string name="us_only_message">USA Only</string>
|
||||
<string name="celsius_only_message">Metric Unit Only</string>
|
||||
<string name="weather_select_a_provider">Select a provider</string>
|
||||
<string name="weather_provider_activity_subtitle">Select a weather provider from the list.\nA few providers need a free personal account,\nbut they are usually more accurate.</string>
|
||||
|
||||
<string name="location_access_notification_channel_id" translatable="false">location-access</string>
|
||||
<string name="location_access_notification_channel_name">Weather update service</string>
|
||||
<string name="location_access_notification_channel_description">Service used to update the weather based on the current location of the user.</string>
|
||||
<string name="location_access_notification_title">Updating the weather…</string>
|
||||
<string name="location_access_notification_subtitle">We\'re updating the weather based on your current location.</string>
|
||||
|
||||
<!-- Clock -->
|
||||
<string name="settings_clock_title">Clock</string>
|
||||
<string name="settings_clock_app_title">Clock</string>
|
||||
<string name="title_show_clock">Show Clock</string>
|
||||
<string name="show_clock_visible">Clock is visible</string>
|
||||
<string name="show_clock_not_visible">Clock is hidden</string>
|
||||
<string name="settings_clock_text_size_title">Text size</string>
|
||||
<string name="default_clock_app">Default clock app</string>
|
||||
<string name="settings_clock_bottom_margin_title">Clock bottom margin</string>
|
||||
<string name="settings_clock_bottom_margin_subtitle_none">None</string>
|
||||
<string name="settings_clock_bottom_margin_subtitle_small">Small</string>
|
||||
<string name="settings_clock_bottom_margin_subtitle_medium">Medium</string>
|
||||
<string name="settings_clock_bottom_margin_subtitle_large">Large</string>
|
||||
<string name="clock_warning">Due to technological limitations, the clock won\'t have the custom font and the text shadows selected in the Display section.</string>
|
||||
<string name="settings_clock_text_color_title">Text color</string>
|
||||
<string name="settings_ampm_indicator_title">Show AM/PM indicator</string>
|
||||
<string name="clock_text_header">Clock text style</string>
|
||||
|
||||
<!-- Glance -->
|
||||
<string name="settings_show_next_alarm_title">Next clock alarm</string>
|
||||
<string name="settings_at_a_glance_title">At a glance</string>
|
||||
<string name="settings_show_music_title">Current playing song</string>
|
||||
<string name="settings_request_notification_access">We need the notification access permission to check the current playing song.</string>
|
||||
<string name="settings_request_last_notification_access">We need the notification access permission to check your last notifications.</string>
|
||||
<string name="settings_request_fitness_access">We need a few permissions to get your daily steps from Google Fit.</string>
|
||||
<string name="title_show_glance">Show at a glance info</string>
|
||||
<string name="description_show_glance_visible">Service enabled</string>
|
||||
<string name="description_show_glance_not_visible">Service disabled</string>
|
||||
<string name="settings_sort_glance_providers_title">Data source priority</string>
|
||||
<string name="settings_sort_glance_providers_subtitle">Change the data provider priority by sorting the list below with the drag-and-drop icons.</string>
|
||||
<string name="settings_custom_notes_title">Custom notes</string>
|
||||
<string name="settings_daily_steps_title">Fitness</string>
|
||||
<string name="daily_steps_counter">%d steps so far</string>
|
||||
<string name="settings_low_battery_level_title">Battery</string>
|
||||
<string name="battery_low_warning">Low battery level</string>
|
||||
<string name="charging">Charging</string>
|
||||
<string name="charged">Fully charged</string>
|
||||
<string name="providers">Providers</string>
|
||||
<string name="glance_info">Glance info will show up only when there are no events displayed and only when a few conditions are verified.</string>
|
||||
<string name="settings_music_players_filter_title">Music Players</string>
|
||||
<string name="settings_music_players_filter_subtitle">Choose your relevant music players</string>
|
||||
<string name="settings_show_music_subtitle">We use the music players\' notification to show the current playing song.</string>
|
||||
<string name="settings_low_battery_level_subtitle">Get advised when the device has the battery low or is charging.</string>
|
||||
<string name="settings_daily_steps_subtitle">View your daily steps for a brief moment after finishing a walk or a run.</string>
|
||||
<string name="settings_show_next_alarm_subtitle">View your next clock alarm.\nCheck if your default clock app is the only one setting alarms.</string>
|
||||
<string name="settings_show_next_alarm_app_title">Alarm set by %s</string>
|
||||
<string name="settings_show_next_alarm_app_subtitle_wrong">The next alarm clock seems to be wrong</string>
|
||||
<string name="settings_show_next_alarm_app_subtitle_correct">The next alarm clock seems to be correct</string>
|
||||
<string name="settings_show_notifications_title">Latest notifications</string>
|
||||
<string name="settings_show_notifications_subtitle">Check out the latest notifications that showed up on your device.</string>
|
||||
<string name="settings_show_greetings_title">Greetings</string>
|
||||
<string name="settings_show_greetings_subtitle">View some cool phrase to lighten your day when you don\'t expect it.</string>
|
||||
<string name="google_fit_account_connected">Account linked</string>
|
||||
<string name="google_fit_account_not_connected">Account not linked</string>
|
||||
<string name="google_fit">Google Fit</string>
|
||||
<string name="action_connect">Connect</string>
|
||||
<string name="action_disconnect">Disconnect</string>
|
||||
<string name="applications_filter_title">Applications</string>
|
||||
<string name="applications_filter_subtitle">Choose which notifications to view</string>
|
||||
<string-array name="morning_greetings" tools:ignore="InconsistentArrays">
|
||||
<item>Good morning!</item>
|
||||
<item>Have a good day!</item>
|
||||
<item>Ready to go?</item>
|
||||
<item>Rise and shine.</item>
|
||||
<item>Don\'t forget your breakfast!</item>
|
||||
</string-array>
|
||||
<string-array name="evening_greetings" tools:ignore="InconsistentArrays">
|
||||
<item>Good evening!</item>
|
||||
<item>How did your day go?</item>
|
||||
<item>Did you have a nice day?</item>
|
||||
<item>After effort comes comfort.</item>
|
||||
<item>Don\'t forget to have dinner!</item>
|
||||
</string-array>
|
||||
<string-array name="night_greetings" tools:ignore="InconsistentArrays">
|
||||
<item>Good night!</item>
|
||||
<item>Sleep well!</item>
|
||||
<item>Sweet dreams till sunbeams find you!</item>
|
||||
<item>See you tomorrow...</item>
|
||||
<item>Don\'t stay up too late!</item>
|
||||
</string-array>
|
||||
<string name="glance_notification_hide_timeout_title">Hide the notification after</string>
|
||||
<string-array name="glance_notifications_timeout">
|
||||
<item>30 seconds</item>
|
||||
<item>1 minute</item>
|
||||
<item>5 minutes</item>
|
||||
<item>10 minutes</item>
|
||||
<item>15 minutes</item>
|
||||
<item>Dismissal</item>
|
||||
</string-array>
|
||||
<string name="settings_show_events_as_glance_provider_title">Events</string>
|
||||
<string name="settings_show_events_as_glance_provider_subtitle">View a sneak peek of your calendar events and always show the current date.</string>
|
||||
<string name="settings_show_events_as_glance_provider_error">Please enable the show of the events in the calendar tab and grant the required permission.</string>
|
||||
<string name="events_glance_provider_format">%1$s %2$s</string>
|
||||
|
||||
<!-- Settings -->
|
||||
<string name="action_share">Share</string>
|
||||
<string name="action_rate">Rate app</string>
|
||||
<string name="action_support">Support me</string>
|
||||
<string name="action_feedback">Feedback</string>
|
||||
<string name="action_about">About</string>
|
||||
<string name="action_refresh_widget">Refresh widget</string>
|
||||
<string name="toolbar_transition_name" translatable="false">toolbar</string>
|
||||
<string name="error_opening_uri">Error opening URL: Link copied to clipboard.</string>
|
||||
<string name="loading_text">Loading Data...</string>
|
||||
<string name="error_opening_app">Error opening app.</string>
|
||||
<string name="default_name">Default app</string>
|
||||
<string name="action_save">Save</string>
|
||||
<string name="settings_visible">Visible</string>
|
||||
<string name="settings_not_visible">Hidden</string>
|
||||
<string name="support_translations_title">Help with translations</string>
|
||||
<string name="support_translations_subtitle">Open a pull request on GitHub</string>
|
||||
<string name="support_website_title">Check my other projects</string>
|
||||
<string name="support_website_subtitle">Same developer, many possibilities</string>
|
||||
<string name="error">Ooops, something went wrong!</string>
|
||||
<string name="settings_theme_title">Theme</string>
|
||||
<string name="support_main_subtitle">Devs always need a lot of coffee</string>
|
||||
<string name="settings_subtitle_dark_theme_light">Light</string>
|
||||
<string name="settings_subtitle_dark_theme_dark">Dark</string>
|
||||
<string name="settings_subtitle_dark_theme_by_battery_saver">Set by battery saver</string>
|
||||
<string name="settings_subtitle_dark_theme_follow_system">Follow the system theme</string>
|
||||
<string name="settings_subtitle_dark_theme_default">Default</string>
|
||||
<string name="search">Search</string>
|
||||
<string name="settings_app_version_title">App version</string>
|
||||
<string name="settings_title_show_wallpaper">Show wallpaper</string>
|
||||
<string name="support_refresh_widget_subtitle">Force the restart of the widget service</string>
|
||||
<string name="settings_feedback_subtitle">Feel free to help our project!</string>
|
||||
<string name="settings_feedback_title">Feedback and feature requests</string>
|
||||
<string name="xiaomi_manufacturer" translatable="false">xiaomi</string>
|
||||
<string name="xiaomi_warning_title">Xiaomi Devices</string>
|
||||
<string name="xiaomi_warning_message">Enable the permission to display pop-up windows when running in the background inside the "Other permission" section of the app settings. Otherwise, you will not able to open any applications tapping on the widget.</string>
|
||||
<string name="action_ignore">Ignore</string>
|
||||
<string name="action_grant_permission">Grant permission</string>
|
||||
<string name="settings_title">Settings</string>
|
||||
<string name="style_header">Style</string>
|
||||
<string name="actions_header">Actions</string>
|
||||
<string name="provider_header">Provider</string>
|
||||
<string name="appearance_header">Appearance</string>
|
||||
<string name="preferences_header">Preferences</string>
|
||||
<string name="settings_privacy_policy_title"><![CDATA[Legal & Privacy]]></string>
|
||||
<string name="settings_privacy_policy_subtitle">View the privacy policy of the app</string>
|
||||
<string name="project_header">Open-source project</string>
|
||||
<string name="information_header">Information</string>
|
||||
|
||||
<!-- Activities -->
|
||||
<string name="action_choose_application">Choose application</string>
|
||||
<string name="support_main_title">Support the developer</string>
|
||||
<string name="thanks">Thanks for supporting me!</string>
|
||||
<string name="donation_coffee">An italian coffee</string>
|
||||
<string name="donation_donuts">Some glazed donuts</string>
|
||||
<string name="donation_dinner">An expensive dinner</string>
|
||||
<string name="donation_breakfast">An english breakfast</string>
|
||||
<string name="donation_lunch">A quick lunch</string>
|
||||
<string name="action_show_widget_preview">Show widget preview</string>
|
||||
<string name="support_dev_subtitle">This is a single developer project,\nso thank you for the support!</string>
|
||||
<string name="settings_title_integrations">Integrations</string>
|
||||
<string name="label_count_installed_integrations">%d installed integrations</string>
|
||||
<string name="nothing">Nothing</string>
|
||||
<string name="action_dismiss">Dismiss</string>
|
||||
<string name="action_accept">Accept</string>
|
||||
<string name="gestures_do_nothing">None</string>
|
||||
<string name="song_info_format_activity_title">Song info format</string>
|
||||
<string name="song_info_format_activity_subtitle">Change the visible song info</string>
|
||||
|
||||
<!-- More -->
|
||||
<string name="look_and_feel_header"><![CDATA[Look & feel]]></string>
|
||||
<string name="typography_settings_title">Typography</string>
|
||||
<string name="typography_settings_subtitle">Set text font, size and color</string>
|
||||
<string name="layout_settings_title">Layout</string>
|
||||
<string name="gestures_settings_subtitle">Actions, behaviour and shortcuts</string>
|
||||
<string name="gestures_settings_title">Gestures</string>
|
||||
<string name="gestures_amp_input_header"><![CDATA[Gestures & input]]></string>
|
||||
<string name="clock_settings_subtitle">Set size, color and time zones</string>
|
||||
<string name="layout_settings_subtitle">Widget spacing and tweaks</string>
|
||||
<string name="smart_content_header">Smart content</string>
|
||||
</resources>
|
Loading…
x
Reference in New Issue
Block a user