Changeset 61032 in spip-zone
- Timestamp:
- May 6, 2012, 5:30:28 PM (9 years ago)
- Location:
- _core_/plugins/mediabox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_core_/plugins/mediabox/lang/mediabox_fr.php
r56990 r61032 9 9 'bouton_reinitialiser' => 'Réinitialiser', 10 10 'boxstr_close' => 'Fermer', 11 'boxstr_current' => ' {current}/{total}',11 'boxstr_current' => '@current@/@total@', 12 12 'boxstr_next' => 'Suivant', 13 13 'boxstr_previous' => 'Précédent', -
_core_/plugins/mediabox/mediabox_pipelines.php
r53377 r61032 70 70 .'",str_ssStart:"'.unicode2charset(html2unicode(_T('mediabox:boxstr_slideshowStart'))) 71 71 .'",str_ssStop:"'.unicode2charset(html2unicode(_T('mediabox:boxstr_slideshowStop'))) 72 .'",str_cur:"'._T('mediabox:boxstr_current' )72 .'",str_cur:"'._T('mediabox:boxstr_current', array('current'=>'{current}', 'total'=>'{total}')) 73 73 .'",str_prev:"'._T('mediabox:boxstr_previous') 74 74 .'",str_next:"'._T('mediabox:boxstr_next') -
_core_/plugins/mediabox/paquet.xml
r60184 r61032 2 2 prefix="mediabox" 3 3 categorie="multimedia" 4 version="0.8. 0"4 version="0.8.1" 5 5 etat="stable" 6 6 compatibilite="[3.0.0-alpha2;["
Note: See TracChangeset
for help on using the changeset viewer.