Results 1 to 4 of 4

Thread: Month traduction in resume deposit

  1. #1
    Thread Starter
    Newbie philgood's Avatar
    Join Date
    Jan 2011
    Location
    France
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Month traduction in resume deposit

    Hi all i have a little problem with the month traduction in the resume deposit form.

    The month are not in the traduction file.

    I think the problem became from this file : seeker-prefs-form.php

    from this code :
    PHP Code:
    for($i=1$i<=12$i++) :
                                    
    $month date('F'mktime(000$i111978));
                                    echo 
    '<option value="'.$i.'"';
                                    if (isset(
    $availability_month) && $availability_month==$i) echo ' selected="selected"';
                                    echo 
    '>'.$month.'</option>';
                                endfor; 

  2. #2
    Veteran barukar's Avatar
    Join Date
    Sep 2010
    Location
    Brasil, São Paulo, SP
    Posts
    6,784
    Thanks
    186
    Thanked 742 Times in 623 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    -------------------------------------------------------------------------------------------
    Projects: ClassiNoiva - Classimóveis - vocênoenem - i50 - Clube DETRAN

  3. #3
    Junior Member ontavu's Avatar
    Join Date
    Dec 2010
    Location
    Casablanca
    Posts
    40
    Thanks
    9
    Thanked 4 Times in 4 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    Junior Member ontavu's Avatar
    Join Date
    Dec 2010
    Location
    Casablanca
    Posts
    40
    Thanks
    9
    Thanked 4 Times in 4 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 8
    Last Post: March 29th, 2011, 11:34 AM
  2. [SOLVED] Traduction
    By jean5774 in forum Report ClassiPress Bugs
    Replies: 3
    Last Post: August 18th, 2010, 02:46 AM
  3. End of the month
    By indymart in forum ClassiPress General Discussion
    Replies: 6
    Last Post: March 29th, 2010, 11:47 PM