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 !!!
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...
:evil: You forget about me?
My translation is tested on a life site,you know. :D
Sorry I edited my post... I stand corrected do not delete indonesian.php or indonesian-utf-8.php
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 (http://www.ayhsel.de/downloads-file-21.html) :lol: [edit] changed link to most recent version...[/edit]
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 (http://www.ayhsel.de/downloads-file-21.html)
Please give me a note if you still find untranslated parts.