Changeset 2934

Show
Ignore:
Timestamp:
12/07/08 09:50:10 (4 years ago)
Author:
vdigital
Message:

Special > History > Search
-"Submit" button should be aligned with "Image Id" input
- Column titles need caps (Time, User, Element Type ...)

Translators: (Only English and French are updated)
merge -c2933 from branch 2.0 to trunk

Location:
trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/default-layout.css

    r2923 r2934  
    375375 
    376376FORM.filter INPUT[type="submit"] { 
    377         margin-top: 5px; 
     377        margin-top: 1.8em; 
    378378} 
    379379 
  • trunk/language/en_UK/admin.lang.php

    r2923 r2934  
    212212$lang['cat_virtual_added'] = 'Virtual category added'; 
    213213$lang['cat_virtual_deleted'] = 'Virtual category deleted'; 
    214 $lang['category'] = 'category'; 
     214$lang['category'] = 'Category'; 
    215215$lang['conf_access'] = 'Access type'; 
    216216$lang['conf_comments_title'] = 'Comments'; 
     
    475475$lang['Pages seen'] = 'Pages seen'; 
    476476$lang['Pictures'] = 'Pictures'; 
    477 $lang['time'] = 'time'; 
    478 $lang['user'] = 'user'; 
     477$lang['time'] = 'Time'; 
     478$lang['user'] = 'User'; 
    479479$lang['IP'] = 'IP'; 
    480 $lang['image'] = ''; 
    481 $lang['section'] = 'section'; 
    482 $lang['tags'] = 'tags'; 
     480$lang['image'] = 'Element'; 
     481$lang['section'] = 'Section'; 
     482$lang['tags'] = 'Tags'; 
    483483$lang['conf_history_guest'] = 'Save page visits by guests'; 
    484484$lang['conf_history_user'] = 'Save page visits by users'; 
  • trunk/language/fr_FR/admin.lang.php

    r2923 r2934  
    212212$lang['cat_virtual_added'] = 'Catégorie virtuelle ajoutée'; 
    213213$lang['cat_virtual_deleted'] = 'Catégorie virtuelle supprimée'; 
    214 $lang['category'] = 'catégorie'; 
     214$lang['category'] = 'Catégorie'; 
    215215$lang['conf_access'] = 'Type d\'accès'; 
    216216$lang['conf_comments_title'] = 'Commentaires'; 
     
    475475$lang['Pages seen'] = 'Pages vues'; 
    476476$lang['Pictures'] = 'Images'; 
    477 $lang['time'] = 'heure'; 
    478 $lang['user'] = 'utilisateur'; 
     477$lang['time'] = 'Heure'; 
     478$lang['user'] = 'Utilisateur'; 
    479479$lang['IP'] = 'IP'; 
    480 $lang['image'] = 'images'; 
    481 $lang['section'] = 'section'; 
    482 $lang['tags'] = 'tags'; 
     480$lang['image'] = 'Element'; 
     481$lang['section'] = 'Section'; 
     482$lang['tags'] = 'Tags'; 
    483483$lang['conf_history_guest'] = 'Enregistrer les pages visitées par les invités'; 
    484484$lang['conf_history_user'] = 'Enregistrer les pages visitées par les utilisateurs';