Changeset 128

Show
Ignore:
Timestamp:
08/28/07 19:59:07 (17 months ago)
Author:
chris
Message:

Corrected some language things to aid translation

Location:
trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/languages/en.php

    r123 r128  
    2828                'refresh'               => "Refresh every 15 seconds", 
    2929                'reorder'               => "Reorder Items", 
    30                 'by'                    => "by", 
     30                'reorderjoiner' => "by", 
    3131                'provided'              => "Provided Order", 
    3232                'name'                  => "Name", 
     
    4343                'parmessage'    => " Par Message: %s", 
    4444                'bookmarktitle' => "HellaWorld Bookmarklet", 
    45                 'bookmarktext'  => "Right click on this link and bookmark it, or drag it to your bookmarks/favorites to create a Newzbin shortcut. Clicking on this shortcut when on a NEwzbin article will add the NZB to HellaNZB's queue.", 
     45                'bookmarktext'  => "Right click on this link and bookmark it, or drag it to your bookmarks/favorites to create a Newzbin shortcut. Clicking on this shortcut when on a Newzbin article will add the NZB to HellaNZB's queue.", 
    4646                'bookmarklink'  => "Send to HellaWorld", 
    4747        ); 
  • trunk/languages/nl.php

    r123 r128  
    2828        'refresh'        => "Ververs elke 15 seconden", 
    2929        'reorder'        => "Hersorteer items", 
    30         'by'            => "op", 
     30        'reorderjoiner'  => "op", 
    3131        'provided'        => "Gegeven sortering", 
    3232        'name'            => "Naam", 
  • trunk/templates/default.php

    r125 r128  
    147147                                        </span> 
    148148                                        <?php if ($c->queueLength > 0): ?> 
    149                                         <input type="submit" name="reorder" value="<?php echo $lang['reorder']; ?>" /> <?php echo $lang['by']; ?> <select name="sorttype" id="sorttype" onchange="showstatus(this);"><option value="1"><?php echo $lang['provided']; ?></option><option value="2"><?php echo $lang['name']; ?></option><option value="3"><?php echo $lang['size']; ?></option></select> <select name="sortdirection" id="sortdirection"><option value="1"><?php echo $lang['ascending']; ?></option><option value="2"><?php echo $lang['descending']; ?></option></select> 
     149                                        <input type="submit" name="reorder" value="<?php echo $lang['reorder']; ?>" /> <?php echo $lang['reorderjoiner']; ?> <select name="sorttype" id="sorttype" onchange="showstatus(this);"><option value="1"><?php echo $lang['provided']; ?></option><option value="2"><?php echo $lang['name']; ?></option><option value="3"><?php echo $lang['size']; ?></option></select> <select name="sortdirection" id="sortdirection"><option value="1"><?php echo $lang['ascending']; ?></option><option value="2"><?php echo $lang['descending']; ?></option></select> 
    150150                                        <?php endif; ?> 
    151151                                </div>