I just realized reading the "what's new" page for Firefox 8 that "Add to
home screen" refers to Android's home screen, not Firefox's, so I'm
trying to understand how it's translated in Italian.*
Francesco
Here is an example how to use mxr.mozilla.org to search for such strings:
http://mxr.mozilla.org/mozilla-beta/search?string=home+screen&find=/mobile/
(I looked for the string you mentioned in the en-US mozilla-beta repo
("mobile" subdir), but you may want to look in aurora or central sometimes.
After you find the needed string (which appears to be
"bookmarkShortcut.label" as per results we found), you can go to your hg
repo (the l10n repo) and look for that string ID (you can use
mxr.mozilla.org again for the search, but using 'l10n-mozilla-beta' tree
instead and '/it/mobile/' subdir, or simply make a normal string search in
your local repo). The result in our case was this string (the first one on
the part of the page that appears):
http://hg.mozilla.org/releases/l10n/mozilla-beta/it/file/3bcbf7cd1063/mobile/chrome/browser.dtd#l61
HTH
Anas
On Tue, Oct 11, 2011 at 07:32, flod <fl...@lodolo.net> wrote:
> Add to home screen
Francesco
Here's my best guess, based on ad-hoc assumptions:
https://github.com/android/platform_packages_apps_browser/blob/master/res/values-it/strings.xml#L75
is the translation of
https://github.com/android/platform_packages_apps_browser/blob/master/res/values-en-rGB/strings.xml#L75,
which is likely close to the en-US string that we're talking here for
this feature.
Sadly, the upstream sources seem to be done right now, so I only stabbed
randomly at their github mirrors.
Axel
Francesco