forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 modpack by Stramm => Topic started by: Mimer on October 21, 2007, 12:23:32 pm

Title: Cannot get Danish translation to work for Change thumb and Crop thumb
Post by: Mimer on October 21, 2007, 12:23:32 pm
Hi

Everything in MOD pack translated to Danish language file and working, except Change thumb menu and Crop thumb menu won't translate.
The links themselve, Change thumb and Crop thumb, are translated, but when I click them, a new windows open and the menus are in English.
Any advice?

Coppermine install: http://fjotte.dk/galleryd/
Forum install: Not bridged
Coppermine version: cpg1.4.13
Forum version: Not bridged
Test user account: tester / tester

I've attatched the Danish language file.

Mimer  8)
Title: Re: Cannot get Danish translation to work for Change thumb and Crop thumb
Post by: Stramm on October 21, 2007, 12:39:26 pm
lil bug, thanks for spotting

in include/langfallback.inc.php find
Code: [Select]
  $lang_cThumb = array_merge($lang_cThumb_en, $lang_cThumb_pms);abd replace with
Code: [Select]
  $lang_cThumb = array_merge($lang_cThumb_en, $lang_cThumb);
will be fixed in the modpack cropper addition > v1.3.1
Title: Re: Cannot get Danish translation to work for Change thumb and Crop thumb
Post by: Mimer on October 21, 2007, 01:28:40 pm
Works like a charme  ;D
Now I'll post the Danish language file in a new thread.

Thanks again  ;)

Mimer  8)