Fix: translation
This commit is contained in:
parent
628fbc7b7d
commit
2d7181553b
@ -197,9 +197,8 @@ if ($id > 0)
|
|||||||
|
|
||||||
|
|
||||||
print '<div class="fichecenter"><div class="fichehalfleft">';
|
print '<div class="fichecenter"><div class="fichehalfleft">';
|
||||||
//print '<table width="100%" class="notopnoleftnoright">';
|
|
||||||
//print '<tr><td valign="top" class="notopnoleft">';
|
|
||||||
|
|
||||||
|
|
||||||
print '<table class="border" width="100%">';
|
print '<table class="border" width="100%">';
|
||||||
|
|
||||||
print '<tr><td width="30%">'.$langs->trans("ThirdPartyName").'</td><td width="70%" colspan="3">';
|
print '<tr><td width="30%">'.$langs->trans("ThirdPartyName").'</td><td width="70%" colspan="3">';
|
||||||
@ -459,7 +458,7 @@ if ($id > 0)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
print $langs->trans("UserNotLinkedToMember");
|
print $langs->trans("ThirdpartyNotLinkedToMember");
|
||||||
}
|
}
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print "</tr>\n";
|
print "</tr>\n";
|
||||||
@ -469,8 +468,6 @@ if ($id > 0)
|
|||||||
|
|
||||||
|
|
||||||
print '</div><div class="fichehalfright"><div class="ficheaddleft">';
|
print '</div><div class="fichehalfright"><div class="ficheaddleft">';
|
||||||
//print "</td>\n";
|
|
||||||
//print '<td valign="top" width="50%" class="notopnoleftnoright">';
|
|
||||||
|
|
||||||
|
|
||||||
// Nbre max d'elements des petites listes
|
// Nbre max d'elements des petites listes
|
||||||
@ -807,8 +804,6 @@ if ($id > 0)
|
|||||||
|
|
||||||
print '</div></div></div>';
|
print '</div></div></div>';
|
||||||
print '<div style="clear:both"></div>';
|
print '<div style="clear:both"></div>';
|
||||||
//print "</td></tr>";
|
|
||||||
//print "</table>";
|
|
||||||
|
|
||||||
dol_fiche_end();
|
dol_fiche_end();
|
||||||
|
|
||||||
|
|||||||
@ -99,8 +99,6 @@ if ($object->fetch($id))
|
|||||||
|
|
||||||
|
|
||||||
print '<div class="fichecenter"><div class="fichehalfleft">';
|
print '<div class="fichecenter"><div class="fichehalfleft">';
|
||||||
//print '<table width="100%" class="notopnoleftnoright">';
|
|
||||||
//print '<tr><td valign="top" width="50%" class="notopnoleft">';
|
|
||||||
|
|
||||||
print '<table width="100%" class="border">';
|
print '<table width="100%" class="border">';
|
||||||
print '<tr><td width="30%">'.$langs->trans("ThirdPartyName").'</td><td width="70%" colspan="3">';
|
print '<tr><td width="30%">'.$langs->trans("ThirdPartyName").'</td><td width="70%" colspan="3">';
|
||||||
@ -263,7 +261,7 @@ if ($object->fetch($id))
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
print $langs->trans("UserNotLinkedToMember");
|
print $langs->trans("ThirdpartyNotLinkedToMember");
|
||||||
}
|
}
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print "</tr>\n";
|
print "</tr>\n";
|
||||||
@ -273,7 +271,6 @@ if ($object->fetch($id))
|
|||||||
|
|
||||||
|
|
||||||
print '</div><div class="fichehalfright"><div class="ficheaddleft">';
|
print '</div><div class="fichehalfright"><div class="ficheaddleft">';
|
||||||
//print '</td><td valign="top" width="50%" class="notopnoleftnoright">';
|
|
||||||
|
|
||||||
|
|
||||||
$var=true;
|
$var=true;
|
||||||
@ -428,8 +425,6 @@ if ($object->fetch($id))
|
|||||||
|
|
||||||
print '</div></div></div>';
|
print '</div></div></div>';
|
||||||
print '<div style="clear:both"></div>';
|
print '<div style="clear:both"></div>';
|
||||||
//print '</td></tr>';
|
|
||||||
//print '</table>' . "\n";
|
|
||||||
|
|
||||||
dol_fiche_end();
|
dol_fiche_end();
|
||||||
|
|
||||||
|
|||||||
@ -8,6 +8,7 @@ Members=Members
|
|||||||
MemberAccount=Member login
|
MemberAccount=Member login
|
||||||
ShowMember=Show member card
|
ShowMember=Show member card
|
||||||
UserNotLinkedToMember=User not linked to a member
|
UserNotLinkedToMember=User not linked to a member
|
||||||
|
ThirdpartyNotLinkedToMember=Third-party not linked to a member
|
||||||
MembersTickets=Members Tickets
|
MembersTickets=Members Tickets
|
||||||
FundationMembers=Foundation members
|
FundationMembers=Foundation members
|
||||||
Attributs=Attributes
|
Attributs=Attributes
|
||||||
|
|||||||
@ -8,6 +8,7 @@ Members=Adhérents
|
|||||||
MemberAccount=Login adhérent
|
MemberAccount=Login adhérent
|
||||||
ShowMember=Afficher fiche adhérent
|
ShowMember=Afficher fiche adhérent
|
||||||
UserNotLinkedToMember=Utilisateur non lié à un adhérent
|
UserNotLinkedToMember=Utilisateur non lié à un adhérent
|
||||||
|
ThirdpartyNotLinkedToMember=Tiers non lié à un adhérent
|
||||||
MembersTickets=Étiquettes d'adhérents
|
MembersTickets=Étiquettes d'adhérents
|
||||||
FundationMembers=Membres de l'association
|
FundationMembers=Membres de l'association
|
||||||
Attributs=Attributs
|
Attributs=Attributs
|
||||||
|
|||||||
@ -618,7 +618,7 @@ abstract class ActionsCardCommon
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$this->tpl['linked_member'] = $langs->trans("UserNotLinkedToMember");
|
$this->tpl['linked_member'] = $langs->trans("ThirdpartyNotLinkedToMember");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1793,7 +1793,7 @@ else
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
print $langs->trans("UserNotLinkedToMember");
|
print $langs->trans("ThirdpartyNotLinkedToMember");
|
||||||
}
|
}
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print "</tr>\n";
|
print "</tr>\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user