Re: [Sitr-general] Slight Mod
Status: Inactive
Brought to you by:
trendzetter
|
From: <da...@mc...> - 2004-10-27 15:36:27
|
Dominik,
I thought I sent you an eMail a few weeks ago=2E I would be happy to
upload your German language file onto the sourceforge page, and any other
languages people have created=2E I have been very busy recently and I forg=
ot
to follow up on this, sorry=2E
David
Original Message:
-----------------
From: Dominik Klein Dominik=2EKlein@FernUni-Hagen=2Ede
Date: Wed, 27 Oct 2004 15:06:43 +0200
To: Sitr-general@lists=2Esourceforge=2Enet, Sitr-general@lists=2Esourcefor=
ge=2Enet
Subject: Re: [Sitr-general] Slight Mod
> Thank you! I had looked in there, but didn't realize that Myphpadmin wa=
s
> limiting my view to just the first 30 records=2E :) Finding the rest of=
> the entries was great! I made a bunch of changes so that now my
> installation looks just like I wanted=2E There was only one item that I=
> had to go out to the actual PHP file to edit=2E In settings=2Ephp there=
is
> one line of HTML that is "Create Application" or something like that=2E
> Everything else was contained in the language database=2E So I assume
> this is just one that got overlooked in the change over=2E
>=20
> It's great now though=2E I've changed "Application" to be "Category" an=
d I
> changed "Category" to be "Document Type"=2E Now the screens make more
> sense for my particular use=2E
>=20
You could also add another sys_language_keys entry and grab it from the=20=
database=2E The pattern David uses to get text from the DB and uses it in=20=
his scripts is very easy to understand=2E
$lan_delete =3D LookupText ("Delete");
Saves the text for the actual user's language that is associated with=20
keyword "Delete"=2E
You can easily add a new item to that table and call it whatever you like=2E=
$lan_yournameforit =3D LookupText ("yournameforit")
Instead of strict php-echoing "Create Application" you would echo=20
$lan_yournameforit
That's the entire magic of SITR being able to carry multiple languages=2E=20=
I actually did a complete german set of sys_language_keys for SITR 2=2E0=2E=
4=20
but up to now, David did not reply that he wants it =2E=2E=2E
Well, good thing we have hebrew though :D
David: I'm not meaning to offence you, a quick "no thanks" would have=20
been nice though=2E
cheers
Dominik
-------------------------------------------------------
This SF=2ENet email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux=2E
http://ads=2Eosdn=2Ecom/?ad_id=3D5588&alloc_id=3D12065&op=3Dclick
_______________________________________________
Sitr-general mailing list
Sitr-general@lists=2Esourceforge=2Enet
https://lists=2Esourceforge=2Enet/lists/listinfo/sitr-general
--------------------------------------------------------------------
mail2web - Check your email from the web at
http://mail2web=2Ecom/ =2E
|