Re: [TYPO3] same locallang for different pi's

2008-09-17 Thread Lars Haendler
Hi Xavier, Xavier Perseguers wrote: > Hi, > >> while working on a new extension with different pi's I realized that >> each pi has its own locallang.xml file. Is there a way to use only on >> locallang.xml - say from pi1 - for all pi's? > > For sure! Specify > > LLL:EXT:your_extension/pi1/loc

Re: [TYPO3] same locallang for different pi's

2008-09-02 Thread Lars Haendler
Steffen Kamper wrote: > bernd wilke schrieb: >> *grrr* I wasn't ready. wrong key. :-( >> on Wed, 27 Aug 2008 18:34:56 +, bernd wilke wrote: >> >>> on Wed, 27 Aug 2008 10:54:13 +0200, Lars Haendler wrote: >>> Hi, while working on a new extension with different pi's I realized that

Re: [TYPO3] same locallang for different pi's

2008-08-31 Thread bernd wilke
on Sat, 30 Aug 2008 12:57:09 +0200, Steffen Kamper wrote: > bernd wilke schrieb: >> now for the solution with two locallang-files: >> http://www.pi-phi.de/t3v4/secondlocallang.html the page is in german, >> but you need just the first box. It is a redefinition and extension of >> pi_loadLL: first

Re: [TYPO3] same locallang for different pi's

2008-08-30 Thread Steffen Kamper
bernd wilke schrieb: > *grrr* I wasn't ready. wrong key. :-( > on Wed, 27 Aug 2008 18:34:56 +, bernd wilke wrote: > >> on Wed, 27 Aug 2008 10:54:13 +0200, Lars Haendler wrote: >> >>> Hi, >>> >>> while working on a new extension with different pi's I realized that >>> each pi has its own locall

Re: [TYPO3] same locallang for different pi's

2008-08-29 Thread Lars Haendler
Hi Bernd, bernd wilke wrote: > now for the solution with two locallang-files: > http://www.pi-phi.de/t3v4/secondlocallang.html > the page is in german, but you need just the first box. > It is a redefinition and extension of pi_loadLL: > first call original, then check flag for duplication incl

Re: [TYPO3] same locallang for different pi's

2008-08-27 Thread bernd wilke
*grrr* I wasn't ready. wrong key. :-( on Wed, 27 Aug 2008 18:34:56 +, bernd wilke wrote: > on Wed, 27 Aug 2008 10:54:13 +0200, Lars Haendler wrote: > >> Hi, >> >> while working on a new extension with different pi's I realized that >> each pi has its own locallang.xml file. Is there a way to

Re: [TYPO3] same locallang for different pi's

2008-08-27 Thread bernd wilke
on Wed, 27 Aug 2008 10:54:13 +0200, Lars Haendler wrote: > Hi, > > while working on a new extension with different pi's I realized that > each pi has its own locallang.xml file. Is there a way to use only on > locallang.xml - say from pi1 - for all pi's? the answer with one single file is given

Re: [TYPO3] same locallang for different pi's

2008-08-27 Thread Xavier Perseguers
Hi, > while working on a new extension with different pi's I realized that > each pi has its own locallang.xml file. Is there a way to use only on > locallang.xml - say from pi1 - for all pi's? For sure! Specify LLL:EXT:your_extension/pi1/locallang.xml as prefix to the call to $GLOBALS['TSFE'

[TYPO3] same locallang for different pi's

2008-08-27 Thread Lars Haendler
Hi, while working on a new extension with different pi's I realized that each pi has its own locallang.xml file. Is there a way to use only on locallang.xml - say from pi1 - for all pi's? Is there a standard locallang file that is accessible for all extensions? I mean where standard phases lik