Ignore:
Timestamp:
Jan 30, 2012, 11:07:09 PM (12 years ago)
Author:
ddtddt
Message:

[extensions] - delete_hit_rate - rename key language to EN

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/delete_hit_rate/initadmin.php

    r12402 r12999  
    3434                <form method="post" >
    3535                        <fieldset>
    36                                 <legend>{\'pdhr_l\'|@translate}</legend>
     36                                <legend>{\'Purge - Plugin Delete Hit/Rate\'|@translate}</legend>
    3737                                        <div style="text-align:center;">
    38                                         <input class="submit" name="plugdphphoto" type="submit" onclick="return confirm(\'{\'Are you sure?\'|@translate|@escape:\'javascript\'}\');" value="{\'pdhr_photo_h\'|@translate}" {$TAG_INPUT_ENABLED} />
    39                                         <input class="submit" name="plugdprphoto" type="submit" onclick="return confirm(\'{\'Are you sure?\'|@translate|@escape:\'javascript\'}\');" value="{\'pdhr_photo_r\'|@translate}" {$TAG_INPUT_ENABLED} />
     38                                        <input class="submit" name="plugdphphoto" type="submit" onclick="return confirm(\'{\'Are you sure?\'|@translate|@escape:\'javascript\'}\');" value="{\'Purge hit of the photo\'|@translate}" {$TAG_INPUT_ENABLED} />
     39                                        <input class="submit" name="plugdprphoto" type="submit" onclick="return confirm(\'{\'Are you sure?\'|@translate|@escape:\'javascript\'}\');" value="{\'Purge rate of the photo\'|@translate}" {$TAG_INPUT_ENABLED} />
    4040                                        </div>
    4141                        </fieldset>
     
    9595                <form method="post" >
    9696                        <fieldset>
    97                                 <legend>{\'pdhr_l\'|@translate}</legend>
     97                                <legend>{\'Purge - Plugin Delete Hit/Rate\'|@translate}</legend>
    9898                                        <div style="text-align:center;">
    99                                         <input class="submit" name="plugdphA" type="submit" onclick="return confirm(\'{\'Are you sure?\'|@translate|@escape:\'javascript\'}\');" value="{\'pdhr_album_h\'|@translate}" {$TAG_INPUT_ENABLED} />
    100                                         <input class="submit" name="plugdprA" type="submit" onclick="return confirm(\'{\'Are you sure?\'|@translate|@escape:\'javascript\'}\');" value="{\'pdhr_album_r\'|@translate}" {$TAG_INPUT_ENABLED} />
     99                                        <input class="submit" name="plugdphA" type="submit" onclick="return confirm(\'{\'Are you sure?\'|@translate|@escape:\'javascript\'}\');" value="{\'Purge hits on all pictures album\'|@translate}" {$TAG_INPUT_ENABLED} />
     100                                        <input class="submit" name="plugdprA" type="submit" onclick="return confirm(\'{\'Are you sure?\'|@translate|@escape:\'javascript\'}\');" value="{\'Purge rates on all pictures album\'|@translate}" {$TAG_INPUT_ENABLED} />
    101101                                        </div>
    102102                        </fieldset>
Note: See TracChangeset for help on using the changeset viewer.