Dotclear

Changeset 1607


Ignore:
Timestamp:
10/20/09 23:03:57 (14 years ago)
Author:
Moe
Message:

fixed dlManager, clean:config, Plugins page and @ Reply bad english strings (thanks to Kozlika for the idea, see [1604])

Location:
plugins
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • plugins/atReply/_admin.php

    r1328 r1607  
    5353          $comment_content = '<p>@<a href="#c'. 
    5454               html::escapeHTML($rs->comment_id).'">'. 
    55                html::escapeHTML($rs->comment_author).'</a> : </p>'; 
     55               html::escapeHTML($rs->comment_author).'</a>: </p>'; 
    5656           
    5757          return( 
     
    6565               form::hidden('post_id',$rs->post_id). 
    6666               $core->formNonce(). 
    67                '<p><strong>'.__('@ Reply').' :</strong> '. 
     67               '<p><strong>'.__('@ Reply:').'</strong> '. 
    6868                    '<input type="submit" name="add" value="'. 
    6969                    __('reply to this comment').'" /></p>'. 
  • plugins/atReply/index.php

    r1494 r1607  
    220220               </p> 
    221221                
    222                <?php echo('<p>'.__('Preview :').' <img src="'.$image_url. 
     222               <?php echo('<p>'.__('Preview:').' <img src="'.$image_url. 
    223223                    '" alt="reply.png" /></p>'); ?>      
    224224          </fieldset> 
  • plugins/atReply/locales/fr/main.po

    r1328 r1607  
    7878 
    7979#: index.php:227 
    80 msgid "Preview :" 
    81 msgstr "Aperçu :" 
     80msgid "Preview:" 
     81msgstr "Aperçu&nbsp;:" 
    8282 
    8383#: index.php:231 
  • plugins/cleanConfig/class.cleanconfig.php

    r693 r1607  
    106106                                   { 
    107107                                        $table->row(); 
    108                                         $table->cell(__('namespace :').' <strong>'.$v['ns'].'</strong>','class="ns-name" colspan="5"'); 
     108                                        $table->cell(__('namespace:').' <strong>'.$v['ns'].'</strong>','class="ns-name" colspan="5"'); 
    109109                                        $echo_ns = true; 
    110110                                   } 
  • plugins/cleanConfig/index.php

    r1495 r1607  
    4646                    cleanconfig::delete($setting,$limit); 
    4747               } 
    48                $msg = '<p>'.(($limit == 'blog') ? __('Deleted blog settings :') : __('Deleted global settings :')).'</p><ul><li>'. 
     48               $msg = '<p>'.(($limit == 'blog') ? __('Deleted blog settings:') : __('Deleted global settings:')).'</p><ul><li>'. 
    4949                    implode('</li><li>',$_POST['settings']).'</li></ul>'; 
    5050               $default_tab = $limit.'_settings'; 
  • plugins/cleanConfig/locales/fr/main.po

    r693 r1607  
    2929 
    3030#: class.cleanconfig.php:108 
    31 msgid "namespace :" 
    32 msgstr "namespace :" 
     31msgid "namespace:" 
     32msgstr "namespace&nbsp;:" 
    3333 
    3434#: class.cleanconfig.php:137 
     
    6161 
    6262#: index.php:48 
    63 msgid "Deleted blog settings :" 
    64 msgstr "Paramètres du blog supprimés :" 
     63msgid "Deleted blog settings:" 
     64msgstr "Paramètres du blog supprimés&nbsp;:" 
    6565 
    6666#: index.php:48 
    67 msgid "Deleted global settings :" 
    68 msgstr "Paramètres globaux supprimés :" 
     67msgid "Deleted global settings:" 
     68msgstr "Paramètres globaux supprimés&nbsp;:" 
    6969 
    7070#: index.php:57 
     
    7474#: index.php:66 
    7575msgid "Deleted versions:" 
    76 msgstr "Versions supprimées:" 
     76msgstr "Versions supprimées&nbsp;:" 
    7777 
    7878#: index.php:84 
    7979msgid "Are you sure you want to delete settings?" 
    80 msgstr "Êtes-vous certain de vouloir supprimer les paramètres ?" 
     80msgstr "Êtes-vous certain de vouloir supprimer les paramètres&nbsp;?" 
    8181 
    8282#: index.php:86 
    8383msgid "Are you sure you want to delete versions?" 
    84 msgstr "Êtes-vous certain de vouloir supprimer les versions ?" 
     84msgstr "Êtes-vous certain de vouloir supprimer les versions&nbsp;?" 
    8585 
    8686#: index.php:112 
  • plugins/dlManager/trunk/index.php

    r1096 r1607  
    185185                    __('Download manager'),'<strong>media_exclusion</strong>','<strong>about:config</strong>'); 
    186186                    echo ' '; 
    187                     printf(__('For example, to exclude %1$s and %2$s files : %3$s'), 
     187                    printf(__('For example, to exclude %1$s and %2$s files: %3$s'), 
    188188                    'PNG','JPG','<code>/\.(png|jpg)/i</code>'); ?> 
    189189               </p> 
    190190               <p> 
    191                     <?php printf(__('URL of the %s page :'),__('Download manager')); ?> 
     191                    <?php printf(__('URL of the %s page:'),__('Download manager')); ?> 
    192192               <br /> 
    193193               <code><?php echo dlManager::pageURL(); ?></code> 
  • plugins/dlManager/trunk/locales/fr/main.po

    r1096 r1607  
    143143#: public_l10n.php:20 
    144144msgid "Page(s):" 
    145 msgstr "Page(s) :" 
     145msgstr "Page(s)&nbsp;:" 
    146146 
    147147#: public_l10n.php:21 
     
    259259#: index.php:187 
    260260#, php-format 
    261 msgid "For example, to exclude %1$s and %2$s files : %3$s" 
    262 msgstr "Par exemple, pour exclure les fichiers %1$s et %2$s : %3$s" 
     261msgid "For example, to exclude %1$s and %2$s files: %3$s" 
     262msgstr "Par exemple, pour exclure les fichiers %1$s et %2$s&nbsp;: %3$s" 
    263263 
    264264#: index.php:191 
    265265#, php-format 
    266 msgid "URL of the %s page :" 
     266msgid "URL of the %s page:" 
    267267msgstr "URL de la page %s&nbsp;:" 
    268268 
     
    278278#: _widget.php:48 
    279279msgid "Title:" 
    280 msgstr "Titre :" 
     280msgstr "Titre&nbsp;:" 
    281281 
    282282#: _widget.php:48 
     
    289289#: _widget.php:54 
    290290msgid "root directory:" 
    291 msgstr "répertoire de base :" 
     291msgstr "répertoire de base&nbsp;:" 
    292292 
    293293#: _widget.php:57 
  • plugins/pluginsPage/index.php

    r693 r1607  
    158158                    <p class="field"><?php echo(form::checkbox('pluginsPage_active',1,$pluginsPage_active).'&nbsp;<label for="pluginsPage_active">'.__('Activate Plugins Page').'</label>'); ?></p> 
    159159                    <p class="field"><?php echo(form::checkbox('pluginsPage_show_icons',1,$pluginsPage_show_icons).'&nbsp;<label for="pluginsPage_show_icons">'.__('Show icons').'</label>'); ?></p> 
    160                     <p><label class=" classic"><?php echo(__('URL :').' '.form::field('pluginsPage_url', 60, 255, $pluginsPage_url)); ?></label></p> 
     160                    <p><label class=" classic"><?php echo(__('URL:').' '.form::field('pluginsPage_url', 60, 255, $pluginsPage_url)); ?></label></p> 
    161161 
    162162                    <h3><label for="pluginsPage_style"><?php echo(__('Style of Plugins Page:')); ?></label></h3> 
  • plugins/pluginsPage/locales/fr/main.po

    r693 r1607  
    7676 
    7777#: index.php:160 
    78 msgid "URL :" 
    79 msgstr "URL :" 
     78msgid "URL:" 
     79msgstr "URL&nbsp;:" 
    8080 
    8181#: index.php:162 
Note: See TracChangeset for help on using the changeset viewer.

Sites map