Changeset 31783 for extensions/user_custom_fields
- Timestamp:
- Apr 4, 2017, 6:25:52 PM (8 years ago)
- Location:
- extensions/user_custom_fields
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/user_custom_fields/admin.tpl
r31542 r31783 172 172 173 173 <div class="titrePage"> 174 <h2>{'Manage user custom fi lds'|@translate}</h2>174 <h2>{'Manage user custom fields'|@translate}</h2> 175 175 </div> 176 176 {if isset ($addinfotemplate)} 177 177 <p class="showCreateAlbum"> 178 <a href="#" id="aip_sumit" >{'Create new custom fi lds'|@translate} </a>178 <a href="#" id="aip_sumit" >{'Create new custom fields'|@translate} </a> 179 179 </p> 180 180 <div id="add_info_edit" style="display: none;"> 181 181 <form method="post" > 182 182 <fieldset> 183 <legend><span id="leg_add">{'Create new custom fi lds'|@translate}</span><span id="leg_edit">{'Edit custom filds'|@translate}</span></legend>183 <legend><span id="leg_add">{'Create new custom fields'|@translate}</span><span id="leg_edit">{'Edit custom fields'|@translate}</span></legend> 184 184 <input id="hideid" type="hidden" name="invisibleID" value="{$addinfo_edit2.AIPID}"> 185 185 <p class="input"> -
extensions/user_custom_fields/language/en_UK/plugin.lang.php
r31542 r31783 25 25 $lang['Custom fields delete'] = 'Custom fields delete'; 26 26 $lang['Data custom fields update'] = 'Data custom fields update'; 27 $lang['Manage custom fi lds'] = 'Manage custom filds';28 $lang['Create new custom fi lds'] = 'Create new custom filds';29 $lang['Edit custom fi lds'] = 'Edit custom filds';27 $lang['Manage custom fields'] = 'Manage custom fields'; 28 $lang['Create new custom fields'] = 'Create new custom fields'; 29 $lang['Edit custom fields'] = 'Edit custom fields'; 30 30 $lang['Wording'] = 'Wording'; 31 31 $lang['Admin only'] = 'Admin only'; -
extensions/user_custom_fields/language/fr_FR/plugin.lang.php
r31542 r31783 25 25 $lang['Custom fields delete'] = 'Champs utilisateur supprimée'; 26 26 $lang['Data custom fields update'] = 'Données des champs pour l\'utilisateur mises à jour'; 27 $lang['Manage user custom fi lds'] = 'Gérer Manage custom filds';28 $lang['Create new custom fi lds'] = 'Créer un nouveau champs personnalisé';29 $lang['Edit custom fi lds'] = 'Editer champs personnalisé';27 $lang['Manage user custom fields'] = 'Gérer Manage custom fields'; 28 $lang['Create new custom fields'] = 'Créer un nouveau champs personnalisé'; 29 $lang['Edit custom fields'] = 'Éditer champs personnalisé'; 30 30 $lang['Wording'] = 'Libellé'; 31 31 $lang['Admin only'] = 'Seulement l\'administrateur';
Note: See TracChangeset
for help on using the changeset viewer.