Dotclear

Changeset 1848:b6aeda068a05


Ignore:
Timestamp:
09/14/13 09:30:52 (11 years ago)
Author:
Anne Kozlika <kozlika@…>
Branch:
default
Message:

Améliorations sur la page blog_pref

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • admin/blog_pref.php

    r1846 r1848  
    394394     '</p>'. 
    395395 
    396      '<p><label for="note_title_tag">'.__('Note title HTML tag:').'</label>'. 
     396     '<p><label for="note_title_tag">'.__('HTML tag for the title of the notes on the blog:').'</label>'. 
    397397     form::combo('note_title_tag',$note_title_tag_combo,$blog_settings->system->note_title_tag). 
    398398     '</p>'. 
     
    403403 
    404404     echo 
    405           '<p class="form-note">'.__('XML/RPC interface allows you to edit your blog with an external client.').'</p>';  
     405          '<p class="form-note info">'.__('XML/RPC interface allows you to edit your blog with an external client.').'</p>';  
    406406 
    407407     if ($blog_settings->system->enable_xmlrpc) { 
     
    509509     '<div class="col">'. 
    510510     '<h5>'.__('Generated image sizes (in pixels)').'</h5>'. 
    511      '<p class="field"><label for="media_img_t_size">'.__('Thumbnails:').'</label> '. 
     511     '<p class="field"><label for="media_img_t_size">Thumbnail</label> '. 
    512512     form::field('media_img_t_size',3,3,$blog_settings->system->media_img_t_size).'</p>'. 
    513513      
    514      '<p class="field"><label for="media_img_s_size">'.__('Small:').'</label> '. 
     514     '<p class="field"><label for="media_img_s_size">Small</label> '. 
    515515     form::field('media_img_s_size',3,3,$blog_settings->system->media_img_s_size).'</p>'. 
    516516      
    517      '<p class="field"><label for="media_img_m_size">'.__('Medium:').'</label> '. 
     517     '<p class="field"><label for="media_img_m_size">Medium</label> '. 
    518518     form::field('media_img_m_size',3,3,$blog_settings->system->media_img_m_size).'</p>'. 
    519519     '</div>'. 
     
    521521     '<div class="col">'. 
    522522     '<h5>'.__('Default image insertion attributes').'</h5>'. 
    523      '<p class="field"><label for="media_img_title_pattern">'.__('Inserted image title').'</label>'. 
    524      form::combo('media_img_title_pattern',$img_title_combo,html::escapeHTML($blog_settings->system->media_img_title_pattern)).'</p>'. 
    525      '<p class="form-note">'.__('This defines image tag title when you insert it in a post from the media manager. It is retrieved from the picture\'s metadata.').'</p>'. 
    526      '<p><label for="media_img_use_dto_first" class="classic">'. 
     523     '<p class="vertical-separator"><label for="media_img_title_pattern">'.__('Inserted image title').'</label>'. 
     524     form::combo('media_img_title_pattern',$img_title_combo,html::escapeHTML($blog_settings->system->media_img_title_pattern)).' '. 
     525     '<label for="media_img_use_dto_first" class="classic">'. 
    527526     form::checkbox('media_img_use_dto_first','1',$blog_settings->system->media_img_use_dto_first). 
    528527     __('Use original media date if possible').'</label></p>'. 
    529  
    530      '<p class="field"><label for="media_img_default_size">'.__('Image size:').'</label>'. 
     528     '<p class="form-note info">'.__('It is retrieved from the picture\'s metadata.').'</p>'. 
     529 
     530     '<p class="field vertical-separator"><label for="media_img_default_size">'.__('Size of inserted image:').'</label>'. 
    531531     form::combo('media_img_default_size',$img_default_size_combo, 
    532532          (html::escapeHTML($blog_settings->system->media_img_default_size) != '' ? html::escapeHTML($blog_settings->system->media_img_default_size) : 'm')). 
  • admin/style/default.css

    r1842 r1848  
    596596     background-image: -moz-linear-gradient(top,  #f5f5f5,  #dfdfdf); 
    597597     background-color: #eee; 
     598     border: 1px solid #ccc; 
    598599     text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); 
    599600     } 
     
    14081409          } 
    14091410/* ------------------------------------------------------------------- blog_pref.php */ 
     1411#media_img_title_pattern { 
     1412     margin-right: 1em; 
     1413     } 
    14101414.user-perm { 
    14111415     margin: 2em 0px; 
  • locales/fr/main.po

    r1846 r1848  
    281281msgstr "Format d'URL des nouveaux billets :" 
    282282 
    283 msgid "Note title HTML tag:" 
    284 msgstr "Balise HTML pour le titre des notes :" 
     283msgid "HTML tag for the title of the notes on the blog:" 
     284msgstr "Balise HTML pour le titre des notes sur le blog :" 
    285285 
    286286msgid "Note" 
     
    359359 
    360360msgid "Generated image sizes (in pixels)" 
    361 msgstr "Tailles des images générées (en pixels)" 
     361msgstr "Tailles des miniatures générées (largeur en pixels)" 
    362362 
    363363msgid "Thumbnails:" 
     
    373373msgstr "Titres des images insérées" 
    374374 
    375 msgid "This defines image tag title when you insert it in a post from the media manager. It is retrieved from the picture's metadata." 
    376 msgstr "Ceci définit le titre de la balise d'une image insérée depuis la médiathèque. Les informations sont obtenues depuis les métadonnées de l'image." 
     375msgid "It is retrieved from the picture's metadata." 
     376msgstr "Ces informations sont obtenues depuis les métadonnées de l'image." 
    377377 
    378378msgid "Use original media date if possible" 
     
    33723372msgid "Go to dashboard" 
    33733373msgstr "Tableau de bord" 
     3374 
     3375msgid "Size of inserted image:" 
     3376msgstr "Taille de l'image insérée :" 
Note: See TracChangeset for help on using the changeset viewer.

Sites map