Changeset 1587

Show
Ignore:
Timestamp:
04/07/08 10:13:21 (5 months ago)
Author:
Neal
Message:

Improved the language files a little bit.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/punbb-1.3-dev/upload/admin/categories.php

    r1533 r1587  
    283283                </div> 
    284284                <div class="frm-info"> 
    285                         <p><?php printf($lang_admin['Add category info'], '<a href="'.pun_link($pun_url['admin_forums']).'">'.strtolower($lang_admin['Forums']).'</a>') ?></p> 
     285                        <p><?php printf($lang_admin['Add category info'], '<a href="'.pun_link($pun_url['admin_forums']).'">'.$lang_admin['Add category info link text'].'</a>') ?></p> 
    286286                </div> 
    287287                <form class="frm-form" method="post" accept-charset="utf-8" action="<?php echo pun_link($pun_url['admin_categories']) ?>?action=foo"> 
  • branches/punbb-1.3-dev/upload/admin/forums.php

    r1533 r1587  
    495495                                                <label for="fld<?php echo ++$pun_page['fld_count'] ?>"> 
    496496                                                        <span class="fld-label"><?php echo $lang_admin['Redirect URL'] ?></span><br /> 
    497                                                         <span class="fld-input"><?php echo ($cur_forum['num_topics']) ? '<input type="text" id="fld'.$pun_page['fld_count'].'" name="redirect_url" size="45" maxlength="100" value="Only available in empty forums" disabled="disabled" />' : '<input type="text" id="fld'.$pun_page['fld_count'].'" name="redirect_url" size="45" maxlength="100" value="'.pun_htmlencode($cur_forum['redirect_url']).'" />'; ?></span> 
     497                                                        <span class="fld-input"><?php echo ($cur_forum['num_topics']) ? '<input type="text" id="fld'.$pun_page['fld_count'].'" name="redirect_url" size="45" maxlength="100" value="'.$lang_admin['Only for empty forums'].'" disabled="disabled" />' : '<input type="text" id="fld'.$pun_page['fld_count'].'" name="redirect_url" size="45" maxlength="100" value="'.pun_htmlencode($cur_forum['redirect_url']).'" />'; ?></span> 
    498498                                                </label> 
    499499                                        </div> 
  • branches/punbb-1.3-dev/upload/lang/English/admin.php

    r1575 r1587  
    6868'Add category head'                             =>      'Add category (create a new category at the specified position)', 
    6969'Add category info'                             =>      'Your new category will not appear on the board index page until at least one forum is added to it. To create a new forum in this category or to move an existing forum to it go to the %s page.', 
     70'Add category info link text'   =>      'forums', 
    7071'Add category'                                  =>      'Add category', // Also for submit button 
    7172'New category name'                             =>      'New category name', 
     
    247248'Sort topic start'                              =>      'Topic start', 
    248249'Redirect URL'                                  =>      'Redirect URL', 
     250'Only for empty forums'                 =>      'Only available in empty forums', 
    249251'Edit forums head'                              =>      'Edit, delete or change the position of forums', 
    250252'Edit forum details head'               =>      'Edit forum\'s details and group permissions',