diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index acf6c9135da3713b120b17f118ae6733e62ec391..f46cc0b6e1fec4e7b7fc967b2d35cca298e60bb6 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -17,7 +17,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. --> -<resources> +<resources xmlns:tools="http://schemas.android.com/tools"> <string name="app_name">Quasseldroid</string> <string name="app_description">Ein Android-Client für das dezentralen Quassel IRC Client.</string> <string name="app_description_long">Quassel ist ein dezentraler IRC client, entwickelt in C++ mit Qt. Quasseldroid ist ein Kotlin-basierter Client für den Quassel Core, der es ermöglicht, Quassel auch auf Android™-Telefonen zu nutzen.</string> @@ -140,7 +140,7 @@ <string name="notification_channel_old_highlight_title">Alte Benachrichtigungen</string> <string name="label_missing_features">Fehlende Features</string> - <string name="info_missing_features">Deinem Core fehlen bestimmte Features die benötigt werden damit Quasseldroid korrekt funktionieren kann. Du solltest deinen Quassel Core auf Version %1$s oder neuer <a href="https://quassel-irc.org>updaten</a>.</string> + <string name="info_missing_features" tools:ignore="StringFormatCount">Deinem Core fehlen bestimmte Features die benötigt werden damit Quasseldroid korrekt funktionieren kann. Du solltest deinen Quassel Core auf Version %1$s oder neuer <a href="https://quassel-irc.org>updaten</a>.</string> <string name="buffer_delete_confirmation">Bist du sicher, dass du diesen Chat auf ewig löschen möchtest?</string> diff --git a/app/src/main/res/values-fr-rCA/strings.xml b/app/src/main/res/values-fr-rCA/strings.xml index 3ed809f59ab00d5701c1fb86dcd5bb07f713b53a..05ae4cb3469b877e17c38fba7734dc986a489d01 100644 --- a/app/src/main/res/values-fr-rCA/strings.xml +++ b/app/src/main/res/values-fr-rCA/strings.xml @@ -17,7 +17,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. --> -<resources> +<resources xmlns:tools="http://schemas.android.com/tools"> <string name="app_name">Quasseldroid</string> <string name="app_description">Un client Android pour Quassel, un client IRC décentralisé.</string> <string name="app_description_long">Quassel est un client IRC distribué et décentralisé, écrit en C++ et en Qt. Quasseldroid est un client pour le Quassel Core écrit purement en Kotlin, vous offrant la possibilité de vous connecter à un Quassel Core avec votre téléphone Android™.</string> @@ -130,7 +130,7 @@ <string name="notification_channel_connection_title">Connection</string> <string name="label_missing_features">Fonctionnalités Manquantes</string> - <string name="info_missing_features">Votre Core manque certaines fonctionnalités qui sont requises pour que Quasseldroid marche correctement.</string> + <string name="info_missing_features" tools:ignore="StringFormatCount">Votre Core manque certaines fonctionnalités qui sont requises pour que Quasseldroid marche correctement.</string> <string name="buffer_delete_confirmation">Voulez-vous supprimer ce tchat en permanence?</string> diff --git a/app/src/main/res/values-lt/strings.xml b/app/src/main/res/values-lt/strings.xml index da1745b031bbdf7669cf1c7df5662a70a20de483..25876b1a9880e248e6e172998416397081f378bd 100644 --- a/app/src/main/res/values-lt/strings.xml +++ b/app/src/main/res/values-lt/strings.xml @@ -17,7 +17,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. --> -<resources> +<resources xmlns:tools="http://schemas.android.com/tools"> <string name="app_name">Quasseldroid</string> <string name="app_description">Android klientas decentralizuotam Quassel IRC klientui.</string> <string name="app_description_long">Quassel yra išskirstytas, decentralizuotas IRC klientas, parašytas C++ ir Qt kalbomis. Quasseldroid yra klientas Quassel branduoliui, leidžiantis jums prisijungti prie Quassel branduolio naudojantis jūsų Android™ įrenginiu.</string> @@ -133,7 +133,7 @@ <string name="notification_channel_old_highlight_title">Seni žymėjimai</string> <string name="label_missing_features">Trūkstamos funkcijos</string> - <string name="info_missing_features">Jūsų branduolyje trūksta funkcijų, kurių reikia norint užtikrinti, jog Quasseldroid veiktų sklandžiai. <a href="https://quassel-irc.org>Atnaujinkite</a> savo Quassel branduolį į %1$s ar naujesnį.</string> + <string name="info_missing_features" tools:ignore="StringFormatCount">Jūsų branduolyje trūksta funkcijų, kurių reikia norint užtikrinti, jog Quasseldroid veiktų sklandžiai. <a href="https://quassel-irc.org>Atnaujinkite</a> savo Quassel branduolį į %1$s ar naujesnį.</string> <string name="buffer_delete_confirmation">Ar norite ištrinti šį buferį visam laikui?</string> diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml index 7835bcf42843126d59fbd404c9987734d1c4562b..43b40376ee057c0752a30550ae7e9852d03cf918 100644 --- a/app/src/main/res/values-pt/strings.xml +++ b/app/src/main/res/values-pt/strings.xml @@ -17,7 +17,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. --> -<resources> +<resources xmlns:tools="http://schemas.android.com/tools"> <string name="app_name">Quasseldroid</string> <string name="app_description">Um cliente baseado no Android para o cliente de IRC Quassel descentralizado.</string> <string name="app_description_long">Quassel é um cliente IRC distribuído e descentralizado, escrito usando C++ e Qt. O Quasseldroid é um cliente escrito puramente em kotlin para o núcleo Quassel, permitindo que você se ligue ao seu núcleo Quassel usando o seu telemóvel Android™.</string> @@ -140,7 +140,7 @@ <string name="notification_channel_old_highlight_title">Menções Antigas</string> <string name="label_missing_features">Recursos Ausentes</string> - <string name="info_missing_features">O seu núcleo tem em falta alguns recursos que são necessários para o Quasseldroid funcionar corretamente. Deve <a href=\"https://quassel-irc.org>actualizar</a> o seu núcleo Quassel para a versão %1$s ou superior.</string> + <string name="info_missing_features" tools:ignore="StringFormatCount">O seu núcleo tem em falta alguns recursos que são necessários para o Quasseldroid funcionar corretamente. Deve <a href=\"https://quassel-irc.org>actualizar</a> o seu núcleo Quassel para a versão %1$s ou superior.</string> <string name="buffer_delete_confirmation">Você deseja excluir esta janela permanentemente?</string> diff --git a/app/src/main/res/values-sr/strings.xml b/app/src/main/res/values-sr/strings.xml index 365b5e5287d353b70c7a2df9e1576ac9e4455f6f..9c6e34cffe9345c83333429af3088e46ff13ad17 100644 --- a/app/src/main/res/values-sr/strings.xml +++ b/app/src/main/res/values-sr/strings.xml @@ -17,7 +17,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. --> -<resources> +<resources xmlns:tools="http://schemas.android.com/tools"> <string name="app_name">Quasseldroid</string> <string name="app_description">Android baziran klijent za decentralizovani Quassel IRC klijent.</string> <string name="app_description_long">Quassel je distribuirani, decentralizovani IRC klijent, napisan koristeći C++ i Qt. Quasseldroid je klijent za Quassel jezgro napisan u Kotlinu, koji vam omogućava povezivanje na Quassel jezgro koristeći svoj Android™ telefon.</string> @@ -140,7 +140,7 @@ <string name="notification_channel_old_highlight_title">Stara Isticanja</string> <string name="label_missing_features">Funkcije koje nedostaju</string> - <string name="info_missing_features">Vašem jezgru nedostaju funkcije potrebne za ispravan rad Quasseldroida. Trebalo bi da <a href=\"https://quassel-irc.org>ažurirate</a> svoje Quassel jezgro na %1$s ili noviju verziju.</string> + <string name="info_missing_features" tools:ignore="StringFormatCount">Vašem jezgru nedostaju funkcije potrebne za ispravan rad Quasseldroida. Trebalo bi da <a href=\"https://quassel-irc.org>ažurirate</a> svoje Quassel jezgro na %1$s ili noviju verziju.</string> <string name="buffer_delete_confirmation">Želite li trajno obrisati ovaj bafer?</string> @@ -151,5 +151,4 @@ <string name="advertisement_support_patreon">Molimo Vas da podržite razvoj ove aplikacije na Patreonu</string> <string name="advertisement_support_button">Doniraj</string> - </resources> diff --git a/app/src/main/res/values-sr/strings_preferences.xml b/app/src/main/res/values-sr/strings_preferences.xml index 10a125ef5e2d6d9e354ba7065f2d13adb1c4a289..3c3d8a0c342675ca366f6e3ac5655e2164ffedbf 100644 --- a/app/src/main/res/values-sr/strings_preferences.xml +++ b/app/src/main/res/values-sr/strings_preferences.xml @@ -60,6 +60,9 @@ <string name="preference_notification_light_title">LED</string> + <string name="preference_notification_mark_read_on_swipe_title">Označi kanal pročitanim pri uklanjanju notifikacija</string> + <string name="preference_notification_mark_read_on_swipe_summary">Označava sve poruke u kanalu pročitanim kada je notifikacija vezana za kanal uklonjena</string> + <string name="preference_notification_configure_title">Podesi obavještenja</string> <string name="preference_notifications_level_all">Sve poruke</string>