PHP Scripting Forums » 3rd party script modifications

Easy PHP Upload - Norwegian translation

(6 posts)
Please support us by buying these products:

  1. User has not uploaded an avatar

    ttmin
    Member

    Hi.
    Made a Norwegian translation of the error/info messages
    in the Easy PHP Upload class script. You can pick it up at:
    Edit: check below...

    To admin
    Feel free to include this translation in your downloadable version of Easy PHP Upload class.

    ttmin

    Posted 4 months ago #
  2. Thanks, please post theme here with the right encoding.

    Posted 4 months ago #
  3. User has not uploaded an avatar

    ttmin
    Member

    Quote from: Olaf
    "Thanks, please post theme here with the right encoding."

    Point taken, changed it to uft-8 encoding.

    Posted 4 months ago #
  4. User has not uploaded an avatar

    ttmin
    Member

    Found a link to an Italian translations for Easy Upload.
    - http://www.finalwebsites.com/forums/topic/italian-translations-for-easy-upload

    Posted 4 months ago #
  5. case "no"://Norwegian
    			$error[0] = "Fil: <b>".$this->the_file."</b> er opplastet!";
    			$error[1] = "Den valgte filen overskrider tillatt filstørrelse satt i serverkonfigurasjonen.";
    			$error[2] = "Den valgte filen overskrider tillatt filstørrelse satt i opplastingsskjema.";
    			$error[3] = "Den valgte filen ble bare delvis lastet opp!";
    			$error[4] = "Ingen fil ble lastet opp!";
    			$error[10] = "Velg fil for opplasting.";
    			$error[11] = "Bare filer med følgende endelser er tillatt: <b>".$this->ext_string."</b>";
    			$error[12] = "Angitte filnavn innholder ugyldige tegn. Bruk alfanumeriske tegn og knytt sammen oppdelte filnavn med understrekning. <br />Et gyldig filnavn avsluttes med punktum og filtype.";
    			$error[13] = "Filnavnet overskred antall tillatte tegn satt til ".$this->max_length_filename." tegn.";
    			$error[14] = "Angitte mappe for opplasting eksisterer ikke!";
    			$error[15] = "Opplasting <b>".$this->the_file."...feilet!</b> en fil med samme navn eksisterer allerede.";
    			$error[16] = "Den opplastede filen har endret navn til <b>".$this->file_copy."</b>.";
    			$error[17] = "Filen %s eksisterer ikke!";
    			break;
    Posted 4 months ago #
  6. Quote from: ttmin
    "Found a link to an Italian translations for Easy Upload.
    - http://www.finalwebsites.com/forums/topic/italian-translations-for-easy-upload"

    yes right

    Posted 4 months ago #

RSS feed for this topic

Reply

You must log in to post.