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

Update translation

Location:
trunk/LATMOS-Accounts-Web/lib/LATMOS/Accounts/Web
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/lib/LATMOS/Accounts/Web/Controller/Json/Timeline.pm

    r1611 r1620  
    7575 
    7676        push(@{$var->{employments}{events}}, { 
    77                 name => 'Today', 
     77                name => $c->loc('Today'), 
    7878                date => DateTime->now->ymd('-'), 
    7979        }); 
    8080        push(@{$var->{employments}{events}}, { 
    81                 name => 'Created', 
     81                name => $c->loc('Created'), 
    8282                date => $ouser->get_attributes('create'), 
    8383        }); 
    8484        if (my $expire = $ouser->get_attributes('expire')) { 
    8585            push(@{$var->{employments}{events}}, { 
    86                     name => 'Expire', 
     86                    name => $c->loc('Expire'), 
    8787                    date => $expire, 
    8888            }); 
  • trunk/LATMOS-Accounts-Web/lib/LATMOS/Accounts/Web/I18N/fr.po

    r1617 r1620  
    2929msgstr "Créer" 
    3030 
     31#: lib/LATMOS/Accounts/Web/Controller/Json/Timeline.pm:81 
     32msgid "Created" 
     33msgstr "Créé" 
     34 
     35#: lib/LATMOS/Accounts/Web/Controller/Json/Timeline.pm:86 
     36msgid "Expire" 
     37msgstr "Expiration" 
     38 
    3139#: root/html/users/employment.tt:95 
    3240msgid "From" 
     
    4149msgstr "Se déconnecter" 
    4250 
     51#: root/html/users/employment.tt:38 
     52msgid "New employment" 
     53msgstr "Nouveau statut" 
     54 
    4355#: root/html/users/employment.tt:98 
    4456msgid "Since" 
     
    4860msgid "Statistics" 
    4961msgstr "Statistiques" 
     62 
     63#: lib/LATMOS/Accounts/Web/Controller/Json/Timeline.pm:77 
     64msgid "Today" 
     65msgstr "Aujourd'hui" 
    5066 
    5167#: root/html/includes/sidebar.tt:50 
     
    5773msgstr "Voir" 
    5874 
    59 #: root/html/users/employment.tt:96 
     75#: root/html/users/employment.tt:36 root/html/users/employment.tt:96 
    6076msgid "to" 
    6177msgstr "à" 
  • trunk/LATMOS-Accounts-Web/lib/LATMOS/Accounts/Web/I18N/messages.pot

    r1610 r1620  
    2828msgstr "" 
    2929 
     30#: lib/LATMOS/Accounts/Web/Controller/Json/Timeline.pm:81 
     31msgid "Created" 
     32msgstr "" 
     33 
     34#: lib/LATMOS/Accounts/Web/Controller/Json/Timeline.pm:86 
     35msgid "Expire" 
     36msgstr "" 
     37 
    3038#: root/html/users/employment.tt:95 
    3139msgid "From" 
     
    4048msgstr "" 
    4149 
     50#: root/html/users/employment.tt:38 
     51msgid "New employment" 
     52msgstr "" 
     53 
    4254#: root/html/users/employment.tt:98 
    4355msgid "Since" 
     
    4658#: root/html/includes/sidebar.tt:63 
    4759msgid "Statistics" 
     60msgstr "" 
     61 
     62#: lib/LATMOS/Accounts/Web/Controller/Json/Timeline.pm:77 
     63msgid "Today" 
    4864msgstr "" 
    4965 
     
    5672msgstr "" 
    5773 
    58 #: root/html/users/employment.tt:96 
     74#: root/html/users/employment.tt:36 root/html/users/employment.tt:96 
    5975msgid "to" 
    6076msgstr "" 
Note: See TracChangeset for help on using the changeset viewer.