Changeset 36834

Show
Ignore:
Timestamp:
03/30/08 10:03:01 (4 months ago)
Author:
GamerZ
Message:

so that it looks nice on WP2.5

Location:
wp-useronline/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • wp-useronline/trunk/useronline-options.php

    r35339 r36834  
    184184<div class="wrap">  
    185185      <h2><?php _e('Useronline Options', 'wp-useronline'); ?></h2> 
    186       <p class="submit"> 
    187             <input type="submit" name="Submit" class="button" value="<?php _e('Update Options &raquo;', 'wp-useronline'); ?>" /> 
    188       </p> 
    189       <fieldset class="options"> 
    190             <legend><?php _e('Useronline Options', 'wp-useronline'); ?></legend> 
    191             <table width="100%"  border="0" cellspacing="3" cellpadding="3"> 
    192                    <tr valign="top"> 
    193                         <th align="left" width="30%"><?php _e('Time Out', 'wp-useronline'); ?></th> 
    194                         <td align="left"> 
    195                               <input type="text" name="useronline_timeout" value="<?php echo get_option('useronline_timeout'); ?>" size="4" /><br /><?php _e('How long till it will remove the user from the database (In seconds).', 'wp-useronline'); ?> 
    196                         </td> 
    197                   </tr> 
    198                    <tr valign="top"> 
    199                         <th align="left" width="30%"><?php _e('UserOnline URL', 'wp-useronline'); ?></th> 
    200                         <td align="left"> 
    201                               <input type="text" name="useronline_url" value="<?php echo get_option('useronline_url'); ?>" size="50" /><br /><?php _e('URL To UserOnline Page (leave blank if you do not want to link it to the UserOnline Page)<br />Example: http://www.yoursite.com/blogs/useronline/<br />Example: http://www.yoursite.com/blogs/?page_id=2', 'wp-useronline'); ?> 
    202                         </td> 
    203                   </tr> 
    204                   <tr valign="top">  
    205                         <th align="left" width="30%"><?php _e('Bots Name/User Agent', 'wp-useronline'); ?></th> 
    206                         <td align="left"> 
    207                               <?php _e('Here are a list of bots and their partial browser agents.<br />On the left column will be the <strong>Bot\'s Name</strong> and on the right column will be their <strong>Partial Browser Agent</strong>.<br />Start each entry on a new line.', 'wp-useronline'); ?> 
    208                               <br /><br /> 
    209                               <textarea cols="20" rows="30" name="useronline_bots_name"><?php echo $useronline_options_bots_name; ?></textarea> 
    210                               <textarea cols="20" rows="30" name="useronline_bots_agent"><?php echo $useronline_options_bots_agent; ?></textarea>                                    
    211                         </td>  
    212                   </tr> 
    213                   <tr valign="top">  
    214                               <td width="30%" align="left"> 
    215                                     <strong><?php _e('Naming Conventions:', 'wp-useronline'); ?></strong><br /><br /><br /> 
    216                                     <?php _e('Allowed Variables:', 'wp-useronline'); ?><br />    
    217                                     - %USERONLINE_COUNT%<br /><br /> 
    218                                     <input type="button" name="RestoreDefault" value="<?php _e('Restore Default Template', 'wp-useronline'); ?>" onclick="useronline_default_naming();" class="button" /> 
    219                               </td> 
    220                         <td align="left"> 
    221                               <table width="100%"  border="0" cellspacing="3" cellpadding="3"> 
     186      <h3><?php _e('Useronline Options', 'wp-useronline'); ?></h3> 
     187      <table class="form-table"> 
     188             <tr> 
     189                  <th scope="row" valign="top"><?php _e('Time Out', 'wp-useronline'); ?></th> 
     190                  <td> 
     191                        <input type="text" name="useronline_timeout" value="<?php echo get_option('useronline_timeout'); ?>" size="4" /><br /><?php _e('How long till it will remove the user from the database (In seconds).', 'wp-useronline'); ?> 
     192                  </td> 
     193            </tr> 
     194             <tr> 
     195                  <th scope="row" valign="top"><?php _e('UserOnline URL', 'wp-useronline'); ?></th> 
     196                  <td> 
     197                        <input type="text" name="useronline_url" value="<?php echo get_option('useronline_url'); ?>" size="50" /><br /><?php _e('URL To UserOnline Page (leave blank if you do not want to link it to the UserOnline Page)<br />Example: http://www.yoursite.com/blogs/useronline/<br />Example: http://www.yoursite.com/blogs/?page_id=2', 'wp-useronline'); ?> 
     198                  </td> 
     199            </tr> 
     200            <tr>  
     201                  <th scope="row" valign="top"><?php _e('Bots Name/User Agent', 'wp-useronline'); ?></th> 
     202                  <td> 
     203                        <?php _e('Here are a list of bots and their partial browser agents.<br />On the left column will be the <strong>Bot\'s Name</strong> and on the right column will be their <strong>Partial Browser Agent</strong>.<br />Start each entry on a new line.', 'wp-useronline'); ?> 
     204                        <br /><br /> 
     205                        <textarea cols="20" rows="30" name="useronline_bots_name"><?php echo $useronline_options_bots_name; ?></textarea> 
     206                        <textarea cols="20" rows="30" name="useronline_bots_agent"><?php echo $useronline_options_bots_agent; ?></textarea>                                    
     207                  </td>  
     208            </tr> 
     209            <tr>  
     210                  <td width="30%"> 
     211                        <strong><?php _e('Naming Conventions:', 'wp-useronline'); ?></strong><br /><br /><br /> 
     212                        <?php _e('Allowed Variables:', 'wp-useronline'); ?><br />    
     213                        - %USERONLINE_COUNT%<br /><br /> 
     214                        <input type="button" name="RestoreDefault" value="<?php _e('Restore Default Template', 'wp-useronline'); ?>" onclick="useronline_default_naming();" class="button" /> 
     215                  </td> 
     216                  <td> 
     217                        <table class="form-table"> 
     218                              <thead> 
    222219                                     <tr> 
    223220                                          <th><?php _e('Singular Form', 'wp-useronline'); ?></th> 
    224221                                          <th><?php _e('Plural Form', 'wp-useronline'); ?></th> 
    225222                                     </tr> 
     223                               </thead> 
     224                               <tbody> 
    226225                                     <tr> 
    227226                                          <td><input type="text" id="useronline_naming_user" name="useronline_naming_user" value="<?php echo stripslashes($useronline_options_naming['user']); ?>" size="20" /></td> 
     
    240239                                          <td><input type="text" id="useronline_naming_bots" name="useronline_naming_bots" value="<?php echo stripslashes($useronline_options_naming['bots']); ?>" size="40" /></td> 
    241240                                     </tr> 
    242                               </table> 
    243                         </td>  
    244                   </tr> 
    245             </table> 
    246       </fieldset> 
    247       <fieldset class="options"> 
    248             <legend><?php _e('Useronline Templates', 'wp-useronline'); ?></legend> 
    249             <table width="100%"  border="0" cellspacing="3" cellpadding="3"> 
    250                    <tr valign="top"> 
    251                         <td width="30%" align="left"> 
    252                               <strong><?php _e('User(s) Online:', 'wp-useronline'); ?></strong><br /><br /><br /> 
    253                               <?php _e('Allowed Variables:', 'wp-useronline'); ?><br />    
    254                               - %USERONLINE_USERS%<br /> 
    255                               - %USERONLINE_PAGE_URL%<br /> 
    256                               - %USERONLINE_MOSTONLINE_COUNT%<br /> 
    257                               - %USERONLINE_MOSTONLINE_DATE%<br /><br /> 
    258                               <input type="button" name="RestoreDefault" value="<?php _e('Restore Default Template', 'wp-useronline'); ?>" onclick="useronline_default_templates('useronline');" class="button" /> 
    259                         </td> 
    260                         <td align="left"><textarea cols="80" rows="12" id="useronline_template_useronline" name="useronline_template_useronline"><?php echo htmlspecialchars(stripslashes(get_option('useronline_template_useronline'))); ?></textarea></td> 
    261                   </tr> 
    262                    <tr valign="top"> 
    263                         <td width="30%" align="left"> 
    264                               <strong><?php _e('User(s) Browsing Site:', 'wp-useronline'); ?></strong><br /><br /><br /> 
    265                               <?php _e('Allowed Variables:', 'wp-useronline'); ?><br />    
    266                               - %USERONLINE_USERS%<br />                             
    267                               - %USERONLINE_MEMBERS%<br /> 
    268                               - %USERONLINE_MEMBER_NAMES%<br /> 
    269                               - %USERONLINE_GUESTS_SEPERATOR%<br />      
    270                               - %USERONLINE_GUESTS%<br /> 
    271                               - %USERONLINE_BOTS_SEPERATOR%<br /> 
    272                               - %USERONLINE_BOTS%<br /><br /> 
    273                               <input type="button" name="RestoreDefault" value="<?php _e('Restore Default Template', 'wp-useronline'); ?>" onclick="useronline_default_browsing_site();" class="button" /> 
    274                         </td> 
    275                         <td align="left"> 
    276                               <table width="90%"  border="0" cellspacing="3" cellpadding="3"> 
     241                               </tbody> 
     242                        </table> 
     243                        <br /> 
     244                  </td>  
     245            </tr> 
     246      </table> 
     247 
     248      <h3><?php _e('Useronline Templates', 'wp-useronline'); ?></h3> 
     249      <table class="form-table"> 
     250             <tr> 
     251                  <td width="30%"> 
     252                        <strong><?php _e('User(s) Online:', 'wp-useronline'); ?></strong><br /><br /><br /> 
     253                        <?php _e('Allowed Variables:', 'wp-useronline'); ?><br />    
     254                        - %USERONLINE_USERS%<br /> 
     255                        - %USERONLINE_PAGE_URL%<br /> 
     256                        - %USERONLINE_MOSTONLINE_COUNT%<br /> 
     257                        - %USERONLINE_MOSTONLINE_DATE%<br /><br /> 
     258                        <input type="button" name="RestoreDefault" value="<?php _e('Restore Default Template', 'wp-useronline'); ?>" onclick="useronline_default_templates('useronline');" class="button" /> 
     259                  </td> 
     260                  <td><textarea cols="80" rows="12" id="useronline_template_useronline" name="useronline_template_useronline"><?php echo htmlspecialchars(stripslashes(get_option('useronline_template_useronline'))); ?></textarea></td> 
     261            </tr> 
     262             <tr> 
     263                  <td width="30%"> 
     264                        <strong><?php _e('User(s) Browsing Site:', 'wp-useronline'); ?></strong><br /><br /><br /> 
     265                        <?php _e('Allowed Variables:', 'wp-useronline'); ?><br />    
     266                        - %USERONLINE_USERS%<br />                             
     267                        - %USERONLINE_MEMBERS%<br /> 
     268                        - %USERONLINE_MEMBER_NAMES%<br /> 
     269                        - %USERONLINE_GUESTS_SEPERATOR%<br />      
     270                        - %USERONLINE_GUESTS%<br /> 
     271                        - %USERONLINE_BOTS_SEPERATOR%<br /> 
     272                        - %USERONLINE_BOTS%<br /><br /> 
     273                        <input type="button" name="RestoreDefault" value="<?php _e('Restore Default Template', 'wp-useronline'); ?>" onclick="useronline_default_browsing_site();" class="button" /> 
     274                  </td> 
     275                  <td> 
     276                        <table class="form-table"> 
     277                              <thead> 
    277278                                     <tr> 
    278279                                          <th><?php _e('Member Names Separator', 'wp-useronline'); ?></th> 
     
    280281                                          <th><?php _e('Bots Separator', 'wp-useronline'); ?></th> 
    281282                                     </tr> 
    282                                      <tr> 
    283                                           <td><input type="text" id="useronline_separator_browsingsite_members" name="useronline_separator_browsingsite_members" value="<?php echo stripslashes($useronline_template_browsingsite[0]); ?>" size="15" /></td> 
    284                                           <td><input type="text" id="useronline_separator_browsingsite_guests" name="useronline_separator_browsingsite_guests" value="<?php echo stripslashes($useronline_template_browsingsite[1]); ?>" size="15" /></td> 
    285                                           <td><input type="text" id="useronline_separator_browsingsite_bots" name="useronline_separator_browsingsite_bots" value="<?php echo stripslashes($useronline_template_browsingsite[2]); ?>" size="15" /></td> 
    286                                      </tr> 
    287                               </table> 
    288                               <textarea cols="80" rows="12" id="useronline_template_browsingsite" name="useronline_template_browsingsite"><?php echo htmlspecialchars(stripslashes($useronline_template_browsingsite[3])); ?></textarea> 
    289                         </td> 
    290                   </tr> 
    291              <tr valign="top"> 
    292                         <td width="30%" align="left"> 
    293                               <strong><?php _e('User(s) Browsing Page:', 'wp-useronline'); ?></strong><br /><br /><br /> 
    294                               <?php _e('Allowed Variables:', 'wp-useronline'); ?><br />    
    295                               - %USERONLINE_USERS%<br />                             
    296                               - %USERONLINE_MEMBERS%<br /> 
    297                               - %USERONLINE_MEMBER_NAMES%<br /> 
    298                               - %USERONLINE_GUESTS_SEPERATOR%<br />      
    299                               - %USERONLINE_GUESTS%<br /> 
    300                               - %USERONLINE_BOTS_SEPERATOR%<br /> 
    301                               - %USERONLINE_BOTS%<br /><br /> 
    302                               <input type="button" name="RestoreDefault" value="<?php _e('Restore Default Template', 'wp-useronline'); ?>" onclick="useronline_default_browsing_page();" class="button" /> 
    303                         </td> 
    304                         <td align="left"> 
    305                               <table width="90%"  border="0" cellspacing="3" cellpadding="3"> 
     283                               </thead> 
     284                               <tr> 
     285                                    <td><input type="text" id="useronline_separator_browsingsite_members" name="useronline_separator_browsingsite_members" value="<?php echo stripslashes($useronline_template_browsingsite[0]); ?>" size="15" /></td> 
     286                                    <td><input type="text" id="useronline_separator_browsingsite_guests" name="useronline_separator_browsingsite_guests" value="<?php echo stripslashes($useronline_template_browsingsite[1]); ?>" size="15" /></td> 
     287                                    <td><input type="text" id="useronline_separator_browsingsite_bots" name="useronline_separator_browsingsite_bots" value="<?php echo stripslashes($useronline_template_browsingsite[2]); ?>" size="15" /></td> 
     288                               </tr> 
     289                        </table> 
     290                        <br /> 
     291                        <textarea cols="80" rows="12" id="useronline_template_browsingsite" name="useronline_template_browsingsite"><?php echo htmlspecialchars(stripslashes($useronline_template_browsingsite[3])); ?></textarea> 
     292                  </td> 
     293            </tr> 
     294            <tr> 
     295                  <td width="30%"> 
     296                        <strong><?php _e('User(s) Browsing Page:', 'wp-useronline'); ?></strong><br /><br /><br /> 
     297                        <?php _e('Allowed Variables:', 'wp-useronline'); ?><br />    
     298                        - %USERONLINE_USERS%<br />                             
     299                        - %USERONLINE_MEMBERS%<br /> 
     300                        - %USERONLINE_MEMBER_NAMES%<br /> 
     301                        - %USERONLINE_GUESTS_SEPERATOR%<br />      
     302                        - %USERONLINE_GUESTS%<br /> 
     303                        - %USERONLINE_BOTS_SEPERATOR%<br /> 
     304                        - %USERONLINE_BOTS%<br /><br /> 
     305                        <input type="button" name="RestoreDefault" value="<?php _e('Restore Default Template', 'wp-useronline'); ?>" onclick="useronline_default_browsing_page();" class="button" /> 
     306                  </td> 
     307                  <td> 
     308                        <table class="form-table"> 
     309                              <thead> 
    306310                                     <tr> 
    307311                                          <th><?php _e('Member Names Separator', 'wp-useronline'); ?></th> 
     
    309313                                          <th><?php _e('Bots Separator', 'wp-useronline'); ?></th> 
    310314                                     </tr> 
    311                                      <tr> 
    312                                           <td><input type="text" id="useronline_separator_browsingpage_members" name="useronline_separator_browsingpage_members" value="<?php echo stripslashes($useronline_template_browsingpage[0]); ?>" size="15" /></td> 
    313                                           <td><input type="text" id="useronline_separator_browsingpage_guests" name="useronline_separator_browsingpage_guests" value="<?php echo stripslashes($useronline_template_browsingpage[1]); ?>" size="15" /></td> 
    314                                           <td><input type="text" id="useronline_separator_browsingpage_bots" name="useronline_separator_browsingpage_bots" value="<?php echo stripslashes($useronline_template_browsingpage[2]); ?>" size="15" /></td> 
    315                                      </tr> 
    316                               </table> 
    317                               <textarea cols="80" rows="12" id="useronline_template_browsingpage" name="useronline_template_browsingpage"><?php echo htmlspecialchars(stripslashes($useronline_template_browsingpage[3])); ?></textarea> 
    318                         </td> 
    319                   </tr> 
    320             </table> 
    321       </fieldset> 
     315                               </thead> 
     316                               <tr> 
     317                                    <td><input type="text" id="useronline_separator_browsingpage_members" name="useronline_separator_browsingpage_members" value="<?php echo stripslashes($useronline_template_browsingpage[0]); ?>" size="15" /></td> 
     318                                    <td><input type="text" id="useronline_separator_browsingpage_guests" name="useronline_separator_browsingpage_guests" value="<?php echo stripslashes($useronline_template_browsingpage[1]); ?>" size="15" /></td> 
     319                                    <td><input type="text" id="useronline_separator_browsingpage_bots" name="useronline_separator_browsingpage_bots" value="<?php echo stripslashes($useronline_template_browsingpage[2]); ?>" size="15" /></td> 
     320                               </tr> 
     321                        </table> 
     322                        <br /> 
     323                        <textarea cols="80" rows="12" id="useronline_template_browsingpage" name="useronline_template_browsingpage"><?php echo htmlspecialchars(stripslashes($useronline_template_browsingpage[3])); ?></textarea> 
     324                  </td> 
     325            </tr> 
     326      </table> 
    322327      <p class="submit"> 
    323             <input type="submit" name="Submit" class="button" value="<?php _e('Update Options &raquo;', 'wp-useronline'); ?>" /> 
     328            <input type="submit" name="Submit" class="button" value="<?php _e('Save Changes', 'wp-useronline'); ?>" /> 
    324329      </p> 
    325330</div> 
    326331</form> 
     332<p>&nbsp;</p> 
    327333 
    328334<!-- Uninstall WP-UserOnline --> 
     
    340346            <strong><?php _e('The following WordPress Options/Tables will be DELETED:', 'wp-useronline'); ?></strong><br /> 
    341347      </p> 
    342       <table width="70%"  border="0" cellspacing="3" cellpadding="3"> 
    343             <tr class="thead"> 
    344                   <td align="center"><strong><?php _e('WordPress Options', 'wp-useronline'); ?></strong></td> 
    345                   <td align="center"><strong><?php _e('WordPress Tables', 'wp-useronline'); ?></strong></td> 
    346             </tr> 
     348      <table class="widefat"> 
     349            <thead> 
     350                  <tr> 
     351                        <th><?php _e('WordPress Options', 'wp-polls'); ?></th> 
     352                        <th><?php _e('WordPress Tables', 'wp-polls'); ?></th> 
     353                  </tr> 
     354            </thead> 
    347355            <tr> 
    348                   <td valign="top" style="background-color: #eee;"> 
     356                  <td valign="top"> 
    349357                        <ol> 
    350358                        <?php 
     
    355363                        </ol> 
    356364                  </td> 
    357                   <td valign="top" style="background-color: #eee;"> 
     365                  <td valign="top" class="alternate"> 
    358366                        <ol> 
    359367                        <?php 
  • wp-useronline/trunk/wp-useronline.pot

    r36799 r36834  
    33"Project-Id-Version: WP-UserOnline 2.30\n" 
    44"POT-Creation-Date: \n" 
    5 "PO-Revision-Date: 2008-03-30 16:46+0800\n" 
     5"PO-Revision-Date: 2008-03-30 17:35+0800\n" 
    66"Last-Translator: Lester 'GaMerZ' Chan <gamerz84@hotmail.com>\n" 
    77"Language-Team: Lester Chan <lesterchan@gmail.com>\n" 
     
    5252 
    5353#: useronline-options.php:85 
    54 #: useronline-options.php:371 
     54#: useronline-options.php:379 
    5555msgid "UNINSTALL WP-UserOnline" 
    5656msgstr "" 
     
    7272 
    7373#: useronline-options.php:127 
    74 #: useronline-options.php:331 
     74#: useronline-options.php:337 
    7575msgid "Uninstall WP-UserOnline" 
    7676msgstr "" 
     
    140140 
    141141#: useronline-options.php:185 
    142 #: useronline-options.php:190 
     142#: useronline-options.php:186 
    143143msgid "Useronline Options" 
    144144msgstr "" 
    145145 
    146 #: useronline-options.php:187 
    147 #: useronline-options.php:323 
    148 msgid "Update Options &raquo;" 
    149 msgstr "" 
    150  
    151 #: useronline-options.php:193 
     146#: useronline-options.php:189 
    152147msgid "Time Out" 
    153148msgstr "" 
    154149 
     150#: useronline-options.php:191 
     151msgid "How long till it will remove the user from the database (In seconds)." 
     152msgstr "" 
     153 
    155154#: useronline-options.php:195 
    156 msgid "How long till it will remove the user from the database (In seconds)." 
    157 msgstr "" 
    158  
    159 #: useronline-options.php:199 
    160155msgid "UserOnline URL" 
    161156msgstr "" 
    162157 
     158#: useronline-options.php:197 
     159msgid "URL To UserOnline Page (leave blank if you do not want to link it to the UserOnline Page)<br />Example: http://www.yoursite.com/blogs/useronline/<br />Example: http://www.yoursite.com/blogs/?page_id=2" 
     160msgstr "" 
     161 
    163162#: useronline-options.php:201 
    164 msgid "URL To UserOnline Page (leave blank if you do not want to link it to the UserOnline Page)<br />Example: http://www.yoursite.com/blogs/useronline/<br />Example: http://www.yoursite.com/blogs/?page_id=2" 
    165 msgstr "" 
    166  
    167 #: useronline-options.php:205 
    168163msgid "Bots Name/User Agent" 
    169164msgstr "" 
    170165 
    171 #: useronline-options.php:207 
     166#: useronline-options.php:203 
    172167msgid "Here are a list of bots and their partial browser agents.<br />On the left column will be the <strong>Bot's Name</strong> and on the right column will be their <strong>Partial Browser Agent</strong>.<br />Start each entry on a new line." 
    173168msgstr "" 
    174169 
    175 #: useronline-options.php:215 
     170#: useronline-options.php:211 
    176171msgid "Naming Conventions:" 
    177172msgstr "" 
    178173 
    179 #: useronline-options.php:216 
     174#: useronline-options.php:212 
    180175#: useronline-options.php:253 
    181176#: useronline-options.php:265 
    182 #: useronline-options.php:294 
     177#: useronline-options.php:297 
    183178msgid "Allowed Variables:" 
    184179msgstr "" 
    185180 
    186 #: useronline-options.php:218 
     181#: useronline-options.php:214 
    187182#: useronline-options.php:258 
    188183#: useronline-options.php:273 
    189 #: useronline-options.php:302 
     184#: useronline-options.php:305 
    190185msgid "Restore Default Template" 
    191186msgstr "" 
    192187 
    193 #: useronline-options.php:223 
     188#: useronline-options.php:220 
    194189msgid "Singular Form" 
    195190msgstr "" 
    196191 
    197 #: useronline-options.php:224 
     192#: useronline-options.php:221 
    198193msgid "Plural Form" 
    199194msgstr "" 
     
    211206msgstr "" 
    212207 
    213 #: useronline-options.php:278 
    214 #: useronline-options.php:307 
     208#: useronline-options.php:279 
     209#: useronline-options.php:311 
    215210msgid "Member Names Separator" 
    216211msgstr "" 
    217212 
    218 #: useronline-options.php:279 
    219 #: useronline-options.php:308 
     213#: useronline-options.php:280 
     214#: useronline-options.php:312 
    220215msgid "Guests Separator" 
    221216msgstr "" 
    222217 
    223 #: useronline-options.php:280 
    224 #: useronline-options.php:309 
     218#: useronline-options.php:281 
     219#: useronline-options.php:313 
    225220msgid "Bots Separator" 
    226221msgstr "" 
    227222 
    228 #: useronline-options.php:293 
     223#: useronline-options.php:296 
    229224msgid "User(s) Browsing Page:" 
    230225msgstr "" 
    231226 
    232 #: useronline-options.php:333 
     227#: useronline-options.php:328 
     228msgid "Save Changes" 
     229msgstr "" 
     230 
     231#: useronline-options.php:339 
    233232msgid "Deactivating WP-UserOnline plugin does not remove any data that may have been created, such as the useronline options. To completely remove this plugin, you can uninstall it here." 
    234233msgstr "" 
    235234 
    236 #: useronline-options.php:336 
     235#: useronline-options.php:342 
    237236msgid "WARNING:" 
    238237msgstr "" 
    239238 
    240 #: useronline-options.php:337 
     239#: useronline-options.php:343 
    241240msgid "Once uninstalled, this cannot be undone. You should use a Database Backup plugin of WordPress to back up all the data first." 
    242241msgstr "" 
    243242 
    244 #: useronline-options.php:340 
     243#: useronline-options.php:346 
    245244msgid "The following WordPress Options/Tables will be DELETED:" 
    246245msgstr "" 
    247246 
    248 #: useronline-options.php:344 
     247#: useronline-options.php:351 
    249248msgid "WordPress Options" 
    250249msgstr "" 
    251250 
    252 #: useronline-options.php:345 
     251#: useronline-options.php:352 
    253252msgid "WordPress Tables" 
    254253msgstr "" 
    255254 
    256 #: useronline-options.php:370 
     255#: useronline-options.php:378 
    257256#: wp-useronline-widget.php:73 
    258257msgid "Yes" 
    259258msgstr "" 
    260259 
    261 #: useronline-options.php:371 
     260#: useronline-options.php:379 
    262261msgid "" 
    263262"You Are About To Uninstall WP-UserOnline From WordPress.\\n"