Changeset 256:2f437b678a6f
- Timestamp:
- 05/13/11 10:33:19 (14 years ago)
- Branch:
- default
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/media.php
r241 r256 337 337 echo 338 338 '<div class="col"><h3 id="add-file">'.__('Add files').'</h3>'. 339 '<p class="form-note info">'.__('Please take care to publish media that you own and that are not protected by copyright.').'</p>'.339 '<p>'.__('Please take care to publish media that you own and that are not protected by copyright.').'</p>'. 340 340 '<form id="media-upload" class="clear" action="'.html::escapeURL($page_url).'" method="post" enctype="multipart/form-data">'. 341 341 '<div>'.form::hidden(array('MAX_FILE_SIZE'),DC_MAX_UPLOAD_SIZE). … … 349 349 '<p><label for="upfilepriv" class="classic">'.form::checkbox(array('upfilepriv','upfilepriv'),1).' '. 350 350 __('Private').'</label></p>'. 351 '<p class="form-help info">'.__('To send several files at the same time, you can activate the enhanced uploader in'). 352 '<a href="preferences.php?tab=user-options"> '.__('My preferences').'</a></p>'. 351 353 '<p><input type="submit" value="'.__('send').'" />'. 352 354 form::hidden(array('d'),$d).'</p>'. -
locales/fr/main.po
r255 r256 1213 1213 msgstr "Privé" 1214 1214 1215 msgid "To send several files at the same time, you can activate the enhanced uploader in" 1216 msgstr "Pour envoyer plusieurs fichiers à la fois, vous pouvez activer l'interface avancée dans" 1217 1215 1218 msgid "send" 1216 1219 msgstr "envoyer"
Note: See TracChangeset
for help on using the changeset viewer.