Changeset 608 for trunk


Ignore:
Timestamp:
Nov 18, 2004, 4:17:33 PM (20 years ago)
Author:
gweltas
Message:

Categories management icon update

Location:
trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/cat_list.php

    r607 r608  
    4747  array_push($to_delete_categories,$_GET['delete']);
    4848  delete_categories($to_delete_categories);
    49   array_push($infos, $lang['cat_list_virtual_category_deleted']);
     49  array_push($infos, $lang['cat_virtual_deleted']);
    5050}
    5151// request to add a virtual category
     
    101101;';
    102102    pwg_query($query);
    103     array_push($infos, $lang['cat_list_virtual_category_added']);
     103    array_push($infos, $lang['cat_virtual_added']);
    104104  }
    105105}
  • trunk/language/en_UK.iso-8859-1/admin.lang.php

    r604 r608  
    7777$lang['remote_site_local_update'] = 'read local listing.xml and update';
    7878
    79 // Categorie words
     79// Categories
    8080$lang['cat_up'] = 'Move up';
    8181$lang['cat_down'] = 'Move down';
     
    9393$lang['cat_lock_info'] = 'This category will temporary been disabled for maintenance.';
    9494$lang['cat_access_info'] = 'Permission management.';
     95$lang['cat_virtual_added'] = 'Virtual category added';
     96$lang['cat_virtual_deleted'] = 'Virtual category deleted';
    9597
    9698// Titles
  • trunk/language/fr_FR.iso-8859-1/admin.lang.php

    r602 r608  
    9494$lang['cat_lock_info'] = 'Cela rendra la catégorie temporairement invisible pour les utilisateurs (maintenance)';
    9595$lang['cat_access_info'] = 'Permet de gérer l\'accès à cette catégorie.';
     96$lang['cat_virtual_added'] = 'Catégorie virtuelle créée';
     97$lang['cat_virtual_deleted'] = 'Catégorie virtuelle détruite';
     98$lang['cat_options_menu'] = 'Options';
     99$lang['cat_options_menu_upload'] = 'upload';
     100$lang['cat_options_menu_visible'] = 'lock';
     101$lang['cat_options_menu_comments'] = 'comments';
     102$lang['cat_options_menu_status'] = 'access';
     103$lang['cat_options_upload_true'] = 'authorize upload';
     104$lang['cat_options_upload_false'] = 'forbid upload';
     105$lang['cat_options_upload_info'] = '(multi)select categories to make them uploadable or not. Upload is not applicable to virtual categories and to categories from a remote site.';
     106$lang['cat_options_comments_true'] = 'authorize comments';
     107$lang['cat_options_comments_false'] = 'forbid comments';
     108$lang['cat_options_comments_info'] = '(multi)select categories to make them commentable or not. By inheritance, an element is commentable if it belongs at least to one commentable category.';
     109$lang['cat_options_visible_true'] = 'unlock';
     110$lang['cat_options_visible_false'] = 'lock temporary';
     111$lang['cat_options_visible_info'] = '(multi)select categories to lock or unlock them. If you lock category,  all its child categories becomes locked. It you unlock a category, all its parent categories becomes unlocked';
     112$lang['cat_options_status_true'] = 'public';
     113$lang['cat_options_status_false'] = 'private';
     114$lang['cat_options_status_info'] = '(multi)select categories to make them public or private. If you make a category private, all its child categories becomes private. It you make a category public, all its parent categories becomes public';
    96115
    97116//Titles
Note: See TracChangeset for help on using the changeset viewer.