Initial commit

This commit is contained in:
MM20
2021-09-18 23:37:52 +02:00
commit 749e4e3073
938 changed files with 50475 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
/build
+43
View File
@@ -0,0 +1,43 @@
plugins {
id("com.android.library")
id("kotlin-android")
id("kotlin-android-extensions")
}
android {
compileSdk = sdk.versions.compileSdk.get().toInt()
defaultConfig {
minSdk = sdk.versions.minSdk.get().toInt()
targetSdk = sdk.versions.targetSdk.get().toInt()
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles("consumer-rules.pro")
}
buildTypes {
release {
isMinifyEnabled = false
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
)
}
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
kotlinOptions {
jvmTarget = "1.8"
}
}
dependencies {
implementation(libs.kotlin.stdlib)
implementation(libs.androidx.core)
implementation(libs.androidx.appcompat)
}
View File
+21
View File
@@ -0,0 +1,21 @@
# Add project specific ProGuard rules here.
# You can control the set of applied configuration files using the
# proguardFiles setting in build.gradle.kts.
#
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html
# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface
# class:
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
# Uncomment this to preserve the line number information for
# debugging stack traces.
#-keepattributes SourceFile,LineNumberTable
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
+12
View File
@@ -0,0 +1,12 @@
# :i18n
This module contains all data required for internationalization and localization. This includes
strings, icons (if they require localization), and config and default values. **All resources that
might need localization must go to this module.**
## Contribute
Currently looking into web translation services (e.g. Crowdin or something similar). For now just
manually translate the XML files or use Android Studio's Translations Editor and submit a pull
request with your changes.
+4
View File
@@ -0,0 +1,4 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.mm20.launcher2.i18n">
</manifest>
+5
View File
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="default_imperialUnits">false</bool>
<string name="default_currency">EUR</string>
</resources>
+409
View File
@@ -0,0 +1,409 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Kvæsitso</string>
<string name="edit_text_search_hint">Suchen</string>
<string name="dialog_wait">Wird vorbereitet…</string>
<string name="share_menu_store_link">%1$s-Link</string>
<string name="share_menu_apk_file">Paketdatei</string>
<string name="menu_uninstall">Deinstallieren</string>
<string name="menu_share">Teilen</string>
<string name="app_info">Version %1$s\n%2$s</string>
<string name="settings">Einstellungen</string>
<string name="wallpaper">Hintergrundbild</string>
<string name="title_activity_settings">Einstellungen</string>
<string name="calendar_event_allday">ganztägig</string>
<string name="wind_north">Nord</string>
<string name="wind_north_east">Nordost</string>
<string name="wind_north_north_east">Nordnordost</string>
<string name="wind_east_north_east">Ostnordost</string>
<string name="wind_east">Ost</string>
<string name="wind_east_south_east">Ostsüdost</string>
<string name="wind_south_east">Südost</string>
<string name="wind_south_south_east">Südsüdost</string>
<string name="wind_south">Süd</string>
<string name="wind_south_south_west">Südsüdwest</string>
<string name="wind_south_west">Südwest</string>
<string name="wind_west_south_west">Westsüdwest</string>
<string name="wind_west">West</string>
<string name="wind_west_north_west">Westnordwest</string>
<string name="wind_north_west">Nordwest</string>
<string name="wind_north_north_west">Nordnordwest</string>
<string name="precipitation_none">Kein Niederschlag</string>
<string name="preference_screen_appearance">Erscheinungsbild</string>
<string name="preference_theme">Design</string>
<string name="preference_theme_light">Hell</string>
<string name="preference_theme_dark">Dunkel</string>
<string name="preference_screen_about">Über</string>
<string name="preference_version">Version</string>
<string name="preference_category_developer">Entwickler</string>
<string name="preference_category_links">Links</string>
<string name="preference_category_licenses">Open-Source-Lizenzen</string>
<string name="open_webpage">Webseite öffnen</string>
<string name="preference_screen_about_summary">Version, Entwickler, Open-Source-Lizenzen</string>
<string name="preference_screen_appearance_summary">Design, Symbole, Suchleiste, Systemleisten</string>
<string name="preference_screen_weather_summary">Provider, Einheiten, Standort</string>
<string name="preference_screen_weather">Wetter</string>
<string name="preference_category_location">Standort</string>
<string name="preference_automatic_location">Automatischer Standort</string>
<string name="preference_automatic_location_summary">GPS und Ortungsdienste verwenden, um Standort automatisch zu ermitteln</string>
<string name="preference_location_default_summary">Nicht gesetzt</string>
<string name="preference_location">Standort</string>
<string name="preference_imperial_units_summary">Grad Fahrenheit und Meilen pro Stunde verwenden</string>
<string name="preference_imperial_units">Imperiale Einheiten</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">Durchscheinende Karten</string>
<string name="preference_category_debug">Debug</string>
<string name="preference_export_debug">Debug-Informationen exportieren</string>
<string name="debug_export_information_file">Exportiere nach %1$s</string>
<string name="wikipedia_url">https://de.wikipedia.org</string>
<string name="wikipedia_source">Aus Wikipedia</string>
<string name="preference_category_icons">Symbole</string>
<string name="preference_icon_shape">Form</string>
<string name="preference_icon_shape_square">Quadrat</string>
<string name="preference_icon_shape_rounded_square">Abgerundetes Quadrat</string>
<string name="preference_icon_shape_squircle">Squircle</string>
<string name="preference_icon_shape_circle">Kreis</string>
<string name="calculator_solution">= %1$s</string>
<string name="preference_category_searchbar">Suchleiste</string>
<string name="preference_searchbar_behavior">Auf Startbildschirm</string>
<string name="preference_searchbar_behavior_fade_alpha">Hintergrund ausblenden</string>
<string name="preference_searchbar_behavior_always_visible">Nichts tun</string>
<string name="preference_searchbar_behavior_hide">Ausblenden</string>
<string name="file_type_directory">Verzeichnis</string>
<string name="file_type_archive">Archiv-Datei</string>
<string name="file_type_android">Android-Paket-Datei</string>
<string name="file_type_source_code">Quellcode-Datei</string>
<string name="file_type_document">Dokument</string>
<string name="file_type_spreadsheet">Kalkulationstabelle</string>
<string name="file_type_video">Video</string>
<string name="file_type_music">Musik-Datei</string>
<string name="file_type_image">Bild</string>
<string name="file_type_none">Datei</string>
<string name="file_type_generic">%1$s-Datei</string>
<string name="preference_theme_auto">Auto (nach Tageszeit)</string>
<string name="preference_theme_system">Systemeinstellung verwenden</string>
<string name="activity_not_found">Keine passende Anwendung installiert!</string>
<string name="file_type_presentation">Präsentation</string>
<string name="file_type_compressed">Komprimierte Datei</string>
<string name="file_type_text">Text-Datei</string>
<string name="alert_delete_directory">Das Verzeichnis %1$s wird samt Inhalt unwideruflich gelöscht. Fortfahren?</string>
<string name="alert_delete_file">Die Datei %1$s wird unwideruflich gelöscht. Fortfahren?</string>
<string name="file_meta_title">Titel</string>
<string name="file_meta_artist">Künstler</string>
<string name="file_meta_album">Album</string>
<string name="file_meta_duration">Länge</string>
<string name="file_meta_year">Jahr</string>
<string name="file_meta_data_entry">%1$s: %2$s</string>
<string name="file_meta_size">Größe</string>
<string name="file_meta_path">Pfad</string>
<string name="file_meta_type">Typ</string>
<string name="file_meta_dimensions">Abmessungen</string>
<string name="file_meta_app_name">App-Name</string>
<string name="file_meta_app_version">Version</string>
<string name="file_meta_app_pkgname">Paketname</string>
<string name="file_meta_app_min_sdk">Min-SDK-Version</string>
<string name="preference_screen_services">Dienste</string>
<string name="preference_screen_search">Suche</string>
<string name="preference_screen_search_summary">Suchkategorien</string>
<string name="preference_category_search_favorites">Favoriten</string>
<string name="preference_search_show_favorites">Favoriten anzeigen</string>
<string name="preference_search_show_favorites_summary">Favoritenliste über allen Apps anzeigen</string>
<string name="preference_search_auto_add_favorites">Häufig genutze Elemente</string>
<string name="preference_search_auto_add_favorites_summary">Häufig genutzte Elemente automatisch in den Favoriten anzeigen</string>
<string name="preference_category_search_files">Dateien</string>
<string name="preference_search_files">Dateisuche</string>
<string name="preference_search_files_summary">Ordner, Dokumente, Fotos und andere Dateitypen auf diesem Gerät durchsuchen</string>
<string name="preference_category_search_wikipedia">Wikipedia</string>
<string name="preference_search_wikipedia">Wikipedia durchsuchen</string>
<string name="preference_search_mobile_data">Mobile Daten verwenden</string>
<string name="preference_search_mobile_data_summary">Zusätzliche Kosten können anfallen</string>
<string name="preference_category_search_websites">Webseiten</string>
<string name="preference_search_websites">Nach Webseiten suchen</string>
<string name="preference_search_websites_summary">Probieren Sie „wikipedia.org“</string>
<string name="preference_search_websites_protocol">Standard Web-Protokoll</string>
<string name="preference_search_websites_protocol_summary">Standard-Protokoll, um Webseiten zu suchen, wenn nicht angegeben. Stellen Sie https:// oder http:// vor Ihre Suchanfrage, um das Protokoll explizit festzulegen</string>
<string name="websites_protocol_http">HTTP (unverschlüsselt)</string>
<string name="websites_protocol_https">HTTPS (verschlüsselt)</string>
<string name="preference_category_search_calculator">Taschenrechner</string>
<string name="preference_search_calculator_summary">Probieren Sie „4*2+9“</string>
<string name="preference_search_calculator">Taschenrechner aktivieren</string>
<string name="preference_search_activities_summary">Probieren Sie „%1$s“</string>
<string name="preference_category_search_websearch">Websuche</string>
<string name="preference_search_websearch_summary">Shortcuts zu verschiedenen Websuch-Engines anzeigen</string>
<string name="preference_search_websearch">Websuchen-Shortcuts</string>
<string name="preference_search_edit_websearch">Websuchen bearbeiten</string>
<string name="file_meta_location">Ort</string>
<string name="preference_blur_cards">Unschärfeeffekt</string>
<string name="preference_blur_cards_summary">Hintergrund hinter Karten unscharf darstellen</string>
<string name="preference_blur_cards_summary_lwp">Nicht mit Live-Hintergründen kompatibel</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.de/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">Websuche hinzufügen…</string>
<string name="alert_delete_button">Löschen</string>
<string name="websearch_dialog_name_hint">Name</string>
<string name="websearch_dialog_url_hint">URL</string>
<string name="websearch_dialog_url_description">„${1}“ wird durch den eigentlichen Suchbegriff ersetzt.</string>
<string name="websearch_dialog_url_error">In dieser URL fehlt der Platzhalter „${1}“</string>
<string name="preference_weather_provider">Wetterdienst</string>
<string name="provider_openweathermap">OpenWeatherMap</string>
<string name="preference_automatic_location_disabled_summary">Von diesem Wetterdienst nicht unterstützt</string>
<string name="date_format_long_without_year">EE, d. MMMM</string>
<string name="weather_wind_direction_speed">%1$s • %2$s</string>
<string name="preference_icon_pack_summary_empty">Keine Symbolpakete installiert</string>
<string name="preference_icon_pack">Symbolpaket</string>
<string name="preference_dynamic_icon_bg">Dynamischer Hintergrund</string>
<string name="preference_dynamic_icon_bg_summary">Hintergrundfarbe an Symbol anpassen</string>
<string name="preference_category_widget">Widget</string>
<string name="preference_screen_calendar">Kalender</string>
<string name="preference_screen_calendar_summary">Kalender, Widgets</string>
<string name="preference_calendar_calendars">Kalender</string>
<string name="preference_permission_denied">Berechtigung fehlt</string>
<string name="preference_calendar_hide_allday">Ganztägige Termine ausblenden</string>
<plurals name="preference_calendar_calendars_summary">
<item quantity="one">%1$d Kalender ausgewählt</item>
<item quantity="other">%1$d Kalender ausgewählt</item>
</plurals>
<string name="date_format_clock_widget">%1$s\n%2$s</string>
<string name="menu_edit_widgets">Widgets bearbeiten</string>
<string name="widget_name_weather">Wetter</string>
<string name="widget_name_calendar">Kalender</string>
<string name="widget_add_widget">Widget hinzufügen</string>
<string name="widget_add_external">Weitere</string>
<string name="preference_category_system_bars">Systemleisten</string>
<string name="preference_light_status_bar">Dunkle Statusleisten-Symbole</string>
<string name="preference_light_nav_bar">Dunkle Navigationsleisten-Symbole</string>
<string name="notification_permission_activity_not_found">Bitte aktivieren Sie den Benachrichtigungszugriff für diese App (wird benötigt um die Musik-Wiedergabe zu steuern)</string>
<string name="widget_name_music">Musik</string>
<string name="contacts_menu_open_externally">In Kontakte-App anzeigen</string>
<string name="favorites_menu_pin">An Favoriten anheften</string>
<string name="favorites_menu_unpin">Aus Favoriten entfernen</string>
<string name="menu_back">Zurück</string>
<string name="menu_contact_call">Anruf</string>
<string name="menu_contact_message">SMS</string>
<string name="menu_contact_telegram">Telegram</string>
<string name="menu_contact_whatsapp">WhatsApp</string>
<string name="menu_contact_mail">E-Mail</string>
<string name="contact_multiple_numbers">%1$d Telefonnummern</string>
<string name="contact_multiple_emails">%1$d E-Mail-Adressen</string>
<string name="menu_contact_postal">Ort</string>
<string name="contact_multiple_postals">%1$d Postadressen</string>
<string name="preference_category_search_calendar">Kalender</string>
<string name="preference_search_calendar">Kalendersuche aktivieren</string>
<string name="preference_category_search_contacts">Kontakte</string>
<string name="preference_search_contacts">Kontakte durchsuchen</string>
<string name="menu_app_info">App-Info</string>
<string name="preference_screen_services_summary">Verbundene Accounts und Dienste verwalten</string>
<string name="preference_category_services_google">Google</string>
<string name="preference_signin_user">Angemeldet als %1$s</string>
<string name="preference_signin_logout">Abmelden</string>
<string name="file_meta_owner">Eigentümer</string>
<string name="preference_search_gdrive">Google Drive</string>
<string name="preference_summary_not_logged_in">Sie sind im Moment nicht angemeldet</string>
<string name="preference_search_gdrive_summary">%1$ss Dateien auf Google Drive durchsuchen</string>
<string name="file_type_drawing">Zeichnung</string>
<string name="file_type_ebook">E-Book</string>
<string name="file_type_form">Formular</string>
<string name="preference_theme_black">Schwarz</string>
<string name="menu_hide">Ausblenden</string>
<string name="menu_hidden_items">Ausgeblendete Elemente</string>
<string name="menu_delete">Löschen</string>
<string name="menu_unhide">Nicht ausblenden</string>
<string name="calendar_menu_open_externally">In Kalender-App anzeigen</string>
<string name="calculator_bin_oct_hex_label">BIN:\nOCT:\nHEX:</string>
<string name="preference_search_wikipedia_pictures">Bilder anzeigen</string>
<string name="preference_search_wikipedia_pictures_summary">Erhöht den Datenverbrauch signifikant</string>
<string name="preference_icon_shape_hexagon">Sechseck</string>
<string name="preference_icon_shape_triangle">Reuleaux-Dreieck</string>
<string name="calendar_event_attendees">Teilnehmer</string>
<string name="calendar_event_description">Beschreibung</string>
<string name="calendar_event_location">Ort</string>
<string name="calendar_event_time">Zeit</string>
<string name="preference_google_signin">Über Google anmelden</string>
<string name="preference_google_signin_summary">Anmelden, um Google Drive durchsuchen zu können</string>
<string name="google_signin_authcode_message">Geben Sie den Auth-Code hier ein:</string>
<string name="google_signin_failed">Google-Login fehlgeschlagen!</string>
<string name="installation_in_progress">Wird installiert… (%1$d%%)</string>
<string name="shortcut_summary">Von %1$s</string>
<string name="activity_not_found_searchable">%1$s konnte nicht geöffnet werden</string>
<string name="preference_calendar_max_events">Anzahl der Termine</string>
<string name="provider_metno">MET Norway</string>
<string name="weather_sleetshowers">Schneeregenschauer</string>
<string name="weather_heavysleet">Starker Schneeregen</string>
<string name="weather_lightrainshowersandthunder">Leichte Regenschauer und Gewitter</string>
<string name="weather_heavyrain">Starkregen</string>
<string name="weather_lightsnowandthunder">Leichter Schneefall und Gewitter</string>
<string name="weather_lightrain">Leichter Regen</string>
<string name="weather_lightrainshowers">Leichte Regenschauer</string>
<string name="weather_lightsnow">Leichter Schnee</string>
<string name="weather_heavysleetshowersandthunder">Starke Schneeregenschauer und Gewitter</string>
<string name="weather_lightsnowshowers">Leichte Schneeschauer</string>
<string name="weather_lightssleetshowersandthunder">Leichte Schneeregenschauer und Gewitter</string>
<string name="weather_snowandthunder">Schneefall und Gewitter</string>
<string name="weather_heavysleetshowers">Starke Schneeregenschauer</string>
<string name="weather_heavysnow">Starker Schneefall</string>
<string name="weather_cloudy">Bedeckt</string>
<string name="weather_lightrainandthunder">Leichter Regen und Gewitter</string>
<string name="weather_snow">Schneefall</string>
<string name="weather_heavysnowshowers">Starke Schneeschauer</string>
<string name="weather_heavyrainshowers">Starke Regenschauer</string>
<string name="weather_rainshowersandthunder">Regenschauer und Gewitter</string>
<string name="weather_clearsky">Klarer Himmel</string>
<string name="weather_sleet">Schneeregen</string>
<string name="weather_rain">Regen</string>
<string name="weather_sleetandthunder">Schneeregen und Gewitter</string>
<string name="weather_lightssnowshowersandthunder">Leichte Schneeschauer und Gewitter</string>
<string name="weather_heavyrainshowersandthunder">Starke Regenschauer und Gewitter</string>
<string name="weather_fair">Heiter</string>
<string name="weather_fog">Nebel</string>
<string name="weather_sleetshowersandthunder">Schneeregenschauer und Gewitter</string>
<string name="weather_rainandthunder">Regen und Gewitter</string>
<string name="weather_lightsleet">Leichter Schneeregen</string>
<string name="weather_heavysleetandthunder">Starker Schneeregen und Gewitter</string>
<string name="weather_partlycloudy">Teilweise bewölkt</string>
<string name="weather_heavysnowandthunder">Starker Schneefall und Gewitter</string>
<string name="weather_rainshowers">Regenschauer</string>
<string name="weather_lightsleetandthunder">Light sleet and thunder</string>
<string name="weather_heavysnowshowersandthunder">Starke Schneeschauer und Gewitter</string>
<string name="weather_lightsleetshowers">Light sleet showers</string>
<string name="weather_snowshowersandthunder">Schneeschauer und Gewitter</string>
<string name="weather_snowshowers">Schneeschauer</string>
<string name="weather_heavyrainandthunder">Starkregen und Gewitter</string>
<string name="weather_unknown">Unbekannt</string>
<string name="preference_location_disabled_summary">Von diesem Wetterdienst nicht unterstützt</string>
<string name="preference_category_search_unitconverter">Einheitenrechner</string>
<string name="preference_search_unitconverter_summary">Probieren Sie „23 kg“ oder„5 cm >> in“</string>
<string name="preference_search_unitconverter">Einheitenrechner aktivieren</string>
<string name="preference_legacy_icon_bg">Symbol-Hintergrund</string>
<string name="preference_legacy_icon_bg_none">Keiner</string>
<string name="preference_legacy_icon_bg_color">Dynamisch</string>
<string name="preference_legacy_icon_bg_white">Weiß</string>
<string name="easter_egg_1">Hier gibt es keine Easter Eggs, es sei denn Ihr hättet sie mitgebracht.</string>
<string name="easter_egg_2">Bitte, hör auf, du verschwendest deine Zeit</string>
<string name="easter_egg_3">Ich werde es nicht noch einmal sagen: hier sind definitiv keine Easter Eggs versteckt.</string>
<string name="easter_egg_text">Tja, da sind Sie. Herzlichen Glückwunsch. War es das wert?</string>
<string name="easter_egg_deactivated">Easter Egg deaktiviert!</string>
<string name="easter_egg_activated">Easter Egg aktiviert!</string>
<string name="permission_calendar_widget">Kalender-Berechtigung gewähren, um Ihre nächsten Termine hier anzuzeigen.</string>
<string name="permission_calendar_search">Kalender-Berechtigung gewähren, um Termine zu durchsuchen.</string>
<string name="permission_contact_search">Kontakt-Berechtigung gewähren, um Kontakte zu durchsuchen.</string>
<string name="permission_files_search">Speicher-Berechtigung gewähren, um Fotos, Medien und Dokumente auf diesem Gerät zu durchsuchen.</string>
<string name="close">Schließen</string>
<string name="dialog_continue">Fortfahren</string>
<string name="custom_icon">Eigenes Symbol</string>
<string name="websearch_dialog_choose_icon_color">Symbolfarbe wählen</string>
<string name="widget_action_adjust_height">Höhe anpassen</string>
<string name="widget_action_remove">Entfernen</string>
<string name="widget_action_settings">Einstellungen</string>
<string name="provider_here">HERE</string>
<string name="preference_icon_shape_pentagon">Fünfeck</string>
<string name="preference_category_wallpaper">Hintergrund</string>
<string name="preference_wallpaper_summary">Hintergrundbild setzen</string>
<string name="preference_dim_wallpaper">Hintergrund dimmen</string>
<string name="preference_dim_wallpaper_summary">Hintergrundbild bei Verwendung von dunklen Desings abdunkeln</string>
<string name="preference_screen_badges">Plaketten</string>
<string name="preference_screen_badges_summary">Symbolplaketten konfigurieren</string>
<string name="preference_notification_badges">Benachrichtigungsplaketten</string>
<string name="preference_notification_badges_summary">Plaketten für Anwendungen mit ungelesenen Benachrichtigungen anzeigen</string>
<string name="preference_suspended_badges">Pausierte Apps</string>
<string name="preference_suspended_badges_summary">Plaketten für pausierte Apps anzeigen</string>
<string name="preference_cloud_badges">Cloud-Plaketten</string>
<string name="preference_shortcut_badges">Shortcut-Plaketten</string>
<string name="preference_cloud_badges_summary">Eine Plakette für Dateien, die in einer Cloud gespeichert sind anzeigen</string>
<string name="preference_shortcut_badges_summary">Für Shortcuts anzeigen, zu welcher App diese gehören</string>
<string name="preference_icon_shape_platform">Systemstandard</string>
<string name="preference_export_databases">Datenbanken exportieren</string>
<string name="debug_export_databases_warning">Die exportierten Datenbanken beinhalten persönliche Daten und sollten nicht Dritten zugänglich gemacht werden.</string>
<string name="preference_category_animations">Animationen</string>
<string name="preference_app_start_animation">App-Start-Animation</string>
<string name="preference_app_start_animation_splash1">Splashscreen 1</string>
<string name="preference_app_start_animation_splash2">Splashscreen 2</string>
<string name="preference_app_start_animation_slide_bottom">Von unten gleiten</string>
<string name="preference_app_start_animation_fade">Blenden</string>
<string name="preference_app_start_animation_m">Aus Symbol erweitern</string>
<string name="preference_app_start_animation_default">Standard</string>
<string name="preference_category_services_microsoft">Microsoft</string>
<string name="preference_ms_signin">Bei Microsoft anmelden</string>
<string name="preference_ms_signin_summary">Anmelden, um OneDrive durchsuchen zu können</string>
<string name="preference_nextcloud_signin">Bei Nextcloud anmelden</string>
<string name="preference_nextcloud_signin_summary">Anmelden, um Ihren Nextcloud-Server durchsuchen zu können</string>
<string name="preference_account_checking_status">Status wird abgerufen…</string>
<string name="preference_search_onedrive">OneDrive durchsuchen</string>
<string name="preference_search_onedrive_summary">%1$ss Dateien auf OneDrive durchsuchen</string>
<string name="preference_search_nextcloud">Nextcloud durchsuchen</string>
<string name="preference_search_nextcloud_summary">%1$ss Dateien durchsuchen</string>
<string name="storage_google_drive">Google Drive</string>
<string name="storage_onedrive">OneDrive</string>
<string name="preference_about_telegram">Telegram-Gruppe</string>
<string name="preference_about_fdroid">F-Droid-Repository</string>
<string name="preference_crash_reporter">Crash-Reporter</string>
<string name="preference_screen_plugins">Plug-Ins</string>
<string name="preference_screen_plugins_summary">Plug-Ins aktivieren oder deaktivieren</string>
<string name="preference_plugins_installed">Installierte Plug-Ins</string>
<string name="title_widget_settings">Einstellungen für %1$s</string>
<string name="menu_item_edit_favs">Favoriten bearbeiten</string>
<string name="edit_favorites_dialog_stage2">Nicht angeheftet häufig genutzt</string>
<string name="edit_favorites_dialog_stage1">Angeheftet automatisch sortiert</string>
<string name="edit_favorites_dialog_stage0">Angeheftet manuell sortiert</string>
<string name="login_flow_next">Weiter</string>
<string name="next_cloud_server_url">Nextcloud-Server-URL</string>
<string name="next_cloud_server_url_empty">Server-URL darf nicht leer sein.</string>
<string name="preference_category_services_nextcloud">Nextcloud</string>
<string name="next_cloud_server_invalid_url">Diese URL verweist auf keine gültige Nextcloud-Installation</string>
<string name="preference_signin_user_nextcloud">Angemeldet als %1$s.</string>
<string name="login_flow_login">Anmelden</string>
<string name="nextcloud_login_failed">Anmeldung fehlgeschlagen: Nutzername oder Passwort ungültig</string>
<string name="owncloud_server_url">Owncloud-Server-URL</string>
<string name="preference_category_services_owncloud">Owncloud</string>
<string name="owncloud_server_invalid_url">Diese URL verweist auf keine gültige Owncloud-Installation</string>
<string name="owncloud_password">Passwort</string>
<string name="owncloud_username">Benutzername</string>
<string name="owncloud_login_2fa_hint">Wenn Sie Zwei-Faktor-Authentifizierung aktiviert haben, müssen Sie hier ein App-Passwort verwenden.</string>
<string name="owncloud_login_failed">Anmeldung fehlgeschlagen: Passwort oder Benutzername ist ungültig.</string>
<string name="preference_owncloud_signin">Bei Owncloud anmelden</string>
<string name="preference_owncloud_signin_summary">Anmelden, um Ihren Owncloud-Server durchsuchen zu können</string>
<string name="owncloud_username_empty">Nutzername darf nicht leer sein</string>
<string name="owncloud_password_empty">Passwort darf nicht leer sein</string>
<string name="preference_search_owncloud">Owncloud durchsuchen</string>
<string name="preference_cards_summary">Erscheinungsbild von Karten anpassen</string>
<string name="preference_cards">Karten</string>
<string name="preference_cards_corner_radius">Eckradius</string>
<string name="preference_cards_stroke_width">Rahmenstärke</string>
<string name="preference_cards_opacity">Deckkraft</string>
<string name="disclaimer">Haftungsausschluss</string>
<string name="disclaimer_currency_converter">Wechselkurse so wie sie einmal täglich von der Europäischen Zentralbank herausgegeben werden. Alle Angaben sind ohne Gewähr. Es wird keine Haftung für die hier dargestellten Informationen übernommen.</string>
<string name="unit_converter_show_all">Alle anzeigen</string>
<string name="preference_card_background">Hintergrund</string>
<string name="preference_card_background_default">Standard (weiß/dunkelgrau)</string>
<string name="preference_card_background_black">Weiß/schwarz</string>
<string name="preference_card_background_colored">Farbig (aus Hintergrundbild)</string>
<string name="date_today">Heute</string>
<string name="date_tomorrow">Morgen</string>
<string name="calendar_widget_pinned_events">Demnächst</string>
<string name="calendar_widget_no_events">Heute keine Termine</string>
<string name="calendar_widget_open_app">Kalender-App öffnen</string>
<string name="calendar_widget_new_event">Termin erstellen</string>
<string name="weather_widget_show_details">Details anzeigen</string>
<string name="weather_widget_hide_details">Details ausblenden</string>
<string name="weather_humidity">Luftfeuchte:</string>
<string name="weather_precipitation">Niederschlag:</string>
<string name="preference_category_license">Lizenz</string>
<string name="preference_about_license">Diese App ist freie Software.</string>
<string name="preference_about_license_summary">Lizenziert unter der GNU General Public License 3.0</string>
<string name="feature_not_available">Diese Funktion ist in dieser Version von %1$s nicht verfügbar.</string>
<plurals name="calendar_widget_running_events">
<item quantity="one">+%1$d laufender Termin aus vergangenen Tagen</item>
<item quantity="other">+%1$d laufende Termine aus vergangenen Tagen</item>
</plurals>
</resources>
+263
View File
@@ -0,0 +1,263 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="unit_meter_symbol">m</string>
<plurals name="unit_meter">
<item quantity="one">Meter</item>
<item quantity="other">Meter</item>
</plurals>
<string name="unit_kilometer_symbol">km</string>
<plurals name="unit_kilometer">
<item quantity="one">Kilometer</item>
<item quantity="other">Kilometer</item>
</plurals>
<string name="unit_centimeter_symbol">cm</string>
<plurals name="unit_centimeter">
<item quantity="one">Zentimeter</item>
<item quantity="other">Zentimeter</item>
</plurals>
<string name="unit_millimeter_symbol">mm</string>
<plurals name="unit_millimeter">
<item quantity="one">Millimeter</item>
<item quantity="other">Millimeter</item>
</plurals>
<string name="unit_inch_symbol">in</string>
<plurals name="unit_inch">
<item quantity="one">Zoll</item>
<item quantity="other">Zoll</item>
</plurals>
<string name="unit_foot_symbol">ft</string>
<plurals name="unit_foot">
<item quantity="one">Fuß</item>
<item quantity="other">Fuß</item>
</plurals>
<string name="unit_yard_symbol">yd</string>
<plurals name="unit_yard">
<item quantity="one">Yard</item>
<item quantity="other">Yard</item>
</plurals>
<string name="unit_mile_symbol">mi</string>
<plurals name="unit_mile">
<item quantity="one">Meile</item>
<item quantity="other">Meilen</item>
</plurals>
<string name="unit_nautic_mile_symbol">sm</string>
<plurals name="unit_nautic_mile">
<item quantity="one">Seemeile</item>
<item quantity="other">Seemeilen</item>
</plurals>
<!-- UNITS OF AREA -->
<string name="unit_sqmeter_symbol"></string>
<plurals name="unit_sqmeter">
<item quantity="one">Quadratmeter</item>
<item quantity="other">Quadratmeter</item>
</plurals>
<string name="unit_sqkilometer_symbol">km²</string>
<plurals name="unit_sqkilometer">
<item quantity="one">Quadratkilometer</item>
<item quantity="other">Quadratkilometer</item>
</plurals>
<string name="unit_sqcentimeter_symbol">cm²</string>
<plurals name="unit_sqcentimeter">
<item quantity="one">Quadratzentimeter</item>
<item quantity="other">Quadratzentimeter</item>
</plurals>
<string name="unit_sqmillimeter_symbol">mm²</string>
<plurals name="unit_sqmillimeter">
<item quantity="one">Quadratmillimeter</item>
<item quantity="other">Quadratmillimeter</item>
</plurals>
<string name="unit_sqinch_symbol">sqin</string>
<plurals name="unit_sqinch">
<item quantity="one">Quadratzoll</item>
<item quantity="other">Quadratzoll</item>
</plurals>
<string name="unit_sqfoot_symbol">sqft</string>
<plurals name="unit_sqfoot">
<item quantity="one">Quadratfuß</item>
<item quantity="other">Quadratfuß</item>
</plurals>
<string name="unit_sqyard_symbol">sqyd</string>
<plurals name="unit_sqyard">
<item quantity="one">Quadratyard</item>
<item quantity="other">Quadratyard</item>
</plurals>
<string name="unit_hectare_symbol">ha</string>
<plurals name="unit_hectare">
<item quantity="one">Hektar</item>
<item quantity="other">Hektar</item>
</plurals>
<string name="unit_acre_symbol">ac</string>
<plurals name="unit_acre">
<item quantity="one">Acre</item>
<item quantity="other">Acre</item>
</plurals>
<!-- UNITS OF TIME -->
<string name="unit_second_symbol">s</string>
<plurals name="unit_second">
<item quantity="one">Sekunde</item>
<item quantity="other">Sekunden</item>
</plurals>
<string name="unit_millisecond_symbol">ms</string>
<plurals name="unit_millisecond">
<item quantity="one">Millisekunde</item>
<item quantity="other">Millisekunden</item>
</plurals>
<string name="unit_minute_symbol">min</string>
<plurals name="unit_minute">
<item quantity="one">Minute</item>
<item quantity="other">Minuten</item>
</plurals>
<string name="unit_hour_symbol">h</string>
<plurals name="unit_hour">
<item quantity="one">Stunde</item>
<item quantity="other">Stunden</item>
</plurals>
<string name="unit_day_symbol">d</string>
<plurals name="unit_day">
<item quantity="one">Tag</item>
<item quantity="other">Tage</item>
</plurals>
<string name="unit_year_symbol">a</string>
<plurals name="unit_year">
<item quantity="one">Jahr</item>
<item quantity="other">Jahre</item>
</plurals>
<!-- UNITS OF DATA SIZES -->
<string name="unit_byte_symbol">B</string>
<plurals name="unit_byte">
<item quantity="one">Byte</item>
<item quantity="other">Byte</item>
</plurals>
<string name="unit_kilobyte_symbol">kB</string>
<plurals name="unit_kilobyte">
<item quantity="one">Kilobyte</item>
<item quantity="other">Kilobyte</item>
</plurals>
<string name="unit_megabyte_symbol">MB</string>
<plurals name="unit_megabyte">
<item quantity="one">Megabyte</item>
<item quantity="other">Megabyte</item>
</plurals>
<string name="unit_gigabyte_symbol">GB</string>
<plurals name="unit_gigabyte">
<item quantity="one">Gigabyte</item>
<item quantity="other">Gigabyte</item>
</plurals>
<string name="unit_terabyte_symbol">TB</string>
<plurals name="unit_terabyte">
<item quantity="one">Terabyte</item>
<item quantity="other">Terabyte</item>
</plurals>
<string name="unit_kibibyte_symbol">kiB</string>
<plurals name="unit_kibibyte">
<item quantity="one">Kibibyte</item>
<item quantity="other">Kibibyte</item>
</plurals>
<string name="unit_mebibyte_symbol">MiB</string>
<plurals name="unit_mebibyte">
<item quantity="one">Mebibyte</item>
<item quantity="other">Mebibyte</item>
</plurals>
<string name="unit_gibibyte_symbol">GiB</string>
<plurals name="unit_gibibyte">
<item quantity="one">Gibiyte</item>
<item quantity="other">Gibibyte</item>
</plurals>
<string name="unit_tebibyte_symbol">TiB</string>
<plurals name="unit_tebibyte">
<item quantity="one">Tebiyte</item>
<item quantity="other">Tebiyte</item>
</plurals>
<string name="unit_bit_symbol">bit</string>
<plurals name="unit_bit">
<item quantity="one">Bit</item>
<item quantity="other">Bit</item>
</plurals>
<string name="unit_kilobit_symbol">kbit</string>
<plurals name="unit_kilobit">
<item quantity="one">Kilobit</item>
<item quantity="other">Kilobit</item>
</plurals>
<string name="unit_megabit_symbol">Mbit</string>
<plurals name="unit_megabit">
<item quantity="one">Megabit</item>
<item quantity="other">Megabit</item>
</plurals>
<string name="unit_gigabit_symbol">Gbit</string>
<plurals name="unit_gigabit">
<item quantity="one">Gigabit</item>
<item quantity="other">Gigabit</item>
</plurals>
<string name="unit_terabit_symbol">Tbit</string>
<plurals name="unit_terabit">
<item quantity="one">Terabit</item>
<item quantity="other">Terabit</item>
</plurals>
<!-- UNITS OF VELOCITY -->
<string name="unit_meter_per_second_symbol">m/s</string>
<plurals name="unit_meter_per_second">
<item quantity="one">Meter pro Sekunde</item>
<item quantity="other">Meter pro Sekunde</item>
</plurals>
<string name="unit_kilometer_per_hour_symbol">km/h</string>
<plurals name="unit_kilometer_per_hour">
<item quantity="one">Kilometer pro Stunde</item>
<item quantity="other">Kilometer pro Stunde</item>
</plurals>
<string name="unit_mile_per_hour_symbol">mph</string>
<plurals name="unit_mile_per_hour">
<item quantity="one">Meile pro Stunde</item>
<item quantity="other">Meilen pro Stunde</item>
</plurals>
<string name="unit_knot_symbol">kn</string>
<plurals name="unit_knot">
<item quantity="one">Knoten</item>
<item quantity="other">Knoten</item>
</plurals>
<!-- UNITS OF MASS -->
<string name="unit_kilogram_symbol">kg</string>
<plurals name="unit_kilogram">
<item quantity="one">Kilogramm</item>
<item quantity="other">Kilogramm</item>
</plurals>
<string name="unit_gram_symbol">g</string>
<plurals name="unit_gram">
<item quantity="one">Gramm</item>
<item quantity="other">Gramm</item>
</plurals>
<string name="unit_metric_ton_symbol">t</string>
<plurals name="unit_metric_ton">
<item quantity="one">Tonne</item>
<item quantity="other">Tonnen</item>
</plurals>
<string name="unit_long_ton_symbol">tn.l.</string>
<plurals name="unit_long_ton">
<item quantity="one">Long Ton</item>
<item quantity="other">Long Tons</item>
</plurals>
<string name="unit_stone_symbol">st.</string>
<plurals name="unit_stone">
<item quantity="one">Stone</item>
<item quantity="other">Stones</item>
</plurals>
<string name="unit_pound_symbol">lb.</string>
<plurals name="unit_pound">
<item quantity="one">Pfund</item>
<item quantity="other">Pfund</item>
</plurals>
<string name="unit_ounce_symbol">oz.</string>
<plurals name="unit_ounce">
<item quantity="one">Unze</item>
<item quantity="other">Unzen</item>
</plurals>
<string name="unit_short_ton_symbol">tn.sh.</string>
<plurals name="unit_short_ton">
<item quantity="one">Short Ton</item>
<item quantity="other">Short Tons</item>
</plurals>
</resources>
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="default_imperialUnits">true</bool>
<string name="default_currency">USD</string>
</resources>
+5
View File
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="default_imperialUnits">false</bool>
<string name="default_currency">USD</string>
</resources>
+443
View File
@@ -0,0 +1,443 @@
<?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_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">Exporting 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="preference_blur_cards">Blur effect</string>
<string name="preference_blur_cards_summary">Blur wallpaper behind translucent cards</string>
<string name="preference_blur_cards_summary_lwp">Not compatible with live wallpapers</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_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_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."</string>
<string name="unit_converter_show_all">Show all</string>
<string name="preference_card_background">Background</string>
<string name="preference_card_background_default">Default (white/dark gray)</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_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>
</resources>
+267
View File
@@ -0,0 +1,267 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!--
Important note: Unit symbols may not contain spaces.
-->
<!-- UNITS OF LENGTH -->
<string name="unit_meter_symbol">m</string>
<plurals name="unit_meter">
<item quantity="one">meter</item>
<item quantity="other">meters</item>
</plurals>
<string name="unit_kilometer_symbol">km</string>
<plurals name="unit_kilometer">
<item quantity="one">kilometer</item>
<item quantity="other">kilometers</item>
</plurals>
<string name="unit_centimeter_symbol">cm</string>
<plurals name="unit_centimeter">
<item quantity="one">centimeter</item>
<item quantity="other">centimeters</item>
</plurals>
<string name="unit_millimeter_symbol">mm</string>
<plurals name="unit_millimeter">
<item quantity="one">millimeter</item>
<item quantity="other">millimeters</item>
</plurals>
<string name="unit_inch_symbol">in</string>
<plurals name="unit_inch">
<item quantity="one">inch</item>
<item quantity="other">inches</item>
</plurals>
<string name="unit_foot_symbol">ft</string>
<plurals name="unit_foot">
<item quantity="one">foot</item>
<item quantity="other">feet</item>
</plurals>
<string name="unit_yard_symbol">yd</string>
<plurals name="unit_yard">
<item quantity="one">yard</item>
<item quantity="other">yards</item>
</plurals>
<string name="unit_mile_symbol">mi</string>
<plurals name="unit_mile">
<item quantity="one">mile</item>
<item quantity="other">miles</item>
</plurals>
<string name="unit_nautic_mile_symbol">NM</string>
<plurals name="unit_nautic_mile">
<item quantity="one">nautic mile</item>
<item quantity="other">nautic miles</item>
</plurals>
<!-- UNITS OF AREA -->
<string name="unit_sqmeter_symbol"></string>
<plurals name="unit_sqmeter">
<item quantity="one">square meter</item>
<item quantity="other">square meters</item>
</plurals>
<string name="unit_sqkilometer_symbol">km²</string>
<plurals name="unit_sqkilometer">
<item quantity="one">square kilometer</item>
<item quantity="other">square kilometers</item>
</plurals>
<string name="unit_sqcentimeter_symbol">cm²</string>
<plurals name="unit_sqcentimeter">
<item quantity="one">square centimeter</item>
<item quantity="other">square centimeters</item>
</plurals>
<string name="unit_sqmillimeter_symbol">mm²</string>
<plurals name="unit_sqmillimeter">
<item quantity="one">square millimeter</item>
<item quantity="other">square millimeters</item>
</plurals>
<string name="unit_sqinch_symbol">sqin</string>
<plurals name="unit_sqinch">
<item quantity="one">square inch</item>
<item quantity="other">square inches</item>
</plurals>
<string name="unit_sqfoot_symbol">sqft</string>
<plurals name="unit_sqfoot">
<item quantity="one">square foot</item>
<item quantity="other">square feet</item>
</plurals>
<string name="unit_sqyard_symbol">sqyd</string>
<plurals name="unit_sqyard">
<item quantity="one">square yard</item>
<item quantity="other">square yards</item>
</plurals>
<string name="unit_hectare_symbol">ha</string>
<plurals name="unit_hectare">
<item quantity="one">hectare</item>
<item quantity="other">hectares</item>
</plurals>
<string name="unit_acre_symbol">ac</string>
<plurals name="unit_acre">
<item quantity="one">acre</item>
<item quantity="other">acres</item>
</plurals>
<!-- UNITS OF TIME -->
<string name="unit_second_symbol">s</string>
<plurals name="unit_second">
<item quantity="one">second</item>
<item quantity="other">seconds</item>
</plurals>
<string name="unit_millisecond_symbol">ms</string>
<plurals name="unit_millisecond">
<item quantity="one">millisecond</item>
<item quantity="other">milliseconds</item>
</plurals>
<string name="unit_minute_symbol">min</string>
<plurals name="unit_minute">
<item quantity="one">minute</item>
<item quantity="other">minutes</item>
</plurals>
<string name="unit_hour_symbol">h</string>
<plurals name="unit_hour">
<item quantity="one">hour</item>
<item quantity="other">hours</item>
</plurals>
<string name="unit_day_symbol">d</string>
<plurals name="unit_day">
<item quantity="one">day</item>
<item quantity="other">days</item>
</plurals>
<string name="unit_year_symbol">a</string>
<plurals name="unit_year">
<item quantity="one">year</item>
<item quantity="other">years</item>
</plurals>
<!-- UNITS OF DATA SIZES -->
<string name="unit_byte_symbol">B</string>
<plurals name="unit_byte">
<item quantity="one">byte</item>
<item quantity="other">bytes</item>
</plurals>
<string name="unit_kilobyte_symbol">kB</string>
<plurals name="unit_kilobyte">
<item quantity="one">kilobyte</item>
<item quantity="other">kilobytes</item>
</plurals>
<string name="unit_megabyte_symbol">MB</string>
<plurals name="unit_megabyte">
<item quantity="one">megabytes</item>
<item quantity="other">megabytes</item>
</plurals>
<string name="unit_gigabyte_symbol">GB</string>
<plurals name="unit_gigabyte">
<item quantity="one">gigabyte</item>
<item quantity="other">gigabytes</item>
</plurals>
<string name="unit_terabyte_symbol">TB</string>
<plurals name="unit_terabyte">
<item quantity="one">terabyte</item>
<item quantity="other">terabytes</item>
</plurals>
<string name="unit_kibibyte_symbol">kiB</string>
<plurals name="unit_kibibyte">
<item quantity="one">kibibyte</item>
<item quantity="other">kibibytes</item>
</plurals>
<string name="unit_mebibyte_symbol">MiB</string>
<plurals name="unit_mebibyte">
<item quantity="one">mebibytes</item>
<item quantity="other">mebibytes</item>
</plurals>
<string name="unit_gibibyte_symbol">GiB</string>
<plurals name="unit_gibibyte">
<item quantity="one">gibiyte</item>
<item quantity="other">gibibytes</item>
</plurals>
<string name="unit_tebibyte_symbol">TiB</string>
<plurals name="unit_tebibyte">
<item quantity="one">tebiyte</item>
<item quantity="other">tebiytes</item>
</plurals>
<string name="unit_bit_symbol">bit</string>
<plurals name="unit_bit">
<item quantity="one">bit</item>
<item quantity="other">bits</item>
</plurals>
<string name="unit_kilobit_symbol">kbit</string>
<plurals name="unit_kilobit">
<item quantity="one">kilobit</item>
<item quantity="other">kilobits</item>
</plurals>
<string name="unit_megabit_symbol">Mbit</string>
<plurals name="unit_megabit">
<item quantity="one">megabit</item>
<item quantity="other">megabits</item>
</plurals>
<string name="unit_gigabit_symbol">Gbit</string>
<plurals name="unit_gigabit">
<item quantity="one">gigabit</item>
<item quantity="other">gigabits</item>
</plurals>
<string name="unit_terabit_symbol">Tbit</string>
<plurals name="unit_terabit">
<item quantity="one">terabit</item>
<item quantity="other">terabits</item>
</plurals>
<!-- UNITS OF VELOCITY -->
<string name="unit_meter_per_second_symbol">m/s</string>
<plurals name="unit_meter_per_second">
<item quantity="one">meter per second</item>
<item quantity="other">meters per second</item>
</plurals>
<string name="unit_kilometer_per_hour_symbol">km/h</string>
<plurals name="unit_kilometer_per_hour">
<item quantity="one">kilometer per hour</item>
<item quantity="other">kilometers per hour</item>
</plurals>
<string name="unit_mile_per_hour_symbol">mph</string>
<plurals name="unit_mile_per_hour">
<item quantity="one">mile per hour</item>
<item quantity="other">miles per hour</item>
</plurals>
<string name="unit_knot_symbol">kn</string>
<plurals name="unit_knot">
<item quantity="one">knot</item>
<item quantity="other">knots</item>
</plurals>
<!-- UNITS OF MASS -->
<string name="unit_kilogram_symbol">kg</string>
<plurals name="unit_kilogram">
<item quantity="one">kilogram</item>
<item quantity="other">kilograms</item>
</plurals>
<string name="unit_gram_symbol">g</string>
<plurals name="unit_gram">
<item quantity="one">gram</item>
<item quantity="other">grams</item>
</plurals>
<string name="unit_metric_ton_symbol">t</string>
<plurals name="unit_metric_ton">
<item quantity="one">metric ton</item>
<item quantity="other">metric tons</item>
</plurals>
<string name="unit_long_ton_symbol">tn.l.</string>
<plurals name="unit_long_ton">
<item quantity="one">long ton</item>
<item quantity="other">long tons</item>
</plurals>
<string name="unit_stone_symbol">st.</string>
<plurals name="unit_stone">
<item quantity="one">stone</item>
<item quantity="other">stones</item>
</plurals>
<string name="unit_pound_symbol">lb.</string>
<plurals name="unit_pound">
<item quantity="one">pound</item>
<item quantity="other">pounds</item>
</plurals>
<string name="unit_ounce_symbol">oz.</string>
<plurals name="unit_ounce">
<item quantity="one">ounce</item>
<item quantity="other">ounces</item>
</plurals>
<string name="unit_short_ton_symbol">tn.sh.</string>
<plurals name="unit_short_ton">
<item quantity="one">short ton</item>
<item quantity="other">short tons</item>
</plurals>
</resources>