UIString.this - multiple declarations

Function UIString.this

deprecated this(
  string id
);

Function UIString.this

create string with raw value; deprecated, use fromRaw() instead

deprecated this(
  dstring value
);

Function UIString.this

create string with resource id and raw value as fallback for missing translations

this(
  string id,
  dstring fallbackValue
);