Dotclear


Ignore:
Timestamp:
08/08/09 23:38:16 (14 years ago)
Author:
Jeremie
Message:
  1. 0.2.1
  • Add fr local
File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/microBlog/index.php

    r1361 r1374  
    155155                     
    156156                         if (!$r) 
    157                               $error[] = $sList[$id]. ' : '.__('Impossible to delete this service'); 
     157                              $error[] = $sList[$id]. ' : '.__('Impossible to delete this service.'); 
    158158                         else 
    159                               $error[] = __('Service successfully deleted').' : '.$sList[$id]; 
     159                              $error[] = __('Service successfully deleted.').' : '.$sList[$id]; 
    160160                    } 
    161161                    catch (microBlogException $e) 
    162162                    { 
    163                          $error[] = $sList[$id]. ' : '.__('Impossible to delete this service'); 
     163                         $error[] = $sList[$id]. ' : '.__('Impossible to delete this service.'); 
    164164                         $error[] = $sList[$id]. ' : '.__($e->getMessage()); 
    165165                    } 
     
    177177                     
    178178                         if (!$r) 
    179                               $error[] = $sList[$id]. ' : '.__('Impossible to update this service'); 
     179                              $error[] = $sList[$id]. ' : '.__('Impossible to update this service.'); 
    180180                         else 
    181                               $error[] = __('Service successfully updated').' : '.$sList[$id]; 
     181                              $error[] = __('Service successfully updated.').' : '.$sList[$id]; 
    182182                    } 
    183183                    catch (microBlogException $e) 
    184184                    { 
    185                          $error[] = $sList[$id]. ' : '.__('Impossible to update this service'); 
     185                         $error[] = $sList[$id]. ' : '.__('Impossible to update this service.'); 
    186186                         $error[] = $sList[$id]. ' : '.__($e->getMessage()); 
    187187                    } 
     
    304304               echo form::textarea('MB_note', 20, 5, $value);  
    305305                         ?> 
    306                          <strong id="MB_note_length"><span>140</span> <?php echo __('characters left'); ?></strong> 
     306                         <strong id="MB_note_length"><?php echo sprintf(__('<span>%d</span> characters left'), 140); ?></strong> 
    307307                    </p> 
    308308 
     
    321321     <div class="multi-part" id="tab2" title="<?php echo __('Params'); ?>"> 
    322322          <form method="post" action="<?php echo($p_url); ?>"> 
    323                <h3><?php echo(__('MicroBlogging settings')); ?></h3> 
     323               <h3><?php echo(__('Micro-Blogging settings')); ?></h3> 
    324324<?php  
    325325if ($MBl->count() > 0) 
Note: See TracChangeset for help on using the changeset viewer.

Sites map