Android: Avoid lint warning
The usage in manifest was accidentally removed in 963a31c0f4b48c3734352706fbbdae69f19b59eb. To avoid this warning more explicitly we add "tools:ignore" to the XML files. This is a false positive because we use it in src/android/jar/src/org/qtproject/qt/android/QtActivityBase.java. Pick-to: 6.5 Change-Id: I2fe1d0930b81b3c33e7b6b1ad6f6e152dc3e0740 Reviewed-by: Edward Welbourne <edward.welbourne@qt.io> Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> (cherry picked from commit 709eb77ff0f32792beb18d3edea9e0aa4436f481) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
e9c2d04970
commit
7d540dab57
@ -1,4 +1,4 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<resources>
|
||||
<string name="fatal_error_msg">In Ihrer Anwendung ist ein schwerwiegender Fehler aufgetreten, sie kann nicht fortgesetzt werden</string>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<string name="fatal_error_msg" tools:ignore="UnusedResources">In Ihrer Anwendung ist ein schwerwiegender Fehler aufgetreten, sie kann nicht fortgesetzt werden</string>
|
||||
</resources>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<resources>
|
||||
<string name="fatal_error_msg">Παρουσιάστηκε ένα κρίσιμο σφάλμα και η εφαρμογή δεν μπορεί να συνεχίσει.</string>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<string name="fatal_error_msg" tools:ignore="UnusedResources">Παρουσιάστηκε ένα κρίσιμο σφάλμα και η εφαρμογή δεν μπορεί να συνεχίσει.</string>
|
||||
</resources>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<resources>
|
||||
<string name="fatal_error_msg">La aplicación ha causado un error grave y no es posible continuar.</string>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<string name="fatal_error_msg" tools:ignore="UnusedResources">La aplicación ha causado un error grave y no es posible continuar.</string>
|
||||
</resources>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<resources>
|
||||
<string name="fatal_error_msg">Programmiga juhtus fataalne viga.\nKahjuks ei saa jätkata.</string>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<string name="fatal_error_msg" tools:ignore="UnusedResources">Programmiga juhtus fataalne viga.\nKahjuks ei saa jätkata.</string>
|
||||
</resources>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<resources>
|
||||
<string name="fatal_error_msg">خطایی اساسی در برنامهتان رخ داد و اجرای برنامه نمیتواند ادامه یابد.</string>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<string name="fatal_error_msg" tools:ignore="UnusedResources">خطایی اساسی در برنامهتان رخ داد و اجرای برنامه نمیتواند ادامه یابد.</string>
|
||||
</resources>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<resources>
|
||||
<string name="fatal_error_msg">Votre application a rencontré une erreur fatale et ne peut pas continuer.</string>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<string name="fatal_error_msg" tools:ignore="UnusedResources">Votre application a rencontré une erreur fatale et ne peut pas continuer.</string>
|
||||
</resources>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<resources>
|
||||
<string name="fatal_error_msg">Aplikasi Anda mengalami kesalahan fatal dan tidak dapat melanjutkan.</string>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<string name="fatal_error_msg" tools:ignore="UnusedResources">Aplikasi Anda mengalami kesalahan fatal dan tidak dapat melanjutkan.</string>
|
||||
</resources>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<resources>
|
||||
<string name="fatal_error_msg">L\'applicazione ha provocato un errore grave e non puo\' continuare.</string>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<string name="fatal_error_msg" tools:ignore="UnusedResources">L\'applicazione ha provocato un errore grave e non puo\' continuare.</string>
|
||||
</resources>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<resources>
|
||||
<string name="fatal_error_msg">アプリケーションで致命的なエラーが発生したため続行できません。</string>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<string name="fatal_error_msg" tools:ignore="UnusedResources">アプリケーションで致命的なエラーが発生したため続行できません。</string>
|
||||
</resources>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<resources>
|
||||
<string name="fatal_error_msg">Aplikasi anda menemui ralat muat dan tidak boleh diteruskan.</string>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<string name="fatal_error_msg" tools:ignore="UnusedResources">Aplikasi anda menemui ralat muat dan tidak boleh diteruskan.</string>
|
||||
</resources>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<resources>
|
||||
<string name="fatal_error_msg">Applikasjonen fikk en kritisk feil og kan ikke fortsette</string>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<string name="fatal_error_msg" tools:ignore="UnusedResources">Applikasjonen fikk en kritisk feil og kan ikke fortsette</string>
|
||||
</resources>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<resources>
|
||||
<string name="fatal_error_msg">Er is een fatale fout in de applicatie opgetreden. De applicatie kan niet verder gaan.</string>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<string name="fatal_error_msg" tools:ignore="UnusedResources">Er is een fatale fout in de applicatie opgetreden. De applicatie kan niet verder gaan.</string>
|
||||
</resources>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<resources>
|
||||
<string name="fatal_error_msg">Wystąpił błąd krytyczny. Aplikacja zostanie zamknięta.</string>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<string name="fatal_error_msg" tools:ignore="UnusedResources">Wystąpił błąd krytyczny. Aplikacja zostanie zamknięta.</string>
|
||||
</resources>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<resources>
|
||||
<string name="fatal_error_msg">Sua aplicação encontrou um erro fatal e não pode continuar.</string>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<string name="fatal_error_msg" tools:ignore="UnusedResources">Sua aplicação encontrou um erro fatal e não pode continuar.</string>
|
||||
</resources>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<resources>
|
||||
<string name="fatal_error_msg">Aplicaţia dumneavoastră a întâmpinat o eroare fatală şi nu poate continua.</string>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<string name="fatal_error_msg" tools:ignore="UnusedResources">Aplicaţia dumneavoastră a întâmpinat o eroare fatală şi nu poate continua.</string>
|
||||
</resources>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<resources>
|
||||
<string name="fatal_error_msg">Ваше приложение столкнулось с фатальной ошибкой и не может более работать.</string>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<string name="fatal_error_msg" tools:ignore="UnusedResources">Ваше приложение столкнулось с фатальной ошибкой и не может более работать.</string>
|
||||
</resources>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<resources>
|
||||
<string name="fatal_error_msg">Vaša aplikacija je naišla na fatalnu grešku i ne može nastaviti sa radom.</string>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<string name="fatal_error_msg" tools:ignore="UnusedResources">Vaša aplikacija je naišla na fatalnu grešku i ne može nastaviti sa radom.</string>
|
||||
</resources>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<resources>
|
||||
<string name="fatal_error_msg">您的应用程序遇到一个致命错误导致它无法继续。</string>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<string name="fatal_error_msg" tools:ignore="UnusedResources">您的应用程序遇到一个致命错误导致它无法继续。</string>
|
||||
</resources>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<resources>
|
||||
<string name="fatal_error_msg">您的應用程序遇到一個致命錯誤導致它無法繼續。</string>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<string name="fatal_error_msg" tools:ignore="UnusedResources">您的應用程序遇到一個致命錯誤導致它無法繼續。</string>
|
||||
</resources>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<resources>
|
||||
<resources xmlns:tools="http://schemas.android.com/tools">
|
||||
<!-- %%INSERT_STRINGS -->
|
||||
<string name="fatal_error_msg">Your application encountered a fatal error and cannot continue.</string>
|
||||
<string name="fatal_error_msg" tools:ignore="UnusedResources">Your application encountered a fatal error and cannot continue.</string>
|
||||
</resources>
|
||||
|
Loading…
x
Reference in New Issue
Block a user