[Solved]: change upload info (max kb) [Solved]: change upload info (max kb)
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

[Solved]: change upload info (max kb)

Started by Fotofreund, May 18, 2004, 08:53:27 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Fotofreund

hello,
sorry for my bad english, i hope you know what i mean... ;-)

thanks for the great script, i`ve been searching over 2 years for a script like this. i love it :-)

my problem: i want to change the text at the upload page (max. xxxx kb or so), i found it in lang/german.php, changed it and...
nothing, the old text stays....

take a look pls:

http://www.galerie.fotolink.org/upload.php there is the original wich i have changed in german.php:


// ------------------------------------------------------------------------- //
// File upload.php
// ------------------------------------------------------------------------- //

if (defined('UPLOAD_PHP')) $lang_upload_php = array(
       'title' => 'Bild hochladen',
       'max_fsize' => 'Ihr verfügbarer Gesamtspeicherplatz beträgt %s KB. <br>Ihren noch verfügbaren Platz erfahren Sie unter der Option "mein Profil"<br> Es können nur .jpg und .gif - Dateien hochgeladen werden',




whats wrong there  ??? ???

greets from germany / Berlin
Eric

Joachim Müller

you're looking in the right place - changing the line you're referring to will change the text. Be aware that there are two language files (in your case: german.php and german-utf-8.php). You have to change the one you're actually using (depending on what you set up in your config). To be safe, change both.

GauGau

Fotofreund

Quote from: GauGau on May 19, 2004, 09:05:41 AM
you're looking in the right place - changing the line you're referring to will change the text. Be aware that there are two language files (in your case: german.php and german-utf-8.php). You have to change the one you're actually using (depending on what you set up in your config). To be safe, change both.

GauGau

hi gaugau,
if you ever need a stupid men, call me....

  ::) ::)
I saved the lang file with some changes on another place...
and.. then i have uploaded the orginal file with the original text......
don`t know the word in english but it is very "peinlich"

it`s not funny :-)

thanks