Dotclear

Changeset 1964:bfde9296c3c5


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

Files:
4 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      
  • locales/en/help/post.html

    r1459 r1964  
    4646  status is <em>scheduled</em>,  it will come online at the said date and time.</dd> 
    4747   
    48   <dt>Text formating</dt> 
     48  <dt>Text formatting</dt> 
    4949  <dd>To choose the post syntax. Wiki is a simplified syntax 
    5050  and will be converted to valid xhtml&nbsp;; Unless you have a perfect 
     
    7575  entry, a number will be added to it.</dd> 
    7676   
    77   <dt>Entry lang.</dt> 
     77  <dt>Entry language</dt> 
    7878  <dd>The two character language code of your entry. It defaults to your (as a 
    7979  user) language but you can change it to whatever language code you want, ie. 
  • plugins/pages/page.php

    r1948 r1964  
    398398                         '</p>', 
    399399                    'post_lang' => 
    400                          '<p><label for="post_lang" class="ib">'.__('Page lang').'</label>'. 
     400                         '<p><label for="post_lang" class="ib">'.__('Page language').'</label>'. 
    401401                         form::combo('post_lang',$lang_combo,$post_lang). 
    402402                         '</p>', 
    403403                    'post_format' => 
    404404                         '<div>'. 
    405                          '<h5 id="label_format"><label for="post_format" class="ib">'.__('Text formating').'</label></h5>'. 
     405                         '<h5 id="label_format"><label for="post_format" class="ib">'.__('Text formatting').'</label></h5>'. 
    406406                         '<p>'.form::combo('post_format',$formaters_combo,$post_format,'maximal'). 
    407407                         '</p>'. 
     
    410410                         __('Convert to XHTML').'</a></p></div>')), 
    411411          'metas-box' => array( 
    412                'title' => __('Ordering'), 
     412               'title' => __('Filing'), 
    413413               'items' => array( 
    414414                    'post_position' =>  
Note: See TracChangeset for help on using the changeset viewer.

Sites map