Changeset 128
- Timestamp:
- 08/28/07 19:59:07 (17 months ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
languages/en.php (modified) (2 diffs)
-
languages/nl.php (modified) (1 diff)
-
templates/default.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/languages/en.php
r123 r128 28 28 'refresh' => "Refresh every 15 seconds", 29 29 'reorder' => "Reorder Items", 30 ' by'=> "by",30 'reorderjoiner' => "by", 31 31 'provided' => "Provided Order", 32 32 'name' => "Name", … … 43 43 'parmessage' => " Par Message: %s", 44 44 '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 N Ewzbin 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.", 46 46 'bookmarklink' => "Send to HellaWorld", 47 47 ); -
trunk/languages/nl.php
r123 r128 28 28 'refresh' => "Ververs elke 15 seconden", 29 29 'reorder' => "Hersorteer items", 30 ' by'=> "op",30 'reorderjoiner' => "op", 31 31 'provided' => "Gegeven sortering", 32 32 'name' => "Naam", -
trunk/templates/default.php
r125 r128 147 147 </span> 148 148 <?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> 150 150 <?php endif; ?> 151 151 </div>
