I would just need a few more items translated to include this in
phpVirtualBox. What is the native translation of "Norwegian" ? .. the
language name in your native tongue? Is this specific to any country?
If so, what is the name of that country in Norwegian?
Also this would need to be translated:
# -- begin translations
// VM List tool tip
'<nobr>%1</nobr><br /><nobr>%2 since %3</nobr><br /><nobr>Session
%4</nobr>' => '<nobr>%1</nobr><br /><nobr>%2 since %3</nobr><br
/><nobr>Session %4</nobr>',
// Session states
'Locked' => 'Locked',
'Unlocked' => 'Unlocked',
'Unlocking' => 'Unlocking',
# -- end translations
The line with:
'<nobr>%1</nobr><br /><nobr>%2 since %3</nobr><br /><nobr>Session %4</nobr>',
may look confusing. The values %1,%2, etc.. are replaced by phpVirtualBox.
* %1 replaced with VM Name
* %2 replaced with VM state
* %3 replaced with time since state change
* %4 replaced with session state (locked or unlocked)
It would look something like this with the values replaced in English:
VMName
Running since Friday, May 21st 2100
Session Unlocked
So you really only need to translate the words "since" and "Session"
in that line. It is kind of hard to explain. I hope I am not being
confusing. For the other languages, I just took the translations for
this directly out of the language file included with VirtualBox
itself. Unfortunately VirtualBox does not have a Norwegian
translation, so I cannot do that in this case.
Thank you for all your hard work!
'appExport Step2 Message1' => 'Here you can ..'
It is in the file, but still in English.
Unfortunately the progress operation texts cannot be translated. They
come directly from VirtualBox. Even when using the VirtualBox GUI in a
different language, they are in English.
Sorry for all this spamming, but the translation does look quite different in Notepad then in phpVirtualbox ;-)
Added some changes/corrections and 'Login' on the Loginscreen.