1
0

Show check for updates dialog before report a bug (#834)

This commit is contained in:
Mikołaj Pich
2020-05-24 20:03:46 +02:00
committed by GitHub
parent 3308d7fe6f
commit 0c4364609b
10 changed files with 53 additions and 5 deletions

View File

@ -269,6 +269,9 @@
<!--Log viewer-->
<string name="logviewer_share">Logs teilen</string>
<string name="logviewer_refresh">Aktualisieren</string>
<!--Error dialog-->
<string name="dialog_error_check_update">Check for updates</string>
<string name="dialog_error_check_update_message">Before reporting a bug, check first if an update with the bug fix is available</string>
<!--Generic-->
<string name="all_content">Inhalt</string>
<string name="all_retry">Wiederhol</string>

View File

@ -289,6 +289,9 @@
<!--Log viewer-->
<string name="logviewer_share">Udostępnij logi</string>
<string name="logviewer_refresh">Odśwież</string>
<!--Error dialog-->
<string name="dialog_error_check_update">Sprawdź aktualizację</string>
<string name="dialog_error_check_update_message">Przed zgłoszeniem błędu sprawdź wcześniej, czy dostępna jest już aktualizacja z poprawką błędu</string>
<!--Generic-->
<string name="all_content">Treść</string>
<string name="all_retry">Ponów</string>

View File

@ -289,6 +289,9 @@
<!--Log viewer-->
<string name="logviewer_share">Поделиться логами</string>
<string name="logviewer_refresh">Обновить</string>
<!--Error dialog-->
<string name="dialog_error_check_update">Check for updates</string>
<string name="dialog_error_check_update_message">Before reporting a bug, check first if an update with the bug fix is available</string>
<!--Generic-->
<string name="all_content">Содержание</string>
<string name="all_retry">Повторить</string>

View File

@ -289,6 +289,9 @@
<!--Log viewer-->
<string name="logviewer_share">Поділитися логами</string>
<string name="logviewer_refresh">Оновити</string>
<!--Error dialog-->
<string name="dialog_error_check_update">Check for updates</string>
<string name="dialog_error_check_update_message">Before reporting a bug, check first if an update with the bug fix is available</string>
<!--Generic-->
<string name="all_content">Зміст</string>
<string name="all_retry">Повторити</string>

View File

@ -317,6 +317,11 @@
<string name="logviewer_refresh">Refresh</string>
<!--Error dialog-->
<string name="dialog_error_check_update">Check for updates</string>
<string name="dialog_error_check_update_message">Before reporting a bug, check first if an update with the bug fix is available</string>
<!--Generic-->
<string name="all_content">Content</string>
<string name="all_retry">Retry</string>