summaryrefslogtreecommitdiffstats
path: root/app/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/drawable/shape_counter.xml2
-rw-r--r--app/src/main/res/layout/drawer_status_compose.xml2
-rw-r--r--app/src/main/res/layout/notification_badge.xml4
-rw-r--r--app/src/main/res/menu/main_login.xml22
-rw-r--r--app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml1
-rw-r--r--app/src/main/res/mipmap-anydpi-v26/ic_launcher_atom.xml1
-rw-r--r--app/src/main/res/mipmap-anydpi-v26/ic_launcher_atom_round.xml1
-rw-r--r--app/src/main/res/mipmap-anydpi-v26/ic_launcher_bubbles.xml1
-rw-r--r--app/src/main/res/mipmap-anydpi-v26/ic_launcher_bubbles_round.xml1
-rw-r--r--app/src/main/res/mipmap-anydpi-v26/ic_launcher_crash.xml1
-rw-r--r--app/src/main/res/mipmap-anydpi-v26/ic_launcher_crash_round.xml1
-rw-r--r--app/src/main/res/mipmap-anydpi-v26/ic_launcher_fediverse.xml1
-rw-r--r--app/src/main/res/mipmap-anydpi-v26/ic_launcher_fediverse_round.xml1
-rw-r--r--app/src/main/res/mipmap-anydpi-v26/ic_launcher_hero.xml1
-rw-r--r--app/src/main/res/mipmap-anydpi-v26/ic_launcher_hero_round.xml1
-rw-r--r--app/src/main/res/mipmap-anydpi-v26/ic_launcher_mastalab.xml1
-rw-r--r--app/src/main/res/mipmap-anydpi-v26/ic_launcher_mastalab_round.xml1
-rw-r--r--app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml1
-rw-r--r--app/src/main/res/values-cs/strings.xml22
-rw-r--r--app/src/main/res/values-fr/strings.xml44
-rw-r--r--app/src/main/res/values-it/strings.xml16
-rw-r--r--app/src/main/res/values-night/themes.xml18
-rw-r--r--app/src/main/res/values-nl/strings.xml27
-rw-r--r--app/src/main/res/values-sc/strings.xml6
-rw-r--r--app/src/main/res/values/colors.xml16
-rw-r--r--app/src/main/res/values/strings.xml1
-rw-r--r--app/src/main/res/values/themes.xml8
27 files changed, 170 insertions, 32 deletions
diff --git a/app/src/main/res/drawable/shape_counter.xml b/app/src/main/res/drawable/shape_counter.xml
index f45d2e752..c4cb4a232 100644
--- a/app/src/main/res/drawable/shape_counter.xml
+++ b/app/src/main/res/drawable/shape_counter.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
- <solid android:color="?colorPrimary" />
+ <solid android:color="?colorErrorContainer" />
<padding
android:left="2dp"
android:right="2dp" />
diff --git a/app/src/main/res/layout/drawer_status_compose.xml b/app/src/main/res/layout/drawer_status_compose.xml
index fab930ded..1be888c3d 100644
--- a/app/src/main/res/layout/drawer_status_compose.xml
+++ b/app/src/main/res/layout/drawer_status_compose.xml
@@ -190,7 +190,7 @@
<com.google.android.material.button.MaterialButton
android:id="@+id/button_language"
style="@style/Widget.Material3.Button.OutlinedButton.Icon"
- android:layout_width="60dp"
+ android:layout_width="70dp"
android:layout_height="wrap_content"
android:textColor="?colorPrimary"
app:iconGravity="textStart"
diff --git a/app/src/main/res/layout/notification_badge.xml b/app/src/main/res/layout/notification_badge.xml
index 9d681939f..3a1c72f1d 100644
--- a/app/src/main/res/layout/notification_badge.xml
+++ b/app/src/main/res/layout/notification_badge.xml
@@ -8,10 +8,12 @@
android:layout_height="wrap_content"
android:layout_gravity="top|center_horizontal"
android:layout_marginStart="10dp"
+ android:paddingStart="5dp"
+ android:paddingEnd="5dp"
android:background="@drawable/shape_counter"
android:gravity="center"
android:padding="3dp"
- android:textColor="?colorOnPrimary"
+ android:textColor="?colorOnErrorContainer"
android:textSize="11sp"
tools:text="9+" />
</merge> \ No newline at end of file
diff --git a/app/src/main/res/menu/main_login.xml b/app/src/main/res/menu/main_login.xml
index 654c95e53..cbfb46fe7 100644
--- a/app/src/main/res/menu/main_login.xml
+++ b/app/src/main/res/menu/main_login.xml
@@ -21,15 +21,17 @@
android:checkable="true"
android:title="@string/admin_scope"
app:actionViewClass="android.widget.CheckBox" />
+
+ <item
+ android:id="@+id/action_import_data"
+ android:title="@string/import_data"
+ app:showAsAction="never" />
+
<!--
- <item
- android:id="@+id/action_import_data"
- android:title="@string/import_data"
- app:showAsAction="never" />
- <item
- android:id="@+id/action_provider"
- android:checkable="true"
- android:title="@string/set_security_provider"
- app:actionViewClass="android.widget.CheckBox" />
- -->
+ <item
+ android:id="@+id/action_provider"
+ android:checkable="true"
+ android:title="@string/set_security_provider"
+ app:actionViewClass="android.widget.CheckBox" />
+ -->
</menu>
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
index ac94b34f5..0648fb47f 100644
--- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
+ <monochrome android:drawable="@drawable/ic_launcher_foreground" />
</adaptive-icon> \ No newline at end of file
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_atom.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_atom.xml
index 5e2b456ab..1f06a6a30 100644
--- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_atom.xml
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_atom.xml
@@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_atom_background" />
<foreground android:drawable="@drawable/ic_launcher_atom_foreground" />
+ <monochrome android:drawable="@drawable/ic_launcher_atom_foreground" />
</adaptive-icon> \ No newline at end of file
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_atom_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_atom_round.xml
index 5e2b456ab..1f06a6a30 100644
--- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_atom_round.xml
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_atom_round.xml
@@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_atom_background" />
<foreground android:drawable="@drawable/ic_launcher_atom_foreground" />
+ <monochrome android:drawable="@drawable/ic_launcher_atom_foreground" />
</adaptive-icon> \ No newline at end of file
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_bubbles.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_bubbles.xml
index 3b0f3d2b5..6a1030735 100644
--- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_bubbles.xml
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_bubbles.xml
@@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_bubbles_background" />
<foreground android:drawable="@drawable/ic_launcher_bubbles_foreground" />
+ <monochrome android:drawable="@drawable/ic_launcher_bubbles_foreground" />
</adaptive-icon> \ No newline at end of file
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_bubbles_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_bubbles_round.xml
index 3b0f3d2b5..6a1030735 100644
--- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_bubbles_round.xml
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_bubbles_round.xml
@@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_bubbles_background" />
<foreground android:drawable="@drawable/ic_launcher_bubbles_foreground" />
+ <monochrome android:drawable="@drawable/ic_launcher_bubbles_foreground" />
</adaptive-icon> \ No newline at end of file
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_crash.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_crash.xml
index f9b24a1af..5dbe8bd2b 100644
--- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_crash.xml
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_crash.xml
@@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_crash_background" />
<foreground android:drawable="@drawable/ic_launcher_crash_foreground" />
+ <monochrome android:drawable="@drawable/ic_launcher_crash_foreground" />
</adaptive-icon> \ No newline at end of file
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_crash_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_crash_round.xml
index f9b24a1af..5dbe8bd2b 100644
--- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_crash_round.xml
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_crash_round.xml
@@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_crash_background" />
<foreground android:drawable="@drawable/ic_launcher_crash_foreground" />
+ <monochrome android:drawable="@drawable/ic_launcher_crash_foreground" />
</adaptive-icon> \ No newline at end of file
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_fediverse.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_fediverse.xml
index 2b9a0f674..8b4196378 100644
--- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_fediverse.xml
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_fediverse.xml
@@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_fediverse_background" />
<foreground android:drawable="@drawable/ic_launcher_fediverse_foreground" />
+ <monochrome android:drawable="@drawable/ic_launcher_fediverse_foreground" />
</adaptive-icon> \ No newline at end of file
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_fediverse_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_fediverse_round.xml
index 2b9a0f674..8b4196378 100644
--- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_fediverse_round.xml
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_fediverse_round.xml
@@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_fediverse_background" />
<foreground android:drawable="@drawable/ic_launcher_fediverse_foreground" />
+ <monochrome android:drawable="@drawable/ic_launcher_fediverse_foreground" />
</adaptive-icon> \ No newline at end of file
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_hero.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_hero.xml
index b0767e148..949c3282d 100644
--- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_hero.xml
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_hero.xml
@@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_hero_background" />
<foreground android:drawable="@drawable/ic_launcher_hero_foreground" />
+ <monochrome android:drawable="@drawable/ic_launcher_hero_foreground" />
</adaptive-icon> \ No newline at end of file
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_hero_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_hero_round.xml
index b0767e148..949c3282d 100644
--- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_hero_round.xml
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_hero_round.xml
@@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_hero_background" />
<foreground android:drawable="@drawable/ic_launcher_hero_foreground" />
+ <monochrome android:drawable="@drawable/ic_launcher_hero_foreground" />
</adaptive-icon> \ No newline at end of file
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_mastalab.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_mastalab.xml
index 0c1231b9d..8ab246876 100644
--- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_mastalab.xml
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_mastalab.xml
@@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_mastalab_background" />
<foreground android:drawable="@drawable/ic_launcher_mastalab_foreground" />
+ <monochrome android:drawable="@drawable/ic_launcher_mastalab_foreground" />
</adaptive-icon> \ No newline at end of file
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_mastalab_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_mastalab_round.xml
index 0c1231b9d..8ab246876 100644
--- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_mastalab_round.xml
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_mastalab_round.xml
@@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_mastalab_background" />
<foreground android:drawable="@drawable/ic_launcher_mastalab_foreground" />
+ <monochrome android:drawable="@drawable/ic_launcher_mastalab_foreground" />
</adaptive-icon> \ No newline at end of file
diff --git a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
index ac94b34f5..0648fb47f 100644
--- a/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
+++ b/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
@@ -2,4 +2,5 @@
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<background android:drawable="@color/ic_launcher_background" />
<foreground android:drawable="@drawable/ic_launcher_foreground" />
+ <monochrome android:drawable="@drawable/ic_launcher_foreground" />
</adaptive-icon> \ No newline at end of file
diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml
index c104834e4..64c9420ca 100644
--- a/app/src/main/res/values-cs/strings.xml
+++ b/app/src/main/res/values-cs/strings.xml
@@ -160,9 +160,9 @@
<string name="toot_scheduled_date">Plánované datum musí být vyšší než aktuální hodina!</string>
<!-- timed mute -->
<string name="timed_mute_date_error">Časový interval pro ztlumení musí být delší než jedna minuta.</string>
- <string name="timed_mute_date">%1$s byl ztlumen až do %2$s.
+ <string name="timed_mute_date">%1$s byl(a) ztlumen(a) až do %2$s.
\n Ztlumení účtu můžete zrušit z jeho/její profilové stránky.</string>
- <string name="timed_mute_profile">%1$s je ztlumen do %2$s.
+ <string name="timed_mute_profile">%1$s je ztlumen(a) do %2$s.
\n Klikněte zde pro zrušení ztlumení.</string>
<!-- Notifications -->
<string name="no_notifications">Žádné upozornění k zobrazení</string>
@@ -299,10 +299,10 @@
<string name="context_drop_explanations">Filtrované zprávy zmizí nezvratně i v případě, že je filtr později odstraněn</string>
<string name="context_whole_word_explanations">V případě, že klíčové slovo nebo fráze je pouze alfanumerické, filtr se uplatní, pouze pokud odpovídá celému slovu</string>
<string name="context_whole_word">Celé slovo</string>
- <string name="filter_context">Kontext filtru</string>
+ <string name="filter_context">Kontexty filtru</string>
<string name="filter_context_explanations">Jeden nebo několik kontextů pro aplikaci filtru</string>
<string name="filter_expire">Vyprší po</string>
- <string name="action_filter_delete">Vymazat filtr?</string>
+ <string name="action_filter_delete">Smazat filtr\?</string>
<string name="action_update_filter">Aktualizovat filtr</string>
<string name="action_list_add">Žádný seznam dosud nebyl vytvořen. Můžete vytvořit nový seznam klepnutím na tlačítko \"+\".</string>
<string name="expand_image">Automaticky zobrazovat skrytá média</string>
@@ -387,7 +387,7 @@
<string name="calls_blocked">volání http je blokováno aplikací</string>
<string name="list_of_blocked_domains">Seznam blokovaných volání</string>
<string name="submit">Odeslat</string>
- <string name="filter_timeline_with_a_tag">Filtrovat časovou osu s hashtagy</string>
+ <string name="filter_timeline_with_a_tag">Filtrovat časovou osu s tagy</string>
<string name="no_tags">Žádné tagy</string>
<string name="set_retrieve_metadata_share_from_extras">Při sdílení URL připojit obrázek</string>
<!-- end languages -->
@@ -926,4 +926,16 @@
<string name="pin_tag">Připnout tag</string>
<string name="unfollow_tag">Nesledovat tag</string>
<string name="unpin_tag">Odepnout tag</string>
+ <string name="mute_tag">Opravdu chcete ztlumit tag %1$s\?</string>
+ <string name="mute_tag_action">Ztlumit tag</string>
+ <string name="unmute_tag_action">Zrušit ztlumení tagu</string>
+ <string name="reject_media">Odmítat média</string>
+ <string name="admin_domainblock_severity">Ztišení učiní příspěvky účtu neviditelné pro kohokoliv, kdo ho nesleduje. Pozastavení odstraní všechen obsah, média a profilová data účtu. Použijte Žádný, pokud chcete jen odmítat soubory médií.</string>
+ <string name="account_unsilenced">Zrušeno ztišení účtu</string>
+ <string name="mute_them_all">Ztlumit všechny</string>
+ <string name="muted_menu_home">Domácí ztlumení uživatelé</string>
+ <string name="account_silenced">Účet ztišen</string>
+ <string name="mute_home">Ztlumit pro domovskou časovou osu</string>
+ <string name="unmute_home">Zrušit ztlumení pro domovskou časovou osu</string>
+ <string name="put_all_accounts_in_home_muted">Všechny účtu budou na domovské časové ose ztlumeny.</string>
</resources> \ No newline at end of file
diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml
index 5a56cb958..9b11eedb2 100644
--- a/app/src/main/res/values-fr/strings.xml
+++ b/app/src/main/res/values-fr/strings.xml
@@ -440,7 +440,7 @@
<string name="agreement_check">J\'accepte les %1$s et les %2$s</string>
<string name="server_rules">règles du serveur</string>
<string name="tos">conditions de service</string>
- <string name="sign_up">S’inscrire</string>
+ <string name="sign_up">S\'inscrire</string>
<string name="validation_needed">Cette instance fonctionne avec des invitations. Votre compte devra être approuvé manuellement par un·e administrateur·rice pour qu\'il devienne utilisable.</string>
<string name="password_error">Les mots de passe ne sont pas identiques !</string>
<string name="email_error">L\'adresse ne semble pas être valide !</string>
@@ -541,7 +541,7 @@
<string name="make_an_action">Faire une action</string>
<string name="translation">Traduction</string>
<string name="text_color_title">Couleur du texte</string>
- <string name="text_color">Changer la couleur du texte dans les publications/messages</string>
+ <string name="text_color">Changer la couleur du texte dans les messages</string>
<string name="pref_custom_theme">Utiliser un thème personnalisé</string>
<string name="theming">Thème</string>
<string name="data_export_theme">Le thème a été exporté</string>
@@ -894,5 +894,43 @@
<string name="not_interested">Pas intéressé</string>
<string name="set_notif_update">Avertir des mises à jour</string>
<string name="delete_timeline">Supprimer le fil chronologique</string>
- <string name="notif_signed_up">Signé</string>
+ <string name="notif_signed_up">Inscrit·e</string>
+ <string name="type_default_theme_dark">Thème sombre par défaut</string>
+ <string name="toast_error_fetch_message">L\'app n\'a pas trouvé le message distant.</string>
+ <string name="order_lists">Ordonner les listes</string>
+ <string name="severity">Sévérité</string>
+ <string name="admin_domainblock_domain">Le blocage de domaine n\'empêchera pas la création d\'entrées de compte dans la base de données, mais appliquera rétroactivement et automatiquement des méthodes de modération spécifiques à ces comptes.</string>
+ <string name="admin_reject_media">Rejeter les fichiers médias</string>
+ <string name="pref_customize">Personnaliser les couleurs</string>
+ <string name="type_of_theme">Choisissez un mode pour le thème</string>
+ <string name="pref_customize_summary">Permet de définir vos propres couleurs pour les thèmes.</string>
+ <string name="set_dynamic_color">Couleur dynamique</string>
+ <string name="set_dynamic_color_indication">Aligne le ton avec les couleurs de votre fond d\'écran.</string>
+ <string name="set_customize_light_indication">Permet de personnaliser certains éléments des messages pour le thème clair.</string>
+ <string name="display_remote_conversation">Afficher la conversation distante</string>
+ <string name="cark_custom_colors">Sombre - Couleurs personnalisées</string>
+ <string name="toast_try_later">Veuillez réessayer plus tard.</string>
+ <string name="unmute_tag_action">Rétablir l\'étiquette</string>
+ <string name="set_cardview">Surélever les cartes</string>
+ <string name="set_customize_light">Personnaliser le thème clair</string>
+ <string name="set_customize_dark">Personnaliser le thème sombre</string>
+ <string name="set_customize_dark_indication">Permet de personnaliser certains éléments des messages pour le thème sombre.</string>
+ <string name="set_custom_colors">Définir les couleurs personnalisés</string>
+ <string name="light_custom_colors">Clair - Couleurs personnalisées</string>
+ <string name="toast_on_your_instance">La conversation a débuté sur votre instance !</string>
+ <string name="mute_tag_action">Silencer l\'étiquette</string>
+ <string name="pin_tag">Épingler l\'étiquette</string>
+ <string name="unpin_tag">Désépingler l\'étiquette</string>
+ <string name="unfollow_tag">Ne plus suivre l\'étiquette</string>
+ <string name="mute_home">Silencer sur l\'accueil</string>
+ <string name="unmute_home">Rétablir sur l\'accueil</string>
+ <string name="mute_them_all">Les silencer tous</string>
+ <string name="set_cardview_indication">Si actif, les éléments des timelines auront une ombre et seront surélevés.</string>
+ <string name="put_all_accounts_in_home_muted">Tous les comptes seront silencés sur la timeline d\'accueil.</string>
+ <string name="set_display_translate_indication">Toujours afficher le bouton de traduction</string>
+ <string name="type_default_theme_light">Thème clair par défaut</string>
+ <string name="admin_domainblock_severity">Silencier rendra les publications du compte invisibles à quiconque n\'étant pas abonné. Suspendre supprimera tous les contenus du compte, médias, et données du profil. Utilisez Aucun si vous souhaitez rejeter uniquement les fichiers médias.</string>
+ <string name="muted_menu_home">utilisateur·ices silencé·es sur l\'accueil</string>
+ <string name="notif_submitted_report">Soumettre un rapport</string>
+ <string name="admin_domainblock_reject_obfuscate">Masquer partiellement le nom de domaine dans la liste si l\'option de publication restreinte de la liste de domaine est activée</string>
</resources> \ No newline at end of file
diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml
index 7146b3745..c514e9683 100644
--- a/app/src/main/res/values-it/strings.xml
+++ b/app/src/main/res/values-it/strings.xml
@@ -865,7 +865,7 @@
<string name="report_sent">Il report é stato inviato!</string>
<string name="about_mastodon">\"Mastodon non é un singolo sito come Twitter o Facebook, é una rete di migliaia di communità gestite da organizzazioni e individui differenti che forniscono un\'esperienza social integrata.\"</string>
<string name="mark_all_as_read">Segna tutte le notifiche come lette</string>
- <string name="delete_notification_all_warning">Sei sicuro di voler eliminare tutte le notifiche\? L\'azione non puó essere annulata.</string>
+ <string name="delete_notification_all_warning">Sei sicuro di voler eliminare tutte le notifiche\? L\'azione non puó essere annullata.</string>
<string name="notif_display_poll_results">Risultati sondaggio</string>
<string name="msg_save_image">Vuoi uscire senza salvare l\'immagine\?</string>
<string name="permission_missing">Permessi non abilitati!</string>
@@ -901,4 +901,18 @@
<string name="show_anyway">Mostra comunque</string>
<string name="toast_error_add_to_list">L\'app non é riuscita ad aggiungere l\'account nella lista!</string>
<string name="delete_timeline">Elimina timeline</string>
+ <string name="toast_try_later">Riprova piú tardi.</string>
+ <string name="light_custom_colors">Chiaro - colori personalizzati</string>
+ <string name="cark_custom_colors">Scuro - Colori personalizzati</string>
+ <string name="toast_on_your_instance">La conversazione é iniziata sulla tua istanza!</string>
+ <string name="toast_error_fetch_message">L\'app non ha trovato il messaggio remoto.</string>
+ <string name="set_discoverable_content">Account suggeribile</string>
+ <string name="set_custom_colors">Imposta colori personalizzati</string>
+ <string name="mute_tag_action">Silenzia etichetta</string>
+ <string name="unmute_tag_action">Non silenziare etichetta</string>
+ <string name="pin_tag">Fissa etichetta</string>
+ <string name="unpin_tag">Non fissare etichetta</string>
+ <string name="unfollow_tag">Non seguire etichetta</string>
+ <string name="set_language_picker_title">Selettore lingua</string>
+ <string name="display_remote_conversation">Mostra conversazione remota</string>
</resources> \ No newline at end of file
diff --git a/app/src/main/res/values-night/themes.xml b/app/src/main/res/values-night/themes.xml
index 90a50a649..62dd6db22 100644
--- a/app/src/main/res/values-night/themes.xml
+++ b/app/src/main/res/values-night/themes.xml
@@ -4,7 +4,7 @@
<style name="AppTheme" parent="Theme.Material3.Dark.NoActionBar">
<item name="linkColor">@color/md_theme_dark_primary</item>
-
+ <item name="android:statusBarColor">?android:colorBackground</item>
<item name="colorPrimary">@color/md_theme_dark_primary</item>
<item name="colorOnPrimary">@color/md_theme_dark_onPrimary</item>
<item name="colorPrimaryContainer">@color/md_theme_dark_primaryContainer</item>
@@ -23,6 +23,7 @@
<item name="colorOnErrorContainer">@color/md_theme_dark_onErrorContainer</item>
<item name="colorOutline">@color/md_theme_dark_outline</item>
<item name="android:colorBackground">@color/md_theme_dark_background</item>
+ <item name="statusBar">@color/md_theme_dark_background</item>
<item name="colorOnBackground">@color/md_theme_dark_onBackground</item>
<item name="colorSurface">@color/md_theme_dark_surface</item>
<item name="colorOnSurface">@color/md_theme_dark_onSurface</item>
@@ -47,6 +48,7 @@
</style>
<style name="AppThemeBar" parent="Theme.Material3.Dark">
+ <item name="android:statusBarColor">?android:colorBackground</item>
<item name="linkColor">@color/md_theme_dark_primary</item>
<item name="colorPrimary">@color/md_theme_dark_primary</item>
<item name="colorOnPrimary">@color/md_theme_dark_onPrimary</item>
@@ -66,6 +68,7 @@
<item name="colorOnErrorContainer">@color/md_theme_dark_onErrorContainer</item>
<item name="colorOutline">@color/md_theme_dark_outline</item>
<item name="android:colorBackground">@color/md_theme_dark_background</item>
+ <item name="statusBar">@color/md_theme_dark_background</item>
<item name="colorOnBackground">@color/md_theme_dark_onBackground</item>
<item name="colorSurface">@color/md_theme_dark_surface</item>
<item name="colorOnSurface">@color/md_theme_dark_onSurface</item>
@@ -101,6 +104,7 @@
<item name="colorOnErrorContainer">@color/md_theme_dark_onErrorContainer</item>
<item name="colorOutline">@color/md_theme_dark_outline</item>
<item name="android:colorBackground">@color/md_theme_dark_background</item>
+ <item name="statusBar">@color/md_theme_dark_background</item>
<item name="colorOnBackground">@color/md_theme_dark_onBackground</item>
<item name="colorSurface">@color/md_theme_dark_surface</item>
<item name="colorOnSurface">@color/md_theme_dark_onSurface</item>
@@ -138,6 +142,7 @@
<item name="colorOnError">@color/solarized_md_theme_dark_onError</item>
<item name="colorOnErrorContainer">@color/solarized_md_theme_dark_onErrorContainer</item>
<item name="android:colorBackground">@color/solarized_md_theme_dark_background</item>
+ <item name="statusBar">@color/solarized_md_theme_dark_background</item>
<item name="colorOnBackground">@color/solarized_md_theme_dark_onBackground</item>
<item name="colorSurface">@color/solarized_md_theme_dark_surface</item>
<item name="colorOnSurface">@color/solarized_md_theme_dark_onSurface</item>
@@ -172,6 +177,7 @@
<item name="colorOnError">@color/solarized_md_theme_dark_onError</item>
<item name="colorOnErrorContainer">@color/solarized_md_theme_dark_onErrorContainer</item>
<item name="android:colorBackground">@color/solarized_md_theme_dark_background</item>
+ <item name="statusBar">@color/solarized_md_theme_dark_background</item>
<item name="colorOnBackground">@color/solarized_md_theme_dark_onBackground</item>
<item name="colorSurface">@color/solarized_md_theme_dark_surface</item>
<item name="colorOnSurface">@color/solarized_md_theme_dark_onSurface</item>
@@ -185,6 +191,7 @@
<style name="TransparentSolarized" parent="SolarizedAppThemeBar">
<item name="android:colorBackgroundCacheHint">@null</item>
+ <item name="statusBar">@null</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:windowIsFloating">false</item>
<item name="android:windowIsTranslucent">true</item>
@@ -214,6 +221,7 @@
<item name="colorOnError">@color/solarized_md_theme_dark_onError</item>
<item name="colorOnErrorContainer">@color/solarized_md_theme_dark_onErrorContainer</item>
<item name="android:colorBackground">@color/solarized_md_theme_dark_background</item>
+ <item name="statusBar">@color/solarized_md_theme_dark_background</item>
<item name="colorOnBackground">@color/solarized_md_theme_dark_onBackground</item>
<item name="colorSurface">@color/solarized_md_theme_dark_surface</item>
<item name="colorOnSurface">@color/solarized_md_theme_dark_onSurface</item>
@@ -246,6 +254,7 @@
<item name="colorOnError">@color/solarized_md_theme_dark_onError</item>
<item name="colorOnErrorContainer">@color/solarized_md_theme_dark_onErrorContainer</item>
<item name="android:colorBackgr