Merge branch 'main' of github.com:MM2-0/Kvaesitso

This commit is contained in:
MM20 2023-08-11 11:57:48 +02:00
commit 82a66a4806
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389
4 changed files with 12 additions and 4 deletions

View File

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<resources></resources>

View File

@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<resources></resources>

View File

@ -417,7 +417,7 @@
<string name="preference_search_bar_style">Styl</string>
<string name="preference_search_bar_style_summary">Přizpůsobit vzhled vyhledávací lišty</string>
<string name="preference_search_bar_auto_focus">Otevřít klávesnici</string>
<string name="preference_search_bar_auto_focus_summary">Automaticky zobrazit klávesnici při otevření vyhledávání</string>
<string name="preference_search_bar_auto_focus_summary">Automaticky zobrazit klávesnici při otevření seznamu aplikací</string>
<string name="preference_hidden_items">Skrýt výsledky vyhledávání</string>
<string name="preference_hidden_items_summary">Spravovat skryté aplikace a výsledky vyhledávání</string>
<string name="preference_wikipedia_customurl">URL Wikipedie</string>
@ -554,7 +554,7 @@
<string name="preference_gesture_swipe_right">Posunutí vpravo</string>
<string name="preference_gesture_double_tap">Dvojité klepnutí</string>
<string name="preference_gesture_long_press">Dlouhé držení</string>
<string name="gesture_action_none">Žádné</string>
<string name="gesture_action_none">Nic nedělat</string>
<string name="gesture_action_open_search">Otevřít vyhledávání</string>
<string name="gesture_action_notifications">Otevřít nabídku oznámení</string>
<string name="gesture_action_lock_screen">Vypnout obrazovku</string>

View File

@ -28,7 +28,7 @@
<string name="preference_cards_stroke_width">Larghezza bordo</string>
<string name="preference_screen_buildinfo_summary">Maggiori informazioni sulla build di questa app</string>
<string name="preference_themed_icons_summary">Icone colorate con la combinazione di colori dell\'applicazione</string>
<string name="preference_search_bar_auto_focus_summary">Mostra automaticamente la tastiera all\'apertura della ricerca</string>
<string name="preference_search_bar_auto_focus_summary">Mostra automaticamente la tastiera all\'apertura del cassetto</string>
<string name="connect_account">Connetti account</string>
<string name="preference_hide_status_bar">Nascondi barra di stato</string>
<string name="preference_summary_not_logged_in">Non hai eseguito l\'accesso</string>
@ -556,7 +556,7 @@
<string name="preference_gesture_swipe_down">Scorri in basso</string>
<string name="preference_gesture_swipe_left">Scorri a sinistra</string>
<string name="preference_gesture_swipe_right">Scorri a destra</string>
<string name="gesture_action_none">Nessuno</string>
<string name="gesture_action_none">Non fare nulla</string>
<string name="gesture_action_open_search">Apri ricerca</string>
<string name="gesture_action_notifications">Apri cassetto notifiche</string>
<string name="gesture_action_lock_screen">Spegni schermo</string>
@ -638,4 +638,8 @@
<string name="note_widget_conflict_local_version">Ultima versione salvata:</string>
<string name="note_widget_file_read_error_description">Impossibile leggere il file collegato. Forse è stato spostato o cancellato. È stata ripristinata una copia dalla memoria interna del programma di avvio. Se modifichi la nota, il file collegato potrebbe essere sovrascritto.</string>
<string name="preference_gesture_home_button">Pulsante home/gesto</string>
<string name="search_action_websearch">Ricerca web</string>
<string name="preference_debug_dump_heap_summary">Cattura uno snapshot per analizzare l\'uso della memoria. L\'applicazione si bloccherà fino al completamento di questo processo.</string>
<string name="preference_debug_dump_heap">Snapshot memoria</string>
<string name="preference_debug_dump_heap_in_progress">Catturando uno snapshot…</string>
</resources>