Help me -> the gallery not work Help me -> the gallery not work
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Help me -> the gallery not work

Started by greeny, November 18, 2003, 05:38:50 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

greeny

Hi
i got the problem that my gallery not work. I get this error messege

Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/www/web1/html/test/modules/coppermine/lang/german.php on line 169

What i made wrong

Thanks !!!

gtroll

The only language tested is english. Please delete all language files except english, indonesion and italian. RC3 will have more languages. Would you like to do the German Translation? There are only about 20 lines to translate...
BTW PHPNuke 6.5+ is required for RC2...

sengsara

:evil: You forget about me?
My translation is tested on a life site,you know. :D
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fbatamweb.net%2F4leechers%2Fsengsaraatgmail.gif&hash=5023c7ba1bc4142435e406735fee30bc611c5a03)


MrFluffy

Apart from some variables that slipped through translation, there's only a comma missing in the lang/german.php ;)

...add a comma at the end of line 168:
       'user_on_page' => '%d Benutzer auf %d Seite(n)',

Here are some proposals for the left over variables
QuoteLine 76:
        'favpics'=> 'Lieblingsbilder' //new in cpg1.2.0
Lines 96,97:
        'members_only' => 'Diese Funktion ist nur für Mitglieder, bitte registriere Dich.', // changed in cpg1.2.0nuke
    'mustbe_god' => 'Diese Funktion ist nur für den Administrator. Du musst als SuperAdmin/God Account angemeldet sein, um die Funktion zu nutzen.'
Lines 169-172:
    'sort_ra' => 'aufsteigend nach Wertung sortieren', // new in cpg1.2.0nuke
    'sort_rd' => 'absteigend nach Wertung sortieren', // new in cpg1.2.0nuke
    'rating' => 'WERTUNG', // new in cpg1.2.0nuke
    'sort_title' => 'Bilder sortieren nach:', // new in cpg1.2.0nuke
Lines 185, 186:
    'no_more_images' => 'Es gibt in dieser Galerie keine Bilder mehr', // new in cpg1.2.0nuke
    'no_less_images' => 'Dies ist das erste Bild der Galerie', // new in cpg1.2.0nuke

...that's all i could find.  :wink: If you're too lazy, get a fixed one here  :lol: [edit] changed link to most recent version...[/edit]
cu,
MrFluffy

MrFluffy

Quote from: "gtroll"...There are only about 20 lines to translate...

Well, as 20 didn't match my count, i looked for variables not even in the german.php yet... and there they were :)

Here's an updated version of the lang/german.php that includes (hopefully) all new variables and changed variable names...

lang/german.php v2

Please give me a note if you still find untranslated parts.
cu,
MrFluffy