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
1bde2dcd9f
commit
a369deeef4
72 changed files with 154 additions and 146 deletions
|
|
@ -619,7 +619,6 @@
|
|||
<string name="description_select_enable">Омогући бирање текста унутар описа</string>
|
||||
<string name="description_select_disable">Онемогући бирање текста унутар описа</string>
|
||||
<string name="description_select_note">Сада можете изабрати текст унутар описа. Имајте на уму да страница може треперети и да се на линкове можда неће моћи кликнути док сте у режиму избора.</string>
|
||||
<string name="service_provides_reason">%s даје овај разлог:</string>
|
||||
<string name="account_terminated">Налог укинут</string>
|
||||
<string name="feed_load_error_fast_unknown">Режим брзог фида не пружа више информација о овоме.</string>
|
||||
<string name="feed_load_error_terminated">Налог аутора је укинут.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue