Ignore:
Timestamp:
09/09/17 15:26:14 (7 years ago)
Author:
nanardon
Message:

Add attribute 'contactOnly' on addresses objects

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

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/lib/LATMOS/Accounts/Web/I18N/fr.po

    r2025 r2078  
    1111"Last-Translator: Olivier Thauvin <olivier.thauvin@latmos.ipsl.fr\n" 
    1212"Language-Team: svp@latmos.ipsl.fr\n" 
     13"Language: Français\n" 
    1314"MIME-Version: 1.0\n" 
    1415"Content-Type: text/plain; charset=UTF-8\n" 
    1516"Content-Transfer-Encoding: 8bit\n" 
    16 "Language: Français\n" 
    17  
    18 #. (" + d.y + ") 
    19 #: root/html/summary/tree/index.tt:117 
    20 msgid " + d.x + " 
    21 msgstr "" 
    22  
    23 #: root/html/summary/tree/index.tt:30 
    24 msgid "" 
    25 " + d3.event.translate +\n" 
    26 "              " 
    27 msgstr "" 
    2817 
    2918#. ($Dd) 
     
    207196msgstr "Autres Statistiques" 
    208197 
     198#: root/html/users/passwd.tt:15 
     199msgid "Password are different" 
     200msgstr "" 
     201 
    209202#: lib/LATMOS/Accounts/Web/Controller/Tools/LoadPasswd.pm:50 
    210203msgid "Permission denied" 
    211204msgstr "" 
     205 
     206#: root/html/users/passwd.tt:18 
     207#, fuzzy 
     208msgid "Please enter password" 
     209msgstr "Changer mon mot de passe" 
    212210 
    213211#: root/html/tools/loadpasswd/index.tt:34 
  • trunk/LATMOS-Accounts-Web/lib/LATMOS/Accounts/Web/I18N/messages.pot

    r2025 r2078  
    1616"Content-Transfer-Encoding: 8bit\n" 
    1717 
    18 #. (" + d.y + ") 
    19 #: root/html/summary/tree/index.tt:117 
    20 msgid " + d.x + " 
    21 msgstr "" 
    22  
    23 #: root/html/summary/tree/index.tt:30 
    24 msgid "" 
    25 " + d3.event.translate +\n" 
    26 "              " 
    27 msgstr "" 
    28  
    2918#. ($Dd) 
    3019#: lib/LATMOS/Accounts/Web/Controller/About.pm:50 lib/LATMOS/Accounts/Web/Controller/About.pm:64 
     
    193182msgstr "" 
    194183 
     184#: root/html/users/passwd.tt:15 
     185msgid "Password are different" 
     186msgstr "" 
     187 
    195188#: lib/LATMOS/Accounts/Web/Controller/Tools/LoadPasswd.pm:50 
    196189msgid "Permission denied" 
     190msgstr "" 
     191 
     192#: root/html/users/passwd.tt:18 
     193msgid "Please enter password" 
    197194msgstr "" 
    198195 
  • trunk/LATMOS-Accounts-Web/lib/LATMOS/Accounts/Web/Model/AttrForms.pm

    r2057 r2078  
    102102        attrs => [ qw( 
    103103            isMainAddress 
     104            contactOnly 
    104105            expire 
    105106            telephoneNumber 
Note: See TracChangeset for help on using the changeset viewer.