Allow ErrorInfo messages with formatArgs
- ErrorInfo.getMessage() now returns an ErrorMessage instance that can be formatted into a string using a context (this allows the construction of an ErrorInfo to remain independent of a Context) - now the service ID is used in ErrorInfo.getMessage() to customize some messages based on the currently selected service - player HTTP invalid statuses are now included in the message - building a custom error message for AccountTerminatedException was moved from ErrorPanelHelper to ErrorInfo
This commit is contained in:
parent
28218408cc
commit
fc567dae55
72 changed files with 154 additions and 146 deletions
|
|
@ -624,7 +624,6 @@
|
|||
<string name="description_select_disable">Заборонити виділення тексту в описі</string>
|
||||
<string name="description_select_enable">Дозволити виділяти текст в описі</string>
|
||||
<string name="description_select_note">Тепер можна виділяти текст в описі. Зауважте, що сторінка може мигати і посилання можуть не працювати в режимі виділення.</string>
|
||||
<string name="service_provides_reason">%s подає таку причину:</string>
|
||||
<string name="feed_load_error_account_info">Неможливо завантажити стрічку для «%s».</string>
|
||||
<string name="feed_load_error">Помилка завантаження стрічки</string>
|
||||
<string name="feed_load_error_terminated">Обліковий запис автора припинено.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue