Localizers!
Bug 707294 <
https://bugzilla.mozilla.org/show_bug.cgi?id=707294>, whose
fix is on inbound
<
https://hg.mozilla.org/integration/mozilla-inbound/rev/86307d61bcb3>,
overrides a set of strings in appstrings.properties and dom.properties
for the desktop web runtime <
https://wiki.mozilla.org/Apps/WebRT>
(webapprt) to use the word "application" in place of "page", since the
runtime renders (web) applications, and it's misleading to describe them
as pages in the runtime's interface.
Other than that change, the override strings will be similar to the
original strings, and their localizations are presumably also similar,
so it should be possible to localize them by reference to the originals.
(There are also deeper questions to address about when it makes sense
for the runtime to display such strings in its UI, and when the runtime
should identify that UI as belonging to the runtime versus the app. But
the particular bug in question is intended to address the immediate
issue of how we describe the app. We'll tackle the deeper questions over
time.)
-myk