Dotclear

Changeset 1964:bfde9296c3c5 for admin


Ignore:
Timestamp:
09/19/13 22:38:09 (12 years ago)
Author:
Krazy Kitty <krazykitty@…>
Branch:
languages
Children:
1965:69570ca58430, 3664:15724267e09b
Message:

A few English language modifications to posts and pages. Only modified the .php and corresponding .html, did not touch the .po

Location:
admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • admin/post.php

    r1941 r1964  
    447447                         '</p>', 
    448448                    'post_lang' => 
    449                          '<p><label for="post_lang" class="ib">'.__('Entry lang').'</label>'. 
     449                         '<p><label for="post_lang" class="ib">'.__('Entry language').'</label>'. 
    450450                         form::combo('post_lang',$lang_combo,$post_lang). 
    451451                         '</p>', 
    452452                    'post_format' => 
    453453                         '<div>'. 
    454                          '<h5 id="label_format"><label for="post_format" class="ib">'.__('Text formating').'</label></h5>'. 
     454                         '<h5 id="label_format"><label for="post_format" class="ib">'.__('Text formatting').'</label></h5>'. 
    455455                         '<p>'.form::combo('post_format',$formaters_combo,$post_format,'maximal'). 
    456456                         '</p>'. 
     
    459459                         __('Convert to XHTML').'</a></p></div>')), 
    460460          'metas-box' => array( 
    461                'title' => __('Ordering'), 
     461               'title' => __('Filing'), 
    462462               'items' => array( 
    463463                    'post_selected' =>  
  • admin/posts_actions.php

    r1719 r1964  
    462462     $fields->getEntries(). 
    463463      
    464      '<p><label for="new_lang" class="classic">'.__('Entry lang:').'</label> '. 
     464     '<p><label for="new_lang" class="classic">'.__('Entry language:').'</label> '. 
    465465     form::combo('new_lang',$lang_combo,''); 
    466466      
Note: See TracChangeset for help on using the changeset viewer.

Sites map