Changeset 1964:bfde9296c3c5
- Timestamp:
- 09/19/13 22:38:09 (12 years ago)
- Branch:
- languages
- Children:
- 1965:69570ca58430, 3664:15724267e09b
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/post.php
r1941 r1964 447 447 '</p>', 448 448 'post_lang' => 449 '<p><label for="post_lang" class="ib">'.__('Entry lang ').'</label>'.449 '<p><label for="post_lang" class="ib">'.__('Entry language').'</label>'. 450 450 form::combo('post_lang',$lang_combo,$post_lang). 451 451 '</p>', 452 452 'post_format' => 453 453 '<div>'. 454 '<h5 id="label_format"><label for="post_format" class="ib">'.__('Text format ing').'</label></h5>'.454 '<h5 id="label_format"><label for="post_format" class="ib">'.__('Text formatting').'</label></h5>'. 455 455 '<p>'.form::combo('post_format',$formaters_combo,$post_format,'maximal'). 456 456 '</p>'. … … 459 459 __('Convert to XHTML').'</a></p></div>')), 460 460 'metas-box' => array( 461 'title' => __(' Ordering'),461 'title' => __('Filing'), 462 462 'items' => array( 463 463 'post_selected' => -
admin/posts_actions.php
r1719 r1964 462 462 $fields->getEntries(). 463 463 464 '<p><label for="new_lang" class="classic">'.__('Entry lang :').'</label> '.464 '<p><label for="new_lang" class="classic">'.__('Entry language:').'</label> '. 465 465 form::combo('new_lang',$lang_combo,''); 466 466 -
locales/en/help/post.html
r1459 r1964 46 46 status is <em>scheduled</em>, it will come online at the said date and time.</dd> 47 47 48 <dt>Text format ing</dt>48 <dt>Text formatting</dt> 49 49 <dd>To choose the post syntax. Wiki is a simplified syntax 50 50 and will be converted to valid xhtml ; Unless you have a perfect … … 75 75 entry, a number will be added to it.</dd> 76 76 77 <dt>Entry lang .</dt>77 <dt>Entry language</dt> 78 78 <dd>The two character language code of your entry. It defaults to your (as a 79 79 user) language but you can change it to whatever language code you want, ie. -
plugins/pages/page.php
r1948 r1964 398 398 '</p>', 399 399 'post_lang' => 400 '<p><label for="post_lang" class="ib">'.__('Page lang ').'</label>'.400 '<p><label for="post_lang" class="ib">'.__('Page language').'</label>'. 401 401 form::combo('post_lang',$lang_combo,$post_lang). 402 402 '</p>', 403 403 'post_format' => 404 404 '<div>'. 405 '<h5 id="label_format"><label for="post_format" class="ib">'.__('Text format ing').'</label></h5>'.405 '<h5 id="label_format"><label for="post_format" class="ib">'.__('Text formatting').'</label></h5>'. 406 406 '<p>'.form::combo('post_format',$formaters_combo,$post_format,'maximal'). 407 407 '</p>'. … … 410 410 __('Convert to XHTML').'</a></p></div>')), 411 411 'metas-box' => array( 412 'title' => __(' Ordering'),412 'title' => __('Filing'), 413 413 'items' => array( 414 414 'post_position' =>
Note: See TracChangeset
for help on using the changeset viewer.