Ignore:
Timestamp:
01/09/16 15:20:18 (9 years ago)
Author:
nanardon
Message:

Update translation

Location:
trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Bases/Sql
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Bases/Sql/Employment.pm

    r1612 r1620  
    6464            formtype => 'DATE', 
    6565            monitored => 1, 
    66             label => l('First day'), 
     66            label => l('Contract start'), 
    6767        }, 
    6868        lastday => { 
     
    7070            formtype => 'DATE', 
    7171            monitored => 1, 
    72             label => l('Last day'), 
     72            label => l('Contract end'), 
    7373        }, 
    7474        'state' => { 
     
    124124            formtype => 'DATE', 
    125125            monitored => 1, 
    126             label => l('End of entrance'), 
     126            label => l('End of entrance circuit'), 
    127127        }, 
    128128        hosted => { 
  • trunk/LATMOS-Accounts/lib/LATMOS/Accounts/Bases/Sql/User.pm

    r1612 r1620  
    206206                formtype => 'DATETIME', 
    207207                monitored => 1, 
    208                 label => l('Expire'), 
     208                label => l('Expire on'), 
    209209            }, 
    210210            endcircuit    => { 
     
    12931293} 
    12941294 
    1295  
    12961295sub _computeStartEmployment { 
    12971296    my ($self, $delay) = @_; 
Note: See TracChangeset for help on using the changeset viewer.