Dotclear

Changeset 1941:84f59a80ffe8 for admin


Ignore:
Timestamp:
09/18/13 12:06:20 (12 years ago)
Author:
Dsls
Branch:
default
Message:

po_update.sh no more complains, removed duplicate l10n entries, replaced french words in code.

Location:
admin
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • admin/post.php

    r1936 r1941  
    487487                    'post_open_comment_tb' => 
    488488                         '<div>'. 
    489                          '<h5 id="label_comment_tb">'.__('Commentaires et rétroliens').'</h5>'. 
     489                         '<h5 id="label_comment_tb">'.__('Comments and trackbacks list').'</h5>'. 
    490490                         '<p><label for="post_open_comment" class="classic">'. 
    491491                         form::checkbox('post_open_comment',1,$post_open_comment).' '. 
  • admin/preferences.php

    r1924 r1941  
    538538echo '<div class="multi-part" id="user-favorites" title="'.__('My dashboard').'">'; 
    539539$ws = $core->auth->user_prefs->addWorkspace('favorites'); 
    540 echo '<h3>'.__('Mon tableau de bord').'</h3>'; 
     540echo '<h3>'.__('My dashboard').'</h3>'; 
    541541 
    542542echo '<form action="preferences.php" method="post" id="favs-form" class="two-boxes">'; 
  • admin/users_actions.php

    r1870 r1941  
    7272               { 
    7373                    if ($u == $core->auth->userID()) { 
    74                          throw new Exception(__('Not delete yourself.')); 
     74                         throw new Exception(__('You cannot delete yourself.')); 
    7575                    } 
    7676                     
Note: See TracChangeset for help on using the changeset viewer.

Sites map