i have found a lot of fail in 6.9. here the corekt norwegian comes:
on line 37 in /html/language/lang-norwegian.php i have found one fail.
define("_ON"," "); is wrong
define("_ON","på");
on line 56 in /html/language/lang-norwegian.php i have found one fail.
define("_MEMBERS","medlemm(er) online."); is wrong
define("_MEMBERS","medlem(mer) online."); is good
on line 159 in /html/language/lang-norwegian.php i have found one fail.
define("_REGISTERED","Registered");
define("_REGISTERED","Registrert");
on line 160 in /html/language/lang-norwegian.php i have found one fail.
define("_CHATGUESTS","Guests");
define("_CHATGUESTS","Gjest");
on line 161 in /html/language/lang-norwegian.php i have found one fail.
define("_USERSTALKINGNOW","Users Talking Now");
define("_USERSTALKINGNOW","Brukere som prater nå");
on line 163 in /html/language/lang-norwegian.php i have found one fail.
define("_CHATROOMS","Available Rooms");
define("_CHATROOMS","Tilgjengelige rom");
on line 164 in /html/language/lang-norwegian.php i have found one fail.
define("_SECURITYCODE","Security Code");
define("_SECURITYCODE","Sikkerhets kode");
on line 165 in /html/language/lang-norwegian.php i have found one fail.
define("_TYPESECCODE","Type Security Code");
define("_TYPESECCODE","Tast in Sikkerhets kode");
on line 52 in /html/modules/Reviews/lang-norwegian.php i have found one fail
define("_INVALIDTEXT","Feil i anmeldelsestekst... Feltet kan ikke være tomt\"); is wrong
define("_INVALIDTEXT","Feil i anmeldelsestekst... Feltet kan ikke være tomt"); is Good.
in /html/modules/Top/lang-norwegian.php you most add this two lines.
define("_DOWNLOADEDFILES","mest nedlastede filer");
define("_LDOWNLOADS","nedlastinger");
in /html/modules/Topics/lang-norwegian.php you most add this four lines.
define("_TOTNEWS","Nyheter totalt");
define("_TOTREADS","Lesninger totalt");
define("_MORE","Mer");
define("_NONEWSYET","...Det er ikke noen nyheter enda for dette emnet...");
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum