Changeset 50237 in spip-zone
- Timestamp:
- Aug 4, 2011, 7:18:16 AM (10 years ago)
- Location:
- _plugins_/contacts_et_organisations
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/contacts_et_organisations/lang/contacts_fr.php
r49256 r50237 39 39 'contact_voir' => 'Voir', 40 40 'contacts' => 'Contacts', 41 'contacts_un' => 'Un contact', 41 42 'contacts_nb' => '@nb@ contacts', 42 43 'creer_auteur_contact' => 'Créer un nouvel auteur et le lier à ce contact', -
_plugins_/contacts_et_organisations/prive/exec/repertoire.html
r47056 r50237 7 7 8 8 <div class="cadre cadre-r cadre_padding"> 9 <BOUCLE_nb_organisations(ORGANISATIONS){tout}> </BOUCLE_nb_organisations>[(#GRAND_TOTAL|singulier_ou_pluriel{'contacts:organisation ', 'contacts:organisations_nb'})<br />]</B_nb_organisations>10 <BOUCLE_nb_contacts(CONTACTS){tout}> </BOUCLE_nb_contacts>[(#GRAND_TOTAL|singulier_ou_pluriel{'contacts:contact ', 'contacts:contacts_nb'})<br />]</B_nb_contacts>9 <BOUCLE_nb_organisations(ORGANISATIONS){tout}> </BOUCLE_nb_organisations>[(#GRAND_TOTAL|singulier_ou_pluriel{'contacts:organisation_un', 'contacts:organisations_nb'})<br />]</B_nb_organisations> 10 <BOUCLE_nb_contacts(CONTACTS){tout}> </BOUCLE_nb_contacts>[(#GRAND_TOTAL|singulier_ou_pluriel{'contacts:contact_un', 'contacts:contacts_nb'})<br />]</B_nb_contacts> 11 11 </div> 12 12 <!--/#navigation-->
Note: See TracChangeset
for help on using the changeset viewer.